.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);height:80px;display:flex;align-items:center}.header-container{max-width:1400px;margin:0 auto;padding:0 3rem;width:100%;display:grid;grid-template-columns:200px 1fr 300px;align-items:center;gap:2rem;position:relative}.header-left{display:flex;align-items:center;z-index:1002}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:.5rem;z-index:1002;transition:color .3s ease}.mobile-menu-toggle:hover{color:var(--primary)}.header-center{display:flex;justify-content:center}.nav-list{display:flex;gap:1.5rem;align-items:center}.nav-link{color:var(--text-secondary);font-weight:500;font-size:.95rem;position:relative;padding:.5rem 0;transition:color .3s ease;display:flex;align-items:center;cursor:pointer;white-space:nowrap}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(to right,var(--primary),var(--accent));transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-item-dropdown{position:relative}.nav-item-dropdown .nav-link{display:flex;align-items:center}.dropdown-arrow{display:inline-block;vertical-align:middle}.mobile-actions{display:none}.header-right{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}.social-icons{display:flex;align-items:center;gap:.5rem}.social-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:var(--text-secondary);background:transparent;border:1px solid var(--glass-border);transition:all .3s ease;cursor:pointer}.social-icon:hover{color:var(--primary);background:#3b82f61a;border-color:var(--primary);transform:translateY(-2px)}.social-icon svg{transition:transform .3s ease}.social-icon:hover svg{transform:scale(1.15)}.divider{width:1px;height:32px;background:var(--glass-border)}.book-now-btn{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.75rem;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border:none;border-radius:50px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f640;white-space:nowrap}.book-now-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #3b82f659}.book-now-btn:hover svg{transform:translate(3px)}.book-now-btn:active{transform:translateY(0)}.book-now-btn svg{transition:transform .3s ease}.simple-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:.75rem 0;min-width:180px;z-index:1001;display:flex;flex-direction:column;margin-top:.5rem;border:1px solid var(--glass-border);animation:dropdownFadeIn .2s ease-out}.simple-dropdown-menu:before{content:"";position:absolute;top:-20px;left:0;right:0;height:20px}.dropdown-item{padding:.75rem 1.5rem;color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:all .2s ease;text-decoration:none;display:block}.dropdown-item:hover{background:#3b82f60d;color:var(--primary);padding-left:1.75rem}.dropdown-divider{height:1px;background:var(--glass-border);margin:.5rem 0}.dropdown-item.featured{background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea;font-weight:700}.dropdown-item.featured:hover{background:linear-gradient(135deg,#667eea33,#764ba233);color:#764ba2}.user-menu{display:flex;align-items:center;gap:.75rem}.user-profile-btn{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50px;color:var(--text-primary);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.user-profile-btn:hover{background:#667eea1a;border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.logout-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid var(--glass-border);border-radius:50%;color:var(--text-secondary);cursor:pointer;transition:all .3s ease}.logout-btn:hover{background:#f5576c1a;border-color:#f5576c;color:#f5576c;transform:translateY(-2px)}.mobile-menu-overlay{display:none}@media(max-width:1200px){.header-container{grid-template-columns:180px 1fr 280px;padding:0 2rem}.nav-list{gap:1.75rem}}@media(max-width:992px){.header-container{grid-template-columns:160px 1fr 260px}.nav-list{gap:1.5rem}.nav-link{font-size:.9rem}}@media(max-width:768px){.header{height:70px}.header-container{grid-template-columns:1fr auto;padding:0 1.25rem;gap:1rem;height:100%}.mobile-menu-toggle{display:block;order:3}.header-right{display:none}.header-center{position:fixed;inset:70px 0 0;height:calc(100vh - 70px);background:#fff;padding:0;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden;z-index:1001;display:flex;flex-direction:column;justify-content:flex-start;-webkit-overflow-scrolling:touch;box-shadow:10px 0 30px #0000000d}.header-center.mobile-menu-open{transform:translate(0)}.nav-list{flex-direction:column;gap:0;align-items:stretch;width:100%;margin:0;padding:0}.nav-list>li{border-bottom:1px solid var(--glass-border)}.nav-list>li:last-child{border-bottom:none}.nav-link{padding:1.15rem 1.5rem;font-size:1.05rem;font-weight:600;width:100%;justify-content:space-between;color:var(--text-primary)}.nav-link:after{display:none}.nav-item-dropdown{position:relative}.nav-link-wrapper{width:100%}.mobile-actions{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;margin-top:0;background:transparent;border-top:none}.mobile-actions .social-icons{justify-content:center;gap:1rem}.mobile-actions .book-now-btn{width:100%;justify-content:center;padding:1rem 2rem;font-size:1rem}.mobile-menu-overlay{display:block;position:fixed;inset:70px 0 0;background:#00000080;z-index:1000}.simple-dropdown-menu{position:static;transform:none;background:#f9fafb;box-shadow:none;width:100%;margin-top:0;border:none;animation:none;padding:0}.dropdown-item{padding:1rem 2rem;border-bottom:1px solid var(--glass-border)}.dropdown-item:last-child{border-bottom:none}.logo-img{max-height:54px;width:auto}}@media(max-width:480px){.header-container{padding:0 .75rem}.logo-img{max-height:48px;width:auto}.nav-link{font-size:.95rem}}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.03)}.logo-img{width:180px;height:auto;-o-object-fit:contain;object-fit:contain}.animated-logo{animation:logoFloat 4s ease-in-out infinite}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.logo:hover .animated-logo{animation-play-state:paused;filter:drop-shadow(0 0 12px rgba(59,130,246,.4))}.city-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;padding:24px;min-width:400px;z-index:1101;animation:dropdownFadeIn .2s ease-out;margin-top:8px}.city-dropdown-menu:before{content:"";position:absolute;top:-30px;left:0;right:0;height:30px;background:transparent;pointer-events:auto}@keyframes dropdownFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.city-dropdown-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.city-dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;transition:all .2s ease;cursor:pointer;text-decoration:none;color:#1f2937}.city-dropdown-item:hover{background:#f9fafb;transform:translate(4px)}.city-dropdown-icon{width:36px;height:36px;-o-object-fit:contain;object-fit:contain;border-radius:50%;background:#f3f4f6;padding:6px;flex-shrink:0}.city-dropdown-name{font-size:15px;font-weight:500;color:#374151}.view-all-link{display:block;text-align:center;color:#3b82f6;font-weight:600;font-size:14px;padding:12px;border-top:1px solid #e5e7eb;margin-top:8px;text-decoration:none;border-radius:8px;transition:all .2s ease}.view-all-link:hover{background:#eff6ff;color:#2563eb}@media(max-width:768px){.city-dropdown-menu{position:static;transform:none;min-width:100%;width:100%;padding:16px;margin-top:0;border-radius:0;box-shadow:none;background:#f9fafb;animation:none}.city-dropdown-grid{gap:8px}.city-dropdown-item{padding:12px;background:#fff;border-radius:8px}.city-dropdown-item:hover{background:#f3f4f6;transform:none}.city-dropdown-icon{width:32px;height:32px}.city-dropdown-name{font-size:14px}.view-all-link{margin-top:12px;background:#fff}}.footer{background:#f5f5f5;border-top:1px solid #e0e0e0;padding:3rem 0 0;margin-top:auto}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-main{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr 1.2fr;gap:3rem;padding-bottom:2rem}.footer-brand{max-width:320px}.footer-logo{margin-bottom:1.5rem}.logo-image{height:auto!important;min-height:250px;max-height:250px}.footer-logo img{height:auto!important;min-height:50px;max-height:50px}.benefits-card{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #6366f126;margin-top:1rem}.benefits-title{color:#fff;font-size:.95rem;font-weight:600;margin:0 0 1rem}.benefits-list{list-style:none;padding:0;margin:0}.benefits-list li{display:flex;align-items:flex-start;gap:.75rem;color:#fff;font-size:.85rem;line-height:1.5;margin-bottom:.75rem}.benefits-list li:last-child{margin-bottom:0}.check-icon{width:18px;height:18px;flex-shrink:0;margin-top:2px;stroke-width:2.5}.footer-column{display:flex;flex-direction:column}.footer-heading{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:1.25rem;margin-top:0}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#666;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#6366f1}.footer-get-in-touch{display:flex;flex-direction:column}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item-compact{display:flex;align-items:flex-start;gap:.6rem}.contact-icon-small{width:18px;height:18px;color:#6366f1;flex-shrink:0;margin-top:2px}.contact-item-compact a,.contact-item-compact p{color:#666;font-size:.875rem;text-decoration:none;margin:0;line-height:1.5}.contact-item-compact a:hover{color:#6366f1}.contact-sales-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#6366f1;color:#fff;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;margin-top:.5rem;transition:all .3s ease;box-shadow:0 2px 8px #6366f133}.contact-sales-btn:hover{background:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.contact-sales-btn svg{width:18px;height:18px}.footer-divider{height:1px;background:#e0e0e0;margin:0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.footer-copyright{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.875rem}.copyright-icon{width:16px;height:16px;color:#666}.footer-social{display:flex;gap:1rem;align-items:center}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#666;transition:all .3s ease}.footer-social a:hover{color:#6366f1;transform:translateY(-2px)}.footer-social svg{width:20px;height:20px}@media(max-width:1024px){.footer-main{grid-template-columns:1.5fr 1fr 1fr;gap:2rem}.footer-get-in-touch{grid-column:1 / -1}.benefits-card{max-width:100%}}@media(max-width:768px){.footer-main{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}.footer-brand{grid-column:1 / -1;max-width:100%;text-align:center}.footer-logo{text-align:center;display:flex;justify-content:center}.footer-get-in-touch{grid-column:1 / -1;text-align:center;align-items:center}.contact-info{align-items:center}.contact-item-compact{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;text-align:center}.contact-icon-small{margin-top:0;flex-shrink:0}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center;align-items:center}.contact-sales-btn{width:100%;max-width:300px}.benefits-card{padding:1.25rem;margin:1rem auto 0;max-width:500px}}@media(max-width:480px){.footer-container{padding:0 1.5rem}.footer{padding:2.5rem 0 0}.footer-main{grid-template-columns:1fr 1fr;gap:2rem 1rem}.footer-column{text-align:left}.footer-heading{font-size:.95rem;margin-bottom:1rem}.footer-copyright{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;font-size:.8rem}.benefits-card{max-width:100%}.contact-item-compact{width:100%;justify-content:center;gap:.75rem}}.app-layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:70px;width:100%}.call-buzzer-btn{position:fixed;bottom:2rem;right:2rem;z-index:999;width:64px!important;height:64px!important;aspect-ratio:1 / 1;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,#1a73e8,#0d47a1);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;border:3px solid #fff;box-shadow:0 4px 15px #1a73e866,0 0 30px #0d47a126;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:buzzer-shake 3s ease-in-out infinite;-webkit-tap-highlight-color:transparent;outline:none;will-change:transform;padding:0}.call-buzzer-btn:hover{transform:scale(1.12);box-shadow:0 6px 25px #1a73e880,0 0 50px #0d47a140}.buzzer-icon{width:30px;height:30px;position:relative;z-index:2}.buzzer-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;border:2px solid rgba(26,115,232,.6);animation:buzzer-pulse 3s ease-out infinite;pointer-events:none}.buzzer-ring-1{animation-delay:0s}.buzzer-ring-2{animation-delay:.4s}.buzzer-ring-3{animation-delay:.8s}@keyframes buzzer-pulse{0%{width:100%;height:100%;opacity:.6;border-color:#1a73e899}50%{width:180%;height:180%;opacity:.2;border-color:#1a73e84d}to{width:220%;height:220%;opacity:0;border-color:#1a73e800}}@keyframes buzzer-shake{0%,20%,to{transform:rotate(0)}2%{transform:rotate(15deg)}4%{transform:rotate(-13deg)}6%{transform:rotate(14deg)}8%{transform:rotate(-12deg)}10%{transform:rotate(10deg)}12%{transform:rotate(-8deg)}14%{transform:rotate(5deg)}16%{transform:rotate(-3deg)}18%{transform:rotate(1deg)}}@media(max-width:768px){.call-buzzer-btn{bottom:2rem;right:2rem;width:64px!important;height:64px!important}.buzzer-icon{width:30px;height:30px}}@media(max-width:480px){.call-buzzer-btn{bottom:2rem;right:2rem;width:60px!important;height:60px!important}.buzzer-icon{width:28px;height:28px}}.carousel-background{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;overflow:hidden}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background-size:400% 400%;animation:carouselAnimation 20s infinite,gradientMove 15s ease infinite}.slide-1{background:transparent;animation-delay:0s}.slide-2{background:transparent;animation-delay:5s}.slide-3{background:transparent;animation-delay:10s}.slide-4{background:transparent;animation-delay:15s}@keyframes carouselAnimation{0%,20%{opacity:.4;transform:scale(1)}25%,to{opacity:0;transform:scale(1.1)}}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.floating-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}@keyframes bubbleFloat{0%{transform:translateY(100vh) translate(0) scale(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) translate(100px) scale(1);opacity:0}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-slideUp{animation:slideUp .3s ease-out}.animate-fadeIn{animation:fadeIn .3s ease-out}@media(max-width:640px){.active\:scale-98:active{transform:scale(.98)}}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.grid.grid-cols-5{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:.625rem;justify-items:center;align-items:start}@media(min-width:768px){.grid.grid-cols-5{gap:.75rem}}.grid.grid-cols-4{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:.875rem;justify-items:center;align-items:start}@media(min-width:768px){.grid.grid-cols-4{gap:1rem}}.city-icon-container-enhanced{position:relative;width:56px;height:56px;min-width:56px;min-height:56px;max-width:56px;max-height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;margin:0 auto;box-shadow:0 4px 12px #0000000d}.city-icon-enhanced{width:34px;height:34px;max-width:34px;max-height:34px;-o-object-fit:contain;object-fit:contain;transition:transform .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.group:hover .city-icon-container-enhanced{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f6;transform:scale(1.08);box-shadow:0 8px 20px #3b82f640}.group:hover .city-icon-enhanced{transform:scale(1.1);filter:brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0,0,0,.2))}.group:active .city-icon-container-enhanced{transform:scale(1.02)}.group:focus-visible .city-icon-container-enhanced{outline:2px solid #3b82f6;outline-offset:3px}@media(max-width:768px){.city-icon-container-enhanced{width:60px;height:60px;min-width:60px;min-height:60px;max-width:60px;max-height:60px}.city-icon-enhanced{width:36px;height:36px;max-width:36px;max-height:36px}}@media(max-width:640px){.city-icon-container-enhanced{width:56px;height:56px;min-width:56px;min-height:56px;max-width:56px;max-height:56px}.city-icon-enhanced{width:34px;height:34px;max-width:34px;max-height:34px}}@media(max-width:480px){.city-icon-container-enhanced{width:52px;height:52px;min-width:52px;min-height:52px;max-width:52px;max-height:52px}.city-icon-enhanced{width:32px;height:32px;max-width:32px;max-height:32px}}@media(max-width:375px){.city-icon-container-enhanced{width:50px;height:50px;min-width:50px;min-height:50px;max-width:50px;max-height:50px}.city-icon-enhanced{width:30px;height:30px;max-width:30px;max-height:30px}}.city-icon-container{position:relative;width:60px;height:60px;min-width:60px;min-height:60px;max-width:60px;max-height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffe5e5;transition:all .3s ease;flex-shrink:0;margin:0 auto}.city-icon{width:36px;height:36px;max-width:36px;max-height:36px;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.group:hover .city-icon-container{background:#5881da;transform:scale(1.05)}.group:hover .city-icon{transform:scale(1.1)}.city-icon-container-enhanced{animation:fadeIn .3s ease-out}.grid>button:nth-child(1) .city-icon-container-enhanced{animation-delay:.05s}.grid>button:nth-child(2) .city-icon-container-enhanced{animation-delay:.1s}.grid>button:nth-child(3) .city-icon-container-enhanced{animation-delay:.15s}.grid>button:nth-child(4) .city-icon-container-enhanced{animation-delay:.2s}.grid>button:nth-child(5) .city-icon-container-enhanced{animation-delay:.25s}.grid>button:nth-child(6) .city-icon-container-enhanced{animation-delay:.3s}.hero-carousel-container-enhanced{position:relative;width:100%;height:400px;display:flex;align-items:center;justify-content:center;padding:0;overflow:visible;background:transparent!important;box-shadow:none!important}@media(min-width:640px){.hero-carousel-container-enhanced{height:460px;padding:1.25rem 1.25rem 0}}@media(min-width:768px){.hero-carousel-container-enhanced{height:520px;padding:1.5rem 1.5rem 0}}.bg-arc-outer{position:absolute;width:320px;height:320px;border-radius:9999px;border:2px solid rgba(255,107,107,.5);opacity:.6}.bg-arc-inner{position:absolute;width:280px;height:280px;border-radius:9999px;border:2px solid rgba(59,130,246,.5);opacity:.6}@media(min-width:640px){.bg-arc-outer{width:380px;height:380px;border-width:4px;opacity:.8}.bg-arc-inner{width:330px;height:330px;border-width:4px;opacity:.8}}@media(min-width:768px){.bg-arc-outer{width:450px;height:450px}.bg-arc-inner{width:400px;height:400px}}@keyframes arcPulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.08);opacity:1}}@keyframes arcRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.star-icon{position:absolute;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;filter:drop-shadow(0 0 8px currentColor)}.star-red-large{top:5%;right:20%;color:#ef4444}.star-red-small{top:12%;right:15%;color:#ef4444;animation-delay:.15s}.star-blue-large{bottom:20%;left:25%;color:#3b82f6;animation-delay:.3s}.star-blue-small{bottom:28%;left:28%;color:#3b82f6;animation-delay:.5s}.cards-wrapper-enhanced{position:relative;width:90vw;max-width:320px;height:400px;perspective:1200px}@media(min-width:640px){.cards-wrapper-enhanced{width:240px;height:320px}}@media(min-width:768px){.cards-wrapper-enhanced{width:300px;height:380px}}.carousel-card-enhanced{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2rem;background:none!important;background-color:transparent!important;box-shadow:0 12px 40px #00000040;overflow:hidden;cursor:pointer;padding:0!important;transition:all .8s cubic-bezier(.34,1.56,.64,1);transform-style:preserve-3d;-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:-webkit-radial-gradient(white,black);border:none!important}.card-center-enhanced{z-index:30;transform:scale(1) translate(0) translateZ(0)}.card-right-enhanced{z-index:20;transform:scale(.75) translate(45%) translateZ(-80px) rotateY(-10deg);opacity:.6}.card-left-enhanced{z-index:20;transform:scale(.75) translate(-45%) translateZ(-80px) rotateY(10deg);opacity:.6}@media(min-width:640px){.card-center-enhanced{transform:scale(1) translate(0) translateZ(0) rotateY(0)}.card-right-enhanced{transform:scale(.9) translate(65%) translateZ(-120px) rotateY(-18deg);opacity:.9}.card-left-enhanced{transform:scale(.9) translate(-65%) translateZ(-120px) rotateY(18deg);opacity:.9}}@media(min-width:640px){.card-right-enhanced{transform:scale(.9) translate(65%) translateZ(-120px) rotateY(-18deg);opacity:.9}.card-right-enhanced:hover{transform:scale(.9) translate(60%) translateZ(-100px) rotateY(-12deg)}.card-left-enhanced{transform:scale(.9) translate(-65%) translateZ(-120px) rotateY(18deg);opacity:.9}.card-left-enhanced:hover{transform:scale(.9) translate(-60%) translateZ(-100px) rotateY(12deg)}}.card-content-enhanced{position:relative!important;width:100%!important;height:100%!important;min-height:100%!important;display:flex!important;flex-direction:column!important;padding:0!important;margin:0!important;background:transparent!important;border-radius:0;overflow:hidden}.hero-carousel-container-enhanced .cards-wrapper-enhanced .carousel-card-enhanced .card-image-wrapper-enhanced{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:0!important;margin:0!important;background:transparent!important;overflow:hidden!important;z-index:1!important;border-radius:2rem!important}.hero-carousel-container-enhanced .card-image-enhanced{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;display:block!important;transition:transform .8s cubic-bezier(.34,1.56,.64,1)}.hero-carousel-container-enhanced .carousel-card-enhanced .card-content-enhanced .card-image-wrapper-enhanced img{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:none!important;max-height:none!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;display:block!important}.carousel-card-enhanced:hover .card-image-enhanced{transform:scale(1.08)}.card-info-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,.2) 60%,transparent 100%);transform:translateY(0);transition:all .6s cubic-bezier(.34,1.56,.64,1);z-index:2}.card-details{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.34,1.56,.64,1);max-height:0;overflow:hidden;width:100%}.text-container-fluid{width:100%;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;box-sizing:border-box}.card-center-enhanced .card-details{opacity:1;transform:translateY(0);max-height:500px;transition-delay:.15s}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin-slow 20s linear infinite}.delay-1000{animation-delay:1s}@media(max-width:480px){.hero-carousel-container-enhanced{display:flex!important;height:480px;padding:0;overflow:visible}.cards-wrapper-enhanced{width:60vw;max-width:240px;height:400px;overflow:visible;display:flex;justify-content:center;align-items:center}.card-left-enhanced{display:block!important;opacity:.6!important;transform:scale(.8) translate(-55%) translateZ(-100px) rotateY(15deg)!important;z-index:20;pointer-events:auto!important}.card-right-enhanced{display:block!important;opacity:.6!important;transform:scale(.8) translate(55%) translateZ(-100px) rotateY(-15deg)!important;z-index:20;pointer-events:auto!important}.card-center-enhanced{display:block!important;width:100%!important;height:100%!important;left:0!important;transform:scale(1) translate(0) translateZ(0)!important;z-index:30;box-shadow:0 15px 45px #0006!important;border-radius:2rem!important}.hero-carousel-container-enhanced .cards-wrapper-enhanced .carousel-card-enhanced .card-image-wrapper-enhanced{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important;z-index:1!important;padding:0!important;margin:0!important}.hero-carousel-container-enhanced .carousel-card-enhanced .card-image-enhanced{height:100%!important;min-height:100%!important;max-height:none!important;width:100%!important;-o-object-fit:cover!important;object-fit:cover!important;position:absolute!important;top:0!important;left:0!important;z-index:1!important}.card-info-overlay{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;padding:1rem!important;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.4) 60%,transparent 100%)!important;z-index:2!important}.card-details{opacity:1!important;transform:none!important;max-height:none!important;width:100%!important;display:block!important}.card-details h3{font-size:1.25rem;margin-bottom:.5rem;color:#fff;font-weight:800}.card-details p{font-size:.8rem;color:#fffffff2;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.hero-carousel-container-enhanced button{min-width:0!important;min-height:0!important}.hero-carousel-container-enhanced .nav-arrow{width:36px!important;height:36px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.hero-carousel-container-enhanced .dot-indicator{padding:0!important;min-height:8px!important}.carousel-card-enhanced:focus{outline:2px solid #3b82f6;outline-offset:4px}.carousel-card-enhanced:focus:not(:focus-visible){outline:none}.carousel-card-enhanced,.card-image-enhanced,.card-info-overlay,.card-details{will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.carousel-card-enhanced,.card-image-enhanced,.card-info-overlay,.card-details,.star-icon{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hero-word-1{color:#ef4444;display:inline}@media(max-width:640px){.hero-word-1{display:inline}}.hero-gradient-bounce{background:linear-gradient(90deg,#ef4444,#dc2626 25%,#3b82f6 75%,#2563eb);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 3s ease infinite;display:inline}@media(max-width:640px){.hero-gradient-bounce{display:inline;background-size:200% auto;font-weight:900}}.hero-word-3{color:#3b82f6;display:inline;padding-left:10px!important}@media(max-width:640px){.hero-word-3{display:inline}}@keyframes gradientShift{0%,to{background-position:0% center}50%{background-position:100% center}}@media(prefers-reduced-motion:reduce){.hero-gradient-bounce{animation:none;background:linear-gradient(90deg,#ef4444,#3b82f6)}}.carousel-bubbles-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.carousel-bubbles-container .floating-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.particle{position:absolute;border-radius:50%;animation:bubbleFloat 15s infinite linear}.particle-red{background:radial-gradient(circle at 30% 30%,#ef444499,#dc26264d 40%,#ef44441a);box-shadow:inset 0 -10px 20px #ef444466,0 5px 15px #ef44444d;border:1px solid rgba(239,68,68,.4)}.particle-light-red{background:radial-gradient(circle at 30% 30%,#fca5a580,#f871714d 40%,#fca5a51a);box-shadow:inset 0 -10px 20px #fca5a566,0 5px 15px #f8717133;border:1px solid rgba(252,165,165,.4)}.particle-blue{background:radial-gradient(circle at 30% 30%,#3b82f699,#2563eb4d 40%,#3b82f61a);box-shadow:inset 0 -10px 20px #3b82f666,0 5px 15px #3b82f64d;border:1px solid rgba(59,130,246,.4)}.particle-light-blue{background:radial-gradient(circle at 30% 30%,#93c5fd80,#60a5fa4d 40%,#93c5fd1a);box-shadow:inset 0 -10px 20px #93c5fd66,0 5px 15px #60a5fa33;border:1px solid rgba(147,197,253,.4)}@keyframes bubbleFloat{0%{transform:translateY(120%) translate(0) scale(0);opacity:0}5%{opacity:.8;transform:translateY(100%) translate(0) scale(.3)}10%{opacity:1;transform:translateY(90%) translate(10px) scale(.5)}50%{opacity:1;transform:translateY(50%) translate(30px) scale(.8)}90%{opacity:.8;transform:translateY(10%) translate(50px) scale(1)}to{transform:translateY(-10%) translate(60px) scale(1);opacity:0}}.latest-properties-section{padding:4rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative;overflow:hidden}.latest-properties-container{max-width:1400px;margin:0 auto;padding:0 2rem}.latest-properties-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.latest-properties-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.latest-properties-subtitle{font-size:1.1rem;color:#666}.new-badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50px;font-weight:600;box-shadow:0 4px 15px #667eea4d}.pulse-dot{width:8px;height:8px;background:#fff;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.latest-properties-scroll{overflow-x:auto;overflow-y:hidden;margin:0 -2rem;padding:0 2rem 1.5rem;scrollbar-width:thin;scrollbar-color:#667eea #f0f0f0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.latest-properties-scroll::-webkit-scrollbar{height:8px}.latest-properties-scroll::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.latest-properties-scroll::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.latest-properties-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.latest-properties-track{display:flex;gap:1.5rem;padding-bottom:.5rem}.latest-property-card{flex:0 0 320px;height:auto;min-height:480px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease;cursor:pointer;position:relative;display:flex;flex-direction:column}.latest-property-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.latest-badge-new{position:absolute;top:1rem;left:1rem;z-index:3;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.7rem;font-weight:800;letter-spacing:1px;text-transform:uppercase;box-shadow:0 4px 15px #667eea80;animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%,to{box-shadow:0 4px 15px #667eea80}50%{box-shadow:0 4px 25px #667eeacc}}.latest-badge-property{position:absolute;top:1rem;right:1rem;z-index:3;padding:.5rem 1rem;border-radius:25px;font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:.4rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #0003;transition:all .3s ease}.latest-badge-property:hover{transform:scale(1.05)}.badge-icon{font-size:1rem;animation:sparkle 1.5s infinite}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.latest-badge-property.popular{background:linear-gradient(135deg,#ffeaa7f2,#fdcb6ef2);color:#d63031}.latest-badge-property.popular .badge-icon{color:#fdcb6e}.latest-badge-property.premium{background:linear-gradient(135deg,#a29bfef2,#6c5ce7f2);color:#fff}.latest-badge-property.premium .badge-icon{color:#ffeaa7}.latest-badge-property.featured{background:linear-gradient(135deg,#fd79a8f2,#e84393f2);color:#fff}.latest-badge-property.featured .badge-icon{color:#ffeaa7}.latest-property-image{position:relative;height:200px;overflow:hidden}.latest-property-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.latest-property-card:hover .latest-property-image img{transform:scale(1.1)}.latest-property-type-badge{position:absolute;bottom:1rem;right:1rem;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.latest-property-content{padding:1.25rem;display:flex;flex-direction:column;flex:1;min-height:0}.latest-property-name{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;min-height:2.6rem}.latest-property-location{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem;margin-bottom:.75rem}.latest-property-location svg{flex-shrink:0;color:#667eea}.latest-property-amenities{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.4rem;margin-bottom:.75rem;padding-top:.5rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0;overflow:hidden;align-items:center;height:44px}.amenity-item{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;aspect-ratio:1 / 1;background:#f0f2ff!important;border-radius:50%!important;color:#667eea;flex-shrink:0!important;flex-grow:0!important;padding:0!important;box-sizing:border-box}.amenity-item svg{flex-shrink:0;width:14px!important;height:14px!important}.amenity-more{display:flex;align-items:center;justify-content:center;padding:.25rem .5rem;background:#f0f0f0;border-radius:12px;font-size:.7rem;color:#666;font-weight:600;white-space:nowrap;flex-shrink:0}.latest-property-price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.75rem;margin-top:.25rem;flex-shrink:0}.price-amount{font-size:1.25rem;font-weight:700;color:#667eea}.price-period{font-size:.85rem;color:#999}.latest-property-rating{display:flex;align-items:center;gap:.25rem;font-weight:600;color:#1a1a1a}.latest-view-btn{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:auto;margin-bottom:.5rem}.latest-view-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.scroll-indicators{display:flex;justify-content:center;margin-top:2rem}.scroll-hint{display:flex;align-items:center;gap:.5rem;color:#667eea;font-weight:600;animation:slideRight 2s infinite}@keyframes slideRight{0%,to{transform:translate(0)}50%{transform:translate(10px)}}@media(max-width:768px){.latest-properties-header{flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.latest-properties-title{font-size:2rem}.latest-property-card{flex:0 0 280px}.scroll-hint{font-size:.9rem}}@media(max-width:640px){.latest-properties-title{font-size:1.75rem}.latest-properties-subtitle{font-size:.9rem}.new-badge{padding:.5rem 1rem;font-size:.8rem}}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:#ffffffe6;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:#667eea;transition:all .3s ease;box-shadow:0 2px 8px #00000026;opacity:0}.latest-property-card:hover .carousel-btn{opacity:1}.carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0003}.carousel-prev{left:.75rem}.carousel-next{right:.75rem}.carousel-dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);z-index:5;display:flex;gap:.5rem;background:#00000080;padding:.4rem .75rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:#fffc;transform:scale(1.2)}.carousel-dot.active{background:#fff;width:24px;border-radius:10px}@media(max-width:768px){.latest-properties-section{min-height:100vh;display:flex;flex-direction:column;padding:1.5rem 0 1rem}.latest-properties-container{display:flex;flex-direction:column;height:100%;padding:0 .75rem}.latest-properties-header{margin-bottom:1rem;gap:.75rem}.latest-properties-title{font-size:1.5rem!important;margin-bottom:.25rem;line-height:1.3}.latest-properties-subtitle{font-size:.85rem!important;line-height:1.4}.new-badge{padding:.5rem 1rem;font-size:.75rem;gap:.4rem}.pulse-dot{width:6px;height:6px}.latest-properties-scroll{flex:1;display:flex;align-items:center;margin:0 -.75rem;padding:0 .75rem .75rem}.latest-property-card{flex:0 0 calc(100vw - 1.5rem);height:auto;min-height:auto;max-height:calc(100vh - 280px);scroll-snap-align:center;margin-right:0;border-radius:12px}.latest-property-image{height:180px}.latest-badge-new{top:.75rem;left:.75rem;padding:.35rem .75rem;font-size:.65rem;letter-spacing:.5px}.latest-badge-property{top:.75rem;right:.75rem;padding:.35rem .75rem;font-size:.7rem;gap:.3rem}.latest-property-type-badge{bottom:.75rem;right:.75rem;padding:.3rem .6rem;font-size:.7rem;border-radius:15px}.latest-property-content{padding:1rem;gap:.5rem}.latest-property-name{font-size:1rem!important;margin-bottom:.5rem;min-height:2.4rem;line-height:1.3}.latest-property-location{font-size:.8rem!important;margin-bottom:.5rem;gap:.4rem}.latest-property-location svg{width:12px;height:12px}.latest-property-amenities{gap:.35rem;margin-bottom:.5rem;padding-bottom:.5rem}.amenity-item{width:28px;height:28px;min-width:28px}.amenity-item svg{width:13px;height:13px}.amenity-more{padding:.2rem .4rem;font-size:.65rem}.latest-property-price{margin-bottom:.5rem;margin-top:.5rem}.price-amount{font-size:1.1rem!important}.price-period{font-size:.75rem!important}.latest-view-btn{padding:.65rem;font-size:.85rem;margin-top:.5rem;margin-bottom:0;gap:.4rem}.latest-view-btn svg{width:14px;height:14px}.latest-properties-track{gap:.75rem}.carousel-btn{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;font-size:1.1rem;opacity:.9;box-shadow:0 2px 6px #0003}.carousel-prev{left:.4rem}.carousel-next{right:.4rem}.carousel-dots{padding:.25rem .5rem;bottom:.4rem;gap:.4rem}.carousel-dot{width:5px!important;height:5px!important;min-width:5px!important;min-height:5px!important;padding:0!important;margin:0}.carousel-dot.active{width:16px!important;border-radius:8px}.scroll-indicators{margin-top:.75rem;padding:0 .5rem}.scroll-hint{font-size:.8rem;gap:.4rem}.scroll-hint svg{width:16px;height:16px}}@media(max-width:375px){.latest-properties-section{padding:1rem 0 .75rem}.latest-properties-title{font-size:1.35rem!important}.latest-property-card{max-height:calc(100vh - 260px)}.latest-property-image{height:160px}.latest-property-content{padding:.85rem}}.office-solutions-section{padding:60px 20px;background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.office-solutions-container{max-width:1400px;margin:0 auto}.office-solutions-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:40px;text-align:left}.office-solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.office-solution-card{display:flex;flex-direction:row;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #00000014;transition:transform .3s ease,box-shadow .3s ease;height:100%}.office-solution-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}.solution-image-wrapper{width:40%;min-width:40%;overflow:hidden;background:#f5f5f5}.solution-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.office-solution-card:hover .solution-image{transform:scale(1.05)}.solution-content{width:60%;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.solution-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:12px;line-height:1.3}.solution-description{font-size:14px;color:#555;line-height:1.6;margin-bottom:16px;flex-grow:1}.solution-btn{background:#0d6efd;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;align-self:flex-start;box-shadow:0 2px 8px #0d6efd33}.solution-btn:hover{background:#0b5ed7;box-shadow:0 4px 12px #0d6efd4d;transform:translateY(-2px)}.solution-btn:active{transform:translateY(0)}@media(max-width:1200px){.office-solutions-grid{grid-template-columns:1fr;gap:20px}}@media(max-width:768px){.office-solutions-section{padding:60px 16px}.office-solutions-container{padding:40px 24px;border-radius:16px}.office-solutions-title{font-size:2rem;margin-bottom:32px}.office-solution-card{flex-direction:column;max-width:100%}.solution-image-wrapper{width:100%;height:180px}.solution-content{width:100%;padding:20px}.solution-title{font-size:1.15rem}.solution-description{font-size:13px}.solution-btn{width:100%;text-align:center}}.enquiry-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;overflow-y:auto}.enquiry-modal-container{background:#fff;border-radius:16px;max-width:650px;width:100%;display:flex;position:relative;box-shadow:0 20px 60px #0000004d;max-height:90vh;overflow:hidden}.enquiry-close-btn{position:absolute;top:12px;right:12px;background:transparent;border:none;cursor:pointer;color:#666;z-index:10;padding:0;transition:all .3s ease;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.enquiry-close-btn:hover{color:#000;transform:scale(1.1)}.enquiry-close-btn svg{width:20px;height:20px}.enquiry-left-section{width:40%;background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:40px 30px;display:flex;flex-direction:column;gap:24px;overflow-y:auto}.enquiry-main-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0}.enquiry-subtitle{font-size:.875rem;color:#555;line-height:1.5;margin:0}.enquiry-features{display:flex;flex-direction:column;gap:12px}.enquiry-feature-row{display:flex;gap:12px}.enquiry-feature{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#333}.feature-icon{width:20px;height:20px;flex-shrink:0}.enquiry-trusted-section{margin-top:auto}.trusted-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:16px}.trusted-logos{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-items:center}.trusted-logos img{width:100%;height:40px;-o-object-fit:contain;object-fit:contain;transition:all .3s ease}.trusted-logos img:hover{transform:scale(1.05)}.enquiry-right-section{width:60%;padding:40px;overflow-y:auto}.enquiry-form-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:8px}.enquiry-form-subtitle{font-size:.875rem;color:#666;margin-bottom:24px}.enquiry-form{display:flex;flex-direction:column;gap:16px}.enquiry-input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:.875rem;transition:border-color .3s ease}.enquiry-input:focus{outline:none;border-color:#0d6efd}.enquiry-input::-moz-placeholder{color:#999}.enquiry-input::placeholder{color:#999}.enquiry-phone-input{display:flex;gap:8px}.country-code{width:80px;padding:12px 8px;border:1px solid #e0e0e0;border-radius:8px;font-size:.875rem;background:#fff;cursor:pointer}.enquiry-select-row{display:flex;gap:12px}.enquiry-select{flex:1;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:.875rem;background:#fff;cursor:pointer;color:#666}.enquiry-select:focus{outline:none;border-color:#0d6efd}.enquiry-submit-btn{width:100%;padding:12px;background:#0d6efd;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .3s ease;margin-top:8px}.enquiry-submit-btn:hover{background:#0b5ed7}.enquiry-contact-expert{display:flex;align-items:center;gap:10px;margin-top:8px;padding-top:12px;border-top:1px solid #e0e0e0}.expert-image{height:28px;width:auto;-o-object-fit:contain;object-fit:contain}.expert-info{display:flex;flex-direction:column;gap:4px}.expert-text{font-size:.75rem;color:#666;margin:0}.expert-email{display:flex;align-items:center;gap:4px;font-size:.875rem;color:#0d6efd;text-decoration:none;font-weight:500}.expert-email svg{width:14px;height:14px}@media(max-width:768px){.enquiry-modal-overlay{padding:0;align-items:flex-start;overflow-y:scroll;-webkit-overflow-scrolling:touch}.enquiry-modal-container{flex-direction:column;max-height:none;min-height:100vh;max-width:100%;width:100%;border-radius:0;overflow:visible}.enquiry-left-section,.enquiry-right-section{width:100%;flex-shrink:0}.enquiry-left-section{padding:32px 16px 12px;gap:10px;overflow:visible}.enquiry-right-section{padding:12px 16px 20px;overflow:visible}.enquiry-main-title{font-size:1.05rem;padding-top:0;margin-bottom:4px}.enquiry-form-title{font-size:1.1rem;margin-bottom:6px}.enquiry-subtitle{font-size:.75rem;line-height:1.3}.enquiry-form-subtitle{font-size:.8rem;margin-bottom:12px}.enquiry-feature{font-size:.8rem}.enquiry-feature-row{flex-direction:column;gap:6px}.feature-icon{width:18px;height:18px}.enquiry-select-row{flex-direction:column}.trusted-title{font-size:.85rem;margin-bottom:8px}.trusted-logos{grid-template-columns:repeat(3,1fr);gap:6px}.trusted-logos img{height:22px}.enquiry-form{gap:10px}.enquiry-input,.enquiry-select,.country-code{padding:9px 12px;font-size:.85rem}.enquiry-submit-btn{padding:10px;font-size:.9rem;margin-bottom:6px}.enquiry-close-btn{top:10px;right:10px;width:26px;height:26px}.enquiry-close-btn svg{width:18px;height:18px}.enquiry-contact-expert{margin-bottom:0;flex-direction:column;align-items:center;text-align:center}.expert-image{height:22px}.expert-info{align-items:center}.expert-text{font-size:.7rem}.expert-email{font-size:.8rem}}@media(max-width:480px){.enquiry-left-section{padding:28px 12px 8px;gap:8px}.enquiry-right-section{padding:10px 12px 16px}.enquiry-main-title,.enquiry-form-title{font-size:1.05rem}.enquiry-subtitle,.enquiry-form-subtitle{font-size:.75rem}.trusted-logos{grid-template-columns:repeat(3,1fr);gap:6px}.trusted-logos img{height:20px}.enquiry-feature{font-size:.75rem}.enquiry-contact-expert{flex-direction:column;align-items:center;text-align:center}.expert-info{align-items:center}.expert-image{height:20px}.expert-text{font-size:.65rem}.expert-email{font-size:.75rem}.enquiry-close-btn{top:8px;right:8px;width:24px;height:24px}.enquiry-close-btn svg{width:16px;height:16px}}.popular-coworking-spaces{padding:80px 0;background:#f8f9fa}.popular-spaces-container{max-width:1400px;margin:0 auto;padding:0 2rem}.popular-spaces-header{text-align:center;margin-bottom:60px}.popular-spaces-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}.popular-spaces-subtitle{font-size:1.125rem;color:#666;max-width:600px;margin:0 auto}.popular-spaces-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.popular-space-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .3s ease;position:relative;cursor:pointer}.popular-space-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.popular-badge{position:absolute;top:16px;left:16px;background:#fff;color:#1a1a1a;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:4px;z-index:10;box-shadow:0 2px 8px #0000001a}.popular-badge.premium{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.popular-badge.premium svg{stroke:#fff}.popular-badge.popular{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.popular-badge.popular svg{stroke:#fff}.popular-badge svg{width:14px;height:14px}.popular-space-image-wrapper{width:100%;height:200px;overflow:hidden;position:relative}.popular-space-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.popular-space-card:hover .popular-space-image{transform:scale(1.05)}.popular-space-content{padding:20px}.popular-space-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.popular-space-name{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0;flex:1;line-height:1.4}.popular-space-rating{display:flex;align-items:center;gap:4px;font-size:.875rem;font-weight:600;color:#1a1a1a;background:#fff9e6;padding:4px 8px;border-radius:6px}.popular-space-location{display:flex;align-items:center;gap:6px;color:#666;font-size:.875rem;margin-bottom:16px}.popular-space-location svg{color:#0d6efd;flex-shrink:0}.popular-space-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e5e7eb}.popular-space-price{display:flex;flex-direction:column}.price-amount{font-size:1.25rem;font-weight:700;color:#0d6efd}.price-period{font-size:.75rem;color:#666}.popular-get-quote-btn{background:#0d6efd;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.popular-get-quote-btn:hover{background:#0b5ed7;transform:translateY(-2px);box-shadow:0 4px 12px #0d6efd4d}@media(max-width:1200px){.popular-spaces-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media(max-width:768px){.popular-coworking-spaces{padding:60px 0}.popular-spaces-container{padding:0 1rem}.popular-spaces-header{margin-bottom:40px}.popular-spaces-title{font-size:2rem}.popular-spaces-subtitle{font-size:1rem}.popular-spaces-grid{grid-template-columns:1fr;gap:20px}.popular-space-image-wrapper{height:180px}.popular-space-footer{flex-direction:column;gap:12px;align-items:stretch}.popular-get-quote-btn{width:100%}}@media(max-width:480px){.popular-spaces-title{font-size:1.75rem}.popular-space-content{padding:16px}}.discover-workspace-section{padding:0;background:transparent}.discover-workspace-wrapper{max-width:100%;margin:0;padding:0}.discover-workspace-card{background:linear-gradient(to right,#e3f2fd 0%,#e3f2fd 40%,transparent 70%);border-radius:0;overflow:hidden;box-shadow:none;display:grid;grid-template-columns:1fr 2fr;height:180px;position:relative}.discover-content-area{padding:5px 60px;display:flex;flex-direction:column;justify-content:center;gap:12px;z-index:2}.discover-main-heading{font-size:1.5rem;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0}.discover-sub-heading{font-size:.875rem;font-weight:400;color:#555;line-height:1.4;margin:0;max-width:400px}.discover-enquire-btn{background:#0d6efd;color:#fff;border:none;padding:10px 28px;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0d6efd4d;align-self:flex-start}.discover-enquire-btn:hover{background:#0b5ed7;transform:translateY(-2px);box-shadow:0 4px 12px #0d6efd66}.discover-enquire-btn:active{transform:translateY(0)}.discover-image-area{position:relative;overflow:hidden;height:180px}.discover-workspace-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.discover-image-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(227,242,253,1) 0%,rgba(227,242,253,.7) 15%,rgba(227,242,253,.3) 30%,transparent 50%);z-index:1;pointer-events:none}@media(max-width:1024px){.discover-workspace-card{grid-template-columns:1fr;height:auto}.discover-content-area{padding:32px 40px;text-align:center;align-items:center}.discover-enquire-btn{align-self:center}.discover-image-area{height:200px}.discover-image-overlay{background:linear-gradient(to bottom,rgba(227,242,253,.9) 0%,transparent 50%)}}@media(max-width:768px){.discover-content-area{padding:24px 20px;gap:10px}.discover-main-heading{font-size:1.25rem}.discover-sub-heading{font-size:.8125rem}.discover-enquire-btn{padding:10px 24px;font-size:.8125rem;width:100%;max-width:250px}.discover-image-area{height:160px}}@media(max-width:480px){.discover-content-area{padding:20px 16px}.discover-main-heading{font-size:1.125rem}.discover-sub-heading{font-size:.75rem}.discover-image-area{height:140px}}.discover-enquire-btn:focus{outline:2px solid rgba(13,110,253,.5);outline-offset:2px}@media(prefers-reduced-motion:reduce){.discover-enquire-btn{transition:none}}.featured-spaces-section{padding:80px 0;background:#fff}.featured-spaces-container{max-width:1400px;margin:0 auto;padding:0 2rem}.featured-spaces-header{text-align:center;margin-bottom:50px}.featured-spaces-title{font-size:2.25rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}.featured-spaces-subtitle{font-size:1.0625rem;color:#666;max-width:600px;margin:0 auto}.featured-spaces-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.featured-space-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .3s ease;position:relative;cursor:pointer}.featured-space-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #00000026}.featured-badge{position:absolute;top:12px;left:12px;background:gold;color:#1a1a1a;padding:5px 10px;border-radius:16px;font-size:.6875rem;font-weight:600;display:flex;align-items:center;gap:4px;z-index:10;box-shadow:0 2px 6px #00000026}.featured-badge svg{width:12px;height:12px}.featured-space-image-container{width:100%;height:180px;overflow:hidden;position:relative}.featured-space-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.featured-space-card:hover .featured-space-image{transform:scale(1.08)}.featured-space-content{padding:16px}.featured-space-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.featured-space-name{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0;flex:1;line-height:1.3;padding-right:8px}.featured-space-rating{display:flex;align-items:center;gap:3px;font-size:.8125rem;font-weight:600;color:#1a1a1a;background:#fff9e6;padding:3px 7px;border-radius:4px;flex-shrink:0}.featured-space-location{display:flex;align-items:center;gap:5px;color:#666;font-size:.8125rem;margin-bottom:14px}.featured-space-location svg{color:#0d6efd;flex-shrink:0}.featured-space-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #e5e7eb}.featured-space-price{display:flex;flex-direction:column}.price-value{font-size:12px!important;font-weight:100;color:#0d6efd}.price-period{font-size:.6875rem;color:#666}.featured-quote-btn{background:#0d6efd;color:#fff;border:none;padding:8px 18px;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .3s ease}.featured-quote-btn:hover{background:#0b5ed7;transform:translateY(-2px);box-shadow:0 4px 12px #0d6efd4d}@media(max-width:1200px){.featured-spaces-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.featured-spaces-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.featured-spaces-section{padding:60px 0}.featured-spaces-container{padding:0 1rem}.featured-spaces-header{margin-bottom:40px}.featured-spaces-title{font-size:1.875rem}.featured-spaces-subtitle{font-size:.9375rem}.featured-space-image-container{height:160px}}@media(max-width:600px){.featured-spaces-grid{grid-template-columns:1fr;gap:16px}.featured-spaces-title{font-size:1.625rem}.featured-space-bottom{flex-direction:column;gap:12px;align-items:stretch}.featured-quote-btn{width:100%}}@media(max-width:480px){.featured-space-content{padding:14px}.featured-space-name{font-size:.9375rem}.featured-space-image-container{height:140px}}.customized-solutions-section{padding:0;background:transparent;overflow:hidden}.customized-solutions-container{display:grid;grid-template-columns:1fr 1.5fr;align-items:center;min-height:200px;background:linear-gradient(to right,#e3f2fd 0%,#e3f2fd 40%,transparent 60%);position:relative}.customized-content{padding:40px 60px;z-index:2}.customized-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:24px;line-height:1.3;max-width:400px}.customized-features{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 20px;margin-bottom:28px}.customized-feature-item{display:flex;align-items:center;gap:10px}.feature-icon{width:24px;height:24px;background:#0d6efd;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.feature-title{font-size:.9375rem;font-weight:500;color:#1a1a1a;line-height:1.4}.customized-enquire-btn{background:#0d6efd;color:#fff;border:none;padding:12px 32px;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0d6efd4d}.customized-enquire-btn:hover{background:#0b5ed7;transform:translateY(-2px);box-shadow:0 6px 16px #0d6efd66}.customized-image{position:relative;height:200px;overflow:hidden}.customized-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.customized-image:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(227,242,253,1) 0%,rgba(227,242,253,.6) 20%,transparent 50%);z-index:1;pointer-events:none}@media(max-width:1024px){.customized-solutions-container{grid-template-columns:1fr;background:#e3f2fd}.customized-content{padding:40px;text-align:center}.customized-title{max-width:100%;margin-left:auto;margin-right:auto}.customized-features{justify-content:center;max-width:500px;margin-left:auto;margin-right:auto}.customized-enquire-btn{display:block;margin:0 auto}.customized-image{height:250px}.customized-image:before{background:linear-gradient(to bottom,rgba(227,242,253,.8) 0%,transparent 40%)}}@media(max-width:768px){.customized-content{padding:32px 24px}.customized-title{font-size:1.5rem;margin-bottom:20px}.customized-features{grid-template-columns:1fr;gap:10px;margin-bottom:24px}.customized-enquire-btn{padding:12px 28px;font-size:.875rem;width:100%;max-width:300px}.customized-image{height:200px}}@media(max-width:480px){.customized-content{padding:24px 16px}.customized-title{font-size:1.25rem}.feature-title{font-size:.875rem}.feature-icon{width:20px;height:20px}.customized-enquire-btn{width:100%;max-width:none}.customized-image{height:160px}}.premium-spaces-section{padding:80px 0;background:#f8f9fa}.premium-spaces-container{max-width:1400px;margin:0 auto;padding:0 2rem}.premium-spaces-header{text-align:center;margin-bottom:50px}.premium-spaces-title{font-size:2.25rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}.premium-spaces-subtitle{font-size:1.0625rem;color:#666;max-width:600px;margin:0 auto}.premium-spaces-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.premium-space-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #00000014;transition:all .3s ease;position:relative;cursor:pointer}.premium-space-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001f}.premium-badge{position:absolute;top:10px;left:10px;background:gold;color:#1a1a1a;padding:4px 10px;border-radius:12px;font-size:.6875rem;font-weight:600;display:flex;align-items:center;gap:4px;z-index:10;box-shadow:0 2px 6px #00000026}.premium-badge.premium{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.premium-badge svg{width:10px;height:10px}.premium-space-image-wrapper{width:100%;height:160px;overflow:hidden;position:relative}.premium-space-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.premium-space-card:hover .premium-space-image{transform:scale(1.06)}.premium-space-content{padding:14px}.premium-space-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.premium-space-name{font-size:.9375rem;font-weight:600;color:#1a1a1a;margin:0;flex:1;line-height:1.3;padding-right:6px}.premium-space-rating{display:flex;align-items:center;gap:3px;font-size:.75rem;font-weight:600;color:#1a1a1a;background:#fff9e6;padding:3px 6px;border-radius:4px;flex-shrink:0}.premium-space-location{display:flex;align-items:center;gap:4px;color:#666;font-size:.75rem;margin-bottom:12px}.premium-space-location svg{color:#0d6efd;flex-shrink:0}.premium-space-footer{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid #e5e7eb}.premium-space-price{display:flex;flex-direction:column}.premium-price-amount{font-size:1rem;font-weight:700;color:#0d6efd}.premium-price-period{font-size:.625rem;color:#666}.premium-quote-btn{background:#0d6efd;color:#fff;border:none;padding:7px 16px;border-radius:5px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease}.premium-quote-btn:hover{background:#0b5ed7;transform:translateY(-2px);box-shadow:0 4px 10px #0d6efd4d}@media(max-width:1200px){.premium-spaces-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.premium-spaces-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media(max-width:768px){.premium-spaces-section{padding:60px 0}.premium-spaces-container{padding:0 1rem}.premium-spaces-header{margin-bottom:40px}.premium-spaces-title{font-size:1.875rem}.premium-spaces-subtitle{font-size:.9375rem}.premium-space-image-wrapper{height:150px}}@media(max-width:600px){.premium-spaces-grid{grid-template-columns:1fr;gap:16px}.premium-spaces-title{font-size:1.625rem}.premium-space-footer{flex-direction:column;gap:10px;align-items:stretch}.premium-quote-btn{width:100%}}@media(max-width:480px){.premium-space-content{padding:12px}.premium-space-name{font-size:.875rem}.premium-space-image-wrapper{height:140px}}.top-locations-section{padding:80px 0;background:#fef9f0}.top-locations-container{max-width:1400px;margin:0 auto;padding:0 2rem}.top-locations-header{margin-bottom:40px}.top-locations-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0}.top-locations-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.top-location-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;cursor:pointer;text-decoration:none;display:block}.top-location-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}.top-location-image-wrapper{position:relative;width:100%;height:140px;overflow:hidden}.top-location-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.top-location-card:hover .top-location-image{transform:scale(1.05)}.top-location-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.1) 100%);pointer-events:none}.top-location-content{padding:16px;display:flex;flex-direction:column;gap:10px}.top-location-title{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3}.top-location-btn{display:inline-block;background:transparent;color:#0d6efd;border:none;padding:0;font-size:.8125rem;font-weight:600;cursor:pointer;text-align:left;transition:color .3s ease}.top-location-btn:hover{color:#0b5ed7;text-decoration:underline}@media(max-width:1200px){.top-locations-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.top-locations-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(max-width:768px){.top-locations-section{padding:60px 0}.top-locations-container{padding:0 1rem}.top-locations-header{margin-bottom:32px}.top-locations-title{font-size:1.75rem}.top-locations-grid{grid-template-columns:repeat(2,1fr)}.top-location-image-wrapper{height:120px}}@media(max-width:600px){.top-locations-grid{grid-template-columns:repeat(2,1fr);gap:12px}.top-locations-title{font-size:1.5rem}.top-location-content{padding:12px}.top-location-title{font-size:.8125rem}.top-location-btn{font-size:.75rem}}@media(max-width:480px){.top-location-image-wrapper{height:100px}.top-location-content{padding:10px;gap:8px}}.faq-section{padding:80px 0;background:#fff}.faq-container{max-width:900px;margin:0 auto;padding:0 2rem}.faq-header{text-align:center;margin-bottom:50px}.faq-title{font-size:2.25rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}.faq-subtitle{font-size:1.0625rem;color:#666}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#0d6efd;box-shadow:0 4px 12px #0d6efd1a}.faq-item.active{border-color:#0d6efd;box-shadow:0 4px 12px #0d6efd26}.faq-question{width:100%;padding:20px 24px;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;transition:background-color .3s ease}.faq-question:hover{background-color:#f8f9fa}.faq-item.active .faq-question{background-color:#f0f7ff}.faq-question-text{font-size:1.0625rem;font-weight:600;color:#1a1a1a;flex:1;padding-right:16px;line-height:1.5}.faq-icon{color:#0d6efd;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.open{max-height:500px;padding:0 24px 20px}.faq-answer-text{font-size:.9375rem;color:#555;line-height:1.7;margin:0}@media(max-width:768px){.faq-section{padding:60px 0}.faq-container{padding:0 1rem}.faq-header{margin-bottom:40px}.faq-title{font-size:1.875rem}.faq-subtitle{font-size:.9375rem}.faq-question{padding:16px 20px}.faq-question-text{font-size:1rem}.faq-answer.open{padding:0 20px 16px}.faq-answer-text{font-size:.875rem}}@media(max-width:480px){.faq-question{padding:14px 16px}.faq-question-text{font-size:.9375rem}.faq-icon svg{width:18px;height:18px}}.faq-question:focus{outline:2px solid #0d6efd;outline-offset:2px}.faq-answer.open .faq-answer-text{animation:slideDown .3s ease}.city-coworking-page{min-height:100vh;background:#f8f9fa}.city-coworking-hero{position:relative;min-height:400px;background-size:cover;background-position:center;background-repeat:no-repeat;padding:120px 2rem 3rem;display:flex;align-items:center;justify-content:center}.city-coworking-hero-content{max-width:1400px;width:100%;margin:0 auto}.city-coworking-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:left}.location-tabs{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.location-tab{background:#fff;color:#333;border:none;padding:.5rem 1.25rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.location-tab:hover{background:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.filter-dropdowns{display:flex;gap:1rem;flex-wrap:wrap}.dropdown-wrapper{position:relative}.filter-dropdown{background:#fff;color:#333;border:1px solid #e5e7eb;padding:.75rem 2.5rem .75rem 1rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:200px;transition:all .3s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.filter-dropdown:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f626}.filter-dropdown:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.coworking-spaces-section{padding:3rem 2rem}.coworking-spaces-container{max-width:1400px;margin:0 auto}.coworking-spaces-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.coworking-space-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;position:relative;cursor:pointer}.coworking-space-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.space-badge{position:absolute;top:12px;left:12px;padding:.35rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;z-index:10;text-transform:capitalize}.space-badge.premium{background:linear-gradient(135deg,gold,orange);color:#fff}.space-badge.popular{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.space-image-wrapper{width:100%;height:200px;overflow:hidden;background:#f3f4f6}.space-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.coworking-space-card:hover .space-image{transform:scale(1.05)}.space-content{padding:1.25rem}.space-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.space-name{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0;flex:1;line-height:1.3}.space-rating{display:flex;align-items:center;gap:.25rem;background:#fff9e6;padding:.25rem .5rem;border-radius:6px;font-size:.85rem;font-weight:600;color:#333;margin-left:.5rem;flex-shrink:0}.space-location{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.9rem;margin-bottom:1rem}.space-location svg{flex-shrink:0;color:#3b82f6}.space-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.space-price{display:flex;flex-direction:column}.price-amount{font-size:1.25rem;font-weight:700;color:#1f2937}.price-period{font-size:.8rem;color:#6b7280}.get-quote-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.75rem 1.75rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #3b82f640;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content;flex-shrink:0}.get-quote-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f659}.get-quote-btn:active{transform:translateY(0)}@media(max-width:1024px){.coworking-spaces-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media(max-width:768px){.city-coworking-hero{padding:100px 1rem 2rem;min-height:350px}.city-coworking-title{font-size:2rem;margin-bottom:1.5rem}.location-tabs{gap:.5rem}.location-tab{padding:.4rem 1rem;font-size:.85rem}.filter-dropdowns{flex-direction:column;width:100%}.filter-dropdown{width:100%;min-width:auto}.coworking-spaces-section{padding:2rem 1rem}.coworking-spaces-grid{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:480px){.city-coworking-title{font-size:1.75rem}.location-tabs{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.5rem}.location-tab{flex:0 1 auto;text-align:center;font-size:.8rem;padding:.4rem .75rem;width:auto}.space-header{flex-direction:column;gap:.5rem}.space-rating{margin-left:0;align-self:flex-start}.space-footer{flex-direction:column;gap:1rem;align-items:stretch}.get-quote-btn{width:100%}}.coworking-space-details{max-width:1400px;margin:0 auto;padding:2rem 1rem}.space-name{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.reviews-count{color:#888;font-size:.9rem}.trust-badge{background:#e8f5e9;color:#2e7d32;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.thumbnail:hover{border-color:#2196f3;transform:scale(1.05)}.thumbnail.active{border-color:#2196f3}.amenity-item:hover{background:#e3f2fd;transform:translate(5px)}.amenity-icon{color:#2196f3;flex-shrink:0}.price-item{display:flex;flex-direction:column;padding:1rem;background:#f8f9fa;border-radius:8px}.price-label{font-size:.9rem;color:#666;margin-bottom:.5rem}.price-value{font-size:1.75rem;font-weight:700;color:#2196f3}.enquiry-btn{background:#2196f3;color:#fff}.enquiry-btn:hover{background:#1976d2;transform:translateY(-2px);box-shadow:0 4px 12px #2196f34d}.contact-btn{background:#fff;color:#2196f3;border:2px solid #2196F3}.contact-btn:hover{background:#e3f2fd}.back-btn{background:#2196f3;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-btn:hover{background:#1976d2;transform:translateY(-2px)}.seating-plans-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border:none;padding:2.5rem}.seating-plans-header{text-align:center;margin-bottom:2rem}.premium-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,gold,orange);color:#1a1a1a;padding:.5rem 1.5rem;border-radius:25px;font-weight:700;font-size:.9rem;margin-bottom:1rem;box-shadow:0 4px 12px #ffd7004d}.section-subtitle{color:#666;font-size:1rem;margin-top:.5rem}.seating-options{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.seating-option{display:flex;gap:1.5rem;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.seating-option:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.option-image{flex-shrink:0;width:120px;height:120px;border-radius:8px;overflow:hidden}.option-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.option-details{flex:1;display:flex;flex-direction:column}.option-details h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.option-description{color:#666;font-size:.95rem;margin-bottom:.75rem;line-height:1.5}.option-capacity{display:flex;align-items:center;gap:.5rem;color:#555;font-size:.9rem;margin-bottom:1rem}.option-capacity svg{color:#2196f3}.option-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.option-price{display:flex;align-items:baseline}.price-amount{font-size:1.5rem;font-weight:700;color:#2196f3}.price-period{font-size:.9rem;color:#888;margin-left:.25rem}.enquire-option-btn{background:#fff;color:#2196f3;border:2px solid #2196F3;padding:.6rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.enquire-option-btn:hover{background:#2196f3;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2196f34d}.seating-disclaimer{text-align:center;color:#888;font-size:.85rem;font-style:italic;margin-top:1rem}.office-upgrade-section{background:#fff}.upgrade-options{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem}.upgrade-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.upgrade-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-4px)}.upgrade-image{width:100%;height:200px;overflow:hidden}.upgrade-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.upgrade-card:hover .upgrade-image img{transform:scale(1.1)}.upgrade-content{padding:1.5rem}.upgrade-content h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.upgrade-content p{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.upgrade-enquire-btn{background:#fff;color:#2196f3;border:2px solid #2196F3;padding:.6rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.upgrade-enquire-btn:hover{background:#2196f3;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2196f34d}.office-timing-section h2,.amenities-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.timing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.timing-item{display:flex;align-items:flex-start;gap:.75rem}.timing-icon{color:#555;margin-top:.2rem}.timing-icon.off-day{color:#f44336}.timing-info{display:flex;flex-direction:column;gap:.25rem}.timing-day{font-weight:600;font-size:.95rem;color:#333}.timing-hours{font-size:.85rem;color:#666}.timing-hours.closed{color:#f44336}.amenities-grid-new{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.amenity-item-new{display:flex;align-items:center;gap:.75rem;color:#444}.amenity-icon-new{color:#555;flex-shrink:0}.amenity-item-new span{font-size:.95rem}.interested-banner{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:2rem;border:1px solid #e0e0e0}.banner-content{display:flex;align-items:center;gap:1.5rem}.banner-icon{width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000014}.banner-text h3{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.banner-text p{font-size:.9rem;color:#666;margin:0}.banner-enquire-btn{background:#2196f3;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.banner-enquire-btn:hover{background:#1976d2;transform:translateY(-2px);box-shadow:0 4px 12px #2196f34d}.why-book-section{background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;color:#fff!important}.why-book-section h2{color:#fff!important;text-align:center;margin-bottom:2rem}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:1.5rem 0}.benefit-item{display:flex;align-items:flex-start;gap:1.25rem;padding:1.75rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;transition:all .3s ease}.benefit-item:hover{background:#ffffff40;transform:translateY(-5px);box-shadow:0 8px 24px #0003}.benefit-icon-wrapper{width:56px;height:56px;background:linear-gradient(135deg,#fff,#f0f0f0);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #00000026}.benefit-icon-svg{color:#667eea}.benefit-content{flex:1;display:flex;flex-direction:column;justify-content:center}.benefit-content h4{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.4rem;line-height:1.3}.benefit-content p{font-size:.9rem;color:#ffffffe6;line-height:1.5;margin:0}.benefits-enquire-btn{background:#fff;color:#667eea;border:none;padding:.9rem 2.5rem;border-radius:12px;font-weight:700;cursor:pointer;transition:all .3s ease;font-size:1.05rem;display:block;margin:2rem auto 0;box-shadow:0 4px 16px #0003}.benefits-enquire-btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000004d;background:#f8f8f8}.space-details-section{background:#fff}.space-detailed-description{color:#555;font-size:1rem;line-height:1.8;margin-top:1rem}@media(max-width:768px){.space-name{font-size:1.5rem}.space-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.main-image-container{height:300px}.thumbnail-gallery{grid-template-columns:repeat(2,1fr)}.amenities-grid{grid-template-columns:1fr}.details-card,.pricing-card{padding:1.5rem}.gallery-grid{grid-template-columns:1fr}.seating-plans-section{padding:1.5rem}.seating-option{flex-direction:column;gap:1rem}.option-image{width:100%;height:180px}.option-footer{flex-direction:column;gap:1rem;align-items:stretch}.enquire-option-btn{width:100%}.upgrade-options{grid-template-columns:1fr}.benefits-grid{grid-template-columns:1fr;gap:1rem}.benefit-item{padding:1.25rem}.benefit-icon-wrapper{width:48px;height:48px}.benefit-content h4{font-size:1rem}.benefit-content p{font-size:.85rem}}@media(max-width:480px){.coworking-space-details{padding:1rem .5rem}.space-name{font-size:1.25rem}.main-image-container{height:250px;border-radius:8px}.thumbnail-gallery{gap:.5rem}.thumbnail{height:80px}.view-all-photos-btn{bottom:1rem;right:1rem;padding:.5rem 1rem;font-size:.9rem}.timing-grid{grid-template-columns:1fr;gap:1rem}.amenities-grid-new{grid-template-columns:repeat(2,1fr);gap:1rem}.interested-banner{flex-direction:column;padding:1.5rem;gap:1.5rem;text-align:center}.banner-content{flex-direction:column;text-align:center;gap:1rem}.banner-enquire-btn{width:100%}}.coliving-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.coliving-modal-container{background:#fff;border-radius:16px;max-width:1000px;width:100%;max-height:90vh;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;position:relative;box-shadow:0 20px 60px #0000004d}.coliving-close-btn{position:absolute;top:15px;right:15px;background:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;box-shadow:0 4px 12px #0003;transition:all .2s ease;color:#333;padding:0}.coliving-close-btn:hover{transform:scale(1.1);background:#f8f9fa}.coliving-left-section{background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:40px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.brand-logos-background{position:absolute;inset:0;opacity:.3}.brand-logo{position:absolute;background:#fff;border-radius:50%;padding:12px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center}.brand-logo img{width:50px;height:50px;-o-object-fit:contain;object-fit:contain}.brand-logo-1{top:10%;left:5%;width:70px;height:70px}.brand-logo-2{top:15%;right:10%;width:80px;height:80px}.brand-logo-3{top:35%;left:8%;width:75px;height:75px}.brand-logo-4{top:40%;right:5%;width:70px;height:70px}.brand-logo-5{top:60%;left:10%;width:65px;height:65px}.brand-logo-6{top:65%;right:12%;width:75px;height:75px}.brand-logo-7{bottom:15%;left:5%;width:70px;height:70px}.brand-logo-8{bottom:10%;right:8%;width:65px;height:65px}.professional-image-wrapper{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;flex:1}.professional-image{max-width:100%;max-height:400px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2))}.top-brands-section{position:relative;z-index:2;text-align:left}.star-rating{margin-bottom:12px}.star{font-size:20px;margin-right:2px}.brands-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.brands-description{font-size:14px;color:#666;margin:0;line-height:1.5}.coliving-right-section{padding:40px;overflow-y:auto;background:#fff}.coliving-form-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.coliving-form-subtitle{font-size:14px;color:#666;margin:0 0 24px}.coliving-form{display:flex;flex-direction:column;gap:16px}.coliving-input{width:100%;padding:14px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .3s ease}.coliving-input:focus{outline:none;border-color:#06c}.coliving-phone-input{display:flex;gap:8px}.country-code{width:80px;padding:14px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#fff;cursor:pointer}.phone-field{flex:1}.coliving-select-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.coliving-select{padding:14px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .3s ease}.coliving-select:focus{outline:none;border-color:#06c}.coliving-submit-btn{width:100%;padding:14px;background-color:#06c;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease;margin-top:8px}.coliving-submit-btn:hover{background-color:#0052a3}.coliving-contact-expert{display:flex;align-items:center;gap:12px;padding:16px;background:#f8f9fa;border-radius:8px;margin-top:8px}.expert-image{height:32px;width:auto;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.expert-info{flex:1}.expert-text{font-size:13px;color:#666;margin:0 0 4px}.expert-email{display:flex;align-items:center;gap:6px;color:#06c;text-decoration:none;font-size:14px;font-weight:500}.expert-email:hover{text-decoration:underline}@media(max-width:900px){.coliving-modal-container{grid-template-columns:1fr;max-height:85vh}.coliving-left-section{padding:30px;min-height:300px}.professional-image{max-height:250px}.brand-logo{padding:8px}.brand-logo img{width:35px;height:35px}.brand-logo-1,.brand-logo-2,.brand-logo-3,.brand-logo-4,.brand-logo-5,.brand-logo-6,.brand-logo-7,.brand-logo-8{width:50px!important;height:50px!important}}@media(max-width:600px){.coliving-modal-overlay{padding:0;align-items:flex-end}.coliving-modal-container{border-radius:24px 24px 0 0;max-height:92vh;height:auto}.coliving-left-section{padding:40px 24px 24px;min-height:auto;border-radius:24px 24px 0 0}.brand-logos-background{display:none}.professional-image{max-height:180px;margin-bottom:15px}.professional-image-wrapper{margin-bottom:10px}.top-brands-section{text-align:center}.star-rating{margin-bottom:8px;display:flex;justify-content:center}.star{font-size:16px}.brands-title{font-size:20px;margin-bottom:4px}.brands-description{font-size:12px;max-width:250px;margin:0 auto}.coliving-right-section{padding:30px 24px 40px}.coliving-form-title{font-size:20px;text-align:center}.coliving-form-subtitle{font-size:13px;text-align:center;margin-bottom:20px}.coliving-select-row{grid-template-columns:1fr;gap:16px}.coliving-input,.coliving-select,.country-code{padding:12px 14px}.coliving-submit-btn{padding:16px}.expert-image{height:24px!important;width:auto!important;max-width:100px!important;flex-shrink:0!important}.coliving-contact-expert{padding:12px;gap:10px;justify-content:center}.coliving-close-btn{top:12px;right:12px;width:28px;height:28px;background:#ffffffe6}}.coliving-promo-banner{width:100%;padding:0;margin:40px 0}.promo-banner-container{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:100%}.promo-column{padding:40px 30px;min-height:220px;display:flex;align-items:center;justify-content:center}.promo-column-beige{background-color:#fff4e6}.promo-column-light{background-color:#f0f8ff}.promo-column-pink{background-color:#ffe4e8}.promo-content{display:flex;align-items:center;gap:20px;max-width:400px}.promo-image{flex-shrink:0}.promo-image img{width:100px;height:100px;-o-object-fit:contain;object-fit:contain;border-radius:0}.promo-text{flex:1}.promo-title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.3}.promo-description{font-size:13px;color:#666;margin:0 0 12px;line-height:1.4}.promo-btn{display:inline-block;padding:8px 16px;background-color:transparent;color:#06c;text-decoration:none;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:color .3s ease}.promo-btn:hover{color:#004999;text-decoration:underline}@media(max-width:1024px){.promo-banner-container{grid-template-columns:1fr}.promo-column{padding:25px 20px}.promo-content{max-width:600px}}@media(max-width:768px){.promo-content{flex-direction:column;text-align:center;gap:15px}.promo-image img{width:100px;height:100px}.promo-title{font-size:15px}.promo-description{font-size:12px}}.featured-coliving-section{width:100%;padding:60px 20px;background-color:#f8f9fa}.featured-coliving-container{max-width:1400px;margin:0 auto}.featured-title{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:40px;text-align:center}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.featured-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative;cursor:pointer}.featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.featured-badge{position:absolute;top:12px;left:12px;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;z-index:10;color:#fff}.badge-premium{background-color:gold;color:#1a1a1a}.badge-value-for-money{background-color:#e8f5e9;color:#2e7d32}.badge-special-offer,.badge-popular{background-color:#ff6b6b}.featured-image-wrapper{width:100%;height:200px;overflow:hidden;background-color:#f0f0f0}.featured-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.featured-card:hover .featured-image{transform:scale(1.05)}.featured-content{padding:16px}.featured-name{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.3}.featured-location{display:flex;align-items:center;gap:6px;color:#666;font-size:14px;margin-bottom:16px}.featured-location svg{flex-shrink:0}.featured-footer{display:flex;flex-direction:column;gap:12px}.featured-price-section{display:flex;justify-content:space-between;align-items:center}.featured-rating{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:#1a1a1a}.featured-price{display:flex;align-items:baseline;gap:4px}.price-amount{font-size:18px;font-weight:700;color:#1a1a1a}.price-period{font-size:13px;color:#666}.featured-view-btn{width:100%;padding:10px 16px;background-color:#06c;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.featured-view-btn:hover{background-color:#0052a3}@media(max-width:1200px){.featured-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.featured-grid{grid-template-columns:repeat(2,1fr);gap:20px}.featured-title{font-size:28px;margin-bottom:30px}}@media(max-width:600px){.featured-coliving-section{padding:40px 16px}.featured-grid{grid-template-columns:1fr;gap:16px}.featured-title{font-size:24px;margin-bottom:24px}.featured-image-wrapper{height:180px}}.whatsapp-cta-banner{width:100%;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);padding:30px 20px;margin:40px 0 0}.whatsapp-cta-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px}.whatsapp-cta-content{flex:1;max-width:600px}.whatsapp-cta-title{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.3}.whatsapp-cta-subtitle{font-size:16px;color:#555;margin:0 0 24px;line-height:1.6}.whatsapp-cta-button{display:inline-block;padding:0 0 4px;background:transparent;color:#2e7d32;text-decoration:none;font-size:16px;font-weight:600;border-bottom:2px solid #2E7D32;transition:color .3s ease,border-color .3s ease}.whatsapp-cta-button:hover{color:#1b5e20;border-color:#1b5e20}.whatsapp-cta-images{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:20px;position:relative}.whatsapp-phone-image{width:160px;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.15))}.whatsapp-woman-image{width:200px;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.15))}@media(max-width:1024px){.whatsapp-cta-container{gap:40px}.whatsapp-cta-title{font-size:28px}.whatsapp-phone-image{width:160px}.whatsapp-woman-image{width:200px}}@media(max-width:768px){.whatsapp-cta-banner{padding:40px 20px}.whatsapp-cta-container{flex-direction:column;gap:30px;text-align:center}.whatsapp-cta-content{max-width:100%}.whatsapp-cta-title{font-size:24px}.whatsapp-cta-subtitle{font-size:15px}.whatsapp-cta-images{justify-content:center}.whatsapp-phone-image{width:140px}.whatsapp-woman-image{width:180px}}@media(max-width:480px){.whatsapp-cta-banner{padding:30px 16px}.whatsapp-cta-title{font-size:20px}.whatsapp-cta-subtitle{font-size:14px}.whatsapp-cta-images{gap:15px}.whatsapp-phone-image{width:120px}.whatsapp-woman-image{width:150px}}.coliving-property-grid-section{width:100%;padding:60px 20px;background-color:#fff}.property-grid-container{max-width:1400px;margin:0 auto}.property-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.property-grid-card{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0;transition:transform .3s ease,box-shadow .3s ease}.property-grid-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.property-grid-image-wrapper{width:100%;height:200px;overflow:hidden;background-color:#f0f0f0}.property-grid-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.property-grid-card:hover .property-grid-image{transform:scale(1.05)}.property-grid-content{padding:16px}.property-grid-name{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.3}.property-grid-location{display:flex;align-items:center;gap:6px;color:#666;font-size:13px;margin-bottom:12px}.property-grid-location svg{flex-shrink:0}.property-grid-footer{display:flex;flex-direction:column;gap:10px}.property-grid-price{display:flex;align-items:baseline;gap:4px}.price-amount{font-size:16px;font-weight:700;color:#1a1a1a}.price-period{font-size:12px;color:#666}.property-grid-view-btn{width:100%;padding:8px 16px;background-color:#06c;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.property-grid-view-btn:hover{background-color:#0052a3}@media(max-width:1200px){.property-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.property-grid{grid-template-columns:repeat(2,1fr);gap:20px}.coliving-property-grid-section{padding:40px 20px}}@media(max-width:600px){.property-grid{grid-template-columns:1fr;gap:16px}.coliving-property-grid-section{padding:30px 16px}.property-grid-image-wrapper{height:180px}}.coliving-space-details{max-width:1400px;margin:0 auto;padding:2rem 1rem}.details-header{margin-bottom:2rem}.header-content{max-width:100%}.space-name{font-size:1.2rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.space-meta{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.location-info,.rating-info{display:flex;align-items:center;gap:.5rem;color:#666}.rating-value{font-weight:600;color:#1a1a1a}.badge-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.image-gallery-section{margin-bottom:2rem}.main-image-container{position:relative;width:100%;height:500px;border-radius:12px;overflow:hidden;margin-bottom:1rem}.main-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.view-all-photos-btn{position:absolute;bottom:1.5rem;right:1.5rem;background:#fff;border:1px solid #ddd;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.view-all-photos-btn:hover{background:#f8f8f8;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.thumbnail-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.thumbnail{height:120px;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s ease}.thumbnail:hover{border-color:#667eea;transform:scale(1.05)}.thumbnail.active{border-color:#667eea}.thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.details-content-grid{display:grid;grid-template-columns:1fr 400px;gap:2rem}.details-left{display:flex;flex-direction:column;gap:1.5rem}.details-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000d}.details-card h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.space-description{color:#555;line-height:1.8;font-size:1rem}.occupancy-info{color:#555;font-size:1.1rem;font-weight:500}.amenity-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8f9fa;border-radius:8px;transition:all .3s ease}.amenity-item:hover{background:#e8f5e9;transform:translate(5px)}.amenity-icon{color:#667eea;flex-shrink:0}.pricing-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a}.sticky-card{position:sticky;top:2rem}.pricing-header h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.pricing-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.price-item{display:flex;align-items:baseline;gap:.5rem;padding:1rem;background:#f8f9fa;border-radius:8px}.price-value{font-size:1.75rem;font-weight:700;color:#667eea}.price-period{font-size:.9rem;color:#888}.enquiry-btn,.contact-btn{width:100%;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:.75rem}.enquiry-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.enquiry-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.contact-btn{background:#fff;color:#667eea;border:2px solid #667eea}.contact-btn:hover{background:#f3f4ff}.photo-gallery-modal{position:fixed;inset:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;overflow-y:auto}.close-modal-btn{position:fixed;top:2rem;right:2rem;background:#fff;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10000;transition:all .3s ease}.close-modal-btn:hover{background:#f0f0f0;transform:scale(1.1)}.modal-content{max-width:1200px;width:100%}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.gallery-grid img{width:100%;height:300px;-o-object-fit:cover;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .3s ease}.gallery-grid img:hover{transform:scale(1.05)}.space-not-found{text-align:center;padding:4rem 2rem}.space-not-found h2{font-size:2rem;color:#1a1a1a;margin-bottom:1rem}.space-not-found p{color:#666;margin-bottom:2rem}.back-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media(max-width:1024px){.details-content-grid{grid-template-columns:1fr}.sticky-card{position:static}.thumbnail-gallery{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.space-name{font-size:1.5rem}.space-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.main-image-container{height:300px}.thumbnail-gallery{grid-template-columns:repeat(2,1fr)}.amenities-grid{grid-template-columns:1fr}.details-card,.pricing-card{padding:1.5rem}.gallery-grid{grid-template-columns:1fr}}@media(max-width:480px){.coliving-space-details{padding:1rem .5rem}.space-name{font-size:1.25rem}.main-image-container{height:250px;border-radius:8px}.thumbnail-gallery{gap:.5rem}.thumbnail{height:80px}.view-all-photos-btn{bottom:1rem;right:1rem;padding:.5rem 1rem;font-size:.9rem}}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;display:flex;flex-direction:column}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{position:relative;display:flex;justify-content:center;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.modal-header-content{text-align:center}.modal-header-content h2{margin:0;font-size:1.5rem;font-weight:700}.modal-hotel-name{margin:.25rem 0 0;font-size:.95rem;opacity:.95}.modal-close-btn{position:absolute!important;top:1rem!important;right:1rem!important;background:transparent;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;z-index:10}.modal-close-btn:hover{background:#fff3;transform:rotate(90deg)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.form-section{margin-bottom:1.5rem}.section-title{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.form-group{margin-bottom:1rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group label svg{color:#667eea}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.price-summary{background:#f8f9fa;padding:1.25rem;border-radius:12px;margin-bottom:1.5rem}.price-summary .section-title{border-bottom:none;margin-bottom:.75rem;padding-bottom:0}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.95rem;color:#374151}.summary-row.total{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:0}.summary-price{font-weight:600;color:#1a1a1a}.summary-total{font-size:1.3rem;font-weight:800;color:#667eea}.summary-divider{height:1px;background:linear-gradient(90deg,transparent,#d1d5db,transparent);margin:.75rem 0}.modal-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-cancel,.btn-confirm{flex:1;padding:.875rem 1.5rem;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover{background:#e5e7eb}.btn-confirm{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.btn-confirm:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media(max-width:640px){.modal-content{max-width:100%;max-height:100vh;border-radius:0}.modal-header{padding:1.25rem}.modal-header-content{text-align:center;width:100%}.modal-header-content h2{font-size:1.25rem;text-align:center}.modal-hotel-name{text-align:center}.modal-body{padding:1.25rem}.form-row{grid-template-columns:1fr}.modal-actions{flex-direction:column}.btn-cancel,.btn-confirm{width:100%}}.office-spaces-page{background-color:#fff;color:#1a202c;font-family:Inter,Poppins,sans-serif}.office-spaces-page *{box-sizing:border-box}.hero-container{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;padding:60px 5%;background-size:cover;background-position:center;background-attachment:fixed;color:#fff}.hero-content-split{display:flex;justify-content:space-between;align-items:center;max-width:1400px;width:100%;gap:60px}.hero-content-left{flex:1.2}.responsive-hero-heading{font-size:clamp(2.5rem,5vw,3.8rem);font-weight:800;line-height:1.1;margin-bottom:25px;color:#fff}.hero-text-card{display:block;width:100%}.highlight-city{color:gold}.hero-locations-wrapper{display:flex;align-items:center;gap:15px;margin-bottom:40px;max-width:850px}.city-main-icon{background:#ffffff26;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:45px;height:45px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:gold;flex-shrink:0;border:1px solid rgba(255,255,255,.2)}.city-main-icon svg{width:28px;height:28px}.hero-locations-text{font-size:1.15rem;color:#fffffff2;line-height:1.6;margin-bottom:0}.hero-features-grid{display:flex;gap:40px}.features-column{display:flex;flex-direction:column;gap:10px}.hero-feature-item{display:flex;align-items:center;gap:12px}.check-icon-wrapper{background:transparent;border:1.5px solid white;color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-feature-item span{font-weight:500;font-size:1rem;color:#fff}.hero-form-card{flex:.8;background:#fff;padding:40px;border-radius:20px;box-shadow:0 20px 40px #0000004d;color:#2d3748;max-width:450px;width:100%}.form-card-header{margin-bottom:30px}.form-card-header h2{font-size:1.5rem;color:#2b6cb0;font-weight:700;line-height:1.3;margin-bottom:10px}.form-card-header p{font-size:.95rem;color:#718096;line-height:1.5}.hero-card-form{display:flex;flex-direction:column;gap:20px}.card-form-group{width:100%}.card-input{width:100%;padding:15px 20px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#2d3748;transition:all .3s ease;background:#f8fafc}.card-input:focus{outline:none;border-color:#4299e1;background:#fff;box-shadow:0 0 0 3px #4299e11a}.btn-card-enquire{background-color:#e5e7ff;color:#1a365d;padding:16px;border-radius:12px;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;transition:all .3s ease;margin-top:10px}.btn-card-enquire:hover{background-color:#d1d5ff;transform:translateY(-2px)}.city-nav-section{padding:80px 20px;background-color:#f7fafc;text-align:center}.city-nav-container h3{font-size:2.25rem;color:#1a365d;margin-bottom:40px;font-weight:800}.city-links{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;max-width:1000px;margin:0 auto}.city-link-card{background:#fff;padding:20px 40px;border-radius:12px;text-decoration:none;color:#4a5568;font-weight:700;font-size:1.2rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0;min-width:180px}.city-link-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a;color:#3182ce;border-color:#3182ce}.loading-container{height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:#3182ce}.locations-section{padding:100px 5%;background-color:#fff}.locations-wrapper{max-width:1400px;margin:0 auto}.locations-header-container{display:flex;flex-direction:column;align-items:center;margin-bottom:60px}.title-decoration-wrapper{position:relative;padding:10px 0}.yellow-glow-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background-color:gold;opacity:.5;border-radius:50%;z-index:0}.locations-section-title{position:relative;font-size:2.2rem;color:#1a202c;font-weight:800;z-index:1;margin:0}.blue-title-underline{width:60px;height:4px;background-color:#3182ce;margin-top:15px;border-radius:2px}.locations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.location-card{position:relative;height:230px;background-size:cover;background-position:center;border-radius:24px;text-decoration:none;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid #e2e8f0;box-shadow:0 4px 15px #0000000d}.location-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026;border-color:#3182ce}.card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(255,255,255,.95) 90%);z-index:1}.location-price-tag{position:absolute;top:15px;right:15px;background:#fff;color:#3182ce;padding:6px 14px;border-radius:10px;font-size:.85rem;font-weight:700;z-index:2;box-shadow:0 4px 10px #0000001a;border:1px solid #e2e8f0}.location-card-footer{position:relative;z-index:2;padding:20px;text-align:center}.location-card h3{margin:0 0 10px;font-size:1.1rem;font-weight:700;color:#1a202c}.btn-book-now{background-color:#3182ce;color:#fff;border:none;padding:8px 18px;border-radius:12px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #3182ce33}.btn-book-now:hover{background-color:#2c5282;transform:scale(1.05);box-shadow:0 6px 15px #3182ce4d}@media(max-width:1200px){.locations-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.locations-grid{grid-template-columns:repeat(2,1fr)}.location-card{height:200px}}@media(max-width:640px){.locations-grid{grid-template-columns:1fr;gap:20px}.locations-section-title{font-size:1.6rem}.location-card{height:180px}}@media(max-width:1100px){.hero-content-split{flex-direction:column;gap:50px;text-align:center}.hero-features-grid{justify-content:center}.hero-locations-text{margin-left:auto;margin-right:auto}.hero-form-card{max-width:100%}}@media(max-width:450px){html body .office-spaces-page .hero-container{min-height:auto!important;height:auto!important;max-height:none!important;padding:15px 16px!important}html body .office-spaces-page .hero-text-card{display:flex!important;flex-direction:column!important;gap:4px!important;padding:10px!important;visibility:visible!important;opacity:1!important}html body .office-spaces-page .hero-text-card *{visibility:visible!important;opacity:1!important;display:block!important}html body .office-spaces-page .hero-features-grid{display:flex!important;flex-direction:column!important;gap:4px!important}html body .office-spaces-page .features-column{display:block!important;width:100%!important}html body .office-spaces-page .hero-feature-item{display:flex!important;width:100%!important;visibility:visible!important;opacity:1!important}}@media(max-width:768px){.office-spaces-page .hero-container{min-height:auto!important;height:auto!important;max-height:none!important;padding:20px 15px!important;background-attachment:scroll!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative;overflow:hidden;background-size:cover!important;background-position:center!important}.office-spaces-page .hero-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(49,130,206,.1) 0%,transparent 70%);animation:rotateGlow 20s linear infinite;pointer-events:none}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.office-spaces-page .hero-content-split{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important;max-width:100%!important;align-items:stretch!important;justify-content:flex-start!important;position:relative;z-index:1;background:transparent!important;padding:0!important}.office-spaces-page .hero-content-left{display:block!important;width:100%!important;margin-bottom:10px!important}.office-spaces-page .hero-text-card{display:flex!important;flex-direction:column!important;gap:8px!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;padding:0!important;border-radius:0!important;border:none!important}.office-spaces-page .responsive-hero-heading{font-size:1.6rem!important;line-height:1.2!important;font-weight:800!important;color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.8)!important;margin-bottom:0!important}.office-spaces-page .hero-locations-wrapper{display:flex!important;align-items:flex-start!important;gap:10px!important;margin-bottom:0!important}.office-spaces-page .city-main-icon{flex-shrink:0!important;width:35px!important;height:35px!important;background:#fff3!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important}.office-spaces-page .hero-locations-text{font-size:.9rem!important;line-height:1.4!important;color:#fff!important;text-shadow:0 1px 4px rgba(0,0,0,.6)!important}.office-spaces-page .hero-features-grid{display:flex!important;flex-direction:column!important;gap:6px!important}.office-spaces-page .features-column{display:contents!important}.office-spaces-page .hero-feature-item{display:flex!important;align-items:center!important;gap:8px!important}.office-spaces-page .check-icon-wrapper{width:18px!important;height:18px!important;border-radius:50%!important;border:2px solid #ffffff!important;background:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.office-spaces-page .hero-feature-item span{font-size:.9rem!important;font-weight:500!important;color:#fff!important;text-shadow:0 1px 4px rgba(0,0,0,.6)!important}.office-spaces-page .hero-form-card{flex:none!important;width:100%!important;max-width:100%!important;margin:0!important;padding:20px!important;background:#fff!important;border-radius:12px!important;box-shadow:0 10px 30px #0000004d!important}.office-spaces-page .form-card-header h2{font-size:1.25rem!important;line-height:1.3!important;margin-bottom:8px!important}.office-spaces-page .form-card-header p{font-size:.9rem!important;line-height:1.4!important}.office-spaces-page .form-card-header{margin-bottom:15px!important}.office-spaces-page .hero-card-form{gap:12px!important}.office-spaces-page .card-input{padding:12px 16px!important;font-size:.95rem!important}.office-spaces-page .btn-card-enquire{padding:14px!important;font-size:1rem!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.hero-content-left{flex:none!important;margin-bottom:0!important;width:100%!important;text-align:left!important}.hero-text-card{background:#0009!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;padding:6px!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.15)!important;margin:0!important;width:100%!important;display:flex!important;flex-direction:column!important;gap:2px!important;min-height:auto!important;height:auto!important;overflow:visible!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important}.office-spaces-page .hero-text-card>h1,.office-spaces-page .hero-text-card>.responsive-hero-heading{display:block!important;visibility:visible!important;opacity:1!important}.office-spaces-page .hero-text-card>.hero-locations-wrapper{display:flex!important;visibility:visible!important;opacity:1!important}.office-spaces-page .hero-text-card>.hero-features-grid{display:flex!important;visibility:visible!important;opacity:1!important}.office-spaces-page .hero-text-card,.office-spaces-page .hero-form-card{margin:0!important}.office-spaces-page .responsive-hero-heading{font-size:1.4rem!important;line-height:1.15!important;margin-bottom:0!important;font-weight:800;color:#fff!important;text-shadow:0 2px 4px rgba(0,0,0,.3);display:block!important;visibility:visible!important;opacity:1!important}.highlight-city{display:inline!important;color:gold!important;text-shadow:none!important}.hero-locations-wrapper{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;margin-bottom:0!important;background:transparent!important;padding:0!important;width:100%!important;visibility:visible!important;opacity:1!important}.city-main-icon{width:24px!important;height:24px!important;background:#ffffff1a!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2)!important;border-radius:6px!important;display:flex!important;align-items:center;justify-content:center}.hero-locations-text{font-size:.85rem!important;line-height:1.3!important;color:#fff!important;margin-bottom:0!important;display:block!important;visibility:visible!important;opacity:1!important}.hero-features-grid{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:5px!important;margin-bottom:0!important;visibility:visible!important;opacity:1!important;width:100%!important;max-width:100%!important}body .office-spaces-page .hero-features-grid .features-column,.office-spaces-page .hero-features-grid .features-column,.office-spaces-page .features-column{display:block!important;gap:0!important;margin:0!important;padding:0!important;width:100%!important}.hero-feature-item{background:transparent!important;padding:0!important;border:none!important;display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;flex-shrink:0!important;visibility:visible!important;opacity:1!important}.check-icon-wrapper{border-color:#fff!important;color:#fff!important;width:16px!important;height:16px!important}.hero-feature-item span{font-size:.85rem!important;font-weight:500!important;color:#fff!important;display:inline!important;visibility:visible!important;opacity:1!important}.hero-form-card{padding:24px!important;background:#fff!important;border-radius:20px!important;border:none!important;box-shadow:0 15px 35px #0003!important;margin-top:0!important;width:100%!important;display:block!important;visibility:visible!important;opacity:1!important;min-height:auto!important;height:auto!important}.form-card-header{margin-bottom:20px!important}.form-card-header h2{font-size:1.25rem!important;color:#1a365d!important;background:none!important;-webkit-text-fill-color:initial!important;margin-bottom:8px!important;font-weight:700!important;line-height:1.3!important;padding-top:0!important}.form-card-header p{font-size:.85rem!important;line-height:1.4!important;margin-bottom:15px!important;color:#718096!important}.hero-card-form{gap:12px!important;padding-top:0!important}.card-input{background:#f8fafc!important;border:1px solid #e2e8f0!important;height:48px!important;font-size:1rem!important;border-radius:12px!important;color:#2d3748!important;padding:0 15px!important}.card-input::-moz-placeholder{color:#a0aec0!important}.card-input::placeholder{color:#a0aec0!important}.card-input:focus{background:#fff!important;border-color:#3182ce!important;box-shadow:0 0 0 3px #3182ce1a!important}.btn-card-enquire{background:#3182ce!important;color:#fff!important;height:52px!important;font-size:1rem!important;border-radius:12px!important;font-weight:700!important;margin-top:10px!important;border:none!important;width:100%!important;box-shadow:none!important}.btn-card-enquire:hover{background:#2c5282!important}.btn-card-enquire:active{transform:scale(.98)}.locations-section,.amenities-section,.office-solutions-hero,.Nanospace-benefits-section,.contact-form-section{padding:40px 16px!important}}@media(max-width:375px){.office-spaces-page .hero-container{padding:15px 12px 10px!important}.office-spaces-page .responsive-hero-heading{font-size:1.25rem!important;margin-bottom:10px!important}.hero-locations-wrapper{gap:6px!important;margin-bottom:12px!important;padding:0!important}.city-main-icon{width:18px!important;height:18px!important}.hero-locations-text{font-size:.75rem!important}.hero-features-grid{gap:6px 10px!important;margin-bottom:15px!important}.hero-feature-item span{font-size:.7rem!important}.hero-form-card{padding:15px!important;background:#fff!important;border-radius:16px!important}.form-card-header h2{font-size:1.05rem!important;margin-bottom:5px!important}.form-card-header p{font-size:.75rem!important}.card-input{height:40px!important;font-size:.88rem!important}.btn-card-enquire{padding:12px!important;font-size:.95rem!important;min-height:40px!important}}@media(min-width:414px)and (max-width:768px){.office-spaces-page .responsive-hero-heading{font-size:1.45rem!important}}@media(min-width:480px)and (max-width:768px){.office-spaces-page .hero-container{padding:30px 20px 10px!important}}.amenities-section{padding:100px 5%;background:linear-gradient(145deg,#f6f8fc,#eef2f6)}.amenities-wrapper{max-width:1300px;margin:0 auto;padding:2rem 0}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{font-size:2.8rem!important;font-weight:600!important;letter-spacing:-.02em;background:linear-gradient(160deg,#1a2e3f,#1c3b4f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem!important;display:inline-flex;align-items:center;gap:1rem;position:relative;z-index:1}.section-header h2 i.fas.fa-building{background:linear-gradient(145deg,#2d5f7e,#1a3d55);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-size:2.6rem}.section-header .subhead{font-size:1.1rem;color:#3e5a6b;background:#ffffffb3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:inline-block;padding:.6rem 2rem;border-radius:60px;box-shadow:0 6px 14px #001e320d;font-weight:500;border:1px solid rgba(255,255,255,.9)}.amenities-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:1.5rem 2rem!important;width:100%!important;max-width:1250px!important;margin:0 auto!important;justify-content:center!important}.amenity-card{background:#fff!important;border-radius:1.5rem!important;padding:1.25rem 1.8rem!important;box-shadow:0 10px 25px -12px #1c344a1a!important;transition:all .3s ease!important;border:1px solid rgba(220,235,250,.7)!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:1.5rem!important;position:relative!important;min-height:120px!important;width:100%!important}.amenity-card:after{content:"";position:absolute;top:1.2rem;right:1.5rem;width:3rem;height:3rem;background:radial-gradient(circle at 30% 30%,rgba(200,225,250,.4),transparent 70%);border-radius:50%;z-index:0;pointer-events:none;opacity:.4}.amenity-card:hover{transform:scale(1.02);box-shadow:0 20px 40px -15px #1c3f5c20;border-color:#94c4eb80}.card-header{display:flex;flex-direction:column;align-items:center;gap:.8rem;min-width:100px}.icon-wrapper{width:3.2rem;height:3.2rem;background:linear-gradient(135deg,#ebf5ff,#daecfc);border-radius:1.2rem;display:flex;align-items:center;justify-content:center;color:#1c4e70;font-size:1.5rem;box-shadow:inset 0 -2px #fffc,0 8px 14px -10px #14375030;flex-shrink:0}.amenity-card:hover .icon-wrapper{background:linear-gradient(135deg,#e1f0fe,#c8e4ff);color:#0f3d5c;transform:scale(1.05)}.card-header h3{letter-spacing:-.01em;color:#132e40;line-height:1.2;margin:0!important}.feature-list{list-style:none;padding-left:0;margin:0;flex-grow:1}.feature-list li{font-size:1rem;color:#2b4d64;margin-bottom:.4rem;display:flex;align-items:center;gap:.8rem;line-height:1.3;font-weight:450}.feature-list li:last-child{margin-bottom:0}.feature-list li i{color:#1f6c9e;font-size:1.1rem;margin-top:.2rem;min-width:1.2rem;text-align:center}.feature-list li span{flex:1;font-size:.95rem}.accent-tag{position:absolute!important;bottom:-.8rem!important;left:50%!important;transform:translate(-50%)!important;background:#eef5fa!important;border-radius:30px!important;padding:.2rem 1rem!important;font-size:.8rem!important;color:#1f4f73!important;display:inline-flex!important;align-items:center!important;gap:.4rem!important;border:1px solid #CDE3F5!important;font-weight:600!important;white-space:nowrap!important;z-index:2!important;box-shadow:0 4px 10px #0000000d!important}.subtle-note{text-align:center;margin-top:3.5rem;font-size:1rem;color:#4c6f89;background:#eaf3fb;padding:.8rem 2.5rem;border-radius:100px;display:block;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;border:1px solid #B9D6EF;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-weight:500}.subtle-note i{margin:0 .5rem;color:#256d9c}@media(max-width:1024px){.amenities-grid{display:flex!important;flex-direction:column!important;align-items:stretch!important;max-width:500px!important;padding:0 1rem!important}.amenity-card{flex-direction:column!important;align-items:center!important;text-align:center!important;padding:2.5rem 1.5rem!important;gap:1.5rem!important;min-height:auto!important}.card-header{min-width:100%!important;align-items:center!important;margin-bottom:.5rem!important}.feature-list{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:.8rem!important}.feature-list li{width:100%!important;justify-content:center!important;text-align:center!important;gap:.8rem!important;margin-bottom:0!important}.feature-list li span{flex:initial!important;font-size:1rem!important;color:#2b4d64!important}.accent-tag{position:relative!important;bottom:0!important;left:0!important;transform:none!important;margin:1.2rem auto 0!important;display:inline-flex!important}.section-header h2{font-size:2.2rem!important;flex-direction:column!important;gap:.5rem!important}}@media(max-width:768px){.amenities-section{padding:60px 20px}.amenities-wrapper{padding:3rem 1.5rem;border-radius:2.5rem}.section-header h2{font-size:2rem!important;flex-direction:column;gap:.5rem}.section-header .subhead{padding:.6rem 1.5rem;font-size:1rem}}@media(max-width:768px){.amenities-section{padding:60px 20px!important}.amenities-wrapper{padding:2rem 0!important}.section-header h2{font-size:1.8rem!important}.amenity-card{padding:2rem 1.25rem!important}}.office-solutions-hero{padding:100px 5%;background:linear-gradient(135deg,#f8fafc,#fff);position:relative;overflow:hidden}.office-solutions-hero:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(220,38,38,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.solutions-container{max-width:1400px;margin:0 auto}.solutions-hero-header{text-align:center;margin-bottom:60px}.solutions-badge{display:inline-block;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-size:1.5rem;font-weight:800;padding:18px 40px;border-radius:50px;margin-bottom:20px;box-shadow:0 8px 25px #dc26264d;transition:all .3s ease;letter-spacing:.3px}.solutions-badge:hover{transform:translateY(-3px);box-shadow:0 12px 35px #dc262666}.solutions-subtitle{font-size:1.15rem;color:#4a5568;font-weight:500;margin:0;letter-spacing:.2px}.services-showcase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:60px}.service-showcase-item{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent}.service-showcase-item:hover{transform:translateY(-12px);box-shadow:0 20px 40px #00000026;border-color:#dc2626}.service-image-wrapper{width:100%;height:200px;overflow:hidden;position:relative}.service-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.05) 100%);opacity:0;transition:opacity .3s ease}.service-showcase-item:hover .service-image-wrapper:after{opacity:1}.service-image-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.service-showcase-item:hover .service-image-wrapper img{transform:scale(1.1)}.service-content{padding:25px 20px;text-align:center}.service-content h3{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0 0 12px;line-height:1.3}.service-content p{font-size:.95rem;color:#718096;margin:0;line-height:1.6}.solutions-cta-section{text-align:center;padding:40px 20px;background:linear-gradient(135deg,#eef4ff,#f8faff);border-radius:20px;box-shadow:0 4px 20px #3182ce1a}.solutions-contact-number{font-size:1.4rem;color:#2d3748;margin:0 0 25px;font-weight:400}.solutions-contact-number strong{color:#3182ce;font-weight:800;letter-spacing:.5px}.solutions-enquire-btn{background:linear-gradient(135deg,#3182ce,#2c5282);color:#fff;border:none;padding:16px 50px;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #3182ce4d;letter-spacing:.5px;text-transform:uppercase}.solutions-enquire-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #3182ce66;background:linear-gradient(135deg,#2c5282,#1a365d)}.solutions-enquire-btn:active{transform:translateY(-1px)}@media(max-width:1200px){.services-showcase-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media(max-width:768px){.office-solutions-hero{padding:60px 20px}.solutions-badge{font-size:1.2rem;padding:14px 30px}.solutions-subtitle{font-size:1rem;padding:0 10px}.services-showcase-grid{gap:20px}.service-image-wrapper{height:180px}.solutions-contact-number{font-size:1.2rem}.solutions-enquire-btn{padding:14px 40px;font-size:1rem}}@media(max-width:640px){.services-showcase-grid{grid-template-columns:1fr}.solutions-badge{font-size:1.1rem;padding:12px 25px;line-height:1.4}.service-image-wrapper{height:220px}.solutions-cta-section{padding:30px 15px}.solutions-enquire-btn{width:100%;max-width:300px}}.Nanospace-benefits-section{padding:0 5% 100px;background:#fff}.benefits-container{max-width:1400px;margin:0 auto}.benefits-main-title{font-size:2.5rem;font-weight:800;color:#1a202c;text-align:left;margin-bottom:60px;letter-spacing:-.5px}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.benefit-card{background:#fff;padding:0;border-radius:16px;transition:all .3s ease;display:flex;flex-direction:row;align-items:flex-start;gap:20px;border:2px solid transparent}.benefit-card:hover{transform:translateY(-5px);border-color:#e2e8f0;box-shadow:0 10px 30px #00000014}.benefit-icon-wrapper{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#3182ce,#2c5282);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.benefit-card:hover .benefit-icon-wrapper{background:linear-gradient(135deg,#dc2626,#ef4444);transform:scale(1.05)}.benefit-content{flex:1;padding-top:5px}.benefit-title{font-size:1.25rem;font-weight:700;color:#1a202c;margin:0 0 12px;line-height:1.3}.benefit-description{font-size:.95rem;color:#4a5568;line-height:1.7;margin:0}.benefit-description strong{color:#3182ce;font-weight:800;font-size:1.05rem}@media(max-width:1024px){.benefits-grid{grid-template-columns:1fr;gap:35px}.benefit-card{padding:20px;background:#f8fafc}}@media(max-width:768px){.Nanospace-benefits-section{padding:60px 20px}.benefits-main-title{font-size:2rem;margin-bottom:40px;text-align:center}.benefits-grid{gap:25px}.benefit-card{flex-direction:column;align-items:center;text-align:center;padding:25px}.benefit-icon-wrapper{width:55px;height:55px}.benefit-title{font-size:1.15rem}.benefit-description{font-size:.9rem}}@media(max-width:480px){.benefits-main-title{font-size:1.75rem}.benefit-card{padding:20px}.benefit-icon-wrapper{width:50px;height:50px}.benefit-icon-wrapper svg{width:28px;height:28px}}.contact-form-section{padding:20px 5%;background:linear-gradient(135deg,#f8fafc,#fff)}.contact-form-container{max-width:1200px;margin:0 auto}.contact-form-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 40px #00000014}.contact-form-image{width:100%;height:100%;min-height:300px;position:relative;overflow:hidden}.contact-form-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.contact-form-wrapper{padding:10px 20px 30px 10px}.form-header{margin-bottom:15px}.form-main-title{font-size:2rem;font-weight:800;color:#1a202c;line-height:1.3;margin:0 0 15px}.title-underline{width:80px;height:4px;background:linear-gradient(90deg,#3182ce,#dc2626);border-radius:2px}.form-subtitle{font-size:1.15rem;font-weight:700;color:#2d3748;margin:0 0 25px}.contact-form{display:flex;flex-direction:column;gap:15px}.form-field{width:100%}.form-field input{width:100%;padding:16px 20px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#2d3748;transition:all .3s ease;background:#f8fafc;font-family:Inter,Poppins,sans-serif}.form-field input:focus{outline:none;border-color:#3182ce;background:#fff;box-shadow:0 0 0 4px #3182ce1a}.form-field input::-moz-placeholder{color:#a0aec0}.form-field input::placeholder{color:#a0aec0}.privacy-text{font-size:.85rem;color:#718096;line-height:1.6;margin:10px 0 0}.privacy-text a{color:#3182ce;text-decoration:underline;transition:color .2s ease}.privacy-text a:hover{color:#2c5282}.form-cta-buttons{display:flex;gap:15px;margin-top:15px}.btn-enquire-primary{flex:1;background:linear-gradient(135deg,#3182ce,#2c5282);color:#fff;border:none;padding:16px 30px;border-radius:12px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3182ce4d}.btn-enquire-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3182ce66;background:linear-gradient(135deg,#2c5282,#1a365d)}.btn-call-secondary{flex:1;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border:none;padding:16px 30px;border-radius:12px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:none;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #dc26264d}.btn-call-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc262666;background:linear-gradient(135deg,#b91c1c,#dc2626)}@media(max-width:992px){.contact-form-content{grid-template-columns:1fr;gap:0}.contact-form-image{min-height:350px}.contact-form-wrapper{padding:50px 40px}}@media(max-width:768px){.contact-form-section{padding:60px 20px}.form-main-title{font-size:1.75rem}.form-subtitle{font-size:1rem}.contact-form-wrapper{padding:40px 30px}.form-cta-buttons{flex-direction:column}.btn-enquire-primary,.btn-call-secondary{width:100%}}@media(max-width:480px){.contact-form-image{min-height:250px}.contact-form-wrapper{padding:30px 20px}.form-main-title{font-size:1.5rem}.form-field input{padding:14px 18px;font-size:.95rem}.btn-enquire-primary,.btn-call-secondary{padding:14px 25px;font-size:1rem}}.new-hero-section{min-height:100vh;background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;padding:100px 5%;position:relative;overflow:hidden}.new-hero-content{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr;gap:30px;align-items:start}.new-hero-text{display:flex;flex-direction:column;gap:20px}.new-hero-heading{font-size:2rem;font-weight:800;line-height:1.2;color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.8);margin:0}.city-highlight{color:#fbbf24;display:inline}.new-hero-location{display:flex;align-items:flex-start;gap:12px}.location-icon{width:40px;height:40px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.location-icon svg{width:24px;height:24px}.location-text{font-size:1rem;line-height:1.5;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.7);margin:0}.new-hero-features{display:flex;flex-direction:column;gap:10px}.new-feature-item{display:flex;align-items:center;gap:10px}.feature-check{color:#10b981;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}.new-feature-item span{font-size:1rem;font-weight:500;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.7)}.new-hero-form{background:#fff;padding:30px;border-radius:16px;box-shadow:0 20px 60px #0006}.new-form-header{margin-bottom:25px}.new-form-header h2{font-size:1.5rem;font-weight:700;color:#2563eb;margin:0 0 10px;line-height:1.3}.new-form-header p{font-size:.95rem;color:#64748b;margin:0;line-height:1.5}.new-enquiry-form{display:flex;flex-direction:column;gap:15px}.new-enquiry-form input{width:100%;padding:14px 18px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:1rem;color:#1e293b;background:#f8fafc;transition:all .3s ease}.new-enquiry-form input:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.new-enquiry-form button{width:100%;padding:16px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:5px}.new-enquiry-form button:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}@media(min-width:769px){.new-hero-section{min-height:90vh;padding:100px 40px 60px}.new-hero-content{grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}.new-hero-heading{font-size:3rem}.location-text,.new-feature-item span{font-size:1.1rem}.new-hero-features{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}}@media(max-width:768px)and (min-width:481px){.new-hero-section{padding:60px 25px 40px}.new-hero-heading{font-size:2.2rem}}@media(max-width:480px){.new-hero-section{min-height:auto;padding:40px 20px;background-attachment:scroll}.new-hero-content{display:flex!important;flex-direction:column!important;gap:30px;text-align:center}.new-hero-text{align-items:center;gap:15px}.new-hero-location{justify-content:center;width:100%}.new-hero-features{align-items:center;width:100%;gap:10px}.new-feature-item span{font-size:.9rem}.new-hero-form{padding:25px 20px}.new-form-header h2{font-size:1.25rem}.new-form-header p{font-size:.9rem}.new-enquiry-form input{padding:12px 16px;font-size:.95rem}.new-enquiry-form button{padding:14px;font-size:1rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.login-wrapper{width:100%;max-width:450px}.login-card{background:#fff;border-radius:20px;padding:3rem 2.5rem;box-shadow:0 20px 60px #0000004d;animation:slideUp .5s ease-out}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.login-header p{color:#666;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group label{font-weight:600;color:#333;font-size:.9rem}.form-group input{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;outline:none}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::-moz-placeholder{color:#999}.form-group input::placeholder{color:#999}.form-options{display:flex;justify-content:space-between;align-items:center;margin-top:-.5rem}.remember-me{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#666}.remember-me input[type=checkbox]{width:18px;height:18px;cursor:pointer}.forgot-password{color:#667eea;text-decoration:none;font-size:.9rem;font-weight:600;transition:color .3s ease}.forgot-password:hover{color:#764ba2}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.submit-btn:active{transform:translateY(0)}.form-divider{position:relative;text-align:center;margin:1.5rem 0}.form-divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#e0e0e0}.form-divider span{position:relative;background:#fff;padding:0 1rem;color:#999;font-size:.9rem;font-weight:600}.social-login{display:flex;flex-direction:column;gap:.75rem}.social-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;background:#fff;font-size:.95rem;font-weight:600;color:#333;cursor:pointer;transition:all .3s ease}.social-btn:hover{border-color:#667eea;background:#f8f9ff;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.social-btn svg{width:20px;height:20px}.toggle-form{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.toggle-form p{color:#666;font-size:.95rem}.toggle-btn{background:none;border:none;color:#667eea;font-weight:700;cursor:pointer;font-size:.95rem;transition:color .3s ease}.toggle-btn:hover{color:#764ba2;text-decoration:underline}@media(max-width:768px){.login-card{padding:2rem 1.5rem}.login-header h1{font-size:1.75rem}.form-options{flex-direction:column;align-items:flex-start;gap:.75rem}}.otp-icon{font-size:2.5rem;margin-bottom:.5rem}.otp-hint{color:#888;font-size:.78rem;margin-top:2px}.otp-input{letter-spacing:.35em;font-size:1.4rem!important;font-weight:700;text-align:center}.otp-resend{text-align:center;font-size:.875rem;color:#888;margin-top:-.5rem}.info-message{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:8px;padding:.65rem 1rem;font-size:.875rem;margin-bottom:.75rem}.otp-done{text-align:center;padding:1rem 0;display:flex;flex-direction:column;align-items:center;gap:1rem}.otp-success-icon{font-size:4rem}.otp-done h1{font-size:1.6rem;font-weight:700;color:#059669;margin:0}.otp-done p{color:#555;font-size:.95rem;margin:0}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.hotel-hero-section{position:relative;width:100%;height:300px;overflow:hidden;display:block;background:#1a1a1a}.hotel-hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;position:absolute;top:0;left:0}.hotel-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.hotel-hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;width:100%;padding:0 2rem}.hotel-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hotel-hero-content p{font-size:1.3rem;font-weight:400;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hotel-rooms-page{background:#f5f7fa;min-height:90vh;padding:2rem 0}.hotel-rooms-container{max-width:1400px;margin:0 auto;padding:0 2rem}.hotel-rooms-header{text-align:center;margin-bottom:3rem}.hotel-rooms-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.hotel-rooms-header p{font-size:1.1rem;color:#666}.city-section{margin-bottom:2.5rem}.city-section:last-child{margin-bottom:1rem}.city-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;padding-left:0}.hotels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;padding:.5rem 0 1rem}.hotel-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #00000014;transition:all .3s ease;cursor:pointer;height:auto;display:flex;flex-direction:column;border:1px solid #f0f0f0}.hotel-card:hover{transform:translateY(-5px);box-shadow:0 10px 24px #00000026;border-color:#667eea}.hotel-image-container{position:relative;width:100%;height:160px;overflow:hidden;flex-shrink:0;background:#f0f0f0;display:block}.hotel-image-slider{display:flex;width:100%;height:100%;transition:transform .5s ease-in-out}.hotel-image{min-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease;display:block;flex-shrink:0}.hotel-card:hover .hotel-image{transform:scale(1.08)}.hotel-badge{position:absolute;top:10px;left:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.7rem;font-weight:700;z-index:2;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px #0003}.hotel-badge.vip-access{background:linear-gradient(135deg,#f093fb,#f5576c)}.hotel-badge.premium{background:linear-gradient(135deg,#4facfe,#00f2fe)}.hotel-badge.luxury{background:linear-gradient(135deg,#fa709a,#fee140)}.image-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:2;opacity:0;box-shadow:0 2px 6px #00000026}.hotel-card:hover .image-nav-btn{opacity:1}.image-nav-btn:hover{background:#fff;transform:translateY(-50%) scale(1.12);box-shadow:0 3px 10px #0003}.prev-btn{left:10px}.next-btn{right:10px}.image-indicators{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:5px;z-index:2}.indicator{width:6px;height:6px;border-radius:50%;background:#fff9;transition:all .3s ease;cursor:pointer}.indicator:hover{background:#ffffffe6;transform:scale(1.2)}.hotel-content{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.hotel-name{font-size:1.05rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.6rem;margin-bottom:.2rem}.hotel-rating-section{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;min-height:2rem}.hotel-stars{display:flex;gap:1px}.rating-badge{display:flex;align-items:center;gap:.3rem;background:#667eea;color:#fff;padding:.2rem .4rem;border-radius:4px;font-size:.7rem;font-weight:600}.rating-score{font-weight:700}.rating-text{font-weight:500}.rating-reviews{font-size:.75rem;color:#666;font-weight:500}.hotel-location{font-size:.8rem;color:#555;font-weight:500;display:flex;align-items:center;gap:.25rem;height:1.2rem;margin-bottom:.4rem}.hotel-amenities{display:flex;flex-wrap:wrap;gap:.5rem;min-height:1.1rem}.amenity{font-size:.7rem;color:#666;display:flex;align-items:center;gap:.2rem}.hotel-divider{height:1px;background:linear-gradient(90deg,transparent,#e0e0e0,transparent);margin:.5rem 0}.hotel-pricing-section{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.member-exclusive-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem .6rem;border-radius:5px;font-size:.75rem;font-weight:700;text-align:center;box-shadow:0 2px 6px #667eea4d;margin-bottom:.2rem}.price-breakdown{display:flex;flex-direction:column;gap:.3rem;background:#f8f9fa;padding:.6rem;border-radius:6px}.price-row{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.price-row.highlight{background:#fff;padding:.3rem .5rem;border-radius:5px;margin:.15rem 0;box-shadow:0 1px 3px #0000000d}.price-row.savings{color:#10b981;font-weight:600}.price-label{color:#666;font-weight:500}.original-price{color:#999;text-decoration:line-through;font-size:.8rem}.price-row.highlight .current-price{font-size:1.2rem;font-weight:800;color:#1a1a1a}.savings-amount{font-weight:700;color:#10b981}.total-price-section{display:flex;justify-content:space-between;align-items:center;padding:.5rem .7rem;background:#f0f4ff;border-radius:6px;border:1px dashed #667eea}.total-label{font-size:.8rem;color:#666;font-weight:600}.total-price{font-size:1rem;font-weight:800;color:#667eea}.hotel-actions{display:flex;gap:.4rem;margin-top:.6rem}.btn-primary,.btn-secondary{flex:1;padding:.5rem .4rem;border:none;border-radius:6px;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-align:center;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 3px 10px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 16px #667eea66}.btn-secondary{background:#fff;color:#667eea;border:1px solid #667eea}.btn-secondary:hover{background:#f0f4ff;transform:translateY(-2px)}@media(max-width:1200px){.hotels-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}}@media(max-width:768px){.hotel-hero-section{height:200px}.hotel-hero-content h1{font-size:1.75rem;margin-bottom:.5rem}.hotel-hero-content p{font-size:.9rem}.breadcrumb{padding:0 1rem;font-size:.8rem}.hotel-rooms-page{padding:1.5rem 0}.hotel-rooms-container{padding:0 1rem}.hotel-rooms-header h1{font-size:1.75rem;padding:0 1rem}.city-title{font-size:1.25rem;padding-left:0;margin-bottom:1rem}.hotels-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hotel-card{height:auto}.hotel-image-container{height:180px}.hotel-content{padding:1rem;gap:.6rem}.hotel-name{font-size:1.1rem}.hotel-rating-section{gap:.5rem}.rating-badge{font-size:.75rem;padding:.3rem .6rem}.hotel-amenities{gap:.5rem}.amenity{font-size:.75rem}.price-breakdown{padding:.75rem}.price-row{font-size:.85rem}.price-row.highlight .current-price{font-size:1.3rem}.total-price{font-size:1.1rem}.hotel-actions{flex-direction:column;gap:.5rem}.btn-primary,.btn-secondary{padding:.75rem;font-size:.9rem}.city-section{margin-bottom:2.5rem}.image-nav-btn{display:none}}@media(max-width:480px){.hotel-hero-section{height:180px}.hotel-hero-content{padding:0 1rem}.hotel-hero-content h1{font-size:1.5rem;margin-bottom:.25rem}.hotel-hero-content p{font-size:.85rem}.breadcrumb{padding:0 .75rem;font-size:.75rem;gap:.25rem}.city-title{font-size:1.15rem;padding-left:0;margin-bottom:.75rem}.hotel-rooms-container{padding:0 .75rem}.hotels-grid{grid-template-columns:1fr;gap:1rem}.hotel-card{min-height:380px}.hotel-image-container{height:180px;flex-shrink:0}.hotel-content{padding:.75rem;min-height:200px}.hotel-name{font-size:.95rem}.city-section{margin-bottom:2rem}}.event-hero-section{position:relative;width:100%;height:300px;overflow:hidden;display:block;background:#1a1a1a}.event-hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;position:absolute;top:0;left:0}.event-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.event-hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;width:100%;padding:0 2rem}.event-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.event-hero-content p{font-size:1.3rem;font-weight:400;text-shadow:0 2px 8px rgba(0,0,0,.3)}.event-spaces-page{background:#f5f7fa;min-height:100vh;padding:3rem 0}.event-spaces-container{max-width:1400px;margin:0 auto;padding:0 2rem}.event-rooms-header{text-align:center;margin-bottom:3rem}.event-rooms-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.event-rooms-header p{font-size:1.1rem;color:#666}.venues-carousel{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none}.venues-carousel::-webkit-scrollbar{display:none}.venue-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;cursor:pointer;min-width:280px;max-width:280px;flex-shrink:0}.venue-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.venue-image-container{position:relative;width:100%;height:200px;overflow:hidden}.venue-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.venue-card:hover .venue-image{transform:scale(1.05)}.venue-badge{position:absolute;top:12px;left:12px;background:#6c3fb5;color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:600;z-index:2}.venue-card:hover .image-nav-btn{opacity:1}.venue-content{padding:1.25rem}.venue-name{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.venue-stars{display:flex;gap:2px;margin-bottom:.5rem}.venue-location{font-size:.875rem;color:#666;margin-bottom:.5rem}.venue-capacity{display:flex;align-items:center;gap:.4rem;font-size:.875rem;color:#667eea;font-weight:600;margin-bottom:.75rem}.venue-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.venue-pricing{border-top:1px solid #e5e7eb;padding-top:1rem;position:relative}.member-price-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:600;margin-bottom:.75rem;display:inline-block}@media(max-width:768px){.event-hero-section{height:200px}.event-hero-content h1{font-size:1.75rem;margin-bottom:.5rem}.event-hero-content p{font-size:.9rem}.breadcrumb{padding:0 1rem;font-size:.8rem}.event-spaces-page{padding:1.5rem 0}.event-spaces-container{padding:0}.city-title{font-size:1.25rem;padding-left:1rem;margin-bottom:1rem}.carousel-container{padding:0 1rem}.carousel-nav-btn,.image-nav-btn{display:none}.venue-card{min-width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);width:calc(100vw - 2rem);height:auto;min-height:420px}.venue-image-container{height:200px;flex-shrink:0}.venue-content{padding:.875rem;min-height:220px;display:flex;flex-direction:column}.venue-pricing{margin-top:auto}.city-section{margin-bottom:2.5rem}}@media(max-width:480px){.event-hero-section{height:180px}.event-hero-content{padding:0 1rem}.event-hero-content h1{font-size:1.5rem;margin-bottom:.25rem}.event-hero-content p{font-size:.85rem}.breadcrumb{padding:0 .75rem;font-size:.75rem;gap:.25rem}.city-title{font-size:1.15rem;padding-left:.75rem;margin-bottom:.75rem}.carousel-container{padding:0 .75rem}.venue-card{min-width:calc(100vw - 1.5rem);max-width:calc(100vw - 1.5rem);width:calc(100vw - 1.5rem);min-height:400px}.venue-image-container{height:180px;flex-shrink:0}.venue-content{padding:.75rem;min-height:220px}.city-section{margin-bottom:2rem}}@media(max-width:768px){.venues-carousel{display:flex;flex-direction:row;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overflow-x:auto;gap:1rem;padding:1rem 0}.venue-card{scroll-snap-align:center;flex-shrink:0}.venues-carousel-mobile{overflow:hidden;width:100%;position:relative}.venues-carousel-track{display:flex;will-change:transform}.venue-card-wrapper{flex-shrink:0;width:100%;padding:0 .5rem;box-sizing:border-box}.venue-card-wrapper .venue-card{width:100%;min-width:100%;max-width:100%;min-height:420px;height:auto;box-sizing:border-box;display:flex;flex-direction:column}.venue-card-wrapper .venue-image-container{height:200px;flex-shrink:0}.venue-card-wrapper .venue-content{padding:.875rem;min-height:220px;display:flex;flex-direction:column;flex-grow:1}.venue-card-wrapper .venue-pricing{margin-top:auto}}.party-hero-section{position:relative;width:100%;height:300px;overflow:hidden;display:block;background:#1a1a1a}.party-hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;position:absolute;top:0;left:0}.party-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.party-hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;width:100%;padding:0 2rem}.party-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.party-hero-content p{font-size:1.3rem;font-weight:400;text-shadow:0 2px 8px rgba(0,0,0,.3)}.party-halls-page{background:#f5f7fa;min-height:100vh;padding:3rem 0}.party-halls-container{max-width:1400px;margin:0 auto;padding:0 2rem}.party-rooms-header{text-align:center;margin-bottom:3rem}.party-rooms-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.party-rooms-header p{font-size:1.1rem;color:#666}.city-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;padding-left:3rem}.carousel-container{position:relative;padding:0 3rem}.carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .3s ease;z-index:10}.carousel-nav-btn:hover{background:#667eea;color:#fff;transform:translateY(-50%) scale(1.1)}.halls-carousel{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none}.halls-carousel::-webkit-scrollbar{display:none}.party-hall-card{display:flex;flex-direction:column;gap:12px;padding:0;border-radius:16px;border:1px solid #eaeaea;background:#fff;transition:all .3s ease;position:relative;overflow:hidden;height:100%;min-width:280px;max-width:320px;scroll-snap-align:center}.party-hall-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f;border-color:#d1d5db}.party-hall-card.premium-featured{border-left:4px solid #FF6B35}.card-badge{position:absolute;top:12px;left:12px;background:#6c3fb5;color:#fff;padding:4px 10px;border-radius:6px;font-size:.7rem;font-weight:700;text-transform:uppercase;z-index:5;box-shadow:0 2px 4px #0003}.hall-image-container{height:180px;width:100%;position:relative;overflow:hidden}.hall-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.party-hall-card:hover .hall-image{transform:scale(1.05)}.party-hall-card:hover .image-nav-btn{opacity:1}.hall-content{padding:16px;display:flex;flex-direction:column;gap:10px;flex-grow:1}.card-header{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:6px}.hall-name{font-size:1.1rem;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rating-badge{display:flex;align-items:center;gap:6px;font-size:.85rem}.rating-score{font-weight:700;color:#1a1a1a}.rating-label{color:#059669;font-weight:600}.location-section{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#555;margin-top:-4px}.location-icon{font-size:1rem}.guest-capacity{color:#666;font-weight:500}.review-summary{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#666;margin-top:4px}.review-btn{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;padding:0;font-size:.8rem}.review-btn:hover{text-decoration:underline}.discount-highlight{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.discount-percent{background:#ffeeed;color:#ef4444;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:700;border:1px solid #fecaca}.member-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2px 8px;border-radius:4px;font-size:.7rem;font-weight:600;display:flex;align-items:center;gap:4px}.pricing-section{display:flex;align-items:baseline;gap:8px;margin-top:4px}.original-price{text-decoration:line-through;color:#9ca3af;font-size:.9rem}.current-price{font-size:1.4rem;font-weight:800;color:#1a1a1a}.price-label{font-size:.8rem;color:#6b7280}.total-section{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#4b5563;padding-bottom:8px;border-bottom:1px dashed #e5e7eb}.total-price{font-weight:700;color:#1f2937}.comparison-savings{font-size:.85rem;color:#059669;padding:6px 0}.cta-button{width:100%;background:#667eea;color:#fff;border:none;padding:12px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s;margin-top:8px;display:flex;justify-content:center;align-items:center;gap:8px}.cta-button:hover{background:#5a67d8}.card-footer{display:flex;justify-content:space-between;font-size:.75rem;color:#6b7280;margin-top:4px;padding-top:8px}.verified-badge-container{display:flex;align-items:center;gap:4px}.verified-icon{width:16px;height:16px;-o-object-fit:contain;object-fit:contain}.verified-text{color:#059669;font-weight:600}@media(max-width:1200px){.carousel-container{padding:0 2.5rem}}@media(max-width:768px){.party-hero-section{height:200px;margin:0;width:100vw;position:relative;left:0;right:0}.party-hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.party-hero-content h1{font-size:1.75rem;margin-bottom:.5rem}.party-hero-content p{font-size:.9rem}.breadcrumb-container{width:100%;margin:0;padding:.6rem 0}.breadcrumb{padding:0 1rem;font-size:.8rem}.party-halls-page{padding:1.5rem 0}.party-halls-container{padding:0}.city-title{font-size:1.25rem;padding-left:1rem;margin-bottom:1rem}.carousel-container{padding:0 1rem}.carousel-nav-btn,.image-nav-btn{display:none}.party-hall-card{min-width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);width:calc(100vw - 2rem);height:auto;min-height:420px}.hall-image-container{height:200px;flex-shrink:0}.hall-content{padding:.875rem;min-height:220px;display:flex;flex-direction:column}.pricing-section{margin-top:auto}.city-section{margin-bottom:2.5rem}}@media(max-width:480px){.party-hero-section{height:180px}.party-hero-content{padding:0 1rem}.party-hero-content h1{font-size:1.5rem;margin-bottom:.25rem}.party-hero-content p{font-size:.85rem}.breadcrumb{padding:0 .75rem;font-size:.75rem;gap:.25rem}.city-title{font-size:1.15rem;padding-left:.75rem;margin-bottom:.75rem}.carousel-container{padding:0 .75rem}.party-hall-card{min-width:calc(100vw - 1.5rem);max-width:calc(100vw - 1.5rem);width:calc(100vw - 1.5rem);min-height:400px}.hall-image-container{height:180px;flex-shrink:0}.hall-content{padding:.75rem;min-height:220px}.city-section{margin-bottom:2rem}}@media(max-width:768px){.halls-carousel{display:flex;flex-direction:row;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overflow-x:auto;gap:1rem;padding:1rem 0}.party-hall-card{scroll-snap-align:center;flex-shrink:0}.halls-carousel-mobile{overflow:hidden;width:100%;position:relative}.halls-carousel-track{display:flex;will-change:transform}.hall-card-wrapper{flex-shrink:0;width:100%;padding:0 .5rem;box-sizing:border-box}.hall-card-wrapper .party-hall-card{width:100%;min-width:100%;max-width:100%;min-height:420px;height:auto;box-sizing:border-box;display:flex;flex-direction:column}.hall-card-wrapper .hall-image-container{height:200px;flex-shrink:0}.hall-card-wrapper .hall-content{padding:.875rem;min-height:220px;display:flex;flex-direction:column;flex-grow:1}.hall-card-wrapper .pricing-section{margin-top:auto}}.theatre-hero-section{position:relative;width:100%;height:300px;overflow:hidden;display:block;background:#1a1a1a}.theatre-hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;position:absolute;top:0;left:0}.theatre-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.theatre-hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;width:100%;padding:0 2rem}.theatre-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.theatre-hero-content p{font-size:1.3rem;font-weight:400;text-shadow:0 2px 8px rgba(0,0,0,.3)}.private-theatres-page{background:#f5f7fa;min-height:100vh;padding:3rem 0}.theatres-container{max-width:1400px;margin:0 auto;padding:0 2rem}.city-section{margin-bottom:4rem}.city-section:last-child{margin-bottom:2rem}.city-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.carousel-container{position:relative;width:100%;padding:0 3rem}.carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;z-index:10;transition:all .3s ease;color:#667eea}.carousel-nav-btn:hover{background:#667eea;color:#fff;box-shadow:0 4px 12px #667eea4d}.carousel-nav-btn.left{left:0}.carousel-nav-btn.right{right:0}.theatres-carousel{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0}.theatres-carousel::-webkit-scrollbar{display:none}.theatres-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.theatre-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;cursor:pointer;min-width:300px;max-width:300px;height:520px;display:flex;flex-direction:column}.theatre-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.theatre-image-container{position:relative;width:100%;height:200px;overflow:hidden;flex-shrink:0}.theatre-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.theatre-card:hover .theatre-image{transform:scale(1.05)}.theatre-badge{position:absolute;top:12px;left:12px;padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:600;z-index:2}.theatre-badge.premium{background:linear-gradient(135deg,gold,orange);color:#1a1a1a}.theatre-badge.luxury{background:linear-gradient(135deg,#8a2be2,indigo);color:#fff}.theatre-badge.popular{background:#6c3fb5;color:#fff}.image-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:2;opacity:0}.theatre-card:hover .image-nav-btn{opacity:1}.image-nav-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.prev-btn{left:8px}.next-btn{right:8px}.image-indicators{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}.indicator{width:6px;height:6px;border-radius:50%;background:#fff9;transition:all .3s ease}.indicator.active{background:#fff;width:20px;border-radius:3px}.theatre-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.theatre-name{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;line-height:1.4;min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.theatre-stars{display:flex;gap:2px;margin-bottom:.5rem;height:1.2em}.theatre-location{font-size:.875rem;color:#666;margin-bottom:.5rem;height:1.3em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theatre-capacity{display:flex;align-items:center;gap:.4rem;font-size:.875rem;color:#667eea;font-weight:600;margin-bottom:.75rem;height:1.5em}.theatre-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;min-height:1.5em}.rating-score{font-size:.875rem;font-weight:700;color:#1a1a1a}.rating-text{font-size:.875rem;color:#1a1a1a}.rating-reviews{font-size:.875rem;color:#666}.theatre-pricing{border-top:1px solid #e5e7eb;padding-top:1rem;position:relative;margin-top:auto;min-height:140px}.member-price-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:600;margin-bottom:.75rem;display:inline-block;min-height:2rem}.discount-badge{position:absolute;top:-12px;right:0;background:#ef4444;color:#fff;padding:.35rem .7rem;border-radius:6px;font-size:.75rem;font-weight:700}.price-container{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.current-price{font-size:1.25rem;font-weight:700;color:#1a1a1a;display:flex;align-items:center;gap:.25rem}.info-icon{color:#666;cursor:help}.original-price{font-size:.875rem;color:#999;text-decoration:line-through}.total-price{font-size:.875rem;color:#1a1a1a;margin-bottom:.25rem}.price-note{font-size:.75rem;color:#666}@media(max-width:1200px){.theatres-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.theatre-hero-section{height:200px}.theatre-hero-content h1{font-size:1.75rem;margin-bottom:.5rem}.theatre-hero-content p{font-size:.9rem}.breadcrumb{padding:0 1rem;font-size:.8rem}.private-theatres-page{padding:1.5rem 0}.theatres-container{padding:0}.city-title{font-size:1.25rem;padding-left:1rem;margin-bottom:1rem}.carousel-container{padding:0 1rem}.carousel-nav-btn,.image-nav-btn{display:none}.theatres-carousel-mobile{overflow:hidden;width:100%;position:relative}.theatres-carousel-track{display:flex;will-change:transform}.theatre-card-wrapper{flex-shrink:0;width:100%;padding:0 .5rem;box-sizing:border-box}.theatre-card-wrapper .theatre-card{width:100%;min-width:100%;max-width:100%;height:520px;box-sizing:border-box;display:flex;flex-direction:column}.theatre-card-wrapper .theatre-image-container{height:200px;flex-shrink:0}.theatre-card-wrapper .theatre-content{padding:.875rem;min-height:220px;display:flex;flex-direction:column;flex-grow:1}.theatre-card-wrapper .theatre-pricing{margin-top:auto}.theatres-carousel{display:flex;flex-direction:row;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overflow-x:auto;gap:1rem;padding:1rem 0}.theatre-card{min-width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);width:calc(100vw - 2rem);height:520px;scroll-snap-align:center;flex-shrink:0}.theatre-image-container{height:200px;flex-shrink:0}.theatre-content{padding:.875rem;min-height:220px;display:flex;flex-direction:column}.theatre-pricing{margin-top:auto}.city-section{margin-bottom:2.5rem}.theatres-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:480px){.theatre-hero-section{height:180px}.theatre-hero-content{padding:0 1rem}.theatre-hero-content h1{font-size:1.5rem;margin-bottom:.25rem}.theatre-hero-content p{font-size:.85rem}.breadcrumb{padding:0 .75rem;font-size:.75rem;gap:.25rem}.city-title{font-size:1.15rem;padding-left:.75rem;margin-bottom:.75rem}.carousel-container{padding:0 .75rem}.theatre-card{min-width:calc(100vw - 1.5rem);max-width:calc(100vw - 1.5rem);width:calc(100vw - 1.5rem);height:520px}.theatre-image-container{height:180px;flex-shrink:0}.theatre-content{padding:.75rem;min-height:220px}.city-section{margin-bottom:2rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.property-details-page{min-height:100vh;background:#f8f9fa;padding:2rem 0}.property-details-container{max-width:1200px;margin:0 auto;padding:0 2rem}.property-details-loading,.property-details-error{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.spinner{width:50px;height:50px;border:4px solid #f0f0f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.back-home-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.back-home-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:2rem}.back-btn:hover{background:#667eea;color:#fff}.property-header{display:grid;grid-template-columns:1fr auto;gap:2rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 8px #00000014;margin-bottom:2rem}.property-badges{display:flex;gap:.75rem;margin-bottom:1rem}.property-type-badge{padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;font-size:.85rem;font-weight:600}.property-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.property-badge.popular{background:#ffeaa7;color:#d63031}.property-badge.premium{background:#a29bfe;color:#6c5ce7}.property-badge.featured{background:#fd79a8;color:#e84393}.property-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.property-location-header{display:flex;align-items:center;gap:.5rem;color:#666;font-size:1.1rem;margin-bottom:1rem}.property-location-header svg{color:#667eea}.property-rating-header{display:flex;align-items:center;gap:.5rem}.rating-value{font-size:1.25rem;font-weight:700;color:#1a1a1a}.rating-text{color:#666}.property-price-card{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:12px;color:#fff;text-align:center;min-width:250px}.price-label{font-size:.9rem;opacity:.9;margin-bottom:.5rem}.price-value{font-size:15px!important;font-weight:600!important;margin-bottom:.25rem}.price-period{font-size:.95rem;opacity:.9;margin-bottom:1.5rem}.enquire-btn{width:100%;padding:.75rem;background:#fff;color:#667eea;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.enquire-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.property-image-section{margin-bottom:2rem;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.property-main-image{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.property-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1rem}.gallery-item{height:120px;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s ease}.gallery-item.active{border-color:#667eea}.gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery-item:hover{transform:translateY(-3px);box-shadow:0 4px 8px #0000001a}.property-map-container{height:400px;width:100%;border-radius:12px;overflow:hidden;margin-top:1.5rem;border:1px solid #e5e7eb}.property-details-grid{display:grid;gap:2rem}.details-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 8px #00000014}.section-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.property-description{font-size:1.05rem;line-height:1.8;color:#555}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.amenity-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9ff;border-radius:12px;transition:all .3s ease}.amenity-card:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.amenity-card:hover .amenity-icon{color:#fff}.amenity-icon{color:#667eea;transition:all .3s ease}.amenity-name{font-weight:500}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.9rem;color:#999;font-weight:500}.info-value{font-size:1.1rem;color:#1a1a1a;font-weight:600}.contact-section{background:linear-gradient(135deg,#f8f9ff,#e8ecff)}.contact-description{font-size:1.05rem;color:#555;margin-bottom:1.5rem}.contact-buttons{display:flex;gap:1rem}.contact-btn{flex:1;padding:1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.contact-btn.secondary{background:#fff;color:#667eea;border:2px solid #667eea}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}@media(max-width:768px){.property-header{grid-template-columns:1fr}.property-price-card{min-width:auto}.property-title{font-size:1.5rem}.property-main-image{height:300px}.amenities-grid{grid-template-columns:1fr}.contact-buttons{flex-direction:column}.info-grid{grid-template-columns:1fr}}.location-picker{width:100%;margin:1.5rem 0}.location-picker-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.location-label{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#1a1a1a}.clear-location-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f5576c;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.clear-location-btn:hover{background:#d63447;transform:translateY(-1px)}.location-search{position:relative;margin-bottom:1rem}.search-input-wrapper{position:relative;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;transition:all .3s ease}.search-input-wrapper:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-input-wrapper svg{color:#666;flex-shrink:0}.search-input-wrapper input{flex:1;border:none;outline:none;font-size:1rem;font-family:inherit;color:#1a1a1a}.search-input-wrapper input::-moz-placeholder{color:#999}.search-input-wrapper input::placeholder{color:#999}.clear-search-btn{background:none;border:none;padding:.25rem;cursor:pointer;color:#666;display:flex;align-items:center;transition:color .2s ease}.clear-search-btn:hover{color:#f5576c}.search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e5e7eb;border-top:none;border-radius:0 0 10px 10px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #0000001a}.search-result-item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f0f0f0}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#667eea0d}.search-result-item svg{color:#667eea;flex-shrink:0;margin-top:.25rem}.search-result-item span{font-size:.9rem;color:#1a1a1a;line-height:1.4}.search-loading,.search-no-results{padding:1rem;text-align:center;color:#666;font-size:.9rem}.search-no-results{color:#f5576c}.map-container{width:100%;height:400px;border-radius:12px;overflow:hidden;border:2px solid #e5e7eb;box-shadow:0 2px 8px #0000001a}.leaflet-container{font-family:inherit}.location-info{margin-top:1rem;padding:1rem;background:#667eea0d;border-radius:10px;border:1px solid rgba(102,126,234,.2)}.location-info-item{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.location-info-item strong{font-size:.875rem;color:#667eea;font-weight:600}.location-info-item span{font-size:.9rem;color:#1a1a1a;line-height:1.5}.location-coordinates{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.coordinate-item{display:flex;flex-direction:column;gap:.25rem}.coordinate-item strong{font-size:.875rem;color:#667eea;font-weight:600}.coordinate-item span{font-size:.9rem;color:#1a1a1a;font-family:Courier New,monospace}.location-hint{margin-top:.75rem;font-size:.875rem;color:#666;text-align:center;font-style:italic}@media(max-width:768px){.location-picker-header{flex-direction:column;align-items:flex-start;gap:.75rem}.clear-location-btn{width:100%;justify-content:center}.map-container{height:300px}.location-coordinates{grid-template-columns:1fr;gap:.75rem}.search-input-wrapper{padding:.75rem}.search-input-wrapper input{font-size:.9rem}}@media(max-width:480px){.map-container{height:250px}.location-label{font-size:.9rem}.clear-location-btn{font-size:.8rem;padding:.5rem .75rem}.location-info{padding:.875rem}}.leaflet-popup-content-wrapper{border-radius:8px;font-family:inherit}.leaflet-popup-content{margin:.75rem;font-size:.9rem}.inline-otp-verification{background:#f8f9fa;border:2px solid #667eea;border-radius:12px;padding:1rem;margin-top:.5rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.inline-otp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.inline-otp-label{font-size:.875rem;font-weight:600;color:#667eea}.inline-otp-close{background:transparent;border:none;color:#666;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.inline-otp-close:hover:not(:disabled){background:#0000000d;color:#1a1a1a}.inline-otp-close:disabled{opacity:.5;cursor:not-allowed}.inline-otp-inputs{display:flex;gap:.5rem;justify-content:center;margin-bottom:.75rem}.inline-otp-digit{width:40px;height:48px;text-align:center;font-size:1.25rem;font-weight:600;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s ease;background:#fff;color:#1a1a1a}.inline-otp-digit:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.inline-otp-digit.filled{border-color:#667eea;background:#667eea0d}.inline-otp-digit:disabled{background:#f5f7fa;cursor:not-allowed;opacity:.6}.inline-otp-error{background:#fee2e2;border:1px solid #fecaca;border-radius:6px;padding:.5rem;margin-bottom:.75rem;color:#dc2626;font-size:.8125rem;font-weight:500;text-align:center}.inline-otp-actions{display:flex;justify-content:center}.inline-otp-resend{display:flex;align-items:center;gap:.375rem;background:transparent;color:#667eea;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease}.inline-otp-resend:hover:not(:disabled){background:#667eea1a}.inline-otp-resend:disabled{color:#999;cursor:not-allowed}.inline-otp-resend svg{transition:transform .3s ease}.inline-otp-resend:hover:not(:disabled) svg{transform:rotate(180deg)}.inline-otp-verifying{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#667eea;font-size:.8125rem;font-weight:600;margin-top:.5rem}.spinner-small{width:16px;height:16px;border:2px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:480px){.inline-otp-verification{padding:.875rem}.inline-otp-inputs{gap:.375rem}.inline-otp-digit{width:36px;height:44px;font-size:1.125rem}.inline-otp-label{font-size:.8125rem}}.sell-page-container{background:#f8fafc;min-height:100vh;padding-top:2rem;padding-bottom:4rem}.sell-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:2.5rem;padding:0 1.5rem}.sell-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000008;border:1px solid #f1f5f9}.step-tracker{display:flex;flex-direction:column;gap:1.5rem}.step-item{display:flex;gap:1rem;position:relative}.step-item:not(:last-child):after{content:"";position:absolute;left:12px;top:30px;bottom:-15px;width:2px;background:#e2e8f0}.step-item.completed:not(:last-child):after{background:#2563eb}.step-icon{width:26px;height:26px;border-radius:50%;background:#fff;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;z-index:1;transition:all .3s ease}.step-item.active .step-icon{border-color:#2563eb;background:#eff6ff;color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.step-item.completed .step-icon{border-color:#2563eb;background:#2563eb;color:#fff}.step-info{display:flex;flex-direction:column}.step-title{font-size:.95rem;font-weight:600;color:#475569}.step-item.active .step-title{color:#1e293b}.step-subtitle{font-size:.8rem;color:#94a3b8}.step-edit{font-size:.8rem;color:#2563eb;cursor:pointer;font-weight:500;margin-left:4px}.score-card{display:flex;align-items:center;gap:1.5rem}.score-progress{position:relative;width:70px;height:70px}.score-svg{transform:rotate(-90deg)}.score-circle-bg{fill:none;stroke:#f1f5f9;stroke-width:6}.score-circle-val{fill:none;stroke:#22c55e;stroke-width:6;stroke-linecap:round;transition:stroke-dashoffset .5s ease}.score-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.1rem;font-weight:700;color:#1e293b}.score-info{flex:1}.score-info h4{font-size:.95rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.score-info p{font-size:.8rem;color:#64748b;line-height:1.4}.sell-form-container{background:#fff;border-radius:16px;padding:2.5rem 3rem;box-shadow:0 4px 20px #00000008;border:1px solid #f1f5f9}.step-header{margin-bottom:2.5rem}.step-header h2{font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.step-header p{color:#64748b;font-size:1.05rem}.field-section{margin-bottom:2.5rem}.field-label{display:block;font-size:1.05rem;font-weight:600;color:#334155;margin-bottom:1.25rem}.pill-grid{display:flex;flex-wrap:wrap;gap:.75rem}.option-pill{padding:.75rem 1.5rem;background:#fff;border:1.5px solid #e2e8f0;border-radius:100px;font-size:.95rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.option-pill:hover{border-color:#2563eb;background:#f8fafc;color:#2563eb}.option-pill.active{background:#eff6ff;border-color:#2563eb;color:#2563eb;font-weight:600}.number-selector{display:flex;gap:10px}.num-pill{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1.5px solid #e2e8f0;border-radius:50%;cursor:pointer;font-weight:600;transition:all .2s;color:#64748b}.num-pill:hover,.num-pill.active{border-color:#2563eb;background:#eff6ff;color:#2563eb}.num-pill.large{width:auto;height:42px;padding:0 1.5rem;border-radius:100px}.input-field-group{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:12px;padding:0 1rem;transition:all .2s}.input-field-group:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb0d}.input-field-group input,.input-field-group select{border:none;outline:none;padding:.85rem .5rem;width:100%;font-size:1rem;color:#1e293b;background:transparent}.input-field-group select{cursor:pointer}.input-unit{color:#94a3b8;font-weight:500;border-left:1px solid #e2e8f0;padding-left:1rem}.radio-group{display:flex;gap:2rem}.custom-radio{display:flex;align-items:center;gap:.75rem;cursor:pointer}.radio-circle{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:50%;position:relative;transition:all .2s}.custom-radio:hover .radio-circle,.custom-radio.active .radio-circle{border-color:#2563eb}.custom-radio.active .radio-circle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#2563eb;border-radius:50%}.radio-label{font-weight:500;color:#475569}.custom-radio.active .radio-label{color:#1e293b;font-weight:600}.form-actions{display:flex;justify-content:space-between;margin-top:3rem;padding-top:2rem;border-top:1px solid #f1f5f9}.btn-back{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#64748b;font-weight:600;cursor:pointer;transition:all .2s}.btn-back:hover{color:#1e293b}.btn-continue{display:flex;align-items:center;justify-content:center;gap:.75rem;background:#2563eb;color:#fff;padding:.85rem 3rem;border-radius:12px;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #2563eb33}.btn-continue:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.btn-continue:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.media-upload-container{display:flex;flex-direction:column;gap:1.5rem}.media-dropzone{border:2px dashed #e2e8f0;border-radius:20px;padding:4rem 2rem;text-align:center;cursor:pointer;background:#f8fafc;transition:all .3s}.media-dropzone:hover{border-color:#2563eb;background:#eff6ff}.media-dropzone svg{color:#2563eb;margin-bottom:1rem}.media-dropzone h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.media-dropzone p{color:#94a3b8;font-size:.9rem}.media-hints{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.hint-box{padding:1rem;background:#f1f5f9;border-radius:12px;font-size:.85rem;color:#475569}.sell-success-overlay{position:fixed;inset:0;background:#fffffffa;display:flex;align-items:center;justify-content:center;z-index:1000;text-align:center;padding:2rem}.success-content{max-width:500px}.success-icon-animated{color:#22c55e;margin-bottom:2rem}.success-content h2{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem}.success-content p{font-size:1.2rem;color:#64748b;margin-bottom:2.5rem}.sell-breadcrumb-hero{position:relative;width:100%;height:120px;overflow:hidden;margin-bottom:2.5rem}.sell-breadcrumb-hero .hero-bg-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sell-breadcrumb-hero .hero-overlay{position:absolute;inset:0;background:#0009}.sell-breadcrumb-hero .breadcrumb-container{position:absolute;inset:0;display:flex;align-items:center;background:transparent;padding:0;z-index:2}@media(max-width:1024px){.sell-layout{grid-template-columns:1fr}.sell-sidebar{display:none}}@media(max-width:640px){.sell-page-container{padding-top:1rem}.sell-form-container{padding:1.5rem;border-radius:0;border:none}.step-header h2{font-size:1.5rem}.form-actions{flex-direction:column-reverse;gap:1rem}.form-actions button{width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.directions-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.65rem 1rem;margin:.5rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea40;position:relative;overflow:hidden}.directions-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.directions-button:hover:before{left:100%}.directions-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea59;background:linear-gradient(135deg,#7c8ef5,#8659b8)}.directions-button:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.directions-button svg{flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}@media(max-width:768px){.directions-button{padding:.65rem 1rem;font-size:.85rem;margin:.5rem 0}}@media(max-width:480px){.directions-button{padding:.6rem .875rem;font-size:.8rem;margin:.5rem 0}.directions-button svg{width:14px;height:14px}}.buy-hero-container{position:relative;width:100%;height:450px;margin-bottom:120px}.buy-hero-banner{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.buy-hero-banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width:900px)and (min-width:769px){.new-search-main-row{flex-direction:column;border-radius:20px;padding:1rem}.search-field{width:100%;border-right:none;height:50px}.field-divider{display:none}.new-main-search-btn{width:100%;margin-top:.5rem}.flat-panel{width:90vw}.buy-hero-container{margin-bottom:200px}}.buy-page{background:#f5f7fa;min-height:90vh;padding:3rem 0}.buy-container{max-width:1400px;margin:0 auto;padding:0 2rem}.search-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 12px #00000014;margin-bottom:3rem}.search-bar-container{display:flex;gap:1rem;align-items:center}.search-bar{flex:1;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border:2px solid #e5e7eb;border-radius:12px;transition:all .3s ease}.search-bar:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-bar svg{color:#666;flex-shrink:0}.search-bar input{flex:1;border:none;outline:none;font-size:1rem;font-family:inherit}.filter-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.filter-toggle-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.filter-toggle-btn svg.rotated{transform:rotate(180deg)}.filters-container{display:flex;flex-direction:column;gap:2rem;margin-top:1.5rem;padding-top:2rem;border-top:1px solid #f0f0f0;animation:slideDown .3s ease}.filter-main-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.9rem;font-weight:600;color:#1a1a1a}.filter-group select,.filter-group input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:inherit}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:#0078d4;box-shadow:0 0 0 3px #0078d41a}.filters-grid-detailed{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;background:#fcfdfe;padding:1.5rem;border-radius:12px;border:1px solid #f0f4f8}.detailed-filter-col h4{font-size:.95rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.filter-tags{display:flex;flex-wrap:wrap;gap:.5rem}.filter-tags span{padding:.4rem .8rem;background:#fff;border:1px solid #e2e8f0;color:#64748b;font-size:.85rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease}.filter-tags span:hover{border-color:#0078d4;color:#0078d4;background:#f0f7ff}.filter-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.apply-filters-btn{padding:.75rem 2rem;background:#0078d4;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease}.apply-filters-btn:hover{background:#005a9e;transform:translateY(-2px);box-shadow:0 4px 12px #0078d433}@media(max-width:992px){.filters-grid-detailed{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.filters-grid-detailed{grid-template-columns:1fr}.filter-actions{flex-direction:column-reverse}.filter-actions button{width:100%}}.results-header h2{font-size:2rem;font-weight:700;color:#d8232a;margin-bottom:.5rem}.card-actions{display:flex;gap:1rem}.action-btn.outline{background:#fff;border:2px solid #2563eb;color:#2563eb}.action-btn.primary{background:#2563eb;border:2px solid #2563eb;color:#fff;box-shadow:0 4px 12px #2563eb33}@media(max-width:1024px){.card-media{width:320px}}@media(max-width:850px){.new-horizontal-card{flex-direction:column;height:auto}.card-media{width:100%;height:260px}.stats-row{gap:2rem}.property-title{font-size:1.35rem}}.no-results{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px}.no-results svg{color:#667eea;margin-bottom:1.5rem}.no-results h3{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.no-results p{font-size:1rem;color:#666}@media(max-width:1200px){.category-container{gap:2rem}}@media(max-width:992px){.category-container{grid-template-columns:repeat(2,1fr);gap:2rem}.buy-hero-container{height:350px;margin-bottom:80px}}@media(max-width:768px){.buy-hero-container{height:200px;margin-bottom:0}.new-floating-search-widget{position:relative;bottom:auto;left:auto;transform:none;width:100%;max-width:100%;background:#fff;padding:0 1rem 1rem;box-shadow:0 4px 12px #00000014;border-bottom:1px solid #f0f0f0}.new-widget-tabs{padding-left:.25rem;padding-top:.75rem;gap:.85rem;flex-wrap:wrap}.new-widget-tabs button{font-size:.875rem;padding:.5rem 0}.new-widget-tabs .post-ad-btn{font-size:.8rem;margin-left:0}.new-search-main-row{flex-direction:column;border-radius:14px;padding:.5rem;gap:0}.search-field{width:100%;height:48px;padding:0 .875rem;border-bottom:1px solid #f1f5f9}.field-divider{display:none}.new-main-search-btn{width:100%;height:46px;border-radius:10px;font-size:1rem;margin-top:.5rem;justify-content:center}.buy-page{padding:1.5rem 0}.buy-container{padding:0 .875rem}.properties-list{gap:1.25rem}.new-horizontal-card{flex-direction:column;min-height:auto}.card-media{width:100%;height:220px}.card-info{padding:1rem}.property-title{font-size:1.05rem}.stats-row{gap:1rem;flex-wrap:wrap}.stat-primary{font-size:1.1rem}.card-footer{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-right{width:100%;justify-content:flex-start}.action-btn{flex:1;min-width:0;font-size:.75rem;padding:.4rem .5rem}}@media(max-width:480px){.buy-hero-container{height:160px;margin-bottom:0}.new-widget-tabs{gap:.6rem}.new-widget-tabs button{font-size:.8rem}.new-widget-tabs .post-ad-btn{font-size:.75rem}}.rent-hero-container{position:relative;width:100%;height:450px;margin-bottom:120px}.rent-hero-banner{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.rent-hero-banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#0000,#0006)}.new-floating-search-widget{position:absolute;bottom:-45px;left:50%;transform:translate(-50%);width:95%;max-width:1100px;z-index:100}.new-widget-tabs{display:flex;gap:1.5rem;margin-bottom:0;padding-left:2rem;align-items:center}.new-widget-tabs button{background:none;border:none;padding:.75rem 0;font-size:1rem;font-weight:600;color:#2563eb;cursor:pointer;position:relative;transition:all .2s ease}.new-widget-tabs button.active{color:#2563eb}.new-widget-tabs button.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#2563eb;border-radius:3px 3px 0 0}.new-widget-tabs .post-ad-btn{margin-left:auto;background:transparent;color:#2563eb;border:none;font-weight:600;font-size:1rem}.new-widget-tabs .beta-dot{display:inline-block;width:6px;height:6px;background:#2563eb;border-radius:50%;margin-left:4px;vertical-align:top}.new-search-main-row{background:#fff;border-radius:100px;padding:8px;display:flex;align-items:center;box-shadow:0 4px 25px #0000001a;border:1.5px solid #e0e0e0}.search-field{display:flex;align-items:center;padding:0 1.5rem;height:60px;position:relative}.location-field{flex:2}.location-field input{border:none;outline:none;width:100%;font-size:1.05rem;color:#333;padding-left:10px}.location-field input::-moz-placeholder{color:#888}.location-field input::placeholder{color:#888}.field-icon.blue-icon{color:#2563eb;flex-shrink:0}.field-divider{width:1px;height:30px;background:#e0e0e0}.dropdown-field{flex:1.2;cursor:pointer;display:flex;justify-content:space-between}.field-content{display:flex;align-items:center;justify-content:space-between;width:100%;padding-left:10px}.field-text{font-size:1.05rem;font-weight:500;color:#666}.field-content svg{color:#888;transition:transform .3s ease}.field-content svg.rotated{transform:rotate(180deg)}.new-main-search-btn{background:#d8232a;color:#fff;border:none;padding:0 2.5rem;height:60px;border-radius:100px;display:flex;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;cursor:pointer;transition:background .2s ease}.new-main-search-btn:hover{background:#c11f25}.dropdown-panel{position:absolute;top:calc(100% + 15px);left:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;padding:1.5rem;z-index:200;border:1px solid #f0f0f0}.flat-panel{width:450px}.category-section{margin-bottom:1.5rem}.category-section:last-child{margin-bottom:0}.category-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#444;margin-bottom:1rem;font-size:1rem}.pill-group{display:flex;flex-wrap:wrap;gap:10px}.pill{padding:.6rem 1.2rem;border:1.5px solid #eee;background:#fff;border-radius:50px;font-size:.95rem;color:#666;cursor:pointer;transition:all .2s ease}.pill:hover{background:#fff5f5;border-color:#ffdce0;color:#d8232a}.pill.active{background:#fff5f5;border-color:#d8232a;color:#d8232a;font-weight:600}.bhk-group{margin-top:1rem}.budget-panel{width:320px;padding:0;overflow:hidden}.budget-inputs{display:flex;gap:10px;padding:1.25rem;border-bottom:1px solid #f0f0f0}.budget-input-box{flex:1;padding:.75rem;border:1.5px solid #eee;border-radius:50px}.budget-input-box.active{border-color:#d8232a}.budget-input-box input{border:none;outline:none;width:100%;font-size:.95rem;text-align:center}.price-list{max-height:300px;overflow-y:auto}.price-item{padding:.75rem 1.5rem;font-size:1rem;color:#444;cursor:pointer;transition:all .2s ease}.price-item:hover{background:#f9f9f9}.price-item.active{background:#fff5f5;color:#d8232a;font-weight:600}@media(max-width:900px)and (min-width:769px){.new-search-main-row{flex-direction:column;border-radius:20px;padding:1rem}.search-field{width:100%;border-right:none;height:50px}.field-divider{display:none}.new-main-search-btn{width:100%;margin-top:.5rem}.flat-panel{width:90vw}.rent-hero-container{margin-bottom:200px}}.quick-category-section{background:#fff;padding:40px 0;border-bottom:1px solid #f0f0f0}.category-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.category-group h3{font-size:1.15rem;font-weight:700;color:#1a1a1a;margin-bottom:1.25rem}.category-links{display:flex;flex-direction:column;gap:10px}.category-links a{font-size:.95rem;color:#666;text-decoration:none;transition:color .2s ease}.category-links a:hover{color:#0078d4}.rent-page{background:#f5f7fa;min-height:90vh;padding:3rem 0}.rent-container{max-width:1400px;margin:0 auto;padding:0 2rem}.results-header{margin-bottom:2rem}.results-header h2{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.results-header p{font-size:1rem;color:#666}.properties-list{display:flex;flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto}.new-horizontal-card{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000a;border:1px solid #edf2f7;min-height:290px;height:auto;transition:all .3s cubic-bezier(.4,0,.2,1)}.new-horizontal-card:hover{box-shadow:0 20px 40px #00000014;transform:translateY(-4px)}.card-media{position:relative;width:320px;align-self:stretch;flex-shrink:0;overflow:hidden}.card-media .main-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.new-horizontal-card:hover .main-image{transform:scale(1.05)}.media-overlay{position:absolute;top:0;left:0;width:100%;padding:1.25rem;display:flex;justify-content:space-between;align-items:flex-start}.card-media .badge-row{display:flex;flex-direction:column;gap:.6rem}.card-media .badge{padding:4px 10px;font-size:.7rem;font-weight:700;border-radius:4px;color:#fff;letter-spacing:.3px;box-shadow:0 2px 8px #0003}.badge.featured{background:#394759}.badge.seen{background:#000}.like-btn{background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.like-btn:hover{background:#ffffff4d;transform:scale(1.1)}.social-proof{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:1rem 1.25rem;display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:500}.card-info{flex:1;display:flex;flex-direction:column;padding:1.4rem 1.8rem;justify-content:space-between;background:#fff}.top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.property-title{font-size:1.25rem;font-weight:700;color:#101828;margin:0}.more-icon{color:#94a3b8;cursor:pointer;padding:4px;border-radius:4px}.more-icon:hover{background:#f1f5f9}.subtitle-row{display:flex;align-items:center;gap:12px;margin-bottom:.8rem}.property-desc{color:#64748b;font-size:.95rem;font-weight:400}.rera-badge{display:flex;align-items:center;gap:4px;font-size:.7rem;font-weight:700;color:#94a3b8;padding-left:12px;border-left:1.5px solid #f1f5f9}.stats-row{display:flex;gap:3rem;margin-bottom:1.5rem}.stat-box{display:flex;flex-direction:column;gap:6px}.stat-primary{font-size:1.35rem;font-weight:700;color:#101828}.stat-secondary{font-size:.8rem;color:#667085;font-weight:400}.stat-divider{width:1px;height:50px;align-self:center;background:#f2f4f7}.property-snippet{color:#667085;font-size:.95rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1.2px solid #f1f5f9;margin-top:.8rem}.footer-left{display:flex;flex-direction:column;gap:4px}.timestamp-row{font-size:.85rem;color:#94a3b8;font-weight:500}.vendor-name{font-size:.9rem;font-weight:700;color:#334155;letter-spacing:.2px;text-transform:uppercase}.buzzed-call{background:#10b981!important;color:#fff!important;border:none!important;position:relative;overflow:hidden;box-shadow:0 4px 15px #10b9814d;animation:buzz-pulse 2s infinite}.buzzed-call:hover{background:#059669!important;transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}.ringing-icon{animation:phone-ring 1.5s infinite ease-in-out}@keyframes phone-ring{0%{transform:rotate(0) scale(1)}5%{transform:rotate(15deg) scale(1.1)}10%{transform:rotate(-15deg) scale(1.1)}15%{transform:rotate(15deg) scale(1.1)}20%{transform:rotate(-15deg) scale(1.1)}25%{transform:rotate(15deg) scale(1.1)}30%{transform:rotate(0) scale(1)}to{transform:rotate(0) scale(1)}}@keyframes buzz-pulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.footer-right{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.action-btn{padding:.45rem .9rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;min-width:100px}.action-btn.outline{background:#fff;border:1.5px solid #2563eb;color:#2563eb}.action-btn.outline:hover{background:#eff6ff}.action-btn.primary{background:#2563eb;border:1.5px solid #2563eb;color:#fff;box-shadow:0 4px 12px #2563eb33}.action-btn.primary:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 16px #2563eb4d}@media(max-width:850px){.new-horizontal-card{flex-direction:column;height:auto}.card-media{width:100%;height:240px}.stats-row{gap:2rem}}@media(max-width:768px){.rent-hero-container{height:200px;margin-bottom:0}.new-floating-search-widget{position:relative;bottom:auto;left:auto;transform:none;width:100%;max-width:100%;background:#fff;padding:0 1rem 1rem;box-shadow:0 4px 12px #00000014;border-bottom:1px solid #f0f0f0}.new-widget-tabs{padding-left:.25rem;padding-top:.75rem;gap:.85rem;flex-wrap:wrap}.new-widget-tabs button{font-size:.875rem;padding:.5rem 0}.new-widget-tabs .post-ad-btn{font-size:.8rem;margin-left:0}.new-search-main-row{flex-direction:column;border-radius:14px;padding:.5rem;gap:0}.search-field{width:100%;height:48px;padding:0 .875rem;border-bottom:1px solid #f1f5f9}.field-divider{display:none}.new-main-search-btn{width:100%;height:46px;border-radius:10px;font-size:1rem;margin-top:.5rem;justify-content:center}.rent-page{padding:1.5rem 0}.rent-container{padding:0 .875rem}.properties-list{gap:1.25rem}.new-horizontal-card{flex-direction:column;min-height:auto}.card-media{width:100%;height:220px}.card-info{padding:1rem}.property-title{font-size:1.05rem}.stats-row{gap:1rem;flex-wrap:wrap}.stat-primary{font-size:1.1rem}.card-footer{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-right{width:100%;justify-content:flex-start}.action-btn{flex:1;min-width:0;font-size:.75rem;padding:.4rem .5rem}}@media(max-width:480px){.rent-hero-container{height:160px;margin-bottom:0}.new-widget-tabs{gap:.6rem}.new-widget-tabs button{font-size:.8rem}.new-widget-tabs .post-ad-btn{font-size:.75rem}}.breadcrumb-container{background:#000000b3;padding:.35rem 0;position:relative;z-index:10}.breadcrumb{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:.5rem;font-size:.8rem}.breadcrumb-link{display:flex;align-items:center;gap:.4rem;color:#fff!important;text-decoration:none;transition:opacity .2s ease;opacity:.8}.breadcrumb-link:hover{opacity:1}.breadcrumb-link svg{flex-shrink:0}.breadcrumb-separator{color:#ffffff80}.breadcrumb-current{color:#fff;font-weight:600}.no-results{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;margin-top:2rem}.no-results svg{color:#64748b;margin-bottom:1.5rem;opacity:.5}.no-results h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.no-results p{font-size:1rem;color:#64748b}.other-services-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}@media(max-width:768px){.show-mobile{display:block!important}.hide-mobile{display:none!important}}.services-hero{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);padding:6rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.services-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3}.services-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.services-hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#fff,#ffeaa7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-hero-subtitle{font-size:1.5rem;color:#fffffff2;margin-bottom:1rem;line-height:1.6;font-weight:500}.services-hero-description{font-size:1.1rem;color:#ffffffd9;line-height:1.8;max-width:700px;margin:0 auto}.service-categories-section{padding:5rem 2rem}.service-categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.service-category-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column;position:relative;overflow:hidden}.service-category-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:var(--category-color)}.category-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.category-icon{font-size:2.5rem;transition:transform .3s ease;filter:grayscale(.3)}.service-category-card:hover .category-icon{transform:scale(1.1) rotate(5deg);filter:grayscale(0)}.category-name{font-size:1.5rem;font-weight:700;color:#2d3436;margin:0;flex:1}.category-divider{height:2px;background:linear-gradient(90deg,var(--category-color) 0%,transparent 100%);margin-bottom:16px;opacity:.3;transition:opacity .3s ease}.service-category-card:hover .category-divider{opacity:1}.category-description{font-size:.95rem;color:#636e72;line-height:1.6;margin-bottom:20px;min-height:44px}.service-list{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;flex:1}.service-item{display:flex;align-items:flex-start;gap:8px;font-size:.9rem;color:#2d3436;line-height:1.4}.service-item .check-icon{color:var(--category-color);flex-shrink:0;margin-top:2px}.service-more{font-size:.85rem;color:#636e72;font-weight:600;padding-left:24px;font-style:italic}.verified-badge{display:flex;align-items:center;gap:8px;padding:10px 12px;background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:8px;margin-bottom:16px;border:1px solid rgba(102,126,234,.15)}.verified-badge .shield-icon{color:var(--category-color);flex-shrink:0}.verified-badge span{font-size:.9rem;font-weight:600;color:#2d3436}.explore-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:var(--category-gradient);color:#fff;border-radius:10px;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.service-category-card:hover .explore-button{box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.explore-button .arrow-icon{transition:transform .3s ease}.service-category-card:hover .explore-button .arrow-icon{transform:translate(4px)}.how-it-works-section{padding:5rem 2rem;background:linear-gradient(135deg,#667eea08,#764ba208);position:relative;overflow:hidden}.section-header{text-align:center;margin-bottom:4rem}.steps-timeline{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.steps-timeline{flex-direction:row;justify-content:space-between;align-items:flex-start}}.step-card{flex:1;max-width:320px;width:100%;text-align:center;padding:2.5rem 2rem;border-radius:20px;background:#fff;box-shadow:0 10px 40px #00000014;border:1px solid rgba(102,126,234,.1);transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative}.step-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 60px #00000026;border-color:#667eea4d}.step-card:before{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%) scaleX(0);width:60px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;transition:transform .3s ease}.step-card:hover:before{transform:translate(-50%) scaleX(1)}.step-indicator{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}.step-number-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #667eea4d;transition:all .3s ease;position:relative}.step-card:hover .step-number-circle{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 32px #667eea66}.step-number-circle:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.2;transform:scale(1.3);z-index:-1}.step-number{font-size:2rem;font-weight:900;color:#fff}.step-icon-emoji{font-size:2.5rem;transition:transform .3s ease}.step-card:hover .step-icon-emoji{transform:scale(1.2) rotate(-5deg)}.step-content{display:flex;flex-direction:column;gap:.75rem}.step-title{font-size:1.35rem;font-weight:700;color:#2d3436;margin:0}.step-description{font-size:.95rem;color:#636e72;line-height:1.6;margin:0;opacity:.8;transition:opacity .3s ease}.step-card:hover .step-description{opacity:1}.connection-line{width:80px;height:2px;background:linear-gradient(90deg,#667eea4d,#764ba24d);position:relative;align-self:center;display:none}@media(min-width:768px){.connection-line{display:block;margin:0 -1rem}}.flow-dot{position:absolute;width:8px;height:8px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;top:50%;transform:translateY(-50%);animation:flow-dots 2s infinite ease-in-out;opacity:0}.flow-dot:nth-child(1){animation-delay:0s}.flow-dot:nth-child(2){animation-delay:.6s}.flow-dot:nth-child(3){animation-delay:1.2s}@keyframes flow-dots{0%{left:0;opacity:0}20%{opacity:1}80%{opacity:1}to{left:100%;opacity:0}}@media(max-width:767px){.connection-line{display:block;width:2px;height:40px;background:linear-gradient(180deg,#667eea4d,#764ba24d);margin:0}.flow-dot{left:50%;transform:translate(-50%);animation:flow-dots-vertical 2s infinite ease-in-out}@keyframes flow-dots-vertical{0%{top:0;opacity:0}20%{opacity:1}80%{opacity:1}to{top:100%;opacity:0}}}.why-nanospace-section{padding:5rem 2rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;transition:all .3s ease}.benefit-item:hover{transform:translate(5px);box-shadow:0 6px 20px #0000001a}.benefit-item .check-icon{color:#00b894;flex-shrink:0;margin-top:.2rem}.benefit-item p{font-size:1.05rem;color:#2d3436;font-weight:500;line-height:1.6;margin:0}@media(max-width:1024px){.service-categories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-hero{padding:4rem 1.5rem 3rem}.services-hero-title{font-size:2.5rem}.services-hero-subtitle{font-size:1.2rem}.services-hero-description{font-size:1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.service-categories-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:1.25rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -1.5rem;padding:1.5rem}.service-categories-grid::-webkit-scrollbar{display:none}.service-category-card{flex:0 0 88vw;scroll-snap-align:center;margin-bottom:0;transform:scale(.95);transition:transform .3s ease}.service-category-card:active{transform:scale(1)}}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:2rem}.carousel-dot{width:10px;height:10px;border-radius:50%;background:#dfe6e9;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:#667eea;width:24px;border-radius:10px}.show-mobile{display:none!important}.hide-mobile{display:block!important}@media(max-width:768px){.show-mobile{display:flex!important}.hide-mobile{display:none!important}}.carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.carousel-dot.active{background:#667eea;transform:scale(1.1);width:20px;border-radius:10px;box-shadow:0 2px 4px #667eea4d}.how-it-works-grid,.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.service-categories-section,.how-it-works-section,.why-nanospace-section{padding:3rem 1.5rem}.service-category-card{padding:1.25rem}.category-header{margin-bottom:10px}.category-icon{font-size:1.8rem}.category-name{font-size:1.2rem}.category-divider{margin-bottom:10px}.category-description{margin-bottom:10px;font-size:.9rem;min-height:auto}.service-list{gap:5px;margin-bottom:10px}.service-item{font-size:.85rem}.verified-badge{padding:8px 10px;margin-bottom:12px}.verified-badge span{font-size:.8rem}.explore-button{padding:10px 16px;font-size:.9rem}@media(max-width:480px){.services-hero-title{font-size:2rem}.services-hero-subtitle{font-size:1.1rem}.service-category-card{padding:1rem;flex:0 0 88vw}.category-header{gap:10px}.category-icon{font-size:1.5rem}}� � .section-badge{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid rgba(102,126,234,.2);border-radius:24px;font-size:.875rem;font-weight:600;color:#667eea;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.value-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem;position:relative;z-index:1}@media(max-width:768px){.value-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:1.25rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-left:-1rem;margin-right:-1rem;padding:1rem 1rem 2rem}.value-grid::-webkit-scrollbar{display:none}.value-card{flex:0 0 85vw;scroll-snap-align:start;margin-bottom:0!important}}@media(min-width:640px){.value-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.value-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.value-card{background:#fff;border-radius:20px;padding:2rem 1.75rem;box-shadow:0 4px 24px #0000000f;transition:all .4s cubic-bezier(.34,1.56,.64,1);border:1px solid #f1f5f9;position:relative;overflow:hidden}.value-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.value-card:hover:after{transform:scaleX(1)}.value-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #0000001f;border-color:#667eea33}.value-card-icon{font-size:3.5rem;margin-bottom:1.25rem;display:inline-block;transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.value-card:hover .value-card-icon{transform:scale(1.15) rotate(5deg)}.value-card-content{display:flex;flex-direction:column;gap:.75rem}.value-title{font-size:1.35rem;font-weight:700;color:#2d3436;margin:0;line-height:1.3}.value-description{font-size:.95rem;color:#636e72;line-height:1.6;margin:0}.value-details{margin-top:1rem;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.value-details li{position:relative;padding-left:0;color:#64748b;font-size:.9rem;line-height:1.5;transition:color .3s ease}.value-card:hover .value-details li{color:#475569}.business-audience{margin-top:4rem;text-align:center;position:relative;z-index:1}.audience-title{font-size:1.15rem;font-weight:600;color:#475569;margin-bottom:1.5rem}.badge-container{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.business-badge{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;border-radius:30px;background:linear-gradient(135deg,#6366f11a,#a855f71a);border:1px solid rgba(99,102,241,.2);transition:all .3s ease;cursor:pointer}.business-badge:hover{transform:translateY(-4px);border-color:#6366f166;box-shadow:0 8px 20px #6366f126}.business-badge.startup{background:linear-gradient(135deg,#f59e0b1a,#d977061a);border-color:#f59e0b33}.business-badge.startup:hover{border-color:#f59e0b66;box-shadow:0 8px 20px #f59e0b26}.business-badge.sme{background:linear-gradient(135deg,#6366f11a,#a855f71a);border-color:#6366f133}.business-badge.sme:hover{border-color:#6366f166;box-shadow:0 8px 20px #6366f126}.business-badge.enterprise{background:linear-gradient(135deg,#10b9811a,#0596691a);border-color:#10b98133}.business-badge.enterprise:hover{border-color:#10b98166;box-shadow:0 8px 20px #10b98126}.badge-icon{font-size:1.25rem}.badge-text{font-size:.95rem;font-weight:600;color:#334155}.detail-panel{background:#fff;border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 10px 40px #0000001a;border:1px solid #e2e8f0;opacity:0;max-height:0;overflow:hidden;transform:translateY(-20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.detail-panel.active{opacity:1;max-height:600px;transform:translateY(0)}.detail-content{display:flex;flex-direction:column;gap:1.5rem}.detail-header{display:flex;align-items:center;gap:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.detail-icon{font-size:3.5rem;animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.detail-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0}.detail-description{font-size:1.15rem;color:#475569;line-height:1.6;margin:0}.detail-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.detail-features li{position:relative;padding-left:2.5rem;color:#475569;font-size:1.05rem;line-height:1.6}.detail-features li:before{content:"✓";position:absolute;left:0;top:2px;color:#10b981;font-size:18px;font-weight:700}.testimonial{background:linear-gradient(135deg,#667eea1a,#764ba21a);padding:1.5rem 2rem;border-radius:16px;border-left:4px solid #667eea;font-style:italic;color:#475569;font-size:1.1rem;line-height:1.6}.value-card{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.value-card[data-card]{position:relative}.value-card[data-card].active{border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d);box-shadow:0 0 0 3px #667eea33}.value-card[data-card].active:after{transform:scaleX(1)}@media(max-width:768px){.detail-panel{padding:1.5rem}.detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.detail-icon{font-size:2.5rem}.detail-title{font-size:1.5rem}.detail-description{font-size:1rem}.detail-features li{font-size:.95rem;padding-left:2rem}.detail-features li:before{font-size:16px}.testimonial{padding:1rem 1.5rem;font-size:1rem}.value-card{padding:1.2rem 1rem}.value-card-icon{font-size:2.5rem;margin-bottom:.75rem}.value-title{font-size:1.1rem}.value-description{font-size:.85rem}}.service-provider-card{background:linear-gradient(135deg,#fffffff2,#fffffffa);border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);height:100%;display:flex;flex-direction:column}.service-provider-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0033cc26;border-color:#03c}.provider-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.provider-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#03c,#4a90e2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 12px #0033cc4d}.provider-info{flex:1;min-width:0}.provider-name{font-size:1.25rem;font-weight:700;color:#2d3436;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.provider-expertise{font-size:.95rem;color:#ee2121;font-weight:600;margin:0}.provider-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.provider-experience,.provider-location{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#636e72}.provider-experience svg,.provider-location svg{color:#03c;flex-shrink:0}.provider-summary{font-size:.95rem;color:#636e72;line-height:1.6;margin-bottom:1rem;flex:1}.provider-specializations{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.specialization-tag{background:linear-gradient(135deg,#0033cc14,#0033cc1f);color:#03c;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid rgba(0,51,204,.15);transition:all .2s ease}.specialization-tag:hover{background:linear-gradient(135deg,#0033cc26,#03c3);transform:scale(1.05)}.provider-contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:auto}.contact-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:10px;font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.phone-btn{background:linear-gradient(135deg,#03c,#4a90e2);color:#fff;box-shadow:0 4px 12px #0033cc4d}.phone-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #03c6}.email-btn{background:linear-gradient(135deg,#ee2121,#ff5252);color:#fff;box-shadow:0 4px 12px #ee21214d}.email-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ee212166}@media(max-width:768px){.service-provider-card{padding:1.15rem}.provider-header{gap:.75rem;margin-bottom:.75rem}.provider-avatar{width:48px;height:48px;font-size:1rem}.provider-name{font-size:1.1rem}.provider-expertise{font-size:.85rem}.provider-details{gap:.4rem;margin-bottom:.75rem;padding-bottom:.75rem}.provider-summary{font-size:.85rem;margin-bottom:.75rem}.provider-specializations{margin-bottom:1.25rem;gap:.4rem}.specialization-tag{padding:.35rem .7rem;font-size:.8rem}.contact-btn{padding:.6rem .75rem;font-size:.85rem}}@media(max-width:480px){.provider-contact-actions{grid-template-columns:1fr;gap:.5rem}}.service-category-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}.breadcrumb-container{background:#fff;border-bottom:1px solid #e5e7eb;padding:.6rem 0}.breadcrumb{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.breadcrumb-link{display:flex;align-items:center;gap:.4rem;color:#667eea;text-decoration:none;transition:color .3s ease}.breadcrumb-link svg{flex-shrink:0;width:16px;height:16px}.breadcrumb-link:hover{color:#764ba2}.breadcrumb-separator{color:#999}.breadcrumb-current{color:#666;font-weight:600}.overlay-breadcrumb{position:absolute;top:0;left:0;width:100%;z-index:10;background:transparent!important;border-bottom:none!important;padding:1.5rem 0!important}.overlay-breadcrumb .breadcrumb-link{color:#ffffffe6!important;text-shadow:0 1px 4px rgba(0,0,0,.3)}.overlay-breadcrumb .breadcrumb-link:hover{color:#fff!important}.overlay-breadcrumb .breadcrumb-separator{color:#fff9!important}.overlay-breadcrumb .breadcrumb-current{color:#fff!important;text-shadow:0 1px 4px rgba(0,0,0,.3)}.service-hero-section{position:relative;width:100%;height:300px;overflow:hidden;display:block;background:#1a1a1a}.service-hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;position:absolute;top:0;left:0}.service-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.service-hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;width:100%;padding:0 2rem}.service-hero-content .category-icon-large{font-size:4rem;margin-bottom:1rem;display:inline-block;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.service-hero-content h1{font-size:3rem;font-weight:700;margin-bottom:.75rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.service-hero-content p{font-size:1.3rem;font-weight:400;text-shadow:0 2px 8px rgba(0,0,0,.3);max-width:700px;margin:0 auto}.category-stats-section{background:#fff;padding:2rem 0;border-bottom:1px solid #e5e7eb}.category-stats{display:flex;justify-content:center;gap:4rem}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-number{font-size:2.5rem;font-weight:800;color:#667eea;line-height:1}.stat-label{font-size:1rem;color:#666;font-weight:500}.subcategories-section{padding:4rem 2rem;background:#fff}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:800;text-align:center;color:#2d3436;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;text-align:center;color:#636e72;margin-bottom:3rem}.subcategories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.service-card{background:#fff;border-radius:16px;padding:28px 24px;border:1px solid #e5e7eb;box-shadow:0 4px 15px #0000000f;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:slideUp .6s ease-out both;position:relative;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f,0 0 30px var(--badge-glow);border-color:var(--badge-color)}.service-icon-badge{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all .3s ease;position:relative}.service-icon{animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.service-card:hover .service-icon-badge{transform:scale(1.15) rotate(5deg);box-shadow:0 8px 20px #00000026}.service-card:hover .service-icon{animation:none;transform:scale(1.1)}.service-title{font-size:1.15rem;font-weight:700;color:#2d3436;margin-bottom:12px;line-height:1.4}.service-description{font-size:.9rem;color:#636e72;line-height:1.6;margin:0}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.providers-section{padding:4rem 2rem}.providers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:3rem}.category-not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.category-not-found h1{font-size:3rem;font-weight:800;color:#2d3436;margin-bottom:1rem}.category-not-found p{font-size:1.2rem;color:#636e72;margin-bottom:2rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.back-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media(max-width:1024px){.subcategories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.service-hero-section{height:auto;min-height:250px;display:flex;flex-direction:column;justify-content:center;padding:4.5rem 1.5rem 3rem}.service-hero-content{position:relative;top:0;left:0;transform:none;padding:0;z-index:2}.service-hero-content .category-icon-large{font-size:3rem;margin-bottom:.5rem}.service-hero-content h1{font-size:2rem;margin-bottom:.5rem}.service-hero-content p{font-size:1rem;padding:0 1rem}.category-stats-section{padding:1.5rem 0}.category-stats{gap:1.5rem}.stat-number{font-size:1.8rem}.stat-label{font-size:.85rem}.subcategories-section,.providers-section{padding:2.5rem 1rem}.section-title{font-size:1.8rem;margin-bottom:.5rem}.section-subtitle{font-size:.95rem;margin-bottom:2rem}.subcategories-grid{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.service-card{flex-direction:row;align-items:center;padding:1.25rem;gap:1.25rem;text-align:left}.service-icon-badge{width:60px;height:60px;margin-bottom:0;flex-shrink:0}.service-icon-badge .service-icon{width:28px;height:28px}.service-card-content{flex:1}.service-title{font-size:1.1rem;margin-bottom:4px}.service-description{font-size:.85rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.providers-grid{grid-template-columns:1fr;gap:1.25rem}.overlay-breadcrumb{padding:.75rem 0!important}}@media(max-width:480px){.service-hero-section{min-height:220px;padding:3.5rem 1rem 2.5rem}.service-hero-content .category-icon-large{font-size:2.5rem}.service-hero-content h1{font-size:1.5rem;margin-bottom:.25rem}.service-hero-content p{font-size:.85rem}.breadcrumb{padding:0 .75rem;font-size:.75rem;gap:.25rem}.category-stats{flex-direction:row;gap:2rem;justify-content:center;flex-wrap:wrap}.subcategory-card{padding:1.25rem}}.spin{animation:spin 1s linear infinite}.dashboard-container{min-height:100vh;background:#f5f7fa;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.dashboard-header h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.dashboard-header p{color:#666;font-size:1rem}.user-badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50px;font-weight:600;font-size:.9rem}.user-badge.owner{background:linear-gradient(135deg,#f093fb,#f5576c)}.user-badge.admin{background:linear-gradient(135deg,#4facfe,#00f2fe)}.dashboard-grid{display:flex;flex-direction:column;gap:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.stat-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.stat-card.alert{border-left:4px solid #f5576c}.stat-icon{width:48px;height:48px;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px}.stat-value{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0}.stat-label{font-size:.9rem;color:#666;margin:0}.dashboard-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 8px #00000014}.dashboard-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.item-card{padding:1.5rem;border:2px solid #e0e0e0;border-radius:12px;transition:all .3s ease}.item-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.item-header h3{font-size:1.1rem;font-weight:600;color:#1a1a1a}.item-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.item-details p{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.item-type{display:inline-block;padding:.25rem .75rem;background:#f0f0f0;border-radius:20px;font-size:.85rem;font-weight:600;color:#667eea}.item-price{font-size:1.25rem;font-weight:700;color:#667eea}.bookings-list{display:flex;flex-direction:column;gap:1rem}.booking-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border:2px solid #e0e0e0;border-radius:12px;transition:border-color .3s ease}.booking-item:hover{border-color:#667eea}.booking-item h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.booking-date{color:#666;font-size:.9rem}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.status-active{background:#d4edda;color:#155724}.status-rejected{background:#f8d7da;color:#721c24}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:2px solid #e0e0e0;border-radius:12px;background:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.action-btn:hover{border-color:#667eea;background:#f8f9ff;transform:translateY(-2px)}.action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.properties-list{display:flex;flex-direction:column;gap:1.5rem}.property-card{padding:1.5rem;border:2px solid #e0e0e0;border-radius:12px;transition:all .3s ease}.property-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.property-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.property-header h3{font-size:1.25rem;font-weight:600;color:#1a1a1a}.property-type{color:#666;font-size:.9rem;margin-top:.25rem}.property-stats{display:flex;gap:2rem;margin-bottom:1rem}.property-stat{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.property-actions{display:flex;gap:1rem}.btn-secondary{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{border-color:#667eea;color:#667eea}.tabs{display:flex;gap:1rem}.tab{padding:.75rem 1.5rem;border:none;background:transparent;font-weight:600;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease}.tab.active{color:#667eea;border-bottom-color:#667eea}.approvals-list{display:flex;flex-direction:column;gap:1rem}.approval-card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:2px solid #e0e0e0;border-radius:12px;transition:border-color .3s ease}.approval-card:hover{border-color:#667eea}.approval-info h3{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.approval-meta{display:flex;gap:1.5rem;color:#666;font-size:.9rem}.approval-actions{display:flex;gap:1rem}.approval-actions-vertical{display:flex;flex-direction:column;gap:.5rem;min-width:250px}.btn-approve,.btn-reject{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-approve{background:#d4edda;color:#155724}.btn-approve:hover{background:#c3e6cb;transform:translateY(-2px)}.btn-reject{padding:.75rem 1.5rem;background:#f8d7da;color:#721c24;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.btn-reject:hover{background:#f5c6cb;transform:translateY(-2px)}.btn-delete{padding:.75rem 1.5rem;background:#dc3545;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.btn-delete:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.empty-state{text-align:center;padding:3rem 2rem;color:#999;font-size:1rem}.error-message{padding:1rem;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.form-group select{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;outline:none;background:#fff;cursor:pointer}.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}@media(max-width:768px){.dashboard-container{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem}.stats-grid,.items-grid{grid-template-columns:1fr}.approval-card{flex-direction:column;align-items:flex-start;gap:1rem}.approval-meta,.property-stats{flex-direction:column;gap:.5rem}}.flag-toggle{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.flag-toggle:hover{background:#e2e8f0}.flag-toggle.active{background:#eff6ff;border-color:#3b82f6;color:#2563eb}.form-group-admin{display:flex;flex-direction:column;gap:.5rem}.form-group-admin label{font-size:.85rem;font-weight:600;color:#475569}.form-group-admin input,.form-group-admin select,.form-group-admin textarea{padding:.75rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.9rem;transition:border-color .2s}.form-group-admin input:focus,.form-group-admin select:focus,.form-group-admin textarea:focus{border-color:#7c3aed;outline:none}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:2px solid #f0f0f0}.modal-header h2{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0}.close-btn{background:none;border:none;cursor:pointer;color:#666;transition:color .3s ease;padding:.5rem;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#f5576c}.property-form{padding:2rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;outline:none;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:100px}.form-group select{cursor:pointer;background:#fff}.error-text{color:#f5576c;font-size:.85rem;font-weight:500}.form-hint{color:#999;font-size:.85rem}.file-input{padding:.75rem 1rem!important;cursor:pointer}.file-input::-webkit-file-upload-button{padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;margin-right:1rem}.file-input::-webkit-file-upload-button:hover{opacity:.9}.image-preview-container{margin-top:1rem;position:relative}.image-preview{width:100%;max-height:300px;-o-object-fit:cover;object-fit:cover;border-radius:10px;border:2px solid #e0e0e0}.remove-image-btn{margin-top:.5rem;padding:.5rem 1rem;background:#f8d7da;color:#721c24;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.remove-image-btn:hover{background:#f5c6cb}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #f0f0f0}.btn-cancel,.btn-submit{padding:.875rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.btn-cancel{background:#f5f5f5;color:#666}.btn-cancel:hover{background:#e0e0e0}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}@media(max-width:768px){.modal-content{max-height:95vh;border-radius:16px}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-header h2{font-size:1.5rem}.property-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.form-actions{flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%}}.label-with-progress{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.upload-progress{font-size:.9rem;font-weight:600;color:#667eea;background:#667eea1a;padding:.25rem .75rem;border-radius:20px}.image-upload-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.image-slot{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;border:2px dashed #e0e0e0;transition:all .3s ease}.image-slot.empty{background:#f9f9f9;display:flex;align-items:center;justify-content:center}.image-slot.filled{border-style:solid;border-color:#667eea}.image-slot .image-preview{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#999;height:100%}.placeholder-icon{font-size:2.5rem;opacity:.5}.placeholder-text{font-size:.9rem;font-weight:500}.image-slot .remove-image-btn{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;border-radius:50%;background:#f5576ce6;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin:0;padding:0;z-index:10}.image-slot .remove-image-btn:hover{background:#f5576c;transform:scale(1.1)}.image-number{position:absolute;bottom:.5rem;left:.5rem;background:#000000b3;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600}.file-input:disabled{opacity:.6;cursor:not-allowed}.file-input:disabled::-webkit-file-upload-button{cursor:not-allowed;opacity:.6}@media(max-width:480px){.image-upload-grid{grid-template-columns:1fr}.label-with-progress{flex-direction:column;align-items:flex-start;gap:.5rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.ad-layout{display:flex;min-height:100vh;background:#f4f6fb;font-family:Inter,system-ui,sans-serif}.ad-sidebar{width:260px;min-height:100vh;background:linear-gradient(180deg,#1e1347,#2d1b69 60%,#3b2080);display:flex;flex-direction:column;transition:width .25s ease;position:fixed;left:0;top:0;bottom:0;z-index:100;overflow:hidden}.ad-sidebar.collapsed{width:64px}.ad-brand{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);min-height:72px}.ad-logo{width:40px;height:40px;-o-object-fit:contain;object-fit:contain;border-radius:10px;background:#fff;padding:4px;flex-shrink:0}.ad-brand-text{overflow:hidden}.ad-brand-name{display:block;font-size:1.05rem;font-weight:700;color:#fff;white-space:nowrap;letter-spacing:.3px}.ad-brand-sub{display:block;font-size:.72rem;color:#ffffff73;white-space:nowrap;margin-top:1px}.ad-nav{flex:1;padding:.75rem 0;overflow-y:auto;scrollbar-width:none}.ad-nav::-webkit-scrollbar{display:none}.ad-nav-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem 1rem;background:none;border:none;color:#ffffffa6;cursor:pointer;font-size:.88rem;font-weight:500;transition:all .18s ease;position:relative;text-align:left}.ad-nav-item:hover{background:#ffffff14;color:#fff}.ad-nav-item.active{background:#7c3aed59;color:#fff;border-left:3px solid #a78bfa}.ad-nav-item.ad-nav-add{background:#7c3aed33;color:#a78bfa;margin:.3rem .75rem;border-radius:10px;width:calc(100% - 1.5rem);border:1px dashed rgba(167,139,250,.4)}.ad-nav-item.ad-nav-add:hover{background:#7c3aed59;color:#fff}.ad-nav-icon{flex-shrink:0}.ad-nav-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ad-nav-arrow{margin-left:auto;transition:transform .2s;flex-shrink:0}.ad-nav-arrow.rotated{transform:rotate(180deg)}.ad-sub-nav{padding:0 0 0 .5rem}.ad-sub-nav-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.45rem 1rem .45rem 2rem;background:none;border:none;color:#ffffff80;cursor:pointer;font-size:.82rem;transition:all .15s;text-align:left}.ad-sub-nav-item:hover{color:#fff;background:#ffffff0d}.ad-sub-nav-item.active{color:#a78bfa;font-weight:600}.ad-sub-count-mini{margin-left:auto;background:#ffffff1f;color:#ffffffb3;border-radius:10px;padding:1px 7px;font-size:.72rem}.ad-sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.75rem}.ad-user-info{display:flex;align-items:center;gap:.75rem;overflow:hidden}.ad-user-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.ad-user-name{font-size:.85rem;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ad-user-role{font-size:.72rem;color:#ffffff73;margin:0}.ad-logout-btn{display:flex;align-items:center;gap:.5rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;padding:.55rem .9rem;border-radius:8px;cursor:pointer;font-size:.85rem;transition:all .15s;width:100%;justify-content:center}.ad-logout-btn:hover{background:#ef444433;color:#fca5a5;border-color:#ef44444d}.ad-main{flex:1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .25s ease}.ad-layout.sidebar-collapsed .ad-main{margin-left:64px}.ad-topbar{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.75rem;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50;gap:1rem}.ad-topbar-left{display:flex;align-items:center;gap:1rem}.ad-topbar-right{display:flex;align-items:center;gap:.75rem}.ad-menu-btn{background:none;border:1px solid #e5e7eb;border-radius:8px;padding:6px 8px;cursor:pointer;color:#374151;display:flex;align-items:center;transition:background .15s}.ad-menu-btn:hover{background:#f3f4f6}.ad-breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.88rem}.ad-bc-root{color:#9ca3af}.ad-bc-sep{color:#d1d5db}.ad-bc-current{color:#1f2937;font-weight:600}.ad-refresh-btn{display:flex;align-items:center;gap:6px;padding:7px 14px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;font-size:.85rem;color:#374151;transition:all .15s}.ad-refresh-btn:hover{border-color:#7c3aed;color:#7c3aed}.ad-refresh-btn:disabled{opacity:.6;cursor:not-allowed}.ad-admin-badge{display:flex;align-items:center;gap:5px;padding:6px 12px;background:linear-gradient(135deg,#4facfe,#7c3aed);color:#fff;border-radius:20px;font-size:.8rem;font-weight:600}.ad-page-header{padding:1.5rem 1.75rem 0}.ad-page-title{font-size:1.6rem;font-weight:700;color:#111827;margin:0 0 .25rem}.ad-page-sub{font-size:.9rem;color:#6b7280;margin:0}.ad-error-bar{margin:1rem 1.75rem 0;padding:.75rem 1rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:10px;color:#dc2626;font-size:.88rem;display:flex;align-items:center;gap:.5rem}.ad-error-close{margin-left:auto;background:none;border:none;cursor:pointer;color:#dc2626;display:flex}.ad-content{padding:1.5rem 1.75rem 2.5rem;flex:1}.ad-stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.25rem;margin-bottom:1.75rem}.ad-stats-grid-sm{grid-template-columns:repeat(3,1fr)}.ad-stat-card{background:#fff;border-radius:14px;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 6px #0000000f;transition:transform .2s,box-shadow .2s}.ad-stat-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #0000001a}.ad-stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ad-stat-value{font-size:1.9rem;font-weight:700;margin:0;line-height:1}.ad-stat-label{font-size:.82rem;color:#6b7280;margin:4px 0 0}.ad-stat-mini{background:#fff;padding:1rem 1.25rem;border-radius:12px;text-align:center;box-shadow:0 1px 4px #0000000d}.ad-quick-panels{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:768px){.ad-quick-panels{grid-template-columns:1fr}}.ad-quick-card{background:#fff;border-radius:14px;padding:1.25rem;box-shadow:0 1px 6px #0000000f}.ad-quick-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.ad-quick-header h3{font-size:.9rem;font-weight:600;color:#111827;margin:0;flex:1}.ad-view-all{display:flex;align-items:center;gap:3px;font-size:.78rem;color:#7c3aed;background:none;border:none;cursor:pointer;font-weight:500;padding:0}.ad-view-all:hover{text-decoration:underline}.ad-quick-row{display:flex;align-items:flex-start;gap:.6rem;padding:.55rem 0;border-bottom:1px solid #f9fafb}.ad-quick-row:last-child{border-bottom:none}.ad-quick-title{display:block;font-size:.85rem;font-weight:500;color:#1f2937}.ad-quick-sub{display:block;font-size:.75rem;color:#9ca3af;margin-top:1px;text-transform:capitalize}.ad-quick-dot{width:8px;height:8px;border-radius:50%;margin-top:5px;flex-shrink:0}.ad-empty-mini{font-size:.82rem;color:#9ca3af;margin:.5rem 0 0}.ad-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;padding:1rem 1.25rem;margin-bottom:.9rem;box-shadow:0 1px 4px #0000000a;transition:box-shadow .2s}.ad-card:hover{box-shadow:0 4px 14px #00000014}.ad-card-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.ad-card-main{flex:1;min-width:0}.ad-card-side{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.ad-badges{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem}.ad-badge{border-radius:20px;padding:2px 10px;font-size:.72rem;font-weight:700;text-transform:uppercase}.ad-badge-gray{background:#f3f4f6;color:#374151}.ad-meta-time{font-size:.78rem;color:#9ca3af;display:flex;align-items:center;gap:3px}.ad-meta-loc{font-size:.78rem;color:#9ca3af;display:flex;align-items:center;gap:3px;margin-left:4px}.ad-card-title{display:flex;align-items:center;gap:.4rem;font-weight:600;font-size:.95rem;margin-bottom:.35rem;flex-wrap:wrap}.ad-card-meta{display:flex;flex-wrap:wrap;gap:.9rem;font-size:.82rem;color:#374151}.ad-card-meta span{display:flex;align-items:center;gap:4px}.ad-amount{font-weight:700;font-size:1.05rem;color:#7c3aed;display:flex;align-items:center;gap:2px}.ad-expand-btn{background:none;border:1px solid #e5e7eb;border-radius:8px;padding:4px 9px;cursor:pointer;color:#6b7280;font-size:.78rem;display:flex;align-items:center;gap:4px;transition:all .15s}.ad-expand-btn:hover{border-color:#7c3aed;color:#7c3aed}.ad-expand-body{margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.ad-expand-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:.75rem;font-size:.85rem;color:#6b7280}.ad-notes{background:#f9fafb;padding:.7rem;border-radius:8px;font-size:.88rem;line-height:1.55;margin-bottom:.75rem;color:#374151}.ad-actions{display:flex;gap:.5rem;flex-wrap:wrap}.ad-btn{display:flex;align-items:center;gap:5px;padding:6px 14px;border:none;border-radius:8px;cursor:pointer;font-size:.83rem;font-weight:500;transition:opacity .15s,transform .1s}.ad-btn:hover{opacity:.88;transform:translateY(-1px)}.ad-btn-green{background:#10b981;color:#fff}.ad-btn-red{background:#ef4444;color:#fff}.ad-btn-red-soft{background:#fee2e2;color:#dc2626}.ad-btn-blue{background:#3b82f6;color:#fff}.ad-btn-yellow{background:#fef3c7;color:#92400e}.ad-btn-gray{background:#6b7280;color:#fff}.ad-prop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.property-card{padding:0;overflow:hidden}.ad-prop-img-wrap{position:relative}.ad-prop-img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;display:block}.ad-prop-status-badge{position:absolute;top:10px;left:10px;padding:3px 10px;border-radius:20px;font-size:.72rem;font-weight:700;text-transform:uppercase}.ad-prop-status-pending{background:#fef3c7;color:#92400e}.ad-prop-status-approved{background:#d1fae5;color:#065f46}.ad-prop-status-rejected{background:#fee2e2;color:#991b1b}.ad-card-body{padding:1rem 1.1rem 1.1rem}.ad-prop-name{font-size:1rem;font-weight:700;color:#111827;margin:0 0 .5rem}.ad-prop-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:#6b7280;margin-bottom:.5rem}.ad-prop-meta span{display:flex;align-items:center;gap:3px}.ad-prop-price{font-size:1.05rem;font-weight:700;color:#7c3aed;display:flex;align-items:center;gap:2px;margin-bottom:.6rem}.ad-owner-info{background:#f8fafc;padding:.5rem .75rem;border-radius:8px;border:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:#475569;margin-bottom:.75rem}.ad-owner-info span{display:flex;align-items:center;gap:4px}.ad-rejection-reason{font-size:.82rem;color:#f5576c;margin:.3rem 0 .6rem}.ad-prop-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f3f4f6}.ad-flag-row{display:flex;flex-wrap:wrap;gap:6px}.ad-flag-btn{display:flex;align-items:center;gap:4px;padding:4px 10px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;font-size:.78rem;color:#6b7280;transition:all .15s}.ad-flag-btn.active{border-color:#7c3aed;background:#ede9fe;color:#7c3aed;font-weight:600}.ad-flag-btn:hover{border-color:#a78bfa;color:#7c3aed}.ad-star-active{color:#f59e0b}.ad-sub-tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.ad-sub-tab{display:flex;align-items:center;gap:.4rem;padding:7px 18px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;font-size:.85rem;font-weight:500;color:#374151;transition:all .15s}.ad-sub-tab.active{border-color:#7c3aed;background:#7c3aed;color:#fff}.ad-sub-tab:hover:not(.active){border-color:#a78bfa;color:#7c3aed}.ad-sub-count{background:#ffffff4d;padding:1px 7px;border-radius:10px;font-size:.75rem}.ad-sub-tab:not(.active) .ad-sub-count{background:#f3f4f6;color:#6b7280}.ad-filter-pills{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.25rem}.ad-pill{padding:5px 16px;border-radius:20px;border:1.5px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;font-size:.83rem;font-weight:500;text-transform:capitalize;transition:all .15s}.ad-pill.active{border-color:#7c3aed;background:#7c3aed;color:#fff}.ad-pill:hover:not(.active){border-color:#a78bfa;color:#7c3aed}.ad-show-count{font-size:.85rem;color:#6b7280;margin-bottom:1rem}.ad-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.ad-table{width:100%;border-collapse:collapse;font-size:.85rem;text-align:left}.ad-table thead{background:#f9fafb;border-bottom:1.5px solid #e5e7eb}.ad-table th{padding:.9rem 1rem;font-weight:600;color:#374151}.ad-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .12s}.ad-table tbody tr:hover{background:#fafafe}.ad-table td{padding:.75rem 1rem}.ad-td-bold{font-weight:500;color:#111827}.ad-td-muted{color:#6b7280}.ad-td-flex{display:flex;align-items:center;gap:5px}.ad-table-empty{padding:2rem;text-align:center;color:#9ca3af}.ad-role-badge{padding:2px 9px;border-radius:20px;font-size:.72rem;font-weight:700;text-transform:uppercase}.ad-role-admin{background:#fee2e2;color:#991b1b}.ad-role-owner{background:#d1fae5;color:#065f46}.ad-role-customer,.ad-role-user{background:#dbeafe;color:#1e40af}.ad-form-wrap{background:#fff;border-radius:16px;border:1.5px solid #e5e7eb;padding:2rem;max-width:960px}.ad-form-intro{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.ad-form-intro h2{font-size:1.2rem;font-weight:700;color:#111827;margin:0 0 .3rem}.ad-form-intro p{color:#6b7280;font-size:.88rem;margin:0}.ad-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.ad-form-group{display:flex;flex-direction:column;gap:.4rem}.ad-form-group.span-2{grid-column:span 2}.ad-form-group label{font-size:.85rem;font-weight:600;color:#374151}.ad-form-group input,.ad-form-group select,.ad-form-group textarea{padding:.6rem .85rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.9rem;color:#111827;background:#fff;transition:border-color .15s;outline:none;font-family:inherit}.ad-form-group input:focus,.ad-form-group select:focus,.ad-form-group textarea:focus{border-color:#7c3aed}.ad-input{padding:.5rem .75rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.85rem;width:100%;font-family:inherit;outline:none}.ad-input:focus{border-color:#7c3aed}.ad-file-row{display:flex;align-items:center;gap:8px}.ad-file-btn{display:flex;align-items:center;gap:6px;padding:.55rem 1rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:.85rem;color:#374151;white-space:nowrap;transition:background .15s}.ad-file-btn:hover{background:#e5e7eb}.ad-file-input{flex:1;background:#f9fafb;cursor:default;padding:.55rem .75rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.82rem;color:#6b7280;outline:none}.ad-img-preview{margin-top:8px;border-radius:8px;height:80px;-o-object-fit:cover;object-fit:cover;border:1px solid #e5e7eb}.ad-visibility-row{display:flex;flex-wrap:wrap;gap:1.25rem;background:#f8fafc;padding:1rem 1.25rem;border-radius:10px;border:1px solid #e2e8f0}.ad-toggle-label{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;color:#374151;cursor:pointer}.ad-toggle-label input[type=checkbox]{accent-color:#7c3aed;width:16px;height:16px}.ad-submit-btn{width:100%;padding:.9rem;background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s,transform .1s}.ad-submit-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.ad-submit-btn:disabled{opacity:.65;cursor:not-allowed}.ad-list{display:flex;flex-direction:column}.ad-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:3rem;color:#6b7280;font-size:1rem}.ad-empty{text-align:center;padding:3.5rem;color:#9ca3af;display:flex;flex-direction:column;align-items:center;gap:1rem}.ad-empty p{font-size:1rem;font-weight:500;margin:0}.ad-empty svg{opacity:.25}.ad-enquiry-name{font-size:.95rem;font-weight:600;color:#111827;margin:0}.ad-icon-purple{color:#7c3aed}.ad-icon-yellow{color:#f59e0b}.ad-icon-gray{color:#9ca3af}.ad-icon-green{color:#10b981}@media(max-width:1024px){.ad-sidebar{width:220px}.ad-main{margin-left:220px}.ad-stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.ad-sidebar{position:fixed;transform:translate(-100%);width:260px}.ad-sidebar.open{transform:translate(0)}.ad-main{margin-left:0}.ad-form-grid{grid-template-columns:1fr}.ad-form-group.span-2{grid-column:span 1}.ad-prop-grid{grid-template-columns:1fr}.ad-content{padding:1rem}.ad-topbar{padding:.75rem 1rem}}.ad-analytics-section{margin-top:1.75rem}.ad-analytics-title{font-size:1.05rem;font-weight:700;color:#1e1b4b;margin:0 0 1rem}.ad-analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.ad-chart-card{background:#fff;border-radius:14px;padding:1.25rem 1.25rem .75rem;box-shadow:0 2px 12px #7c3aed12;border:1px solid #ede9fe}.ad-chart-card.ad-chart-wide{grid-column:span 1}.ad-chart-label{font-size:.82rem;font-weight:700;color:#4b5563;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .75rem}.ad-chart-empty{text-align:center;color:#9ca3af;font-size:.875rem;padding:3rem 0;margin:0}@media(max-width:1024px){.ad-analytics-grid{grid-template-columns:1fr}}@media(max-width:768px){html{font-size:14px}}@media(max-width:480px){html{font-size:13px}}@media(max-width:1200px){.container,[class*=-container]{max-width:100%;padding-left:1.5rem;padding-right:1.5rem}}@media(max-width:768px){.container,[class*=-container]{padding-left:1rem;padding-right:1rem}}@media(max-width:480px){.container,[class*=-container]{padding-left:.75rem;padding-right:.75rem}}@media(min-width:1441px){.grid-4{grid-template-columns:repeat(4,1fr)!important}}@media(min-width:1025px)and (max-width:1440px){.grid-4{grid-template-columns:repeat(3,1fr)!important}}@media(min-width:769px)and (max-width:1024px){[class*=-grid],.grid,.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem!important}}@media(min-width:481px)and (max-width:768px){[class*=-grid],.grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}}@media(max-width:480px){[class*=-grid],.grid{grid-template-columns:1fr!important;gap:.75rem!important}}@media(max-width:768px){section,[class*=-section]{padding-top:3rem!important;padding-bottom:3rem!important}}@media(max-width:480px){section,[class*=-section]{padding-top:2rem!important;padding-bottom:2rem!important}}@media(max-width:768px){h1,.h1{font-size:1.875rem!important}h2,.h2{font-size:1.5rem!important}h3,.h3{font-size:1.25rem!important}h4,.h4{font-size:1.125rem!important}}@media(max-width:480px){h1,.h1{font-size:1.5rem!important}h2,.h2{font-size:1.25rem!important}h3,.h3{font-size:1.125rem!important}}@media(max-width:768px){button,.btn,[class*=-btn],[class*=-button]{padding:.75rem 1.5rem!important;font-size:.9375rem!important;min-height:44px}}@media(max-width:480px){button,.btn,[class*=-btn],[class*=-button]{max-width:100%}}@media(max-width:375px){[class*=-card]:not(.carousel-card-enhanced),.card:not(.carousel-card-enhanced){margin-bottom:.75rem;padding:.75rem!important}[class*=-card]:not(.carousel-card-enhanced) img,.card:not(.carousel-card-enhanced) img{max-height:180px;-o-object-fit:cover;object-fit:cover}}@media(min-width:376px)and (max-width:640px){[class*=-card]:not(.carousel-card-enhanced),.card:not(.carousel-card-enhanced){margin-bottom:.875rem;padding:1rem!important}[class*=-card]:not(.carousel-card-enhanced) img,.card:not(.carousel-card-enhanced) img{max-height:200px;-o-object-fit:cover;object-fit:cover}}@media(min-width:641px)and (max-width:1024px){[class*=-card],.card{margin-bottom:1rem}[class*=-card]:not(.carousel-card-enhanced) img,.card:not(.carousel-card-enhanced) img{max-height:220px;-o-object-fit:cover;object-fit:cover}}img{max-width:100%;height:auto}@media(max-width:250px){[class*=-image]:not(.logo-img):not(.card-image-enhanced),[class*=-img]:not(.logo-img):not(.card-image-enhanced){height:auto!important;min-height:200px;max-height:200px;-o-object-fit:cover;object-fit:cover}}@media(min-width:376px)and (max-width:640px){[class*=-image]:not(.logo-img):not(.card-image-enhanced),[class*=-img]:not(.logo-img):not(.card-image-enhanced){height:auto!important;-o-object-fit:cover;object-fit:cover}}@media(min-width:641px)and (max-width:768px){[class*=-image]:not(.logo-img):not(.card-image-enhanced),[class*=-img]:not(.logo-img):not(.card-image-enhanced){height:auto!important;min-height:250px;max-height:250px;-o-object-fit:cover;object-fit:cover}}@media(max-width:768px){input,textarea,select{font-size:16px!important;padding:.875rem;width:100%;border-radius:8px}form{width:100%}.form-group,[class*=-form-group]{margin-bottom:1rem}label{font-size:.9375rem;margin-bottom:.5rem;display:block}}@media(max-width:480px){input,textarea,select{padding:1rem}}@media(max-width:768px){[class*=-modal],.modal{width:95%!important;max-width:95%!important;margin:1rem auto!important;max-height:90vh;overflow-y:auto}[class*=-modal-content],.modal-content{padding:1.5rem!important}}@media(max-width:768px){nav{padding:.5rem 1rem}.nav-menu{flex-direction:column;width:100%}.nav-item{width:100%;text-align:left}}@media(max-width:768px){table{display:block;overflow-x:auto;white-space:nowrap}thead{display:none}tr{display:block;margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:8px}td{display:block;text-align:right;padding:.5rem 1rem;border-bottom:1px solid #f3f4f6}td:before{content:attr(data-label);float:left;font-weight:600}}@media(max-width:375px){[class*=hero],.hero{min-height:10px!important;padding:1.5rem .75rem!important}[class*=hero] h1,.hero h1{font-size:1.5rem!important;line-height:1.3!important}[class*=hero] p,.hero p{font-size:.875rem!important}}@media(min-width:376px)and (max-width:640px){[class*=hero] h1,.hero h1{font-size:1.75rem!important;line-height:1.3!important}[class*=hero] p,.hero p{font-size:.9375rem!important}}@media(min-width:641px)and (max-width:768px){[class*=hero],.hero{min-height:550px!important;padding:2.5rem 1.5rem!important}[class*=hero] h1,.hero h1{font-size:2rem!important}[class*=hero] p,.hero p{font-size:1rem!important}}@media(max-width:768px){.flex-row-desktop{flex-direction:column!important}.flex-wrap-mobile{flex-wrap:wrap!important}}@media(max-width:768px){.gap-4{gap:1rem!important}.gap-3{gap:.75rem!important}.gap-2{gap:.5rem!important}.p-4{padding:1rem!important}.p-3{padding:.75rem!important}.p-2{padding:.5rem!important}.m-4{margin:1rem!important}.m-3{margin:.75rem!important}.m-2{margin:.5rem!important}}@media(max-width:768px){body{overflow-x:hidden}*{max-width:100%}}@media(max-width:768px){a,button,input[type=submit],input[type=button],[role=button]{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}}@media(max-width:768px){.city-coworking-hero{padding:2rem 1rem!important}.location-tabs{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.filter-dropdowns{flex-direction:column;gap:.5rem}.filter-dropdowns select{width:100%}}@media(max-width:768px){.services-grid{grid-template-columns:1fr!important}.city-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}}@media(max-width:480px){.city-grid{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}}@media(max-width:768px){*{-webkit-tap-highlight-color:rgba(0,0,0,.1)}img,video{will-change:transform}}@media(max-width:768px){.search-form,[class*='"search-form"']{flex-direction:column!important;gap:.75rem!important}.search-input,[class*='"search-input"'],.search-button,[class*='"search-button"']{width:100%!important}}@media(max-width:768px){.carousel-dots,[class*='"carousel-dots"']{gap:.5rem!important}.carousel-dot{width:8px!important;height:8px!important}.carousel-arrow,[class*='"carousel-arrow"']{width:36px!important;height:36px!important}}@media(max-width:768px){.property-card,[class*='"property-card"']{width:100%!important}}@media(max-width:480px){.badge,.tag,[class*='"-badge"'],[class*='"-tag"']{font-size:.75rem!important;padding:.25rem .5rem!important}}@media(max-width:375px){section{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.container{padding-left:.5rem!important;padding-right:.5rem!important}}@media print{.no-print,nav,footer,button,[class*=-modal]{display:none!important}*{background:#fff!important;color:#000!important}}@media(max-width:768px){html{-webkit-overflow-scrolling:touch}body{overflow-x:hidden}}@media(max-width:1024px){.hero-section{min-height:auto!important;padding-top:4rem}.hero-content{padding:1.5rem 1rem}.hero-title{font-size:1.875rem;line-height:1.2;margin-bottom:1rem}.hero-search-form{gap:.625rem;margin-bottom:1.5rem}.hero-search-input,.hero-search-select{padding:.5rem .75rem;font-size:.875rem}.hero-search-button{padding:.5rem 1.5rem;font-size:.875rem;width:100%}.hero-image-container{min-height:250px}}@media(max-width:640px){.hero-section{padding-top:4rem}.hero-content{padding:1rem}.hero-title{font-size:1.5rem;margin-bottom:.75rem}.hero-search-form{gap:.5rem;margin-bottom:1rem}.hero-image-container{min-height:200px}}@media(max-width:768px){.service-categories-section{padding:3rem 1rem}.service-card{height:9rem;border-radius:1rem}.service-card-title{font-size:1rem}.service-card-subtitle{font-size:1.125rem}}@media(max-width:640px){.service-categories-section{padding:2rem 1rem}.service-card{height:8rem}.service-card-title{font-size:.875rem}.service-card-subtitle{font-size:1rem}}@media(max-width:768px){.platform-stats-section{padding-top:3rem}.floating-card{width:14rem;padding:.625rem}.floating-card-image{height:8rem}.floating-card-title{font-size:1rem}.stats-number{font-size:1.5rem}.stats-label{font-size:.75rem}.platform-heading{font-size:1.5rem;margin-bottom:1rem}.platform-subheading{font-size:1.125rem;margin-bottom:1.5rem}.platform-button{padding:.625rem 1.25rem;font-size:.875rem}}@media(max-width:640px){.platform-stats-section{padding-top:2rem}.floating-card{width:12rem}.stats-number,.platform-heading{font-size:1.25rem}.platform-subheading{font-size:1rem}}@media(max-width:1024px){.what-you-get-section{padding:3rem 1rem}.what-you-get-image{height:20rem;border-radius:5rem 5rem 0 0}.what-you-get-heading{font-size:1.5rem;margin-bottom:2rem}.benefit-icon-container{width:3.5rem;height:3.5rem}.benefit-text{font-size:1rem}}@media(max-width:640px){.what-you-get-section{padding:2rem 1rem}.what-you-get-image{height:15rem;border-radius:3rem 3rem 0 0}.what-you-get-heading{font-size:1.25rem;margin-bottom:1.5rem}.benefit-icon-container{width:3rem;height:3rem}.benefit-text{font-size:.875rem}}@media(max-width:1024px){.space-search-section{padding:3rem 1rem}.space-search-card{padding:2rem;border-radius:1.875rem}.space-search-heading{font-size:1.5rem;margin-bottom:.5rem}.space-search-subheading{font-size:.875rem;margin-bottom:1.5rem}.space-search-form{gap:1rem}.space-search-input{padding:.625rem;font-size:.875rem}.space-search-submit{padding:.625rem 2.5rem;font-size:.875rem}.space-search-image{width:14rem;height:14rem}}@media(max-width:640px){.space-search-section{padding:2rem 1rem}.space-search-card{padding:1.5rem}.space-search-heading{font-size:1.25rem}.space-search-image{width:12rem;height:12rem}}@media(max-width:768px){.top-cities-section{padding:3rem 1rem}.top-cities-heading{font-size:1.5rem;margin-bottom:2rem}.city-card{height:11rem}.city-card-title{font-size:1.125rem}.city-card-tagline{font-size:.75rem}}@media(max-width:640px){.top-cities-section{padding:2rem 1rem}.top-cities-heading{font-size:1.25rem;margin-bottom:1.5rem}.city-card{height:10rem}.city-card-title{font-size:1rem}}@media(max-width:768px){.featured-section{padding:3rem 1rem}.featured-heading{font-size:1.5rem;margin-bottom:2rem}.brand-logo-container{width:6rem;height:2.5rem}.featured-banner{padding:1.5rem;border-radius:1rem}.featured-banner-title{font-size:1.25rem;margin-bottom:1.5rem}.feature-item-icon{font-size:1.25rem}.feature-item-text{font-size:.75rem}.contact-info{font-size:.875rem}.featured-image{min-height:12.5rem}}@media(max-width:640px){.featured-section{padding:2rem 1rem}.featured-heading{font-size:1.25rem}.brand-logo-container{width:5rem;height:2rem}.featured-banner-title{font-size:1.125rem}.feature-item-text{font-size:.625rem}}@media(max-width:768px){.trusted-companies-section{padding:3rem 1rem}.trusted-companies-heading{font-size:1.5rem;margin-bottom:2.5rem}.company-name{font-size:1.25rem}.company-grid{gap:1.5rem}}@media(max-width:640px){.trusted-companies-section{padding:2rem 1rem}.trusted-companies-heading{font-size:1.25rem;margin-bottom:2rem}.company-name{font-size:1rem}.company-grid{gap:1rem}}@media(max-width:768px){.city-grid{gap:.5rem}.city-grid-button{padding:.5rem}}@media(max-width:640px){.city-grid{gap:.375rem}.city-grid-button{padding:.375rem}}@media(max-width:768px){.section-heading{font-size:1.5rem!important}.section-heading-decorator{width:2.5rem;height:2.5rem}.section-underline{width:5rem;margin-top:.75rem}}@media(max-width:640px){.section-heading{font-size:1.25rem!important}.section-heading-decorator{width:2rem;height:2rem}.section-underline{width:4rem;margin-top:.5rem}}@media(max-width:768px){.btn-primary,.btn-secondary{padding:.625rem 1.5rem;font-size:.875rem}.btn-large{padding:.75rem 2rem;font-size:1rem}}@media(max-width:640px){.btn-primary,.btn-secondary{padding:.5rem 1.25rem;font-size:.875rem}.btn-large{padding:.625rem 1.5rem;font-size:.875rem}.btn-mobile-full{width:100%}}@media(max-width:768px){.section-padding{padding-top:3rem;padding-bottom:3rem}.container-padding{padding-left:1rem;padding-right:1rem}}@media(max-width:640px){.section-padding{padding-top:2rem;padding-bottom:2rem}.container-padding{padding-left:.75rem;padding-right:.75rem}}@media(max-width:768px){.grid-2-cols,.grid-3-cols,.grid-4-cols{grid-template-columns:repeat(2,1fr)}.grid-6-cols{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.grid-2-cols,.grid-3-cols,.grid-4-cols{grid-template-columns:1fr}.grid-6-cols{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.text-responsive-xl{font-size:1.5rem}.text-responsive-lg{font-size:1.25rem}.text-responsive-md{font-size:1rem}.text-responsive-sm{font-size:.875rem}.text-responsive-xs{font-size:.75rem}}@media(max-width:640px){.text-responsive-xl{font-size:1.25rem}.text-responsive-lg{font-size:1.125rem}.text-responsive-md{font-size:.875rem}.text-responsive-sm{font-size:.75rem}.text-responsive-xs{font-size:.625rem}}@media(max-width:768px){.responsive-image{max-width:100%;height:auto}.rounded-image-mobile{border-radius:1rem}}@media(max-width:768px){.card{padding:1.5rem;border-radius:1rem}.card-compact{padding:1rem}}@media(max-width:640px){.card{padding:1rem;border-radius:.75rem}.card-compact{padding:.75rem}}@media(max-width:768px){.modal-content{width:95%;max-width:95%;margin:1rem;padding:1.5rem}.modal-header{font-size:1.25rem}}@media(max-width:640px){.modal-content{width:100%;height:100%;margin:0;border-radius:0;padding:1rem}.modal-header{font-size:1.125rem}}@media(max-width:768px){button,a,input,select,textarea{min-height:44px;min-width:44px}.no-select-mobile{-webkit-user-select:none;-moz-user-select:none;user-select:none}.scroll-container{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}}@media(max-width:768px){.hide-mobile{display:none!important}.show-mobile{display:block!important}}@media(min-width:769px){.hide-desktop{display:none!important}.show-desktop{display:block!important}}@media(max-width:768px){.reduce-motion-mobile *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}img{image-rendering:-webkit-optimize-contrast}}@media(max-width:768px){.flex.justify-center button[aria-label*=slide]{min-width:8px!important;min-height:8px!important;touch-action:manipulation}.flex.justify-center[class*=gap]{padding:.5rem 0}}@media(max-width:640px){.fixed{z-index:999!important}.fixed.bottom-4,.fixed.bottom-6,.fixed.right-4,.fixed.right-6{bottom:20px!important;right:16px!important}}@media(max-width:768px){.theatre-hero-section,.event-hero-section,.hotel-hero-section,.party-hero-section{height:200px!important;min-height:200px!important}}@media(max-width:640px){.member-price-badge{font-size:.65rem!important;padding:.25rem .5rem!important;margin-bottom:.5rem!important}.discount-badge{font-size:.65rem!important;padding:.25rem .5rem!important;top:-8px!important}.theatre-badge,.venue-badge{font-size:.65rem!important;padding:.3rem .6rem!important}}@media(max-width:640px){.service-categories-grid,[class*=service] .grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important;padding:0 .5rem!important}}@media(max-width:640px){section[class*=page],.private-theatres-page,.event-spaces-page{padding-top:1rem!important}.city-section{margin-bottom:2rem!important}}@media(max-width:640px){.venue-name,.theatre-name,.hotel-name,.event-name,h3[class*=name],h4[class*=name]{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;line-clamp:2!important;overflow:hidden!important;line-height:1.3!important;max-height:2.6em!important}}@media(max-width:640px){input,select,textarea{font-size:16px!important;min-height:44px!important}.btn,.button,button:not(.carousel-dot):not(.dot-indicator):not(.nav-arrow):not(.carousel-btn){min-height:44px;min-width:44px}}@media(max-width:640px){.grid-cols-3:not(.grid.grid-cols-4):not(.trusted-logos-grid),.grid-cols-4:not(.grid.grid-cols-4):not(.trusted-logos-grid),.grid-cols-6:not(.grid.grid-cols-4):not(.trusted-logos-grid){grid-template-columns:repeat(2,1fr)!important}.grid.grid-cols-4{grid-template-columns:repeat(4,1fr)!important}}@media(max-width:640px){.bg-\[#007bff\]{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.platform-stats-section .floating-card{width:12rem!important}}@media(max-width:640px){.py-12,.py-16,.py-20{padding-top:2rem!important;padding-bottom:2rem!important}.pt-12,.pt-16,.pt-20{padding-top:1.5rem!important}.pb-12,.pb-16,.pb-20{padding-bottom:1.5rem!important}}@media(max-width:640px){img{max-width:100%!important;height:auto!important}.card-image,.venue-image,.theatre-image{-o-object-fit:cover!important;object-fit:cover!important}}@media(max-width:768px){.carousel-nav-btn,.image-nav-btn{display:none!important}}@media(max-width:640px){.service-modal-grid{grid-template-columns:repeat(2,1fr)!important;display:grid!important;gap:1.5rem 1rem!important}.service-modal-grid div.rounded-full{width:80px!important;height:80px!important}.service-modal-grid span{font-size:12px!important}}@media(max-width:768px){.hotels-carousel,.venues-carousel,.halls-carousel,.theatres-carousel{display:flex!important;gap:1rem!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;padding:1rem .5rem!important;-webkit-overflow-scrolling:touch!important}.hotel-card,.venue-card,.hall-card,.theatre-card{min-width:calc(100vw - 4rem)!important;max-width:calc(100vw - 4rem)!important;flex-shrink:0!important;scroll-snap-align:center!important}.carousel-container{padding:0 1rem!important}.carousel-nav-btn{display:none!important}.city-title{padding-left:1rem!important;font-size:1.5rem!important;margin-bottom:1rem!important}.hotels-carousel::-webkit-scrollbar,.venues-carousel::-webkit-scrollbar,.halls-carousel::-webkit-scrollbar,.theatres-carousel::-webkit-scrollbar{display:none!important}}@media(max-width:480px){.hotel-card,.venue-card,.hall-card,.theatre-card{min-width:calc(100vw - 3rem)!important;max-width:calc(100vw - 3rem)!important}.city-title{font-size:1.25rem!important}.carousel-nav-btn{display:none!important}}@media(max-width:768px){.hotels-carousel,.venues-carousel,.halls-carousel,.theatres-carousel{scroll-padding:0 1rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-bottom-10{bottom:-2.5rem}.-left-10{left:-2.5rem}.-left-2{left:-.5rem}.-left-3{left:-.75rem}.-left-4{left:-1rem}.-left-6{left:-1.5rem}.-left-8{left:-2rem}.-right-1{right:-.25rem}.-right-4{right:-1rem}.-top-1{top:-.25rem}.-top-10{top:-2.5rem}.-top-2{top:-.5rem}.-top-3{top:-.75rem}.-top-4{top:-1rem}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-\[5\%\]{bottom:5%}.left-0{left:0}.left-1\/2{left:50%}.left-16{left:4rem}.left-2{left:.5rem}.left-20{left:5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-\[-15\%\]{left:-15%}.left-\[-20px\]{left:-20px}.left-full{left:100%}.right-0{right:0}.right-10{right:2.5rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-40{right:10rem}.right-6{right:1.5rem}.right-8{right:2rem}.right-\[5\%\]{right:5%}.top-0{top:0}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-20{top:5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-\[10\%\]{top:10%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-\[100\]{z-index:100}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}.row-span-1{grid-row:span 1 / span 1}.row-span-2{grid-row:span 2 / span 2}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.-mb-0{margin-bottom:-0px}.-ml-1{margin-left:-.25rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.mr-0{margin-right:0}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-\[220px\]{height:220px}.h-\[240px\]{height:240px}.h-\[250px\]{height:250px}.h-\[340px\]{height:340px}.h-\[350px\]{height:350px}.h-\[500px\]{height:500px}.h-\[60\%\]{height:60%}.h-\[70\%\]{height:70%}.h-auto{height:auto}.h-full{height:100%}.max-h-0{max-height:0px}.max-h-96{max-height:24rem}.max-h-\[300px\]{max-height:300px}.max-h-full{max-height:100%}.min-h-\[150px\]{min-height:150px}.min-h-\[200px\]{min-height:200px}.min-h-\[220px\]{min-height:220px}.min-h-\[300px\]{min-height:300px}.min-h-\[320px\]{min-height:320px}.min-h-\[600px\]{min-height:600px}.min-h-\[auto\]{min-height:auto}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[30\%\]{width:30%}.w-\[70\%\]{width:70%}.w-\[94\%\]{width:94%}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-\[800px\]{max-width:800px}.max-w-\[90\%\]{max-width:90%}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.origin-bottom{transform-origin:bottom}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-4{--tw-translate-x: -1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-4{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-12{--tw-rotate: -12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-3{--tw-rotate: -3deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-6{--tw-rotate: -6deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-12{--tw-rotate: 12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-3{--tw-rotate: 3deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-15deg\]{--tw-rotate: -15deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[15deg\]{--tw-rotate: 15deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-3{row-gap:.75rem}.gap-y-6{row-gap:1.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[24px\]{border-radius:24px}.rounded-\[30px\]{border-radius:30px}.rounded-\[40px\]{border-radius:40px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-tl-3xl{border-top-left-radius:1.5rem}.rounded-tl-\[50px\]{border-top-left-radius:50px}.border{border-width:1px}.border-2{border-width:2px}.border-4,.border-\[4px\]{border-width:4px}.border-\[8px\]{border-width:8px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-r-0{border-right-width:0px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[\#F3E8FF\]{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/30{border-color:#ffffff4d}.border-white\/50{border-color:#ffffff80}.border-yellow-100{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity, 1))}.bg-\[\#007bff\]{--tw-bg-opacity: 1;background-color:rgb(0 123 255 / var(--tw-bg-opacity, 1))}.bg-\[\#EAF6FF\]{--tw-bg-opacity: 1;background-color:rgb(234 246 255 / var(--tw-bg-opacity, 1))}.bg-\[\#FFE588\]{--tw-bg-opacity: 1;background-color:rgb(255 229 136 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF8C5\]{--tw-bg-opacity: 1;background-color:rgb(255 248 197 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF8E7\]{--tw-bg-opacity: 1;background-color:rgb(255 248 231 / var(--tw-bg-opacity, 1))}.bg-\[\#FFFCE5\]{--tw-bg-opacity: 1;background-color:rgb(255 252 229 / var(--tw-bg-opacity, 1))}.bg-\[\#FFFDF2\]{--tw-bg-opacity: 1;background-color:rgb(255 253 242 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-black\/30{background-color:#0000004d}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/40{background-color:#fff6}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-black\/70{--tw-gradient-from: rgb(0 0 0 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/80{--tw-gradient-from: rgb(0 0 0 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/50{--tw-gradient-from: rgb(239 246 255 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/95{--tw-gradient-from: rgb(239 246 255 / .95) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600\/30{--tw-gradient-from: rgb(37 99 235 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-rose-500{--tw-gradient-from: #f43f5e var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/10{--tw-gradient-from: rgb(255 255 255 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from: #facc15 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-amber-50{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fffbeb var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/30{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/40{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/50{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .5) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-50\/85{--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(239 246 255 / .85) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-600{--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #2563eb var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#FFFDF2\]{--tw-gradient-to: #FFFDF2 var(--tw-gradient-to-position)}.to-amber-50{--tw-gradient-to: #fffbeb var(--tw-gradient-to-position)}.to-black\/30{--tw-gradient-to: rgb(0 0 0 / .3) var(--tw-gradient-to-position)}.to-blue-400{--tw-gradient-to: #60a5fa var(--tw-gradient-to-position)}.to-blue-50\/40{--tw-gradient-to: rgb(239 246 255 / .4) var(--tw-gradient-to-position)}.to-blue-500{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.to-cyan-500{--tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)}.to-emerald-500{--tw-gradient-to: #10b981 var(--tw-gradient-to-position)}.to-gray-50{--tw-gradient-to: #f9fafb var(--tw-gradient-to-position)}.to-orange-400{--tw-gradient-to: #fb923c var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.to-rose-600{--tw-gradient-to: #e11d48 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.to-white\/80{--tw-gradient-to: rgb(255 255 255 / .8) var(--tw-gradient-to-position)}.to-yellow-100{--tw-gradient-to: #fef9c3 var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-center{background-position:center}.fill-current{fill:currentColor}.fill-gray-300{fill:#d1d5db}.fill-yellow-400{fill:#facc15}.fill-yellow-500{fill:#eab308}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-10{padding-left:2.5rem}.pl-3{padding-left:.75rem}.pr-0{padding-right:0}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6,.pt-\[1\.5rem\]{padding-top:1.5rem}.pt-\[3\.75rem\]{padding-top:3.75rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[14px\]{font-size:14px}.text-\[2\.4rem\]{font-size:2.4rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.leading-\[1\.1\]{line-height:1.1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-50{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.mix-blend-multiply{mix-blend-mode:multiply}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_40px_rgba\(0\,0\,0\,0\.05\)\]{--tw-shadow: 0 10px 40px rgba(0,0,0,.05);--tw-shadow-colored: 0 10px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-blue-500\/30{--tw-shadow-color: rgb(59 130 246 / .3);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[2px\]{--tw-backdrop-blur: blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.animate-marquee{animation:marquee 25s linear infinite}@media(max-width:768px){.animate-marquee{animation:marquee 20s linear infinite}}@media(max-width:640px){.animate-marquee{animation:marquee 18s linear infinite}}@media(max-width:480px){.animate-marquee{animation:marquee 15s linear infinite}}:root{--bg-primary: #ffffff;--bg-card: #f3f4f6;--text-primary: #111827;--text-secondary: #4b5563;--primary: #3b82f6;--primary-glow: rgba(59, 130, 246, .3);--accent: #8b5cf6;--accent-glow: rgba(139, 92, 246, .3);--glass-bg: rgba(255, 255, 255, .8);--glass-border: rgba(0, 0, 0, .05);--font-sans: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:color .3s ease}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hover\:z-30:hover{z-index:30}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-200:hover{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.hover\:border-blue-700:hover{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.hover\:border-gray-200:hover{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#ffe066\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 224 102 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:from-blue-700:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-blue-600:hover{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.hover\:text-\[\#007bff\]:hover{--tw-text-opacity: 1;color:rgb(0 123 255 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-blue-500\/40:hover{--tw-shadow-color: rgb(59 130 246 / .4);--tw-shadow: var(--tw-shadow-colored)}.hover\:grayscale-0:hover{--tw-grayscale: grayscale(0);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-70:disabled{opacity:.7}.group\/link:hover .group-hover\/link\:translate-x-1,.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-white\/30{background-color:#ffffff4d}.group:hover .group-hover\:bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:from-black\/90{--tw-gradient-from: rgb(0 0 0 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-20{opacity:.2}.group:hover .group-hover\:shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media(min-width:640px){.sm\:-left-4{left:-1rem}.sm\:-top-12{top:-3rem}.sm\:-top-4{top:-1rem}.sm\:bottom-4{bottom:1rem}.sm\:left-20{left:5rem}.sm\:left-\[-50px\]{left:-50px}.sm\:right-5{right:1.25rem}.sm\:right-8{right:2rem}.sm\:top-20{top:5rem}.sm\:top-5{top:1.25rem}.sm\:mt-10{margin-top:2.5rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:h-12{height:3rem}.sm\:h-14{height:3.5rem}.sm\:h-24{height:6rem}.sm\:h-28{height:7rem}.sm\:h-40{height:10rem}.sm\:h-48{height:12rem}.sm\:h-5{height:1.25rem}.sm\:h-64{height:16rem}.sm\:h-8{height:2rem}.sm\:h-\[400px\]{height:400px}.sm\:min-h-\[250px\]{min-height:250px}.sm\:min-h-\[260px\]{min-height:260px}.sm\:w-1\/4{width:25%}.sm\:w-12{width:3rem}.sm\:w-14{width:3.5rem}.sm\:w-24{width:6rem}.sm\:w-28{width:7rem}.sm\:w-32{width:8rem}.sm\:w-48{width:12rem}.sm\:w-5{width:1.25rem}.sm\:w-64{width:16rem}.sm\:w-8{width:2rem}.sm\:w-auto{width:auto}.sm\:max-w-xl{max-width:36rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:gap-12{gap:3rem}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.sm\:rounded-\[32px\]{border-radius:32px}.sm\:rounded-r-\[120px\]{border-top-right-radius:120px;border-bottom-right-radius:120px}.sm\:border-\[10px\]{border-width:10px}.sm\:border-\[6px\]{border-width:6px}.sm\:p-4{padding:1rem}.sm\:p-8{padding:2rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:pb-12{padding-bottom:3rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pt-16{padding-top:4rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}}@media(min-width:768px){.md\:left-24{left:6rem}.md\:left-4{left:1rem}.md\:right-16{right:4rem}.md\:right-4{right:1rem}.md\:top-24{top:6rem}.md\:mx-0{margin-left:0;margin-right:0}.md\:mx-12{margin-left:3rem;margin-right:3rem}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:-mr-8{margin-right:-2rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-12{margin-bottom:3rem}.md\:mb-16{margin-bottom:4rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-5{margin-bottom:1.25rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:mt-16{margin-top:4rem}.md\:mt-4{margin-top:1rem}.md\:line-clamp-none{overflow:visible;display:block;-webkit-box-orient:horizontal;-webkit-line-clamp:none}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-10{height:2.5rem}.md\:h-14{height:3.5rem}.md\:h-16{height:4rem}.md\:h-20{height:5rem}.md\:h-28{height:7rem}.md\:h-36{height:9rem}.md\:h-40{height:10rem}.md\:h-5{height:1.25rem}.md\:h-52{height:13rem}.md\:h-56{height:14rem}.md\:h-6{height:1.5rem}.md\:h-80{height:20rem}.md\:h-\[240px\]{height:240px}.md\:h-\[600px\]{height:600px}.md\:h-full{height:100%}.md\:min-h-\[100vh\]{min-height:100vh}.md\:min-h-\[190px\]{min-height:190px}.md\:min-h-\[300px\]{min-height:300px}.md\:min-h-\[400px\]{min-height:400px}.md\:w-1\/2{width:50%}.md\:w-10{width:2.5rem}.md\:w-16{width:4rem}.md\:w-2\/5{width:40%}.md\:w-20{width:5rem}.md\:w-24{width:6rem}.md\:w-3\/5{width:60%}.md\:w-36{width:9rem}.md\:w-40{width:10rem}.md\:w-5{width:1.25rem}.md\:w-52{width:13rem}.md\:w-6{width:1.5rem}.md\:w-80{width:20rem}.md\:w-\[calc\(50\%-12px\)\]{width:calc(50% - 12px)}.md\:w-auto{width:auto}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:gap-10{gap:2.5rem}.md\:gap-12{gap:3rem}.md\:gap-16{gap:4rem}.md\:gap-2{gap:.5rem}.md\:gap-20{gap:5rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.md\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.md\:rounded-3xl{border-radius:1.5rem}.md\:rounded-\[40px\]{border-radius:40px}.md\:rounded-xl{border-radius:.75rem}.md\:rounded-r-\[150px\]{border-top-right-radius:150px;border-bottom-right-radius:150px}.md\:rounded-tl-\[60px\]{border-top-left-radius:60px}.md\:from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.md\:p-10{padding:2.5rem}.md\:p-12{padding:3rem}.md\:p-3{padding:.75rem}.md\:p-4{padding:1rem}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-0{padding-top:0;padding-bottom:0}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:pb-0{padding-bottom:0}.md\:pb-8{padding-bottom:2rem}.md\:pl-10{padding-left:2.5rem}.md\:pl-4{padding-left:1rem}.md\:pl-6{padding-left:1.5rem}.md\:pr-8{padding-right:2rem}.md\:pt-10{padding-top:2.5rem}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:opacity-100{opacity:1}.md\:shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media(min-width:1024px){.lg\:left-28{left:7rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-20{margin-left:5rem;margin-right:5rem}.lg\:mx-8{margin-left:2rem;margin-right:2rem}.lg\:-mr-16{margin-right:-4rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mb-8{margin-bottom:2rem}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-\[234px\]{height:234px}.lg\:h-\[480px\]{height:480px}.lg\:h-\[500px\]{height:500px}.lg\:h-\[650px\]{height:650px}.lg\:h-\[700px\]{height:700px}.lg\:min-h-\[340px\]{min-height:340px}.lg\:w-1\/2{width:50%}.lg\:w-2\/5{width:40%}.lg\:w-3\/5{width:60%}.lg\:w-56{width:14rem}.lg\:w-\[40\%\]{width:40%}.lg\:w-\[45\%\]{width:45%}.lg\:w-\[55\%\]{width:55%}.lg\:w-\[calc\(25\%-18px\)\]{width:calc(25% - 18px)}.lg\:w-auto{width:auto}.lg\:flex-1{flex:1 1 0%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:justify-end{justify-content:flex-end}.lg\:gap-0{gap:0px}.lg\:gap-16{gap:4rem}.lg\:gap-8{gap:2rem}.lg\:p-0{padding:0}.lg\:p-12{padding:3rem}.lg\:p-16{padding:4rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:pb-0{padding-bottom:0}.lg\:pl-8{padding-left:2rem}.lg\:pr-12{padding-right:3rem}.lg\:pr-6{padding-right:1.5rem}.lg\:pr-8{padding-right:2rem}.lg\:pt-0{padding-top:0}.lg\:pt-12{padding-top:3rem}.lg\:text-left{text-align:left}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}}@media(min-width:1280px){.xl\:block{display:block}.xl\:w-\[40\%\]{width:40%}.xl\:w-\[60\%\]{width:60%}.xl\:gap-24{gap:6rem}}
