*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}body{background-color:#faf8f4;color:#2a1f16;line-height:1.6}.navbar{background-color:#3c2a1e;padding:1rem .5rem;box-shadow:0 3px 8px #00000026;position:sticky;top:0;z-index:1000;transition:background-color .3s ease}.navbar .container{display:flex;justify-content:space-between;align-items:center;margin:auto;padding:0 1.5rem}.logo img{height:60px;width:auto;border-radius:10px;transition:transform .3s ease}.logo img:hover{transform:scale(1.05)}.nav-menu ul{list-style:none;display:flex;gap:2rem}.nav-menu ul li a{text-decoration:none;color:#f5e6d0;font-weight:600;font-size:1rem;transition:color .3s ease,border-bottom .3s ease;padding-bottom:.2rem}.nav-menu ul li a:hover{color:#d4b996;border-bottom:2px solid #d4b996}.nav-menu ul li a.active{color:#fc0;border-bottom:2px solid #ffcc00}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:20px;cursor:pointer}.hamburger span{display:block;height:3px;background-color:#f5e6d0;border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:768px){.hamburger{display:flex}.nav-menu{position:absolute;top:70px;left:0;background-color:#3c2a1e;width:100%;max-height:0;overflow:hidden;opacity:0;transform:translateY(-10px);transition:all .4s ease-in-out}.nav-menu.open{max-height:400px;opacity:1;transform:translateY(0)}.nav-menu ul{flex-direction:column;text-align:center;padding:1rem 0;gap:1rem}.nav-menu ul li a{display:block;color:#f5e6d0;padding:.5rem 0;border-bottom:1px solid rgba(245,230,208,.1)}.nav-menu ul li a:hover{color:#d4b996;border-bottom:2px solid #d4b996}}.footer{background-color:#3c2a1e;color:#fff;padding:60px 20px 30px;font-family:Poppins,sans-serif}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;max-width:1200px;margin:auto}.footer-column h3{color:#fc0;margin-bottom:15px;font-family:Playfair Display,serif}.footer-column h4{color:#e63946;margin-bottom:15px;text-transform:uppercase}.footer-column p{font-size:.95rem;color:#ddd;line-height:1.6;margin-bottom:10px}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:8px}.footer-column a{color:#fff;text-decoration:none;transition:.3s}.footer-column a:hover{color:#39d353}.social-links{margin-top:15px;display:flex;gap:12px}.social-links a{color:#fc0;font-size:1.4rem;transition:.3s}.social-links a:hover{color:#39d353}.footer-bottom{text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2);font-size:.9rem;color:#aaa}.whatsapp-float{position:fixed;bottom:25px;right:25px;z-index:999}.whatsapp-float a{display:flex;align-items:center;background-color:#25d366;color:#fff;font-weight:600;padding:10px 18px;border-radius:50px;text-decoration:none;box-shadow:0 4px 10px #0003;transition:.3s}.whatsapp-float a:hover{background-color:#1da851}.whatsapp-float i{font-size:1.5rem;margin-right:8px}.hover-text{font-size:.9rem}@media(max-width:768px){.footer-container{text-align:center}.social-links{justify-content:center}.whatsapp-float a{padding:10px 14px;font-size:.85rem}}.rooms-section{padding:60px 20px;background-color:#f9fafb;text-align:center}.section-title{font-size:2rem;margin-bottom:40px;color:#333;font-weight:700}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1100px;margin:0 auto}.room-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 15px #00000014;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.room-card:hover{transform:translateY(-6px);box-shadow:0 8px 25px #0000001f}.image-container{height:200px;overflow:hidden}.image-container img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.room-card:hover img{transform:scale(1.05)}.room-info{padding:20px;text-align:left;flex:1;display:flex;flex-direction:column;justify-content:space-between}.room-info h3{font-size:1.3rem;color:#222;margin-bottom:10px}.room-info p{color:#555;font-size:.95rem;margin-bottom:16px;line-height:1.5}.price{margin-bottom:18px;font-weight:600;color:#2d6a4f}.price small{display:block;color:#666;font-weight:400;font-size:.9rem}.book-button{background-color:#2d6a4f;color:#fff;border:none;padding:12px 18px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .3s ease,transform .2s ease}.book-button:hover{background-color:#1b4332;transform:scale(1.03)}.book-button.disabled{background-color:#ccc;cursor:not-allowed}@media(max-width:768px){.section-title{font-size:1.6rem}.room-info h3{font-size:1.1rem}.room-info p{font-size:.9rem}.price,.book-button{font-size:.95rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;min-height:100%;overflow-x:hidden}main{width:100%;max-width:100%}.container{width:100%;max-width:100%}.hero{padding:160px 20px;background:linear-gradient(#0009,#0009),url(../assets/IMG_2460.png) center/cover no-repeat;height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;color:#fff}.hero h2{font-size:2.8rem;color:#fc0;margin-bottom:1rem;line-height:1.2}.hero p{max-width:700px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6;color:#f2f2f2}.buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{display:inline-block;border:none;background:#e63946;color:#fff;padding:12px 25px;border-radius:10px;text-decoration:none;transition:.3s;font-size:1rem;cursor:pointer}.btn:hover{background:#39d353}.about{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:100px auto;gap:30px;padding:20px;flex-wrap:wrap}.about-text{flex:1;min-width:280px}.about-text h3{color:#e63946;text-transform:uppercase;letter-spacing:2px}.about-text h2{color:#111;margin:15px 0;font-size:1.8rem}.about-text p{color:#333;line-height:1.7;margin-bottom:20px}.about-image{flex:1;min-width:300px;margin-bottom:0}.about-image img{width:100%;border-radius:8px;box-shadow:0 4px 10px #0003}.amenities{background:#e6f9ff;padding:60px 20px;text-align:center}.amenities-top{display:flex;justify-content:center;align-items:center;gap:5rem;margin-bottom:2rem;flex-wrap:wrap}.amenities-text{text-align:start;width:50%;min-width:300px}.amenities h2{color:#e63946;margin-bottom:10px}.amenities p{color:#333;line-height:1.6}.amenities-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;margin-top:30px}.amenities-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 10px #0000001a;transition:.3s}.amenities-card i{font-size:2rem;color:#fc0;margin-bottom:10px}.amenities-card:hover{transform:translateY(-5px)}.gallery{padding:60px 20px}.gallery-text{text-align:center;width:60%;margin:0 auto 30px}.gallery-text h2{color:#e63946;margin-bottom:10px}.gallery-images{column-count:3;column-gap:15px;margin:0 20px}.gallery-images img{width:100%;border-radius:12px;object-fit:cover;margin-bottom:15px;transition:.3s}.gallery-images img:hover{transform:scale(1.05)}.restaurant-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:60px 10%;background:#fff}.restaurant-text{max-width:500px}.restaurant-text h2{font-size:2.3rem;color:#2c3e50;margin-bottom:20px}.restaurant-text p{font-size:1.05rem;color:#555;line-height:1.7;margin-bottom:20px}.restaurant-text button{background:#e63946;color:#fff;border:none;padding:12px 28px;font-size:1rem;border-radius:8px;cursor:pointer;transition:background .3s ease}.restaurant-text button:hover{background:#39d353}.photo-container{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 6px 18px #00000026}.photo-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.photo-container:hover img{transform:scale(1.05)}.photo-overlay{position:absolute;bottom:15px;left:15px;background:#0009;color:#fff;padding:10px 15px;border-radius:8px;font-size:1rem;font-style:italic}.why-us-section{background:#f9fafb;padding:60px 20px;text-align:center}.why-us-section .section-title{font-size:2.2rem;color:#e63946;margin-bottom:10px;font-weight:700;text-transform:uppercase}.why-us-section .section-subtitle{font-size:1rem;color:#555;margin-bottom:40px}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;max-width:1000px;margin:0 auto}@media(max-width:1024px){.hero{padding:120px 15px;height:80vh}.hero h2{font-size:2rem}.hero p{font-size:1rem}.restaurant-section{padding:50px 5%}.gallery-text{width:80%}}@media(max-width:768px){.hero{height:auto;padding:100px 20px}.hero h2{font-size:1.8rem}.buttons{flex-direction:column}.about{flex-direction:column;text-align:center}.amenities-top{flex-direction:column;gap:2rem;text-align:center}.gallery-images{column-count:2}.restaurant-section{grid-template-columns:1fr;text-align:center;gap:2rem}.photo-container{order:-1}}@media(max-width:480px){.hero h2{font-size:1.6rem}.hero p{font-size:.95rem}.gallery-images{column-count:1}.about{margin:60px auto}.restaurant-text h2{font-size:1.6rem}.restaurant-text p{font-size:.95rem}}.about{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:3rem;padding:4rem 1.5rem;background-color:#faf8f4;color:#3a2c23;font-family:Poppins,sans-serif}.about-text{flex:1 1 480px;max-width:600px}.about-text h3{text-transform:uppercase;letter-spacing:2px;font-size:.95rem;color:#a67c52;margin-bottom:.5rem}.about-text h2{font-family:Playfair Display,serif;font-size:2.2rem;margin-bottom:1.5rem;color:#5c3d2e}.about-text p{font-size:1rem;line-height:1.8;margin-bottom:1rem;color:#5a5146}.about-image{flex:1 1 420px;text-align:center}.about-image img{width:100%;max-width:520px;border-radius:16px;box-shadow:0 6px 20px #00000026;object-fit:cover;transition:transform .5s ease,box-shadow .4s ease}.about-image img:hover{transform:scale(1.03);box-shadow:0 8px 25px #00000040}.mission-vision{background-color:#f5eee8;padding:4rem 1.5rem;text-align:center}.mission-vision .container{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;max-width:1000px;margin:0 auto}.mission,.vision{flex:1 1 400px;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 5px 18px #00000014;transition:transform .3s ease,box-shadow .3s ease}.mission:hover,.vision:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.mission h2,.vision h2{font-family:Playfair Display,serif;color:#5c3d2e;font-size:1.8rem;margin-bottom:1rem}.mission p,.vision p{color:#5a5146;font-size:1rem;line-height:1.8}.team{background-color:#faf8f4;text-align:center;padding:4rem 1.5rem}.team .container{max-width:1000px;margin:0 auto}.team h2{font-family:Playfair Display,serif;color:#5c3d2e;font-size:2rem;margin-bottom:1rem}.team p{color:#5a5146;font-size:1rem;line-height:1.8;max-width:750px;margin:0 auto 2rem}.team-images{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}.team-images img{width:100%;max-width:700px;border-radius:16px;box-shadow:0 6px 18px #0000001a;transition:transform .4s ease,box-shadow .3s ease}.team-images img:hover{transform:scale(1.03);box-shadow:0 10px 25px #0003}@media(max-width:768px){.about{flex-direction:column;text-align:center}.about-text h2{font-size:1.8rem}.mission-vision .container{flex-direction:column;justify-content:center;align-items:center;text-align:center}.mission,.vision{padding:1.8rem}.team h2{font-size:1.8rem}}.gallery{padding:4rem 1.5rem;background-color:#faf8f4;color:#3a2c23;font-family:Poppins,sans-serif;text-align:center}.gallery-txt{max-width:800px;margin:0 auto 3rem}.gallery-txt h2{font-family:Playfair Display,serif;font-size:2.5rem;color:#5c3d2e;margin-bottom:1rem}.gallery-txt p{font-size:1rem;color:#5a5146;line-height:1.7}.gallery-video{margin:2rem auto 4rem;max-width:900px;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #00000026}.gallery-video video{width:100%;height:auto;display:block;border-radius:16px}.gallery-imgs{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;justify-items:center}.gallery-item{position:relative;width:100%;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 3px 12px #0000001a;transition:transform .4s ease,box-shadow .3s ease}.gallery-item img{width:100%;height:220px;object-fit:cover;transition:transform .4s ease}.gallery-item:hover{transform:scale(1.03);box-shadow:0 10px 25px #0003}.hover-overlay{position:absolute;inset:0;background:#00000073;color:#fff;opacity:0;display:flex;justify-content:center;align-items:center;transition:opacity .4s ease;text-align:center}.hover-overlay h3{font-size:1.2rem;font-weight:600;text-transform:capitalize;letter-spacing:1px}.gallery-item:hover .hover-overlay{opacity:1}@media(max-width:768px){.gallery-txt h2{font-size:2rem}.gallery-video{margin-bottom:2rem}.gallery-item img{height:200px}}@media(max-width:480px){.gallery-imgs{gap:1rem}.gallery-item img{height:180px}}body{width:100%;max-width:100%;margin:0;padding:0}.menu-section{padding:4rem 1.5rem;background:#faf8f4;text-align:center;color:#3a2c23;font-family:Poppins,sans-serif}.menu-section h2{font-family:Playfair Display,serif;font-size:2.3rem;color:#5c3d2e;margin-bottom:.8rem}.menu-section p{max-width:700px;margin:0 auto 2rem;font-size:1rem;color:#5a5146;line-height:1.8}.responsive-pdf{position:relative;width:100%;padding-bottom:130%;height:0;overflow:hidden}.responsive-pdf iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:12px}@media(max-width:768px){.menu-section h2{font-size:1.9rem}.responsive-pdf{padding-bottom:160%}}.menu-viewer{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:1rem}.download-menu-btn{display:inline-block;margin-top:1.5rem;padding:.8rem 1.4rem;background:#a67c52;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .3s ease,transform .2s ease}.download-menu-btn:hover{background:#5c3d2e;transform:translateY(-2px)}@media(max-width:768px){.menu-section h2{font-size:1.9rem}.menu-viewer iframe{height:600px}}.contact-section{padding:4rem 1.5rem;background-color:#faf8f4;font-family:Poppins,sans-serif;color:#3a2c23}.contact-section h2{text-align:center;font-family:Playfair Display,serif;font-size:2.5rem;color:#5c3d2e;margin-bottom:.5rem}.contact-section p{text-align:center;color:#5a5146;margin-bottom:3rem;font-size:1rem;line-height:1.6}.contact-form-map{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;align-items:flex-start}.contact-form{flex:1 1 400px;background:#fffdf9;border:1px solid #e8dfd1;box-shadow:0 4px 12px #00000014;border-radius:16px;padding:2rem}.contact-form label{display:block;font-weight:600;margin-bottom:6px;color:#4a2c1d}.contact-form input,.contact-form textarea{width:100%;padding:.8rem;border:1px solid #d6c8b2;border-radius:8px;margin-bottom:1rem;font-size:1rem;outline:none;transition:border-color .3s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#b8860b}.contact-form button{background-color:#8b5a2b;color:#fff;font-weight:600;padding:.9rem 1.5rem;border:none;border-radius:8px;cursor:pointer;width:100%;transition:background-color .3s ease,transform .2s ease}.contact-form button:hover{background-color:#704423;transform:translateY(-2px)}.error{color:#e63946;font-size:.85rem;margin-top:4px;display:block}button[type=submit]{background-color:#25d366;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;transition:.3s ease}button[type=submit]:hover{background-color:#1ebe5b}.contact-map{flex:1 1 400px;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014}.contact-map iframe{width:100%;height:100%;min-height:400px;border:none;border-radius:16px}@media(max-width:768px){.contact-section h2{font-size:2rem}.contact-form-map{flex-direction:column}.contact-map iframe{min-height:300px}}.booking-container{display:flex;justify-content:center;align-items:center;padding:3rem 1rem;background-color:#faf8f4;min-height:100vh;font-family:Poppins,sans-serif}.booking-card{background:#fff;padding:2rem;border-radius:16px;max-width:480px;width:100%;box-shadow:0 4px 15px #0000001a}.booking-card h2{text-align:center;font-family:Playfair Display,serif;color:#5c3d2e;margin-bottom:.5rem}.booking-card p{text-align:center;color:#6b5c4b;margin-bottom:2rem}.booking-form label{display:block;margin-top:1rem;font-weight:500;color:#4a2c1d}.booking-form input,.booking-form select{width:100%;padding:10px;margin-top:6px;border:1px solid #ccc;border-radius:8px;font-size:1rem;outline:none;transition:border-color .3s}.booking-form input:focus{border-color:#8b5a2b}.booking-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.book-button,.back-button{padding:10px 16px;border:none;border-radius:8px;font-size:1rem;cursor:pointer;font-weight:600;transition:all .3s ease}.book-button{background-color:#8b5a2b;color:#fff}.book-button:hover{background-color:#704423}.back-button{background-color:#e7dccb;color:#4a2c1d}.back-button:hover{background-color:#d4c0a5}.popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.popup-box{background:#fff;padding:20px 30px;border-radius:10px;text-align:center;font-size:16px;font-weight:500;box-shadow:0 0 15px #0003}.success-message{text-align:center;padding:20px}.success-message h3{color:#28a745;margin-bottom:10px}.success-message p{color:#444;margin-bottom:20px}@media(max-width:600px){.booking-card{padding:1.5rem}.booking-actions{flex-direction:column;gap:1rem}.back-button,.book-button{width:100%}}
