*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.2}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#2c3e50;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#d4af37,#f4d03f)}.btn{display:inline-block;padding:12px 30px;border:none;border-radius:50px;text-decoration:none;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#d4af37,#f4d03f);color:#fff;box-shadow:0 4px 15px #d4af374d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}.btn-secondary{background:transparent;color:#d4af37;border:2px solid #d4af37}.btn-secondary:hover{background:#d4af37;color:#fff}.btn-outline{background:transparent;color:#2c3e50;border:2px solid #2c3e50}.btn-outline:hover{background:#2c3e50;color:#fff}.btn-large{padding:15px 40px;font-size:1.1rem}.header{position:fixed;top:0;left:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease}.navbar{padding:1rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.nav-logo{display:flex;align-items:center;gap:10px}.logo-img{height:40px;width:auto}.logo-text{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#2c3e50}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#2c3e50;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#d4af37}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#d4af37;transition:width .3s ease}.nav-link:hover:after{width:100%}.book-now-btn{background:linear-gradient(135deg,#d4af37,#f4d03f);color:#fff!important;padding:10px 25px;border-radius:25px;box-shadow:0 4px 15px #d4af374d}.book-now-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#2c3e50;margin:3px 0;transition:.3s}.hero{height:100vh;background:linear-gradient(#0006,#0006),url(/Images/DSC_8525.JPG) center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative}.hero-content{max-width:800px;padding:0 20px}.hero-title{font-size:4rem;margin-bottom:1rem;animation:fadeInUp 1s ease}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;color:#f4d03f;animation:fadeInUp 1s ease .2s both}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9;animation:fadeInUp 1s ease .4s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease .6s both}.hero-scroll{position:absolute;bottom:30px;left:50%;transform:translate(-50%);animation:bounce 2s infinite}.hero-scroll i{font-size:2rem;color:#f4d03f}.quick-booking{background:#fff;padding:2rem 0;box-shadow:0 -5px 20px #0000001a;position:relative;z-index:10}.booking-widget{background:#f8f9fa;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.booking-widget h3{text-align:center;margin-bottom:1.5rem;color:#2c3e50}.booking-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:600;color:#2c3e50}.form-group input,.form-group select,.form-group textarea{padding:12px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#d4af37}.about{padding:5rem 0;background:#f8f9fa}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:#2c3e50}.about-text p{font-size:1.1rem;margin-bottom:2rem;color:#666;line-height:1.8}.features{display:grid;gap:1.5rem}.feature{display:flex;align-items:flex-start;gap:1rem}.feature i{font-size:2rem;color:#d4af37;margin-top:.5rem}.feature h4{margin-bottom:.5rem;color:#2c3e50}.feature p{color:#666;margin:0}.about-image img{width:100%;height:400px;object-fit:cover;border-radius:15px;box-shadow:0 15px 35px #0000001a}.rooms{padding:5rem 0;background:#fff}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.room-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.room-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.room-image{position:relative;height:250px;overflow:hidden}.room-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.room-card:hover .room-image img{transform:scale(1.1)}.room-price{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,#d4af37,#f4d03f);color:#fff;padding:10px 15px;border-radius:25px;font-weight:700;font-size:1.2rem}.room-price span{font-size:.8rem;opacity:.9}.room-content{padding:2rem}.room-content h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.room-content p{color:#666;margin-bottom:1.5rem;line-height:1.6}.room-amenities{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.room-amenities span{background:#f8f9fa;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;color:#666;display:flex;align-items:center;gap:.5rem}.room-amenities i{color:#d4af37}.room-actions{display:flex;gap:1rem;flex-wrap:wrap}.dining{padding:5rem 0;background:#f8f9fa}.dining-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.dining-text h3{font-size:2rem;margin-bottom:1.5rem;color:#2c3e50}.dining-text p{font-size:1.1rem;margin-bottom:2rem;color:#666;line-height:1.8}.dining-features{display:grid;gap:1.5rem;margin-bottom:2rem}.dining-pricing{background:#fff;padding:1.5rem;border-radius:10px;margin-bottom:2rem;box-shadow:0 5px 15px #0000001a}.dining-pricing h4{margin-bottom:1rem;color:#2c3e50}.price-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #eee}.price-item:last-child{border-bottom:none}.price-item span:last-child{font-weight:700;color:#d4af37}.dining-image img{width:100%;height:400px;object-fit:cover;border-radius:15px;box-shadow:0 15px 35px #0000001a}.banquet{padding:5rem 0;background:#fff}.banquet-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.banquet-text h3{font-size:2rem;margin-bottom:1.5rem;color:#2c3e50}.banquet-text p{font-size:1.1rem;margin-bottom:2rem;color:#666;line-height:1.8}.banquet-features{display:grid;gap:1.5rem;margin-bottom:2rem}.banquet-pricing{background:#f8f9fa;padding:1.5rem;border-radius:10px;margin-bottom:2rem;box-shadow:0 5px 15px #0000000d}.banquet-pricing h4{margin-bottom:1rem;color:#2c3e50}.banquet-image img{width:100%;height:400px;object-fit:cover;border-radius:15px;box-shadow:0 15px 35px #0000001a}.gallery-section{padding:5rem 0;background:#f8f9fa}.gallery-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.tab-btn{padding:10px 25px;border:2px solid #d4af37;background:transparent;color:#d4af37;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:600}.tab-btn.active,.tab-btn:hover{background:#d4af37;color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.gallery-item{position:relative;height:250px;border-radius:15px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.05)}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-item:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#d4af37cc,#f4d03fcc);opacity:0;transition:opacity .3s ease}.gallery-item:hover:after{opacity:1}.booking-partners{padding:5rem 0;background:#fff}.partners-subtitle{text-align:center;color:#666;margin-bottom:3rem;font-size:1.1rem}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:600px;margin:0 auto}.partner-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;text-decoration:none;color:inherit;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.partner-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.partner-card img{display:block;margin:0 auto 1rem;max-width:120px;width:100%;height:60px;object-fit:contain}.partner-card h4{margin-bottom:.5rem;color:#2c3e50}.partner-card p{color:#666;font-size:.9rem}.booking-section{padding:5rem 0;background:#f8f9fa}.booking-form-container{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:15px;box-shadow:0 15px 35px #0000001a}.booking-form-detailed{display:grid;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.booking-summary{background:#f8f9fa;padding:1.5rem;border-radius:10px;margin-top:1rem}.booking-summary h4{margin-bottom:1rem;color:#2c3e50}.summary-details{display:grid;gap:.5rem}.contact{padding:5rem 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem}.contact-info{display:grid;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-item i{font-size:1.5rem;color:#d4af37;margin-top:.5rem}.contact-item h4{margin-bottom:.5rem;color:#2c3e50}.contact-item p{color:#666;margin:0}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#d4af37,#f4d03f);color:#fff;border-radius:50%;text-decoration:none;transition:transform .3s ease}.social-links a:hover{transform:translateY(-3px)}.contact-form{background:#f8f9fa;padding:2rem;border-radius:15px}.map-container{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.footer-logo img{height:40px;width:auto}.footer-logo h3{color:#d4af37}.footer-section h4{margin-bottom:1rem;color:#d4af37}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bbb;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#d4af37}.footer-section p{color:#bbb;margin-bottom:.5rem}.footer-section i{color:#d4af37;margin-right:.5rem}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center;color:#bbb}.footer-link{color:#fff;text-decoration:none;font-weight:500;transition:color .2s}.footer-link:hover{color:#d4af37;text-decoration:underline}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background-color:#fff;margin:5% auto;padding:2rem;border-radius:15px;width:90%;max-width:800px;max-height:80vh;overflow-y:auto;position:relative}.close{position:absolute;top:15px;right:25px;color:#aaa;font-size:28px;font-weight:700;cursor:pointer;transition:color .3s ease}.close:hover{color:#d4af37}.modal-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.modal-gallery img{width:100%;height:200px;object-fit:cover;border-radius:10px;cursor:pointer;transition:transform .3s ease}.modal-gallery img:hover{transform:scale(1.05)}.confirmation-content{text-align:center;padding:2rem}.confirmation-content i{font-size:4rem;color:#28a745;margin-bottom:1rem}.confirmation-content h3{margin-bottom:1rem;color:#2c3e50}.confirmation-number{background:linear-gradient(135deg,#d4af37,#f4d03f);color:#fff;padding:1rem 2rem;border-radius:10px;font-size:1.5rem;font-weight:700;margin:1rem 0;display:inline-block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) translate(-50%)}40%{transform:translateY(-10px) translate(-50%)}60%{transform:translateY(-5px) translate(-50%)}}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fffffffa;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.about-content,.dining-content,.banquet-content,.contact-content{grid-template-columns:1fr;gap:2rem}.form-row,.booking-form{grid-template-columns:1fr}.section-title{font-size:2rem}.booking-form-container{padding:2rem 1rem}.modal-content{width:95%;margin:10% auto;padding:1rem}.partners-grid,.rooms-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.container{padding:0 15px}.booking-widget,.room-content,.contact-form,.booking-form-container{padding:1.5rem}}.collage-gallery{position:relative;width:95%;min-height:480px;height:480px;margin:0 auto;display:flex;justify-content:center;align-items:center;max-width:900px}.collage-gallery img{position:absolute;width:260px;height:320px;object-fit:cover;border-radius:16px;box-shadow:0 12px 32px #0000002e,0 2px 8px #0000001f;border:8px solid #fff;cursor:pointer;transition:transform .2s,box-shadow .2s;z-index:1}.collage-gallery img:nth-child(1){left:8%;top:6%;transform:rotate(-8deg);z-index:3}.collage-gallery img:nth-child(2){left:36%;top:0%;transform:rotate(5deg);z-index:4}.collage-gallery img:nth-child(3){left:64%;top:8%;transform:rotate(-6deg);z-index:3}.collage-gallery img:nth-child(4){left:22%;top:68%;transform:rotate(7deg);z-index:2}.collage-gallery img:nth-child(5){left:54%;top:72%;transform:rotate(-5deg);z-index:2}.collage-gallery img:hover{box-shadow:0 20px 40px #d4af3740,0 4px 12px #0000002e;transform:scale(1.1) rotate(0)!important;z-index:10}@media (max-width: 1200px){.collage-gallery{min-height:340px;height:340px;max-width:700px}.collage-gallery img{width:170px;height:210px;border-width:5px}}@media (max-width: 900px){.collage-gallery{min-height:220px;height:220px;max-width:420px}.collage-gallery img{width:100px;height:120px;border-width:3px}}@media (max-width: 600px){.collage-gallery{min-height:140px;height:140px;max-width:100vw;width:100vw;left:50%;transform:translate(-50%)}.collage-gallery img{position:absolute;width:60px;height:70px;border-width:2px;border-radius:8px;box-shadow:0 4px 12px #0000001f}.collage-gallery img:nth-child(1){left:5%;top:2%;transform:rotate(-4deg)}.collage-gallery img:nth-child(2){left:32%;top:0%;transform:rotate(2deg)}.collage-gallery img:nth-child(3){left:59%;top:4%;transform:rotate(-3deg)}.collage-gallery img:nth-child(4){left:18%;top:54%;transform:rotate(3deg)}.collage-gallery img:nth-child(5){left:50%;top:58%;transform:rotate(-2deg)}}.hero-slider{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;z-index:0;transition:opacity .8s ease}.hero-slide.active{opacity:1;z-index:1}.hero{position:relative;overflow:hidden}.hero-content{position:relative;z-index:2}@media (max-width: 900px){.hero-slider,.hero-slide{height:60vw;min-height:220px}}@media (max-width: 600px){.hero{position:relative;width:100%;min-height:600px;height:auto;display:flex;align-items:center;justify-content:center;padding:0}.hero-slider{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;z-index:0;transition:opacity .8s ease}.hero-slide.active{opacity:1;z-index:1}.hero-content{position:relative;z-index:2;width:100%;padding:2.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000040,#00000073);z-index:1;pointer-events:none}.hero-title,.hero-subtitle,.hero-description{text-shadow:0 2px 8px rgba(0,0,0,.18)}.hero-buttons{z-index:2}}.about-gallery{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.about-gallery-grid{display:flex;flex-direction:row;gap:1.5rem;justify-content:center;width:100%}.about-gallery-grid img{width:240px;height:180px;object-fit:cover;border-radius:15px;box-shadow:0 8px 24px #0000001f;cursor:pointer;transition:transform .2s,box-shadow .2s}.about-gallery-grid img:hover{transform:scale(1.06);box-shadow:0 16px 32px #d4af372e}.about-gallery-bottom{justify-content:center}.about-gallery-bottom img{width:320px;height:200px}@media (max-width: 900px){.about-gallery-grid img{width:140px;height:100px}.about-gallery-bottom img{width:180px;height:120px}}@media (max-width: 600px){.about-gallery,.about-gallery-grid{gap:1rem}.about-gallery-grid img{width:90px;height:60px}.about-gallery-bottom img{width:120px;height:80px}}#contactThankYou.modal{display:none;position:fixed;z-index:3000;left:0;top:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#contactThankYou .modal-content{background-color:#fff;margin:5% auto;padding:2rem;border-radius:15px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;position:relative;text-align:center}#contactThankYou .close{position:absolute;top:15px;right:25px;color:#aaa;font-size:28px;font-weight:700;cursor:pointer;transition:color .3s ease}#contactThankYou .close:hover{color:#d4af37}.contact-link{color:#2c3e50;text-decoration:none;font-weight:500;transition:color .2s}.contact-link:hover{color:#d4af37;text-decoration:underline}
