.header{z-index:1000;background-color:#0000;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.header.glass{color:var(--secondary);background:#fffffff2;padding:1rem 0;box-shadow:0 4px 20px #0000000d}.header-container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 4rem;display:flex}.logo{flex-direction:row;align-items:center;gap:12px;display:flex}.logo-text{flex-direction:column;line-height:1.1;display:flex}.logo-main{letter-spacing:2px;margin-bottom:2px;font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:700}.logo-sub{letter-spacing:3px;color:var(--primary);text-align:left;font-size:.75rem}.header:not(.glass) .nav-link,.header:not(.glass) .menu-toggle,.header:not(.glass) .logo{color:#fff;text-shadow:0 2px 4px #00000080}.nav-list{gap:2rem;list-style:none;display:flex}.nav-link{font-size:.95rem;font-weight:500;position:relative}.nav-link:after{content:"";background-color:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.header-actions{align-items:center;gap:1rem;display:flex}.btn-book{padding:.6rem 1.5rem}.menu-toggle{cursor:pointer;color:inherit;-webkit-tap-highlight-color:transparent;border:none;outline:none;font-size:1.8rem;display:none;box-shadow:none!important;background:0 0!important;padding:0!important;transform:none!important}.menu-toggle:hover,.menu-toggle:focus,.menu-toggle:active{box-shadow:none!important;background:0 0!important;transform:none!important}.mobile-only-book{display:none}.desktop-only-book{display:block}.menu-close,.nav-overlay{display:none}@media (max-width:992px){.nav-overlay{z-index:1000;opacity:0;visibility:hidden;background:#0009;width:100vw;height:100vh;transition:all .3s;display:block;position:fixed;top:0;left:0}.nav-overlay.open{opacity:1;visibility:visible}.nav{z-index:1001;opacity:1;visibility:visible;background:#fff;width:250px;max-width:85vw;height:100vh;padding:5rem 2rem 2rem;transition:right .4s cubic-bezier(.165,.84,.44,1);position:fixed;top:0;right:-100%;overflow-y:auto;transform:none;box-shadow:-5px 0 20px #00000026}.nav.open{right:0;transform:none}.menu-close{color:var(--text-main);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;font-size:1.4rem;display:block;position:absolute;top:1.5rem;right:1.5rem}.nav-list{flex-direction:column;align-items:flex-start;gap:1.5rem}.nav-link{color:var(--secondary);font-size:1.1rem}.nav-link:after{display:none}.header:not(.glass) .nav-link{color:var(--secondary);text-shadow:none}.menu-toggle{display:block}}@media (max-width:768px){.header-container,.header.glass .header-container{padding:0 1rem}.header{padding:1rem 0}.header.glass{padding:.8rem 0}.logo{gap:6px}.logo-main{letter-spacing:1px;font-size:.95rem}.logo-sub{letter-spacing:2px;font-size:.55rem}.logo-img{width:28px!important;height:28px!important}.desktop-only-book{display:none!important}.mobile-only-book{margin-top:1rem;display:block}.btn-book-mobile{text-align:center;background-color:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:10px;width:100%;padding:.8rem;font-weight:600;display:block}.menu-toggle{font-size:1.5rem}}
.hero{justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-bg-anim{z-index:-2;background-image:url(/images/hero-new-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;animation:20s infinite alternate bgZoom;position:absolute;top:0;left:0}@keyframes bgZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero-overlay{z-index:-1;background:linear-gradient(#0006 0%,#1a1a1acc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{text-align:center;z-index:1;flex-direction:column;align-items:center;width:100%;max-width:800px;display:flex}.shimmer-text{background:linear-gradient(90deg,#fff 0%,var(--primary)30%,#fff 50%,var(--primary)70%,#fff 100%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:4.5rem;line-height:1.1;animation:8s linear infinite shimmer}@keyframes shimmer{to{background-position:200%}}.hero-subtitle{color:var(--primary);letter-spacing:3px;text-transform:uppercase;margin-top:1rem;margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:300;display:block}.hero-text{color:#f0f0f0;margin-bottom:3.5rem;font-size:1.2rem;font-weight:400;line-height:1.6}.hero-highlights{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.highlight{-webkit-backdrop-filter:blur(5px);cursor:default;color:#fff;background:#ffffff1a;border:1px solid #d4af374d;border-radius:30px;align-items:center;gap:.6rem;padding:.6rem 1.4rem;font-size:.95rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000001a}.highlight:hover{background:#d4af3733;border-color:#d4af37cc;transform:translateY(-3px)}.highlight:before{content:"✦";color:var(--primary);font-size:1.1rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.hero-btn-outline{color:#fff;border-color:#ffffff80}.hero-btn-outline:hover{border-color:var(--primary);color:var(--primary);background:0 0}@media (max-width:1024px){.shimmer-text{font-size:4rem}}@media (max-width:768px){.shimmer-text{font-size:2.4rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;width:100%;max-width:300px}.hero-buttons .btn{text-align:center;width:100%}}@media (max-width:480px){.hero{padding:6rem 1.5rem 3rem}.shimmer-text{font-size:2rem}.hero-subtitle{font-size:.9rem}.hero-text{font-size:1rem}.highlight{padding:.5rem 1rem;font-size:.85rem}}
.about{background-color:var(--surface);overflow:hidden}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-content .section-title{text-align:left;margin-bottom:2rem}.about-text-wrap{padding-left:1.5rem;position:relative}.about-text-wrap:before{content:"";background:linear-gradient(to bottom,var(--primary),transparent);border-radius:2px;width:3px;height:100%;position:absolute;top:0;left:0}.about-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-stats{border-top:1px solid #d4af3733;gap:3.5rem;margin-top:3.5rem;padding-top:2.5rem;display:flex}.stat-item{transition:transform .3s}.stat-item:hover{transform:translateY(-5px)}.stat-num{color:var(--secondary);align-items:flex-start;margin-bottom:.2rem;font-family:Poppins,sans-serif;font-size:3rem;line-height:1;display:flex}.stat-num span{color:var(--primary);margin-left:2px;font-size:1.8rem}.stat-label{text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);font-size:.85rem;font-weight:600}.about-image-wrapper{justify-content:center;align-items:center;min-height:600px;display:flex;position:relative}.about-img-main{z-index:1;background:url(/images/about.jpg) 50%/cover no-repeat;border-radius:12px;width:80%;height:500px;position:absolute;top:0;right:0;box-shadow:0 20px 40px #00000026}.about-img-sub{border:8px solid var(--surface);z-index:2;background:url(/images/gallery-exterior-day.jpg) 50%/cover no-repeat;border-radius:12px;width:55%;height:350px;position:absolute;bottom:0;left:0;box-shadow:0 25px 50px #0003}.float-anim{animation:6s ease-in-out infinite floating}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:992px){.about-container{grid-template-columns:1fr;gap:4rem}.about-content .section-title{text-align:center}.about-text-wrap:before{display:none}.about-text-wrap{padding-left:0}.about-text{text-align:justify}.about-stats{flex-wrap:wrap;justify-content:center}.about-img-main{width:90%;height:400px;right:5%}.about-img-sub{width:65%;height:250px;left:5%}}@media (max-width:768px){.about-text p{font-size:.95rem}.about-stats{flex-wrap:nowrap;justify-content:center;gap:1.5rem}.stat-item{text-align:center;flex-direction:column;align-items:center;display:flex}.stat-num{justify-content:center;font-size:1.5rem}.stat-num span{font-size:1rem}.stat-label{letter-spacing:1px;font-size:.65rem}}
.suites{background-color:var(--background)}.suites-showcase{flex-direction:column;gap:6rem;margin-top:4rem;display:flex}.suite-editorial{background:var(--surface);border-radius:12px;grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid;overflow:hidden;box-shadow:0 10px 40px #00000014}.suite-editorial.image-right{grid-template-columns:1fr 1.2fr}.suite-editorial.image-right .suite-img-container{order:2}.suite-editorial.image-right .suite-content{order:1;padding-left:4rem;padding-right:2rem}.suite-img-container{width:100%;height:500px;position:relative;overflow:hidden}.suite-image{background-color:#ddd;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.165,.84,.44,1)}.suite-editorial:hover .suite-image{transform:scale(1.05)}.suite-content{flex-direction:column;justify-content:center;padding:3rem 3rem 3rem 2rem;display:flex}.suite-name{color:var(--text-main);margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:2.5rem}.suite-desc{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.suite-features{border-top:1px solid #d4af3733;grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:3rem;padding-top:2rem;list-style:none;display:grid}.suite-features li{color:var(--text-main);align-items:center;font-size:.95rem;display:flex}.suite-footer{margin-top:auto}.suite-footer .btn{justify-content:center;align-items:center;min-width:200px;display:inline-flex}.suite-footer .btn-whatsapp{color:#fff;background:#25d366;border:none}.suite-footer .btn-whatsapp:hover{color:#fff;background:#1ebe57;transform:translateY(-2px);box-shadow:0 4px 12px #25d36659}@media (max-width:1024px){.suites-showcase{gap:4rem}.suite-editorial,.suite-editorial.image-right{grid-template-columns:1fr;gap:0}.suite-editorial.image-right .suite-img-container,.suite-editorial.image-right .suite-content{order:unset;padding:2rem}.suite-img-container{height:350px}.suite-content,.suite-editorial.image-right .suite-content{text-align:center;padding:2rem}.suite-features{text-align:left}}@media (max-width:768px){.suite-features{grid-template-columns:1fr;gap:.8rem;margin-bottom:1.5rem;padding-top:1rem}.suite-name{font-size:1.8rem}.suite-desc{margin-bottom:1rem;font-size:1rem}.suite-img-container{height:250px}.suite-content,.suite-editorial.image-right .suite-content{padding:1.5rem}}
.restaurant{color:#fff;text-align:center;background:#1a1a1a url(/images/restaurant-bg.jpg) 50%/cover no-repeat fixed;position:relative}.restaurant-overlay{z-index:0;background:#140f05d9;position:absolute;inset:0}.restaurant-inner{z-index:1;position:relative}.restaurant-badge{background:var(--primary);color:#fff;letter-spacing:1px;text-transform:uppercase;border-radius:30px;margin-bottom:1.5rem;padding:.4rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.restaurant-title,.restaurant-text{color:#fff}.restaurant-title{margin-bottom:1rem;font-size:2.8rem}.restaurant-text{color:#ffffffbf;max-width:700px;margin:0 auto 3rem}.cuisine-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3.5rem;display:grid}.cuisine-card{background:#ffffff12;border:1px solid #ffffff1f;border-radius:12px;padding:2rem 1.5rem;transition:all .3s}.cuisine-card:hover{border-color:var(--primary);background:#d4af3726;transform:translateY(-4px)}.cuisine-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.cuisine-card h4{color:var(--primary);margin-bottom:.5rem;font-size:1.15rem}.cuisine-card p{color:#ffffffa6;font-size:.9rem}.restaurant-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.resto-outline{color:#fff;border-color:#fff}.resto-outline:hover{color:var(--secondary);background:#fff}@media (max-width:768px){.restaurant-title{font-size:2rem}.restaurant-text{font-size:.95rem}.cuisine-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.cuisine-card{padding:1.2rem .8rem}.cuisine-icon{margin-bottom:.8rem;font-size:1.8rem}.cuisine-card h4{margin-bottom:.3rem;font-size:.95rem}.cuisine-card p{font-size:.8rem}}
.facilities{background-color:var(--background);position:relative;overflow:hidden}.facilities:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4af370a 0%,#0000 60%);border-radius:50%;width:60vw;height:60vw;position:absolute;top:-20%;right:-10%}.facilities-header{text-align:center;margin-bottom:4rem}.facilities-layout{z-index:1;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid;position:relative}.facility-item{background:var(--surface);border:1px solid #d4af371a;border-radius:16px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.facility-item:after{content:"";background:var(--primary);width:4px;height:0;transition:height .4s;position:absolute;top:0;left:0}.facility-item:hover{border-color:#0000;transform:translateY(-5px);box-shadow:0 12px 30px #00000014}.facility-item:hover:after{height:100%}.facility-icon-wrap{background:#d4af371a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex}.facility-item:hover .facility-icon-wrap{background:var(--primary);transform:rotate(10deg)}.facility-icon{font-size:1.8rem;transition:all .3s}.facility-item:hover .facility-icon{filter:brightness(0)invert()}.facility-content{flex-grow:1}.facility-title{color:var(--secondary);margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:1.15rem}.facility-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6}@media (max-width:768px){.facilities-layout{grid-template-columns:repeat(2,1fr);gap:1rem}.facility-item{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1.2rem}.facility-icon-wrap{width:45px;height:45px}.facility-icon{font-size:1.4rem}.facility-title{font-size:.95rem}.facility-desc{font-size:.8rem}}
.gallery{background-color:var(--surface)}.gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:1rem;margin-top:3rem;display:grid}.gallery-item{border-radius:10px;position:relative;overflow:hidden}.gallery-item--large{grid-column:span 2}.gallery-img{background-color:#e0e0e0;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .4s;position:relative}.gallery-item:hover .gallery-img{transform:scale(1.05)}.gallery-overlay{opacity:0;background:#00000073;align-items:flex-end;padding:1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay span{color:#fff;font-size:.9rem;font-weight:500}@media (max-width:768px){.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:200px}.gallery-item--large{grid-column:span 2}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr;grid-auto-rows:220px}.gallery-item--large{grid-column:span 1}}
.location{background-color:var(--background)}.location-grid{grid-template-columns:1fr 2fr;align-items:start;gap:3rem;margin-top:3rem;display:grid}.location-info{flex-direction:column;gap:2rem;display:flex}.address-block{align-items:flex-start;gap:1rem;display:flex}.address-icon{flex-shrink:0;margin-top:.2rem;font-size:1.8rem}.address-block h4{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.4rem;font-family:Poppins,sans-serif;font-size:.85rem}.address-block p,.address-block a{color:var(--text-muted);font-size:.95rem;line-height:1.8}.address-block a:hover{color:var(--primary)}.nearby-highlights h4{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:.85rem}.nearby-highlights ul{flex-direction:column;gap:.8rem;list-style:none;display:flex}.nearby-highlights li{color:var(--text-muted);font-size:.95rem}.map-wrapper{border-radius:12px;height:450px;overflow:hidden;box-shadow:0 8px 30px #0000001a}.map-wrapper iframe{border:0;width:100%;height:100%}@media (max-width:768px){.location-grid{grid-template-columns:1fr}.address-icon{font-size:1.5rem}.address-block p,.address-block a,.nearby-highlights li{font-size:.9rem}.map-wrapper{height:300px}}
.booking-cta{background:url(/images/gallery-exterior-night.jpg) 50%/cover no-repeat;background-color:var(--secondary);color:#fff;text-align:center;padding:7rem 2rem;position:relative}.booking-overlay{z-index:0;background:linear-gradient(135deg,#140f05e0 0%,#140f05bf 100%);position:absolute;inset:0}.booking-inner{z-index:1;position:relative}.booking-title{color:#fff;margin-bottom:1.2rem;font-size:3rem}.booking-text{color:#ffffffbf;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.booking-phones{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.phone-chip{border:1px solid var(--primary);color:var(--primary);background:#d4af3726;border-radius:30px;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.phone-chip:hover{background:var(--primary);color:#fff}.booking-buttons{flex-wrap:wrap;justify-content:center;gap:1.2rem;display:flex}.booking-btn-primary{background:var(--primary);min-width:150px}.booking-btn-whatsapp{background:#25d366;justify-content:center;align-items:center;min-width:160px;display:flex}.booking-btn-whatsapp:hover{background:#1ebe57;transform:translateY(-2px);box-shadow:0 4px 12px #25d36659}@media (max-width:600px){.booking-title{font-size:1.5rem}.booking-text{font-size:.95rem}.phone-chip{padding:.4rem 1.2rem;font-size:.9rem}}
.contact{background-color:var(--surface)}.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}.contact-details{flex-direction:column;gap:2rem;display:flex}.contact-item{align-items:flex-start;gap:1.2rem;display:flex}.contact-icon{flex-shrink:0;margin-top:.2rem;font-size:2rem}.contact-item div{flex-direction:column;gap:.3rem;display:flex}.contact-item strong{text-transform:uppercase;letter-spacing:1px;color:var(--primary);font-family:Poppins,sans-serif;font-size:.8rem}.contact-item a,.contact-item span{color:var(--text-muted);font-size:.95rem;line-height:1.7}.contact-item a:hover{color:var(--primary)}.contact-form{background:var(--background);border:1px solid var(--border);border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #0000000f}.contact-form h3{margin-bottom:2rem;font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-main);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:1px solid var(--border);width:100%;color:var(--text-main);background:var(--surface);resize:vertical;border-radius:8px;outline:none;padding:.9rem 1.2rem;font-family:Poppins,sans-serif;font-size:.95rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #d4af371f}.form-submit{width:100%;padding:1rem;font-size:1rem}@media (max-width:992px){.contact-grid{grid-template-columns:1fr;gap:3rem}.contact .section-title{text-align:center!important}.contact-item a,.contact-item span{font-size:.9rem}.contact-icon{font-size:1.6rem}.contact-form{padding:1.5rem}.contact-form h3{margin-bottom:1rem;font-size:1.3rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{padding:.7rem 1rem}.form-submit{padding:.8rem}}
.footer{background:linear-gradient(to bottom,var(--secondary),#0a0a0a);color:#fff;border-top:2px solid var(--primary);padding-top:5rem;position:relative}.footer-grid{grid-template-columns:2fr 1fr 1.5fr 1fr;gap:4rem;padding-bottom:4rem;display:grid}.footer-logo{border-bottom:1px solid #d4af374d;flex-direction:row;align-items:center;gap:12px;margin-bottom:1.5rem;padding-bottom:1rem;display:inline-flex}.footer-logo .logo-text{flex-direction:column;line-height:1.1;display:flex}.footer-logo .logo-main{letter-spacing:2px;color:#fff;margin-bottom:2px;font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700}.footer-logo .logo-sub{letter-spacing:4px;color:var(--primary);text-align:left;text-transform:uppercase;font-size:.8rem}.footer-desc{color:#ffffffb3;max-width:320px;font-size:.95rem;line-height:1.8}.footer h4{color:var(--primary);letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;padding-bottom:.5rem;font-family:Poppins,sans-serif;font-size:1.2rem;position:relative}.footer h4:after{content:"";background-color:var(--primary);width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-links ul{flex-direction:column;gap:.8rem;list-style:none;display:flex}.footer-links li{align-items:center;display:flex}.footer-links li:before{content:"›";color:var(--primary);margin-right:.5rem;font-size:1.6rem;line-height:0;transition:transform .3s}.footer-links a{color:#ffffffb3;font-size:.95rem;transition:all .3s}.footer-links li:hover:before{transform:translate(3px)}.footer-links a:hover{color:#fff;transform:translate(3px)}.footer-contact .contact-item-footer{align-items:flex-start;gap:.8rem;margin-bottom:1.2rem;display:flex}.footer-contact .contact-item-footer span{font-size:1.2rem;line-height:1.2}.footer-contact p,.footer-contact a{color:#ffffffb3;font-size:.95rem;line-height:1.6;transition:color .3s}.footer-contact .phones{flex-direction:column;display:flex}.footer-contact a:hover{color:var(--primary)}.social-desc{color:#fff9;margin-bottom:1rem;font-size:.9rem}.social-icons{gap:1rem;display:flex}.social-icons a{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex}.social-icons a:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-4px)scale(1.05);box-shadow:0 5px 15px #d4af374d}.footer-bottom{background:#000;border-top:1px solid #ffffff1a;padding:1.5rem 0}.bottom-flex{justify-content:space-between;align-items:center;display:flex}.footer-bottom p{color:#ffffff80;font-size:.9rem}.back-to-top{color:var(--primary);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;font-family:Poppins,sans-serif;font-size:.9rem;transition:all .3s;display:flex}.back-to-top:hover{color:#fff;box-shadow:none;transform:translateY(-3px)}@media (max-width:992px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.bottom-flex{text-align:center;flex-direction:column;gap:1rem}}@media (max-width:576px){.footer-grid{grid-template-columns:1fr;gap:3rem;padding:0 1.5rem 3rem}.footer-logo{gap:8px}.footer-logo .logo-main{font-size:1.2rem}.footer-logo .logo-sub{letter-spacing:2px;font-size:.65rem}.footer-logo .logo-img{width:32px!important;height:32px!important}}.whatsapp-float{color:#fff;z-index:9999;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 15px #25d36666}.whatsapp-float:hover{background-color:#1ebe5d;transform:translateY(-5px)scale(1.05);box-shadow:0 6px 20px #25d36699}@media (max-width:768px){.whatsapp-float{width:50px;height:50px;bottom:20px;right:20px}.whatsapp-float svg{width:25px;height:25px}}
