body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.top-bar{background:#0f0f23;border-bottom:1px solid #d4af374d;color:#fff;font-size:.85rem;padding:.5rem 0}.top-bar .top-bar-container{margin:0 auto;max-width:1200px;padding:0 2rem}.top-bar .top-bar-contact,.top-bar .top-bar-container{align-items:center;display:flex;justify-content:center}.top-bar .top-bar-contact{flex-wrap:wrap;gap:2rem}.top-bar .top-contact-item{align-items:center;color:#fff;display:flex;gap:.5rem;opacity:.9}.top-bar .top-contact-icon{color:#d4af37;font-size:1rem}.navbar{background:linear-gradient(135deg,#1a1a2e,#16213e);box-shadow:0 4px 20px #0000001a;padding:.8rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar .navbar-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar .navbar-brand{color:#fff;text-align:left}.navbar .navbar-brand h2{color:#d4af37;font-size:1.8rem;font-weight:700;letter-spacing:1px;margin:0;text-shadow:2px 2px 4px #0000004d}.navbar .brand-tagline{color:#fff;font-size:.8rem;font-style:italic;margin:-5px 0 0;opacity:.9}.navbar .brand-link{color:inherit;display:inline-block;text-decoration:none}.navbar .navbar-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar .navbar-item{position:relative}.navbar .navbar-link{border-radius:5px;color:#fff;font-size:1rem;font-weight:500;overflow:hidden;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.navbar .navbar-link:hover{background:#d4af371a;color:#d4af37;transform:translateY(-2px)}.navbar .navbar-link:before{background:#d4af37;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.navbar .navbar-link:hover:before{width:80%}.navbar .navbar-actions{align-items:center;display:flex}.navbar .book-now-btn{align-items:center;background:linear-gradient(135deg,#d4af37,#f4d03f);border:none;border-radius:25px;box-shadow:0 4px 15px #d4af374d;color:#1a1a2e;cursor:pointer;display:block;font-size:1rem;font-weight:700;gap:.5rem;letter-spacing:.5px;padding:.8rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.navbar .book-now-btn:hover{background:linear-gradient(135deg,#f4d03f,#d4af37);box-shadow:0 6px 20px #d4af3766;transform:translateY(-2px)}.navbar .book-now-btn:active{box-shadow:0 2px 10px #d4af374d;transform:translateY(0)}.navbar .btn-icon{font-size:1.1rem}.navbar .navbar-toggle{cursor:pointer;display:none;flex-direction:column;padding:.5rem}.navbar .bar{background:#fff;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}@media screen and (max-width:1024px){.navbar .navbar-container,.navbar .top-bar-container{padding:0 1rem}.navbar .top-bar-contact{gap:1.5rem}.navbar .navbar-actions{display:none}.navbar .mobile-book{display:block!important;text-align:center}}@media screen and (max-width:768px){.top-bar .top-bar-contact{flex-direction:column;gap:.5rem;text-align:center}.top-bar .top-contact-item{font-size:.8rem;justify-content:center}.top-bar .hide-mobile{display:none}.navbar .navbar-container{flex-wrap:wrap;position:relative}.navbar .navbar-brand{flex:1 1;order:1}.navbar .navbar-actions{margin-right:1rem;order:2}.navbar .navbar-toggle{display:flex;order:3}.navbar .navbar-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2efa;box-shadow:0 4px 20px #0003;flex-direction:column;gap:0;left:0;opacity:0;order:4;padding:1rem 2rem;position:absolute;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;width:100%}.navbar .navbar-menu.active{opacity:1;transform:translateY(0);visibility:visible}.navbar .navbar-item{margin:.5rem 0}.navbar .navbar-link{border-radius:8px;display:block;padding:1rem;text-align:center}.navbar .book-now-btn{font-size:.9rem;padding:.6rem 1.2rem}}@media screen and (max-width:480px){.top-bar .top-bar-contact{gap:.5rem}.navbar .navbar-brand h2{font-size:1.4rem}.navbar .brand-tagline{font-size:.7rem}.navbar .navbar-container,.navbar .top-bar-container{padding:0 .5rem}.navbar .top-contact-item{font-size:.75rem}.navbar .book-now-btn{font-size:.8rem;padding:.5rem 1rem}.navbar .btn-icon{font-size:1rem}}.navbar .navbar-toggle.active .bar:first-child{transform:rotate(-45deg) translate(-5px,6px)}.navbar .navbar-toggle.active .bar:nth-child(2){opacity:0}.navbar .navbar-toggle.active .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.navbar .mobile-book{display:none}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero .hero-slider{z-index:0}.hero .hero-slide,.hero .hero-slider{height:100%;left:0;position:absolute;top:0;width:100%}.hero .hero-slide{animation:slideZoom 15s infinite;background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:0;transform:scale(1.05);transition:opacity 1.5s ease-in-out}.hero .hero-slide.active{opacity:1}@keyframes slideZoom{0%{transform:scale(1.05)}50%{transform:scale(1.1)}to{transform:scale(1.05)}}.hero .slider-controls{display:flex;justify-content:space-between;padding:0 2rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:4}.hero .slider-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#d4af37cc;border:2px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:50px;justify-content:center;pointer-events:all;transition:all .3s ease;width:50px}.hero .slider-btn:hover{background:#d4af37;box-shadow:0 4px 15px #d4af3766;transform:scale(1.1)}.hero .slider-btn:active{transform:scale(.95)}.hero .slider-indicators{bottom:6rem;display:flex;gap:1rem;left:50%;position:absolute;transform:translateX(-50%);z-index:4}.hero .indicator{background:#0000;border:2px solid #ffffff80;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.hero .indicator.active{background:#d4af37;border-color:#d4af37;box-shadow:0 0 10px #d4af3780}.hero .indicator:hover{border-color:#d4af37;transform:scale(1.2)}.hero .hero:before{background:radial-gradient(circle at 20% 80%,#d4af371a 0,#0000 50%),radial-gradient(circle at 80% 20%,#d4af371a 0,#0000 50%);content:"";pointer-events:none;z-index:1}.hero .hero-overlay,.hero .hero:before{bottom:0;left:0;position:absolute;right:0;top:0}.hero .hero-overlay{background:linear-gradient(135deg,#0f0f23cc,#1a1a2eb3 25%,#16213ecc 50%,#0f3460b3);z-index:2}.hero .hero-content{padding:2rem;position:relative;width:100%;z-index:3}.hero .hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1200px}.hero .hero-text{color:#fff}.hero .hero-title{animation:fadeInUp 1s ease-out;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 4px #000000b3}.hero .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#d4af37,#f4d03f);-webkit-background-clip:text;background-clip:text;color:#d4af37;text-shadow:none}.hero .hero-subtitle{animation:fadeInUp 1s ease-out .2s both;color:#d4af37;font-size:1.5rem;font-style:italic;font-weight:300;margin-bottom:1.5rem;text-shadow:1px 1px 2px #000000b3}.hero .hero-description{animation:fadeInUp 1s ease-out .4s both;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:600px;opacity:.95;text-shadow:1px 1px 2px #00000080}.hero .hero-features{grid-gap:1rem;animation:fadeInUp 1s ease-out .6s both;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:2.5rem}.hero .feature-item{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:1px solid #d4af374d;border-radius:10px;display:flex;gap:.8rem;padding:.8rem;transition:all .3s ease}.hero .feature-item:hover{background:#d4af3733;box-shadow:0 4px 15px #d4af374d;transform:translateY(-2px)}.hero .feature-icon{filter:grayscale(100%) brightness(0) invert(1);font-size:1.5rem}.hero .hero-actions{animation:fadeInUp 1s ease-out .8s both;display:flex;gap:1.5rem;margin-bottom:2rem}.hero .btn-primary,.hero .btn-secondary{align-items:center;border:none;border-radius:30px;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.8rem;letter-spacing:.5px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.hero .btn-primary{background:linear-gradient(135deg,#d4af37,#f4d03f);box-shadow:0 6px 20px #d4af3766;color:#1a1a2e}.hero .btn-primary:hover{background:linear-gradient(135deg,#f4d03f,#d4af37);box-shadow:0 8px 25px #d4af3780;transform:translateY(-3px)}.hero .btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #d4af37;color:#fff}.hero .btn-secondary:hover{background:#d4af37;box-shadow:0 6px 20px #d4af374d;color:#1a1a2e;transform:translateY(-3px)}.hero .btn-icon{font-size:1.2rem}.hero .hero-contact-info{animation:fadeInUp 1s ease-out 1s both}.hero .contact-highlight{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#d4af3726;border-left:4px solid #d4af37;border-radius:10px;display:flex;flex-direction:column;gap:.5rem;max-width:300px;padding:1rem}.hero .contact-label{font-size:.9rem;opacity:.9}.hero .contact-number{color:#d4af37;font-size:1.3rem;font-weight:700;text-shadow:1px 1px 2px #00000080}.hero .hero-stats{animation:fadeInRight 1s ease-out .5s both;display:flex;flex-direction:column;gap:2rem}.hero .stat-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff26;border:1px solid #d4af374d;border-radius:15px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.hero .stat-item:hover{background:#d4af3733;box-shadow:0 8px 25px #d4af374d;transform:translateY(-5px)}.hero .stat-number{color:#d4af37;font-size:2.5rem;font-weight:800;margin-bottom:.5rem;text-shadow:2px 2px 4px #00000080}.hero .stat-label{color:#fff;font-size:1rem;font-weight:500;opacity:.95;text-shadow:1px 1px 2px #00000080}.hero .scroll-indicator{align-items:center;animation:bounce 2s infinite;bottom:2rem;color:#fff;display:flex;flex-direction:column;gap:.5rem;left:50%;opacity:.8;position:absolute;transform:translateX(-50%);z-index:4}.hero .scroll-arrow{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #d4af37;border-radius:50%;color:#d4af37;display:flex;font-size:1.5rem;height:40px;justify-content:center;width:40px}.hero .scroll-text{font-size:.9rem;letter-spacing:1px;text-shadow:1px 1px 2px #00000080;text-transform:uppercase}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media screen and (max-width:1024px){.hero .hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero .hero-title{font-size:3rem}.hero .hero-stats{flex-direction:row;justify-content:center}.hero .slider-controls{padding:0 1rem}.hero .slider-btn{font-size:1.3rem;height:45px;width:45px}}@media screen and (max-width:768px){.hero .hero-content{padding:1rem}.hero .hero-title{font-size:2.5rem}.hero .hero-subtitle{font-size:1.3rem}.hero .hero-description{font-size:1rem}.hero .hero-features{grid-template-columns:repeat(2,1fr)}.hero .hero-actions{flex-direction:column;gap:1rem}.hero .btn-primary,.hero .btn-secondary{font-size:1rem;padding:.8rem 1.5rem}.hero .hero-stats{flex-direction:column;gap:1rem}.hero .stat-item{padding:1.5rem 1rem}.hero .stat-number{font-size:2rem}.hero .slider-controls{padding:0 .5rem}.hero .slider-btn{font-size:1.2rem;height:40px;width:40px}.hero .slider-indicators{bottom:5rem}.hero .scroll-indicator,.hero .slider-controls{display:none}.hero .hero-contact-info{align-items:center;display:flex;justify-content:center}.hero .contact-highlight{padding:.5rem 3rem}}@media screen and (max-width:480px){.hero{min-height:90vh}.hero .hero-title{font-size:2rem;line-height:1.3}.hero .hero-subtitle{font-size:1.1rem}.hero .hero-description{font-size:.95rem}.hero .feature-item{padding:.6rem}.hero .feature-icon{font-size:1.3rem}.hero .btn-primary,.hero .btn-secondary{font-size:.9rem;padding:.7rem 1.2rem}.hero .contact-highlight{padding:.8rem}.hero .contact-number{font-size:1.1rem}.hero .stat-number{font-size:1.8rem}.hero .stat-label{font-size:.9rem}.hero .slider-btn{font-size:1rem;height:35px;width:35px}.hero .indicator{height:10px;width:10px}.hero .slider-indicators{bottom:4rem;gap:.8rem}.hero .contact-highlight{padding:.5rem 2rem}}.about-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);overflow:hidden;padding:6rem 0;position:relative}.about-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='.5' opacity='.02'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.about-section .about-container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.about-section .about-header{animation:fadeInUp .8s ease-out;margin-bottom:5rem;text-align:center}.about-section .section-title{color:#2c3e50;display:inline-block;font-size:3.5rem;font-weight:800;margin-bottom:1rem;position:relative}.about-section .section-title:after{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.about-section .section-subtitle{color:#6c757d;font-size:1.3rem;font-style:italic;font-weight:300;margin-top:1.5rem}.about-section .about-content{display:flex;flex-direction:column;gap:5rem}.about-section .hotel-story{grid-gap:4rem;align-items:center;animation:fadeInUp .8s ease-out .2s both;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-section .story-text h3{color:#2c3e50;font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;position:relative}.about-section .story-text h3:before{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;content:"";height:40px;left:-20px;position:absolute;top:50%;transform:translateY(-50%);width:4px}.about-section .story-text p{color:#495057;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.about-section .story-image{border-radius:15px;box-shadow:0 20px 40px #0000001a;overflow:hidden;position:relative;transition:all .4s ease}.about-section .story-image:hover{box-shadow:0 25px 50px #00000026;transform:translateY(-5px)}.about-section .story-image img{height:400px;object-fit:cover;transition:transform .4s ease;width:100%}.about-section .story-image:hover img{transform:scale(1.05)}.about-section .ceo-section{grid-gap:4rem;align-items:center;animation:fadeInUp .8s ease-out .4s both;background:#fff;border-radius:20px;box-shadow:0 15px 35px #00000014;display:grid;gap:4rem;grid-template-columns:1fr 1fr;padding:3rem}.about-section .ceo-image{border-radius:15px;box-shadow:0 15px 30px #0000001a;overflow:hidden;position:relative}.about-section .ceo-image img{height:350px;object-fit:cover;transition:transform .4s ease;width:100%}.about-section .ceo-image:hover img{transform:scale(1.05)}.about-section .ceo-info h3{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:1rem}.about-section .ceo-info h4{color:#d4af37;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.about-section .ceo-title{color:#6c757d;font-size:1rem;font-weight:500;letter-spacing:1px;margin-bottom:1.5rem!important;text-transform:uppercase}.about-section .ceo-info p{color:#495057;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.about-section .key-features{animation:fadeInUp .8s ease-out .6s both}.about-section .key-features h3{color:#2c3e50;font-size:2.2rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.about-section .key-features h3:after{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.about-section .features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.about-section .feature-item{background:#fff;border:1px solid #e9ecef;border-radius:15px;box-shadow:0 10px 25px #00000014;padding:2.5rem;text-align:center;transition:all .4s ease}.about-section .feature-item:hover{border-color:#d4af37;box-shadow:0 15px 35px #0000001f;transform:translateY(-5px)}.about-section .feature-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.about-section .feature-item h4{color:#2c3e50;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.about-section .feature-item p{color:#6c757d;font-size:1rem;line-height:1.6}.about-section .contact-info{animation:fadeInUp .8s ease-out .8s both;background:#fff;border-radius:20px;box-shadow:0 15px 35px #00000014;padding:3rem}.about-section .contact-info h3{color:#2c3e50;font-size:2.2rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.about-section .contact-info h3:after{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.about-section .contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.about-section .contact-item{align-items:flex-start;background:#f8f9fa;border-radius:10px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.about-section .contact-item:hover{background:#e9ecef;transform:translateY(-2px)}.about-section .contact-icon{flex-shrink:0;font-size:2rem;margin-top:.5rem}.about-section .contact-details h4{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.about-section .contact-details p{color:#495057;font-size:1rem;line-height:1.6;margin:0}@media screen and (max-width:1024px){.about-section .about-container{padding:0 1rem}.about-section .section-title{font-size:2.8rem}.about-section .ceo-section,.about-section .hotel-story{gap:2.5rem;grid-template-columns:1fr}.about-section .ceo-image,.about-section .story-image{order:-1}.about-section .ceo-image img,.about-section .story-image img{height:300px}.about-section .features-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.about-section .feature-item{padding:2rem}.about-section .contact-grid{grid-template-columns:1fr}}@media screen and (max-width:768px){.about-section{padding:4rem 0}.about-section .about-container{padding:0 1rem}.about-section .about-header{margin-bottom:3rem}.about-section .section-title{font-size:2.2rem}.about-section .section-subtitle{font-size:1.1rem}.about-section .about-content{gap:3rem}.about-section .ceo-info h3,.about-section .contact-info h3,.about-section .key-features h3,.about-section .story-text h3{font-size:1.8rem}.about-section .ceo-info p,.about-section .story-text p{font-size:1rem}.about-section .ceo-section,.about-section .contact-info{padding:2rem}.about-section .features-grid{grid-template-columns:1fr}.about-section .feature-item{padding:1.5rem}.about-section .contact-item{gap:1rem;padding:1rem}}@media screen and (max-width:480px){.about-section{padding:3rem 0}.about-section .about-container{padding:0 .5rem}.about-section .section-title{font-size:1.8rem}.about-section .story-text h3:before{display:none}.about-section .ceo-image img,.about-section .story-image img{height:250px}.about-section .feature-icon{font-size:2.5rem}.about-section .contact-item{flex-direction:column;gap:.5rem;text-align:center}.about-section .contact-icon{margin-top:0}}.rooms-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:6rem 0;position:relative}.rooms-section .rooms-section:before{background:radial-gradient(circle at 10% 20%,#d4af370d 0,#0000 50%),radial-gradient(circle at 90% 80%,#d4af370d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.rooms-section .rooms-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.rooms-section .rooms-header{animation:fadeInUp .8s ease-out;margin-bottom:4rem;text-align:center}.rooms-section .section-title{color:#1a1a2e;font-size:3rem;font-weight:800;margin-bottom:1rem;position:relative}.rooms-section .section-title:after{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.rooms-section .section-subtitle{color:#6c757d;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.rooms-section .category-filter{animation:fadeInUp .8s ease-out .2s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.rooms-section .filter-btn{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:25px;color:#6c757d;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.rooms-section .filter-btn:hover{border-color:#d4af37;box-shadow:0 4px 15px #d4af3733;color:#d4af37;transform:translateY(-2px)}.rooms-section .filter-btn.active{background:linear-gradient(135deg,#d4af37,#f4d03f);border-color:#d4af37;box-shadow:0 4px 15px #d4af374d;color:#fff}.rooms-section .filter-icon{font-size:1.2rem}.rooms-section .rooms-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.rooms-section .room-card{animation:fadeInUp .8s ease-out;background:#fff;border-radius:15px;box-shadow:0 8px 30px #0000001a;overflow:hidden;transition:all .3s ease}.rooms-section .room-card:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-10px)}.rooms-section .room-image{height:250px;overflow:hidden;position:relative}.rooms-section .room-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.rooms-section .room-card:hover .room-image img{transform:scale(1.05)}.rooms-section .room-category-badge{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;left:1rem;letter-spacing:.5px;padding:.5rem 1rem;position:absolute;text-transform:uppercase;top:1rem}.rooms-section .room-overlay{align-items:center;background:#1a1a2ecc;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease}.rooms-section .room-card:hover .room-overlay{opacity:1}.rooms-section .quick-view-btn{background:linear-gradient(135deg,#d4af37,#f4d03f);border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 2rem;transform:translateY(20px);transition:all .3s ease}.rooms-section .room-card:hover .quick-view-btn{transform:translateY(0)}.rooms-section .quick-view-btn:hover{box-shadow:0 4px 15px #d4af3766;transform:translateY(-2px)}.rooms-section .room-content{padding:1.5rem}.rooms-section .room-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.rooms-section .room-name{color:#1a1a2e;font-size:1.4rem;font-weight:700;margin:0}.rooms-section .room-rating{font-size:.9rem;opacity:.8}.rooms-section .room-description{color:#6c757d;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.rooms-section .room-details{display:flex;gap:1.5rem;margin-bottom:1rem}.rooms-section .detail-item{align-items:center;color:#6c757d;display:flex;font-size:.9rem;gap:.5rem}.rooms-section .detail-icon{font-size:1.1rem}.rooms-section .room-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.rooms-section .feature-tag{background:#f8f9fa;border:1px solid #e9ecef;border-radius:15px;color:#6c757d;font-size:.8rem;padding:.3rem .8rem;transition:all .3s ease}.rooms-section .feature-tag:hover{background:#d4af371a;border-color:#d4af37;color:#d4af37}.rooms-section .feature-tag.more{background:#d4af37;border-color:#d4af37;color:#fff}.rooms-section .room-footer{align-items:center;border-top:1px solid #e9ecef;display:flex;justify-content:space-between;padding-top:1rem}.rooms-section .room-pricing{display:flex;flex-direction:column;gap:.2rem}.rooms-section .original-price{color:#6c757d;font-size:.9rem;text-decoration:line-through}.rooms-section .current-price{color:#d4af37;font-size:1.3rem;font-weight:700}.rooms-section .price-period{color:#6c757d;font-size:.8rem}.rooms-section .book-btn{background:linear-gradient(135deg,#1a1a2e,#16213e);border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.rooms-section .book-btn:hover{background:linear-gradient(135deg,#d4af37,#f4d03f);box-shadow:0 4px 15px #d4af374d;transform:translateY(-2px)}.rooms-section .rooms-cta{animation:fadeInUp .8s ease-out .4s both;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:20px;color:#fff;padding:3rem;text-align:center}.rooms-section .cta-content h3{color:#d4af37;font-size:2rem;font-weight:700;margin-bottom:1rem}.rooms-section .cta-content p{font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px;opacity:.9}.rooms-section .cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.rooms-section .cta-btn{align-items:center;border-radius:30px;display:flex;font-size:1rem;font-weight:600;gap:.8rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.rooms-section .cta-btn.primary{background:linear-gradient(135deg,#d4af37,#f4d03f);color:#1a1a2e}.rooms-section .cta-btn.primary:hover{box-shadow:0 6px 20px #d4af3766;transform:translateY(-3px)}.rooms-section .cta-btn.secondary{background:#0000;border:2px solid #d4af37;color:#fff}.rooms-section .cta-btn.secondary:hover{background:#d4af37;color:#1a1a2e;transform:translateY(-3px)}.rooms-section .btn-icon{font-size:1.2rem}@media screen and (max-width:1024px){.rooms-section .rooms-container{padding:0 1rem}.rooms-section .rooms-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.rooms-section .section-title{font-size:2.5rem}}@media screen and (max-width:768px){.rooms-section{padding:4rem 0}.rooms-section .rooms-header{margin-bottom:3rem}.rooms-section .section-title{font-size:2rem}.rooms-section .section-subtitle{font-size:1rem}.rooms-section .category-filter{gap:.5rem;margin-bottom:2rem}.rooms-section .filter-btn{font-size:.9rem;padding:.6rem 1rem}.rooms-section .rooms-grid{gap:1.5rem;grid-template-columns:1fr}.rooms-section .room-image{height:200px}.rooms-section .room-content{padding:1rem}.rooms-section .room-header{align-items:flex-start;flex-direction:column;gap:.5rem}.rooms-section .room-details{gap:1rem}.rooms-section .room-footer{align-items:stretch;flex-direction:column;gap:1rem}.rooms-section .rooms-cta{padding:2rem}.rooms-section .cta-content h3{font-size:1.5rem}.rooms-section .cta-content p{font-size:1rem}.rooms-section .cta-buttons{align-items:center;flex-direction:column}.rooms-section .cta-btn{justify-content:center;max-width:300px;width:100%}}@media screen and (max-width:480px){.rooms-section .rooms-container{padding:0 .5rem}.rooms-section .section-title{font-size:1.8rem}.rooms-section .filter-btn{font-size:.8rem;padding:.5rem .8rem}.rooms-section .room-card{border-radius:10px}.rooms-section .room-image{height:180px}.rooms-section .room-content{padding:.8rem}.rooms-section .room-name{font-size:1.2rem}.rooms-section .current-price{font-size:1.1rem}.rooms-section .book-btn{font-size:.9rem;padding:.6rem 1.2rem}.rooms-section .rooms-cta{border-radius:15px;padding:1.5rem}.rooms-section .cta-content h3{font-size:1.3rem}.rooms-section .cta-btn{font-size:.9rem;padding:.8rem 1.5rem}}.amenities-section{background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;overflow:hidden;padding:6rem 0;position:relative}.amenities-section:before{background:radial-gradient(circle at 20% 20%,#d4af371a 0,#0000 50%),radial-gradient(circle at 80% 80%,#d4af371a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.amenities-section .amenities-container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.amenities-section .amenities-header{animation:fadeInUp .8s ease-out;margin-bottom:4rem;text-align:center}.amenities-section .section-title{color:#fff;font-size:3.5rem;font-weight:800;margin-bottom:1rem;position:relative;text-shadow:2px 2px 4px #00000080}.amenities-section .section-title:after{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.amenities-section .section-subtitle{color:#ffffffe6;font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:800px}.amenities-section .amenities-layout{grid-gap:3rem;animation:fadeInUp .8s ease-out .2s both;display:grid;gap:3rem;grid-template-columns:350px 1fr;margin-bottom:4rem}.amenities-section .amenities-sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #d4af3733;border-radius:20px;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.amenities-section .sidebar-header{margin-bottom:2rem;text-align:center}.amenities-section .sidebar-header h3{color:#d4af37;font-size:1.5rem;font-weight:700;margin:0;text-shadow:1px 1px 2px #00000080}.amenities-section .sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.amenities-section .nav-item{align-items:center;background:#ffffff0d;border:3px solid #d4af3799;border-radius:12px;color:#ffffffe6;cursor:pointer;display:flex;font-weight:600;gap:1rem;min-height:60px;overflow:hidden;padding:1rem 1.5rem;position:relative;text-align:left;transition:all .3s ease}.amenities-section .nav-item:before{background:#d4af37;bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .3s ease;width:4px;z-index:3}.amenities-section .nav-overlay{background:linear-gradient(135deg,#1a1a2ee6,#16213ed9);bottom:0;left:0;position:absolute;right:0;top:0;transition:all .3s ease;z-index:1}.amenities-section .nav-item:hover{border-color:#d4af37e6;box-shadow:0 4px 15px #d4af3766;color:#fff;transform:translateX(5px)}.amenities-section .nav-item:hover .nav-overlay{background:linear-gradient(135deg,#d4af3780,#f4d03f66)}.amenities-section .nav-item.active{border-color:#d4af37;box-shadow:0 6px 20px #d4af3780;color:#fff}.amenities-section .nav-item.active .nav-overlay{background:linear-gradient(135deg,#d4af3799,#f4d03f80)}.amenities-section .nav-item.active:before{transform:scaleY(1)}.amenities-section .nav-icon{font-size:1.5rem;min-width:24px}.amenities-section .nav-icon,.amenities-section .nav-text{position:relative;text-shadow:1px 1px 2px #000000b3;z-index:2}.amenities-section .nav-text{flex:1 1;font-size:1rem}.amenities-section .nav-arrow{font-size:1.2rem;opacity:.8;position:relative;text-shadow:1px 1px 2px #000000b3;transition:all .3s ease;z-index:2}.amenities-section .nav-item.active .nav-arrow,.amenities-section .nav-item:hover .nav-arrow{opacity:1;transform:translateX(5px)}.amenities-section .amenities-content{animation:slideInRight .6s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #d4af3733;border-radius:20px;padding:2.5rem}.amenities-section .content-header{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 300px;margin-bottom:3rem}.amenities-section .content-info{color:#fff}.amenities-section .content-title{color:#d4af37;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:1px 1px 2px #00000080}.amenities-section .content-description{color:#ffffffe6;font-size:1.2rem;line-height:1.6}.amenities-section .content-image{border-radius:15px;height:200px;overflow:hidden;position:relative}.amenities-section .content-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.amenities-section .content-image:hover img{transform:scale(1.05)}.amenities-section .image-overlay{align-items:center;background:#1a1a2e99;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease}.amenities-section .content-image:hover .image-overlay{opacity:1}.amenities-section .overlay-icon{color:#d4af37;font-size:4rem;transform:scale(.8);transition:transform .3s ease}.amenities-section .content-image:hover .overlay-icon{transform:scale(1)}.amenities-section .features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.amenities-section .feature-item{align-items:flex-start;animation:fadeInUp .6s ease-out;background:#ffffff14;border:1px solid #d4af371a;border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.amenities-section .feature-item:hover{background:#d4af371a;border-color:#d4af374d;box-shadow:0 6px 20px #d4af3726;transform:translateY(-3px)}.amenities-section .feature-icon{align-items:center;background:#d4af3733;border:1px solid #d4af374d;border-radius:10px;display:flex;font-size:2rem;height:40px;justify-content:center;min-width:40px}.amenities-section .feature-content{flex:1 1}.amenities-section .feature-title{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.amenities-section .feature-desc{color:#fffc;font-size:.9rem;line-height:1.5;margin:0}.amenities-section .amenities-cta{animation:fadeInUp .8s ease-out .6s both;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#d4af371a;border:2px solid #d4af374d;border-radius:20px;color:#fff;padding:3rem;text-align:center}.amenities-section .cta-content h3{color:#d4af37;font-size:2.2rem;font-weight:700;margin-bottom:1rem;text-shadow:1px 1px 2px #00000080}.amenities-section .cta-content p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.amenities-section .cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.amenities-section .cta-btn{align-items:center;border-radius:30px;display:flex;font-size:1rem;font-weight:600;gap:.8rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.amenities-section .cta-btn.primary{background:linear-gradient(135deg,#d4af37,#f4d03f);color:#1a1a2e}.amenities-section .cta-btn.primary:hover{box-shadow:0 6px 20px #d4af3766;transform:translateY(-3px)}.amenities-section .cta-btn.secondary{background:#0000;border:2px solid #d4af37;color:#fff}.amenities-section .cta-btn.secondary:hover{background:#d4af37;color:#1a1a2e;transform:translateY(-3px)}.amenities-section .btn-icon{font-size:1.2rem}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media screen and (max-width:1200px){.amenities-section .amenities-layout{gap:2rem;grid-template-columns:300px 1fr}.amenities-section .content-header{gap:1.5rem;grid-template-columns:1fr 250px}.amenities-section .content-title{font-size:2.2rem}}@media screen and (max-width:1024px){.amenities-section .amenities-container{padding:0 1rem}.amenities-section .amenities-layout{gap:2rem;grid-template-columns:1fr}.amenities-section .amenities-sidebar{order:1;position:static}.amenities-section .amenities-content{order:2}.amenities-section .sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:.5rem}.amenities-section .nav-item{flex:1 1;justify-content:center;min-width:120px;padding:.8rem 1rem}.amenities-section .nav-text{font-size:.9rem}.amenities-section .nav-arrow{display:none}.amenities-section .content-header{grid-template-columns:1fr;text-align:center}.amenities-section .content-image{margin:0 auto;max-width:400px}}@media screen and (max-width:768px){.amenities-section{padding:4rem 0}.amenities-section .section-title{font-size:2.5rem}.amenities-section .section-subtitle{font-size:1.1rem}.amenities-section .amenities-sidebar{padding:1.5rem}.amenities-section .sidebar-nav{flex-direction:column}.amenities-section .nav-item{min-width:auto;padding:.8rem 1rem}.amenities-section .amenities-content{padding:2rem}.amenities-section .content-title{font-size:2rem}.amenities-section .content-description{font-size:1.1rem}.amenities-section .features-grid{gap:1rem;grid-template-columns:1fr}.amenities-section .feature-item{padding:1rem}.amenities-section .amenities-cta{padding:2rem}.amenities-section .cta-content h3{font-size:1.8rem}.amenities-section .cta-content p{font-size:1rem}.amenities-section .cta-buttons{align-items:center;flex-direction:column}.amenities-section .cta-btn{justify-content:center;max-width:300px;width:100%}}@media screen and (max-width:480px){.amenities-section .amenities-container{padding:0 .5rem}.amenities-section .section-title{font-size:2rem}.amenities-section .amenities-sidebar{border-radius:15px;padding:1rem}.amenities-section .amenities-content{border-radius:15px;padding:1.5rem}.amenities-section .content-title{font-size:1.8rem}.amenities-section .content-image{height:150px}.amenities-section .feature-icon{font-size:1.5rem;height:35px;min-width:35px}.amenities-section .feature-title{font-size:1rem}.amenities-section .feature-desc{font-size:.85rem}.amenities-section .amenities-cta{border-radius:15px;padding:1.5rem}.amenities-section .cta-content h3{font-size:1.5rem}.amenities-section .cta-btn{font-size:.9rem;padding:.8rem 1.5rem}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.reviews-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);overflow:hidden;padding:6rem 0;position:relative}.reviews-section:before{background:radial-gradient(circle at 20% 20%,#d4af370d 0,#0000 50%),radial-gradient(circle at 80% 80%,#d4af370d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.reviews-section .reviews-container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.reviews-section .reviews-header{animation:fadeInUp .8s ease-out;margin-bottom:4rem;text-align:center}.reviews-section .section-title{color:#1a1a2e;font-size:3.5rem;font-weight:800;margin-bottom:1rem;position:relative}.reviews-section .section-title:after{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.reviews-section .section-subtitle{color:#6c757d;font-size:1.3rem;line-height:1.6;margin:0 auto 2rem;max-width:800px}.reviews-section .rating-summary{margin-bottom:2rem}.reviews-section .overall-rating{align-items:center;background:#fff;border:2px solid #d4af3733;border-radius:15px;box-shadow:0 4px 20px #0000001a;display:flex;gap:1rem;justify-content:center;margin:0 auto;max-width:400px;padding:1.5rem 2rem}.reviews-section .rating-number{color:#d4af37;font-size:2.5rem;font-weight:800}.reviews-section .rating-stars{display:flex;gap:.2rem}.reviews-section .star{color:#ddd;font-size:1.5rem;transition:color .3s ease}.reviews-section .star.filled{color:#ffc107}.reviews-section .rating-text{color:#6c757d;font-size:.9rem;font-weight:600}.reviews-section .reviews-swiper-container{margin-bottom:4rem;position:relative}.reviews-section .reviews-swiper{overflow:visible;padding:2rem 0}.reviews-section .review-card{background:#fff;border:1px solid #d4af371a;border-radius:20px;box-shadow:0 8px 30px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.reviews-section .review-card:before{background:linear-gradient(135deg,#d4af37,#f4d03f);content:"";height:4px;left:0;position:absolute;right:0;top:0}.reviews-section .review-card:hover{border-color:#d4af374d;box-shadow:0 15px 40px #00000026;transform:translateY(-5px)}.reviews-section .review-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.reviews-section .reviewer-info{align-items:center;display:flex;gap:1rem}.reviews-section .reviewer-avatar{border:3px solid #d4af374d;border-radius:50%;height:60px;object-fit:cover;transition:all .3s ease;width:60px}.reviews-section .review-card:hover .reviewer-avatar{border-color:#d4af3799;transform:scale(1.05)}.reviews-section .reviewer-details{flex:1 1}.reviews-section .reviewer-name{color:#1a1a2e;font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.reviews-section .reviewer-location{color:#6c757d;font-size:.9rem;margin-bottom:.2rem}.reviews-section .review-date{color:#adb5bd;font-size:.8rem;font-style:italic}.reviews-section .review-rating{display:flex;gap:.2rem}.reviews-section .review-rating .star{font-size:1.2rem}.reviews-section .review-content{flex:1 1;margin-bottom:1.5rem}.reviews-section .review-comment{color:#495057;font-size:1rem;font-style:italic;line-height:1.6;margin:0;position:relative}.reviews-section .review-comment:before{color:#d4af374d;content:'"';font-family:serif;font-size:3rem;left:-15px;line-height:1;position:absolute;top:-10px}.reviews-section .review-footer{display:flex;justify-content:flex-end}.reviews-section .verified-badge{align-items:center;background:#28a7451a;border:1px solid #28a74533;border-radius:20px;color:#28a745;display:flex;font-size:.8rem;font-weight:600;gap:.5rem;padding:.5rem 1rem}.reviews-section .badge-icon{align-items:center;background:#28a745;border-radius:50%;color:#fff;display:flex;font-size:.9rem;font-size:.7rem;height:16px;justify-content:center;width:16px}.reviews-section .swiper-button-next-custom,.reviews-section .swiper-button-prev-custom{align-items:center;background:#fff;border:2px solid #d4af37;border-radius:50%;box-shadow:0 4px 15px #0000001a;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.reviews-section .swiper-button-prev-custom{left:-25px}.reviews-section .swiper-button-next-custom{right:-25px}.reviews-section .swiper-button-next-custom:hover,.reviews-section .swiper-button-prev-custom:hover{background:#d4af37;box-shadow:0 6px 20px #d4af374d;color:#fff;transform:translateY(-50%) scale(1.1)}.reviews-section .swiper-button-next-custom span,.reviews-section .swiper-button-prev-custom span{color:#d4af37;font-size:1.5rem;font-weight:700;transition:color .3s ease}.reviews-section .swiper-button-next-custom:hover span,.reviews-section .swiper-button-prev-custom:hover span{color:#fff}.reviews-section .reviews-swiper .swiper-pagination{bottom:-25px;display:flex;gap:.5rem;justify-content:center;left:50%;position:absolute;transform:translateX(-50%)}.reviews-section .swiper-pagination-bullet{background:#d4af37;height:12px;opacity:.3;transition:all .3s ease;width:12px}.reviews-section .swiper-pagination-bullet-active{opacity:1;transform:scale(1.3)}.reviews-section .review-stats{grid-gap:2rem;animation:fadeInUp .8s ease-out .4s both;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:4rem}.reviews-section .stat-item{background:#fff;border:1px solid #d4af371a;border-radius:15px;box-shadow:0 4px 20px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.reviews-section .stat-item:hover{border-color:#d4af374d;box-shadow:0 8px 30px #00000026;transform:translateY(-3px)}.reviews-section .stat-number{color:#d4af37;display:block;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.reviews-section .stat-label{color:#6c757d;font-size:1rem;font-weight:600}.reviews-section .reviews-cta{animation:fadeInUp .8s ease-out .6s both;background:#fff;border:2px solid #d4af3733;border-radius:20px;box-shadow:0 8px 30px #0000001a;padding:3rem;text-align:center}.reviews-section .reviews-cta h3{color:#1a1a2e;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.reviews-section .reviews-cta p{color:#6c757d;font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.reviews-section .cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.reviews-section .cta-btn{align-items:center;border-radius:30px;display:flex;font-size:1rem;font-weight:600;gap:.8rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.reviews-section .cta-btn.primary{background:linear-gradient(135deg,#d4af37,#f4d03f);border:2px solid #0000;color:#fff}.reviews-section .cta-btn.primary:hover{box-shadow:0 6px 20px #d4af3766;transform:translateY(-3px)}.reviews-section .cta-btn.secondary{background:#0000;border:2px solid #d4af37;color:#d4af37}.reviews-section .cta-btn.secondary:hover{background:#d4af37;color:#fff;transform:translateY(-3px)}.reviews-section .btn-icon{font-size:1.2rem}@media screen and (max-width:1024px){.reviews-section .reviews-container{padding:0 1rem}.reviews-section .swiper-button-next-custom,.reviews-section .swiper-button-prev-custom{display:none}.reviews-section .review-stats{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.reviews-section{padding:4rem 0}.reviews-section .section-title{font-size:2.5rem}.reviews-section .section-subtitle{font-size:1.1rem}.reviews-section .overall-rating{flex-direction:column;gap:.5rem;padding:1rem}.reviews-section .rating-number{font-size:2rem}.reviews-section .review-card{padding:1.5rem}.reviews-section .review-header{flex-direction:column;gap:1rem}.reviews-section .review-rating,.reviews-section .reviewer-info{align-self:flex-start}.reviews-section .review-stats{gap:1rem;grid-template-columns:1fr}.reviews-section .stat-item{padding:1.5rem}.reviews-section .stat-number{font-size:2rem}.reviews-section .reviews-cta{padding:2rem}.reviews-section .reviews-cta h3{font-size:1.8rem}.reviews-section .reviews-cta p{font-size:1rem}.reviews-section .cta-buttons{align-items:center;flex-direction:column}.reviews-section .cta-btn{justify-content:center;max-width:300px;width:100%}}@media screen and (max-width:480px){.reviews-section .reviews-container{padding:0 .5rem}.reviews-section .section-title{font-size:2rem}.reviews-section .overall-rating{max-width:300px}.reviews-section .review-card{border-radius:15px;padding:1rem}.reviews-section .reviewer-avatar{height:50px;width:50px}.reviews-section .reviewer-name{font-size:1rem}.reviews-section .review-comment{font-size:.9rem}.reviews-section .reviews-cta{border-radius:15px;padding:1.5rem}.reviews-section .reviews-cta h3{font-size:1.5rem}.reviews-section .cta-btn{font-size:.9rem;padding:.8rem 1.5rem}}.gallery-section{background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;overflow:hidden;padding:6rem 0;position:relative}.gallery-section:before{background:radial-gradient(circle at 20% 20%,#d4af371a 0,#0000 50%),radial-gradient(circle at 80% 80%,#d4af371a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.gallery-section .gallery-container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.gallery-section .gallery-header{animation:fadeInUp .8s ease-out;margin-bottom:4rem;text-align:center}.gallery-section .section-title{color:#fff;font-size:3.5rem;font-weight:800;margin-bottom:1rem;position:relative;text-shadow:2px 2px 4px #00000080}.gallery-section .section-title:after{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.gallery-section .section-subtitle{color:#ffffffe6;font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:800px}.gallery-section .gallery-filters{animation:fadeInUp .8s ease-out .2s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.gallery-section .filter-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #d4af374d;border-radius:15px;color:#fffc;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;min-width:120px;padding:1rem 1.5rem;transition:all .3s ease}.gallery-section .filter-btn:hover{background:#d4af371a;border-color:#d4af37;box-shadow:0 6px 20px #d4af3733;color:#d4af37;transform:translateY(-3px)}.gallery-section .filter-btn.active{background:linear-gradient(135deg,#d4af37,#f4d03f);border-color:#d4af37;box-shadow:0 8px 25px #d4af374d;color:#fff;transform:translateY(-3px)}.gallery-section .filter-icon{font-size:1.2rem}.gallery-section .filter-text{font-size:.9rem}.gallery-section .gallery-grid{grid-gap:2rem;animation:fadeInUp .8s ease-out .4s both;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.gallery-section .gallery-item{animation:fadeInUp .6s ease-out;cursor:pointer}.gallery-section .image-container{border:1px solid #d4af3733;border-radius:20px;box-shadow:0 8px 30px #0000004d;height:300px;overflow:hidden;position:relative;transition:all .3s ease}.gallery-section .image-container:hover{border-color:#d4af3799;box-shadow:0 15px 40px #0006;transform:translateY(-8px)}.gallery-section .image-container img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-section .image-container:hover img{transform:scale(1.1)}.gallery-section .image-overlay{align-items:flex-end;background:linear-gradient(180deg,#1a1a2e33 0,#1a1a2ecc 70%,#1a1a2ef2);bottom:0;display:flex;left:0;opacity:0;padding:2rem;position:absolute;right:0;top:0;transition:all .3s ease}.gallery-section .image-container:hover .image-overlay{opacity:1}.gallery-section .overlay-content{color:#fff;width:100%}.gallery-section .image-title{color:#d4af37;font-size:1.4rem;font-weight:700;margin-bottom:.5rem;text-shadow:1px 1px 2px #000000b3}.gallery-section .image-description{font-size:.9rem;line-height:1.4;margin-bottom:1rem;opacity:.9}.gallery-section .view-btn{align-items:center;background:#d4af37e6;border-radius:20px;display:flex;font-size:.8rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.gallery-section .view-btn:hover{background:#d4af37;transform:translateY(-2px)}.gallery-section .btn-icon{font-size:1rem}.gallery-section .gallery-stats{grid-gap:2rem;animation:fadeInUp .8s ease-out .6s both;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.gallery-section .stat-item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border:1px solid #d4af3733;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.gallery-section .stat-item:hover{background:#ffffff26;border-color:#d4af3766;box-shadow:0 8px 30px #d4af3733;transform:translateY(-3px)}.gallery-section .stat-number{color:#d4af37;display:block;font-size:2.5rem;font-weight:800;margin-bottom:.5rem;text-shadow:1px 1px 2px #00000080}.gallery-section .stat-label{color:#fffc;font-size:1rem;font-weight:600}.gallery-section .lightbox-overlay{align-items:center;animation:fadeIn .3s ease-out;background:#000000f2;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.gallery-section .lightbox-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #d4af374d;border-radius:20px;max-height:90vh;max-width:90vw;overflow:hidden;position:relative}.gallery-section .lightbox-close{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #d4af3780;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:50px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:50px;z-index:10}.gallery-section .lightbox-close:hover{background:#d4af37cc;border-color:#d4af37;transform:scale(1.1)}.gallery-section .lightbox-nav{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #d4af3780;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px;z-index:10}.gallery-section .lightbox-nav:hover{background:#d4af37cc;border-color:#d4af37;transform:translateY(-50%) scale(1.1)}.gallery-section .lightbox-nav.prev{left:1rem}.gallery-section .lightbox-nav.next{right:1rem}.gallery-section .lightbox-content{display:flex;flex-direction:column;height:100%}.gallery-section .lightbox-content img{background:#00000080;flex:1 1;height:70vh;object-fit:contain;width:100%}.gallery-section .lightbox-info{background:#1a1a2ee6;color:#fff;padding:2rem;text-align:center}.gallery-section .lightbox-info h3{color:#d4af37;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.gallery-section .lightbox-info p{font-size:1rem;margin:0;opacity:.9}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media screen and (max-width:1024px){.gallery-section .gallery-container{padding:0 1rem}.gallery-section .gallery-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.gallery-section .image-container{height:250px}.gallery-section .gallery-stats{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.gallery-section{padding:4rem 0}.gallery-section .section-title{font-size:2.5rem}.gallery-section .section-subtitle{font-size:1.1rem}.gallery-section .gallery-filters{gap:.5rem;margin-bottom:3rem}.gallery-section .filter-btn{min-width:100px;padding:.8rem 1rem}.gallery-section .filter-text{font-size:.8rem}.gallery-section .gallery-grid{gap:.8rem;grid-template-columns:repeat(3,1fr)}.gallery-section .image-container{height:180px}.gallery-section .overlay-content{padding:1rem}.gallery-section .image-title{font-size:1.2rem}.gallery-section .image-description{font-size:.8rem}.gallery-section .gallery-stats{gap:1rem;grid-template-columns:1fr}.gallery-section .stat-item{padding:1.5rem}.gallery-section .stat-number{font-size:2rem}.gallery-section .lightbox-nav{font-size:1.5rem;height:50px;width:50px}.gallery-section .lightbox-close{font-size:1.5rem;height:40px;width:40px}.gallery-section .lightbox-content img{height:50vh}.gallery-section .lightbox-info{padding:1.5rem}.gallery-section .lightbox-info h3{font-size:1.3rem}.gallery-section .lightbox-info p{font-size:.9rem}}@media screen and (max-width:480px){.gallery-section .gallery-container{padding:0 .5rem}.gallery-section .section-title{font-size:2rem}.gallery-section .gallery-filters{align-items:center;flex-direction:column}.gallery-section .filter-btn{max-width:200px;width:100%}.gallery-section .gallery-grid{gap:.5rem;grid-template-columns:repeat(2,1fr)}.gallery-section .image-container{height:120px}.gallery-section .image-overlay{padding:.5rem}.gallery-section .image-title{font-size:.9rem;margin-bottom:.3rem}.gallery-section .image-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.7rem;margin-bottom:.5rem;overflow:hidden}.gallery-section .view-btn{font-size:.7rem;padding:.3rem .6rem}.gallery-section .lightbox-overlay{padding:1rem}.gallery-section .lightbox-nav{font-size:1.2rem;height:40px;width:40px}.gallery-section .lightbox-nav.prev{left:.5rem}.gallery-section .lightbox-nav.next{right:.5rem}.gallery-section .lightbox-close{font-size:1.2rem;height:35px;right:.5rem;top:.5rem;width:35px}.gallery-section .lightbox-content img{height:40vh}.gallery-section .lightbox-info{padding:1rem}.gallery-section .lightbox-info h3{font-size:1.1rem}.gallery-section .lightbox-info p{font-size:.8rem}}.contact-section{background:linear-gradient(135deg,#f1f3f4,#e8eaf6);overflow:hidden;padding:6rem 0;position:relative}.contact-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='.5' opacity='.02'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.contact-section .contact-container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.contact-section .contact-header{animation:fadeInUp .8s ease-out;margin-bottom:5rem;text-align:center}.contact-section .section-title{color:#2c3e50;display:inline-block;font-size:3.5rem;font-weight:800;margin-bottom:1rem;position:relative}.contact-section .section-title:after{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.contact-section .section-subtitle{color:#6c757d;font-size:1.3rem;font-style:italic;font-weight:300;margin-top:1.5rem}.contact-content{grid-gap:4rem;align-items:flex-start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info{animation:fadeInLeft .8s ease-out .2s both;background:#fff;border-radius:20px;box-shadow:0 15px 35px #00000014;padding:3rem}.contact-info h3{color:#2c3e50;font-size:2.2rem;font-weight:700;margin-bottom:1rem;position:relative}.contact-info h3:before{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;content:"";height:40px;left:-20px;position:absolute;top:50%;transform:translateY(-50%);width:4px}.contact-info>p{color:#6c757d;font-size:1.1rem;line-height:1.8;margin-bottom:2.5rem}.info-items{display:flex;flex-direction:column;gap:2rem}.info-item{align-items:flex-start;background:#f8f9fa;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.info-item:hover{background:#e9ecef;transform:translateX(5px)}.info-icon{flex-shrink:0;font-size:2rem;margin-top:.5rem}.info-details h4{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.info-details p{color:#495057;font-size:1rem;line-height:1.6;margin:0}.contact-form-container{animation:fadeInRight .8s ease-out .4s both;background:#fff;border-radius:20px;box-shadow:0 15px 35px #00000014;padding:3rem}.contact-form{display:flex;flex-direction:column;gap:2rem}.form-group label{font-size:1.1rem}.form-group input,.form-group textarea{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;font-family:inherit;font-size:1rem;padding:1.2rem 1.5rem;resize:vertical;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#d4af37;box-shadow:0 0 0 3px #d4af371a;outline:none}.form-group textarea{min-height:150px}@media screen and (max-width:1024px){.contact-section .contact-container{padding:0 1rem}.contact-section .section-title{font-size:2.8rem}.contact-content{gap:3rem;grid-template-columns:1fr}.contact-form-container,.contact-info{padding:2.5rem}.info-items{gap:1.5rem}}@media screen and (max-width:768px){.contact-section{padding:4rem 0}.contact-section .contact-container{padding:0 1rem}.contact-section .contact-header{margin-bottom:3rem}.contact-section .section-title{font-size:2.2rem}.contact-section .section-subtitle{font-size:1.1rem}.contact-content{gap:2.5rem}.contact-info h3{font-size:1.8rem}.contact-info h3:before{display:none}.contact-form-container,.contact-info{padding:2rem}.info-item{gap:1rem;padding:1rem}.form-group input,.form-group textarea{padding:1rem 1.2rem}.submit-btn{padding:1rem 2rem}}@media screen and (max-width:480px){.contact-section{padding:3rem 0}.contact-section .contact-container{padding:0 .5rem}.contact-section .section-title{font-size:1.8rem}.contact-form-container,.contact-info{padding:1.5rem}.info-item{align-items:center;flex-direction:column;gap:.5rem;text-align:center}.info-icon{margin-top:0}.form-group{gap:.5rem}.form-group input,.form-group textarea{font-size:.9rem;padding:.8rem 1rem}.submit-btn{flex-direction:column;font-size:1rem;gap:.3rem;padding:.8rem 1.5rem}}.footer-section{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;overflow:hidden;padding:4rem 0 0;position:relative}.footer-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='.5' fill='%23fff' opacity='.03'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.footer-section .footer-container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.footer-section .footer-content{grid-gap:3rem;border-bottom:1px solid #ffffff1a;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;padding-bottom:3rem}.footer-section .footer-column h4{color:#d4af37;font-size:1.4rem;font-weight:700;letter-spacing:1px;margin-bottom:1.5rem;position:relative;text-transform:uppercase}.footer-section .footer-column h4:after{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:1px;bottom:-8px;content:"";height:2px;left:0;position:absolute;width:40px}.footer-section .footer-logo h3{color:#d4af37;font-size:2.2rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 4px #0000004d}.footer-section .logo-underline{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;height:3px;margin-bottom:1.5rem;width:60px}.footer-section .footer-description{color:#fffc;font-size:1rem;line-height:1.7;margin-bottom:2rem;text-align:justify}.footer-section .social-links{display:flex;gap:1rem}.footer-section .social-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;display:flex;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.footer-section .social-link:hover{background:#d4af3733;border-color:#d4af37;box-shadow:0 5px 15px #d4af374d;transform:translateY(-3px)}.footer-section .social-link span,.footer-section .social-link svg{font-size:1.2rem}.footer-section .footer-links{list-style:none;margin:0;padding:0}.footer-section .footer-links li{margin-bottom:.8rem}.footer-section .footer-links a{color:#fffc;font-size:.95rem;padding-left:15px;position:relative;text-decoration:none;transition:all .3s ease}.footer-section .footer-links a:before{color:#d4af37;content:"▸";left:0;position:absolute;transition:all .3s ease}.footer-section .footer-links a:hover{color:#d4af37;padding-left:20px}.footer-section .footer-links a:hover:before{transform:translateX(3px)}.footer-section .contact-info{background:none;border-radius:0;display:flex;flex-direction:column;gap:1.5rem;padding:0}.footer-section .contact-item{align-items:flex-start;display:flex;gap:1rem}.footer-section .contact-icon{flex-shrink:0;font-size:1.2rem;margin-top:.2rem}.footer-section .contact-details{flex:1 1}.footer-section .contact-details p{color:#fffc;font-size:.95rem;line-height:1.5;margin:0}.footer-section .contact-details p:first-child{margin-bottom:.3rem}.footer-section .footer-bottom{background:#0003;margin-top:3rem;padding:2rem 0}.footer-section .footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-section .copyright p{color:#ffffffb3;font-size:.9rem;margin:0}.footer-section .footer-bottom-links{align-items:center;display:flex;gap:1rem}.footer-section .footer-bottom-links a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-section .footer-bottom-links a:hover{color:#d4af37}.footer-section .separator{color:#ffffff4d;font-size:.8rem}.footer-section .ceo-credit p{color:#ffffffb3;font-size:.9rem;margin:0}.footer-section .ceo-name{color:#d4af37;font-weight:600}@media screen and (max-width:1024px){.footer-section .footer-container{padding:0 1rem}.footer-section .footer-content{gap:2.5rem;grid-template-columns:1fr 1fr}.footer-section .footer-column:first-child{grid-column:span 2}}@media screen and (max-width:768px){.footer-section{padding:3rem 0 0}.footer-section .footer-content{gap:2rem;grid-template-columns:1fr;text-align:center}.footer-section .footer-column:first-child{grid-column:span 1}.footer-section .footer-logo h3{font-size:1.8rem}.footer-section .footer-column h4{font-size:1.2rem}.footer-section .footer-column h4:after{left:50%;transform:translateX(-50%)}.footer-section .footer-links a{padding-left:0}.footer-section .footer-links a:before{display:none}.footer-section .footer-links a:hover{padding-left:0}.footer-section .social-links{justify-content:center}.footer-section .contact-info{align-items:center}.footer-section .contact-item{justify-content:center;text-align:center}.footer-section .footer-bottom-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-section .footer-bottom-links{order:1}.footer-section .copyright{order:2}.footer-section .ceo-credit{order:3}}@media screen and (max-width:480px){.footer-section{padding:2rem 0 0}.footer-section .footer-container{padding:0 1rem}.footer-section .footer-content{gap:1.5rem}.footer-section .footer-logo h3{font-size:1.5rem}.footer-section .footer-column h4{font-size:1.1rem}.footer-section .footer-description{font-size:.9rem;text-align:center}.footer-section .social-links{gap:.8rem}.footer-section .social-link{height:40px;width:40px}.footer-section .social-link span{font-size:1rem}.footer-section .footer-links{font-size:.9rem}.footer-section .contact-item{align-items:center;flex-direction:column;gap:.5rem}.footer-section .contact-details{text-align:center}.footer-section .footer-bottom{padding:1.5rem 0}.footer-section .footer-bottom-links{flex-direction:column;gap:.8rem}.footer-section .separator{display:none}.footer-section .ceo-credit p,.footer-section .copyright p,.footer-section .footer-bottom-links a{font-size:.8rem}}.footer-section .footer-logo-link{color:inherit;text-decoration:none}.booking-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);overflow:hidden;padding:6rem 0;position:relative}.booking-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='.5' opacity='.02'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.booking-section .booking-container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.booking-section .booking-header{animation:fadeInUp .8s ease-out;margin-bottom:5rem;text-align:center}.booking-section .section-title{color:#2c3e50;display:inline-block;font-size:3.5rem;font-weight:800;margin-bottom:1rem;position:relative}.booking-section .section-title:after{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.booking-section .section-subtitle{color:#6c757d;font-size:1.3rem;font-style:italic;font-weight:300;margin-top:1.5rem}.booking-content{grid-gap:4rem;align-items:flex-start;display:grid;gap:4rem;grid-template-columns:2fr 1fr;max-width:100%;overflow-x:hidden}.booking-content>*{box-sizing:border-box;min-width:0}.booking-form-container{animation:fadeInLeft .8s ease-out .2s both;background:#fff;border-radius:20px;box-shadow:0 15px 35px #00000014;padding:3rem}.booking-form{display:flex;flex-direction:column;gap:2.5rem}.form-section,.section-heading{position:relative}.section-heading{color:#2c3e50;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-left:20px}.section-heading:before{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;content:"";height:25px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.8rem}.form-group label{color:#2c3e50;font-size:1rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;font-family:inherit;font-size:1rem;padding:1rem 1.2rem;resize:vertical;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#d4af37;box-shadow:0 0 0 3px #d4af371a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#adb5bd;font-style:italic}.form-group textarea{line-height:1.6;min-height:120px}.form-group input.error,.form-group select.error{background:#fff5f5;border-color:#dc3545}.error-message{color:#dc3545;font-size:.875rem;font-weight:500;margin-top:.25rem}.submit-btn{align-items:center;align-self:flex-start;background:linear-gradient(135deg,#d4af37,#f4d03f);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.8rem;justify-content:center;letter-spacing:1px;margin-top:1rem;padding:1.2rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.submit-btn:hover{background:linear-gradient(135deg,#b8941f,#d4af37);box-shadow:0 8px 25px #d4af374d;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}.btn-icon{font-size:1.2rem}.booking-summary{animation:fadeInRight .8s ease-out .4s both;background:#fff;border-radius:20px;box-shadow:0 15px 35px #00000014;height:-webkit-fit-content;height:fit-content;padding:2.5rem;position:-webkit-sticky;position:sticky;top:2rem}.booking-summary h3{color:#2c3e50;font-size:1.8rem;font-weight:700;margin-bottom:2rem;position:relative;text-align:center}.booking-summary h3:after{background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:50px}.summary-content{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.summary-item{align-items:center;border-bottom:1px solid #f1f3f4;display:flex;justify-content:space-between;padding:.8rem 0}.summary-item:last-child{border-bottom:none}.summary-item .label{color:#6c757d;font-weight:500}.summary-item .value{color:#2c3e50;font-weight:600}.summary-total{align-items:center;background:linear-gradient(135deg,#d4af371a,#f4d03f1a);border-radius:8px;border-top:2px solid #d4af37;display:flex;justify-content:space-between;margin-top:1rem;padding:1rem}.summary-total .label{color:#2c3e50;font-size:1.1rem;font-weight:700}.summary-total .value{color:#d4af37;font-size:1.3rem;font-weight:800}.booking-summary .contact-info{background:#f8f9fa;border-radius:12px;margin-top:2rem;padding:1.5rem}.booking-summary .contact-info h4{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:1rem;text-align:center}.booking-summary .contact-info p{color:#495057;font-size:.9rem;margin:.5rem 0;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media screen and (max-width:1024px){.booking-section .booking-container{padding:0 1rem}.booking-section .section-title{font-size:2.8rem}.booking-content{gap:3rem;grid-template-columns:1fr}.booking-summary{order:-1;position:static}.booking-form-container,.booking-summary{padding:2.5rem}}@media screen and (max-width:768px){.booking-section{padding:4rem 0}.booking-section .booking-container{padding:0 1rem}.booking-section .booking-header{margin-bottom:3rem}.booking-section .section-title{font-size:2.2rem}.booking-section .section-subtitle{font-size:1.1rem}.booking-content{gap:2.5rem}.booking-form-container,.booking-summary{padding:2rem}.form-row{gap:1rem;grid-template-columns:1fr}.section-heading{font-size:1.3rem}.form-group input,.form-group select,.form-group textarea{padding:.8rem 1rem}.submit-btn{align-self:stretch;padding:1rem 2rem}.booking-summary h3{font-size:1.5rem}}@media screen and (max-width:480px){.booking-section{padding:3rem 0}.booking-section .booking-container{padding:0 .5rem}.booking-section .section-title{font-size:1.8rem}.booking-form-container,.booking-summary{padding:1.5rem}.booking-form{gap:2rem}.form-section{margin-bottom:1.5rem}.section-heading{font-size:1.2rem;padding-left:15px}.section-heading:before{height:20px;width:3px}.form-group{gap:.5rem}.form-group input,.form-group select,.form-group textarea{font-size:.9rem;padding:.7rem .8rem}.submit-btn{flex-direction:column;font-size:1rem;gap:.3rem;padding:.8rem 1.5rem}.booking-summary{padding:1.5rem}.booking-summary h3{font-size:1.3rem}.summary-item{gap:.3rem}.summary-item,.summary-total{align-items:flex-start;flex-direction:column}.summary-total{gap:.5rem}.booking-summary .contact-info{padding:1rem}.booking-summary .contact-info p{font-size:.8rem}}.whatsapp-btn{align-items:center;background-color:#25d366;border-radius:50%;bottom:20px;box-shadow:0 4px 12px #0000004d;color:#fff;display:flex;font-size:32px;height:60px;justify-content:center;overflow:visible;position:fixed;right:20px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;width:60px;z-index:1000}.whatsapp-btn:after,.whatsapp-btn:before{animation:whatsapp-pulse 1.5s ease-out infinite;border:2px solid #25d366;border-radius:50%;content:"";height:100%;left:0;opacity:.6;position:absolute;top:0;transform:scale(1);width:100%}.whatsapp-btn:after{animation-delay:.75s}@keyframes whatsapp-pulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}.whatsapp-btn:hover{box-shadow:0 6px 16px #00000059;transform:translateY(-3px)}.whatsapp-icon{line-height:1}
/*# sourceMappingURL=main.f4465c37.css.map*/