@import"https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.image-navbar{width:100%;height:80px;position:fixed!important;top:0;left:0;right:0;z-index:1030;background-color:#111!important;box-shadow:0 2px 20px #0000004d;padding:0 1.5rem;transition:all .3s ease}.navbar-brand{color:#fff!important;font-weight:700;font-size:1.8rem;text-decoration:none!important;letter-spacing:2px;padding-left:20px;font-family:Bodoni Moda,Playfair Display,Didot,Bodoni MT,serif;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all .3s ease}.navbar-logo{height:55px;width:auto;object-fit:contain}.mobile-controls{display:none;align-items:center;gap:12px}.search-wrapper{position:relative;width:100%;max-width:400px}.search-form{display:flex;align-items:center;width:100%}.search-input{background-color:#1a1a1a;border:1px solid #555;color:#fff;border-radius:30px 0 0 30px;padding:10px 20px;width:100%;height:45px;font-size:.95rem;transition:all .3s ease}.search-input::placeholder{color:#888;font-weight:300}.search-input:focus{outline:none;border-color:#f5d976;box-shadow:0 0 0 3px #f5d97626;background-color:#222}.search-btn{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);border:none;border-radius:0 30px 30px 0;padding:0 20px;height:45px;color:#111;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.search-btn:hover{transform:scale(1.02);box-shadow:0 5px 15px #f5d9764d}.search-btn i{font-size:1.2rem}.search-results{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#1a1a1a;border:1px solid rgba(245,217,118,.2);border-radius:16px;box-shadow:0 10px 30px #0006;max-height:400px;overflow-y:auto;z-index:1050;animation:slideDown .3s ease}.search-loading{padding:30px;text-align:center;color:#ccc;display:flex;flex-direction:column;align-items:center;gap:10px}.spinner-small{width:30px;height:30px;border:3px solid rgba(245,217,118,.1);border-top-color:#f5d976;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.search-result-item{display:flex;align-items:center;gap:15px;padding:15px 20px;cursor:pointer;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.05)}.search-result-item:hover{background:#f5d9761a;transform:translate(5px)}.search-result-item i{font-size:1.5rem;color:#f5d976;background:#f5d9761a;padding:10px;border-radius:12px}.result-info{display:flex;flex-direction:column;gap:4px}.result-name{color:#fff;font-weight:600;font-size:1rem}.result-type{color:#aaa;font-size:.85rem}.search-view-all{padding:15px 20px;border-top:1px solid rgba(255,255,255,.05);text-align:center}.search-view-all button{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);border:none;color:#111;padding:10px 20px;border-radius:30px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.search-view-all button:hover{transform:translate(5px);box-shadow:0 5px 15px #f5d9764d}.search-no-results{padding:40px 20px;text-align:center;color:#ccc;display:flex;flex-direction:column;align-items:center;gap:10px}.search-no-results i{font-size:2.5rem;color:#555}.navbar-nav{align-items:center;margin-left:auto}.nav-link i{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:transform .3s ease;font-size:1.1rem}.nav-link:hover{color:#f5d976!important}.nav-link.active i{transform:scale(1.1)}.theme-toggle{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;margin-left:10px}.theme-toggle i{color:#111;font-size:1.2rem}@media(max-width:992px){.image-navbar{height:auto;min-height:70px;padding:.5rem 1rem}.mobile-controls{display:flex}.desktop-theme-toggle{display:none!important}.mobile-theme-toggle{width:38px;height:38px;margin-right:5px}.mobile-theme-toggle i{font-size:1.1rem}.navbar-toggler{border:none;padding:0;background:transparent}.navbar-toggler:focus{outline:none;box-shadow:none}.navbar-toggler-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);border-radius:8px}.navbar-toggler-icon i{color:#111;font-size:1.3rem}.navbar-collapse{background:#111;padding:1rem;border-radius:0 0 16px 16px;margin-top:10px;max-height:calc(100vh - 70px);overflow-y:auto;border-top:1px solid rgba(245,217,118,.1);box-shadow:0 10px 30px #0000004d}.navbar-collapse.show{animation:slideDown .3s ease}.search-wrapper{margin:10px 0;max-width:100%}.search-form{width:100%}.search-input{height:42px;padding:8px 15px}.search-btn{height:42px;padding:0 15px}.search-results{position:static;margin-top:5px;box-shadow:none;border:1px solid rgba(245,217,118,.1);max-height:300px}.search-result-item{padding:12px 15px}.search-result-item i{font-size:1.2rem;padding:8px}.navbar-nav{margin-top:15px;width:100%}.nav-item{width:100%;text-align:center;margin:5px 0}.nav-link{justify-content:center;padding:12px!important;font-size:1.1rem;border-radius:8px}.nav-link:hover{background:#f5d9761a}.nav-link:after{bottom:5px}}@media(max-width:576px){.image-navbar{min-height:60px}.navbar-brand{font-size:1.3rem;padding-left:10px}.mobile-theme-toggle,.navbar-toggler-icon{width:35px;height:35px}.navbar-toggler-icon i{font-size:1.1rem}.search-input{height:38px;font-size:.9rem}.search-btn{height:38px}.search-result-item{padding:10px 12px}.result-name{font-size:.95rem}.result-type{font-size:.8rem}.nav-link{font-size:1rem;padding:10px!important}}body.light-theme .image-navbar{background-color:#fff!important;box-shadow:0 2px 20px #0000000d}body.light-theme .navbar-brand{background:linear-gradient(45deg,#b8860b,#daa520,#cd9a1d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}body.light-theme .nav-link{color:#2c3e50!important}body.light-theme .nav-link i{background:linear-gradient(45deg,#b8860b,#daa520,#b8860b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.2rem;filter:drop-shadow(0 2px 2px rgba(184,134,11,.2))}body.light-theme .nav-link:hover{color:#b8860b!important}body.light-theme .nav-link:hover i{background:linear-gradient(45deg,#8b4513,#b8860b,#8b4513);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transform:scale(1.1)}body.light-theme .nav-link.active{color:#b8860b!important}body.light-theme .nav-link.active i{background:linear-gradient(45deg,#8b4513,#daa520,#8b4513);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .search-input{background-color:#f5f5f5;border-color:#e0e0e0;color:#2c3e50}body.light-theme .search-input:focus{border-color:#b8860b;background-color:#fff}body.light-theme .search-btn{background:linear-gradient(45deg,#b8860b,#daa520,#cd9a1d);color:#fff}body.light-theme .search-btn i{color:#fff;-webkit-text-fill-color:white;background:none}body.light-theme .search-results{background:#fff;border-color:#b8860b33;box-shadow:0 10px 30px #0000001a}body.light-theme .search-result-item{border-bottom-color:#0000000d}body.light-theme .search-result-item:hover{background:#b8860b0d}body.light-theme .search-result-item i{background:#b8860b1a;color:#b8860b;-webkit-text-fill-color:#b8860b;padding:8px;border-radius:8px}body.light-theme .result-type{color:#666}body.light-theme .theme-toggle{background:linear-gradient(45deg,#b8860b,#daa520,#cd9a1d)}body.light-theme .theme-toggle i{color:#fff;-webkit-text-fill-color:white;background:none}@media(max-width:992px){body.light-theme .navbar-collapse{background:#fff;border-top-color:#0000000d}body.light-theme .navbar-toggler-icon{background:linear-gradient(45deg,#b8860b,#daa520,#cd9a1d)}body.light-theme .navbar-toggler-icon i{color:#fff;-webkit-text-fill-color:white}body.light-theme .nav-link:hover{background:#b8860b0d}}.nav-link{position:relative;padding:.5rem 1.2rem!important;margin:0 .2rem;color:#fff!important;font-weight:500;display:flex;align-items:center;gap:6px;transition:all .3s ease}.nav-link i{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:transform .3s ease}.nav-link:hover i{transform:scale(1.2)}.nav-link:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:linear-gradient(90deg,#f1c40f,#e67e22);transition:all .3s ease;transform:translate(-50%)}.nav-link:hover:after,.nav-link.active:after{width:70%}.nav-link.active{color:#f5d976!important}.theme-toggle{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.theme-toggle:hover{transform:rotate(45deg) scale(1.1)}.theme-toggle i{color:#111;font-size:1.2rem;transition:transform .3s ease}.desktop-theme-toggle{display:flex}@media(max-width:992px){.image-navbar{height:auto;min-height:70px}.mobile-controls{display:flex}.desktop-theme-toggle{display:none!important}.mobile-theme-toggle{width:35px;height:35px;margin-right:5px}.mobile-theme-toggle i{font-size:1rem}.navbar-collapse{background-color:#111;padding:1rem;border-radius:0 0 10px 10px;margin-top:10px;max-height:calc(100vh - 70px);overflow-y:auto;transition:background-color .3s ease}.navbar-nav{margin-top:15px;width:100%}.nav-item{width:100%;text-align:center;margin:5px 0}.nav-link{justify-content:center;padding:12px!important;font-size:1.1rem}.nav-link:after{bottom:5px}.search-form{margin:10px 0;max-width:100%}.search-input{padding:10px 15px}.navbar-toggler{border:none;padding:0;background:transparent}.navbar-toggler:focus{outline:none;box-shadow:none}.navbar-toggler-icon{display:flex;align-items:center;justify-content:center;width:35px;height:35px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);border-radius:5px}.navbar-toggler-icon i{color:#111;font-size:1.3rem}.navbar-collapse{transition:all .3s ease-in-out}.navbar-collapse.show{animation:slideDown .3s ease forwards}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:576px){.image-navbar{min-height:60px}.navbar-brand{font-size:1.2rem;padding-left:10px}.mobile-theme-toggle,.navbar-toggler-icon{width:32px;height:32px}.nav-link{font-size:1rem;padding:10px!important}}.footer{width:100%;overflow-x:hidden;background:linear-gradient(145deg,#111,#1a1a1a);color:#fff;padding:60px 0 0;position:relative;border-top:1px solid rgba(245,217,118,.1)}.footer-container{max-width:1400px;margin:0 auto;padding:0 20px;width:100%}.footer-brand{display:inline-flex;align-items:center;margin-bottom:15px;text-decoration:none}.footer-logo{height:65px;width:auto;object-fit:contain;transition:all .3s ease}.footer-logo:hover{transform:scale(1.02);opacity:.9}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:50px}.footer-description{color:#ccc;line-height:1.6;margin-bottom:25px;font-size:.95rem}.footer-social{display:flex;gap:15px;flex-wrap:wrap}.social-icon{width:40px;height:40px;background:#ffffff0d;border:1px solid rgba(245,217,118,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ccc;text-decoration:none;transition:all .3s ease}.social-icon:hover{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111;transform:translateY(-3px);border-color:transparent}.footer-col h3{color:#f5d976;font-size:1.2rem;font-weight:600;margin-bottom:25px;position:relative;padding-bottom:10px;font-family:Bodoni Moda,serif}.footer-col h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(90deg,#c8942c,#f5d976);border-radius:2px}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#ccc;text-decoration:none;transition:all .3s ease;font-size:.95rem;display:inline-block}.footer-links a:hover{color:#f5d976;transform:translate(5px)}.footer-links .view-all{color:#f5d976;font-weight:500;margin-top:5px}.footer-links .view-all i{font-size:.8rem;transition:transform .3s ease}.footer-links .view-all:hover i{transform:translate(3px)}.footer-contact{list-style:none;padding:0}.footer-contact li{display:flex;align-items:flex-start;gap:15px;margin-bottom:20px;color:#ccc}.footer-contact i{color:#f5d976;font-size:1.2rem;margin-top:3px;flex-shrink:0}.footer-contact span{font-size:.95rem;line-height:1.5}.footer-contact a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#f5d976}.footer-newsletter{background:#ffffff05;border:1px solid rgba(245,217,118,.1);border-radius:60px;padding:40px 50px;margin-bottom:40px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:30px}.newsletter-content h3{color:#f5d976;font-size:1.3rem;margin-bottom:8px;font-family:Bodoni Moda,serif}.newsletter-content p{color:#ccc;font-size:.95rem}.newsletter-form{display:flex;gap:15px;flex:1;max-width:500px}.newsletter-form input{flex:1;padding:15px 25px;border-radius:40px;border:1px solid rgba(245,217,118,.2);background:#ffffff0d;color:#fff;font-size:.95rem;transition:all .3s ease}.newsletter-form input::placeholder{color:#666}.newsletter-form input:focus{outline:none;border-color:#f5d976;background:#ffffff1a}.newsletter-form button{padding:15px 35px;border-radius:40px;border:none;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.newsletter-form button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #f5d9764d}.newsletter-form button i{font-size:1rem;transition:transform .3s ease}.newsletter-form button:hover i{transform:translate(3px)}.footer-bottom{padding:25px 0;border-top:1px solid rgba(245,217,118,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.copyright{color:#888;font-size:.9rem}.footer-bottom-links{display:flex;gap:30px;flex-wrap:wrap}.footer-bottom-links a{color:#888;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-links a:hover{color:#f5d976}@media(max-width:1200px){.footer-main{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:30px}}@media(max-width:992px){.footer-main{grid-template-columns:repeat(2,1fr);gap:40px}.brand-col{grid-column:span 2}.footer-newsletter{flex-direction:column;text-align:center;padding:40px 30px}.newsletter-form{max-width:100%;width:100%}}@media(max-width:768px){.footer{padding-top:50px}.footer-main{grid-template-columns:1fr;gap:30px}.brand-col{grid-column:span 1}.footer-newsletter{padding:30px 20px;border-radius:30px}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%;justify-content:center}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}@media(max-width:576px){.footer-container{padding:0 15px}.footer-logo{height:50px}.footer-bottom-links{gap:15px}.footer-social{justify-content:center}.footer-description{text-align:center}.footer-col h3:after{left:50%;transform:translate(-50%);width:60px}.footer-col h3,.footer-links{text-align:center}.footer-contact li{justify-content:center}.newsletter-content{text-align:center}}body.light-theme .footer{background:linear-gradient(145deg,#f8f5f0,#fff);border-top-color:#2f67551a}body.light-theme .footer-description{color:#4a4a4a}body.light-theme .social-icon{background:#f0f0f0;border-color:#2f675533;color:#4a4a4a}body.light-theme .footer-col h3{color:#2f6755}body.light-theme .footer-col h3:after{background:linear-gradient(90deg,#2f6755,#1e4538)}body.light-theme .footer-links a{color:#4a4a4a}body.light-theme .footer-links a:hover,body.light-theme .footer-links .view-all,body.light-theme .footer-contact i{color:#2f6755}body.light-theme .footer-contact span,body.light-theme .footer-contact a{color:#4a4a4a}body.light-theme .footer-contact a:hover{color:#2f6755}body.light-theme .footer-newsletter{background:#f8f5f0;border-color:#2f675533}body.light-theme .newsletter-content h3{color:#2f6755}body.light-theme .newsletter-content p{color:#4a4a4a}body.light-theme .newsletter-form input{background:#fff;border-color:#2f675533;color:#333}body.light-theme .newsletter-form input::placeholder{color:#999}body.light-theme .newsletter-form input:focus{border-color:#2f6755;background:#fff}body.light-theme .newsletter-form button{background:linear-gradient(45deg,#2f6755,#1e4538);color:#fff}body.light-theme .footer-bottom{border-top-color:#2f67551a}body.light-theme .copyright,body.light-theme .footer-bottom-links a{color:#666}body.light-theme .footer-bottom-links a:hover{color:#2f6755}.popup-form-wrapper .popup-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:popupFadeIn .4s cubic-bezier(.4,0,.2,1)}@keyframes popupFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.popup-form-wrapper .popup-container{display:flex;background:linear-gradient(145deg,#1a1a1a,#222);border-radius:32px;width:90%;max-width:900px;max-height:85vh;overflow:hidden;box-shadow:0 40px 80px #0009,0 0 0 1px #f5d9761a;animation:popupSlideUp .5s cubic-bezier(.4,0,.2,1);position:relative}@keyframes popupSlideUp{0%{opacity:0;transform:translateY(40px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.popup-form-wrapper .popup-image-section{flex:1;position:relative;overflow:hidden;display:block}.popup-form-wrapper .popup-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.popup-form-wrapper .popup-container:hover .popup-image{transform:scale(1.05)}.popup-form-wrapper .image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#f5d97633,#000000b3);display:flex;flex-direction:column;justify-content:flex-end;padding:40px;color:#fff}.popup-form-wrapper .image-overlay h3{font-size:2.2rem;font-weight:600;margin-bottom:10px;font-family:Bodoni Moda,serif;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.2}.popup-form-wrapper .image-overlay p{font-size:1rem;opacity:.9;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3);margin-bottom:5px}.popup-form-wrapper .image-overlay .features{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.popup-form-wrapper .image-overlay .feature-item{background:#ffffff26;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:6px 14px;border-radius:40px;font-size:.9rem;font-weight:500;border:1px solid rgba(255,255,255,.2);color:#fff}.popup-form-wrapper .badge{position:absolute;top:30px;left:30px;background:linear-gradient(135deg,#f5d976,#d8ac42);color:#1a1a1a;padding:10px 20px;border-radius:40px;font-size:.9rem;font-weight:600;letter-spacing:.5px;box-shadow:0 10px 25px #f5d97666;animation:popupPulse 2s infinite;z-index:2}@keyframes popupPulse{0%,to{transform:scale(1);box-shadow:0 10px 25px #f5d97666}50%{transform:scale(1.05);box-shadow:0 15px 35px #f5d97699}}.popup-form-wrapper .popup-form-section{flex:1;padding:40px;position:relative;overflow-y:auto}.popup-form-wrapper .popup-close{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(245,217,118,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.popup-form-wrapper .popup-close:hover{background:linear-gradient(135deg,#f5d976,#d8ac42);color:#111;transform:rotate(90deg) scale(1.1);border-color:transparent;box-shadow:0 5px 15px #f5d97666}.popup-form-wrapper .popup-close i{font-size:1.3rem}.popup-form-wrapper .popup-header{text-align:center;margin-bottom:30px}.popup-form-wrapper .popup-header h2{color:#f5d976;font-size:2rem;margin-bottom:10px;font-family:Bodoni Moda,serif;letter-spacing:-.5px}.popup-form-wrapper .popup-header p{color:#ccc;font-size:.95rem;line-height:1.6}.popup-form-wrapper .popup-form{display:flex;flex-direction:column;gap:20px}.popup-form-wrapper .form-row{display:flex;gap:15px}.popup-form-wrapper .form-row .form-group{flex:1}.popup-form-wrapper .form-group{margin-bottom:0}.popup-form-wrapper .form-group label{display:flex;align-items:center;gap:8px;color:#fff;font-size:.9rem;font-weight:500;margin-bottom:8px}.popup-form-wrapper .form-group label i{color:#f5d976;font-size:1rem}.popup-form-wrapper .form-group input,.popup-form-wrapper .form-group select,.popup-form-wrapper .form-group textarea{width:100%;padding:14px 16px;background:#ffffff0d;border:1.5px solid rgba(245,217,118,.15);border-radius:16px;color:#fff;font-size:.95rem;transition:all .3s ease}.popup-form-wrapper .form-group input:hover,.popup-form-wrapper .form-group select:hover,.popup-form-wrapper .form-group textarea:hover{border-color:#f5d97666;background:#ffffff14}.popup-form-wrapper .form-group input:focus,.popup-form-wrapper .form-group select:focus,.popup-form-wrapper .form-group textarea:focus{outline:none;border-color:#f5d976;background:#ffffff1a;box-shadow:0 0 0 4px #f5d97626}.popup-form-wrapper .form-group input.error,.popup-form-wrapper .form-group select.error,.popup-form-wrapper .form-group textarea.error{border-color:#ff6b6b!important;animation:popupShake .3s ease}.popup-form-wrapper .form-group input::placeholder,.popup-form-wrapper .form-group textarea::placeholder{color:#666;font-size:.9rem}.popup-form-wrapper .form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23f5d976' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:18px;padding-right:45px}.popup-form-wrapper .form-group select::-ms-expand{display:none}.popup-form-wrapper .form-group select option{background:#1a1a1a;color:#fff;padding:12px}.popup-form-wrapper .field-error{color:#ff6b6b;font-size:.75rem;margin-top:6px;display:flex;align-items:center;gap:4px;animation:popupFadeIn .3s ease}.popup-form-wrapper .field-error i{font-size:.8rem}.popup-form-wrapper .field-hint{color:#888;font-size:.7rem;margin-top:6px;display:flex;align-items:center;gap:4px}.popup-form-wrapper .field-hint i{color:#f5d976;font-size:.8rem}.popup-form-wrapper .popup-error{background:#ff6b6b1a;border:1.5px solid #ff6b6b;border-radius:16px;padding:14px 18px;display:flex;align-items:center;gap:12px;color:#ff6b6b;animation:popupShake .5s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@keyframes popupShake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}.popup-form-wrapper .popup-error i{font-size:1.3rem}.popup-form-wrapper .popup-error p{margin:0;font-size:.95rem;font-weight:500}.popup-form-wrapper .form-actions{display:flex;flex-direction:column;gap:12px;margin-top:10px}.popup-form-wrapper .popup-submit{background:linear-gradient(135deg,#f5d976,#d8ac42);border:none;color:#111;padding:16px;border-radius:40px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;position:relative;overflow:hidden}.popup-form-wrapper .popup-submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.popup-form-wrapper .popup-submit:hover:before{width:300px;height:300px}.popup-form-wrapper .popup-submit:hover{transform:translateY(-3px);box-shadow:0 15px 30px #f5d97666}.popup-form-wrapper .popup-submit:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.popup-form-wrapper .popup-submit:disabled:before{display:none}.popup-form-wrapper .spinner-small{width:18px;height:18px;border:2px solid rgba(0,0,0,.1);border-top-color:#111;border-radius:50%;animation:popupSpin .8s linear infinite}@keyframes popupSpin{to{transform:rotate(360deg)}}.popup-form-wrapper .popup-later{background:transparent;border:1.5px solid rgba(245,217,118,.2);color:#ccc;padding:14px;border-radius:40px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.popup-form-wrapper .popup-later:hover{border-color:#f5d976;color:#f5d976;background:#f5d9760d;transform:translateY(-2px)}.popup-form-wrapper .form-note{display:flex;align-items:center;justify-content:center;gap:8px;color:#888;font-size:.8rem;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.05)}.popup-form-wrapper .form-note i{color:#28a745;font-size:1rem}.popup-form-wrapper .popup-success{padding:60px 30px;text-align:center}.popup-form-wrapper .success-icon{margin-bottom:25px}.popup-form-wrapper .success-icon i{font-size:5rem;color:#28a745;animation:popupScaleIn .5s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 10px 20px rgba(40,167,69,.3))}@keyframes popupScaleIn{0%{transform:scale(0) rotate(-180deg)}to{transform:scale(1) rotate(0)}}.popup-form-wrapper .popup-success h3{color:#f5d976;font-size:2.2rem;margin-bottom:10px;font-family:Bodoni Moda,serif}.popup-form-wrapper .popup-success p{color:#ccc;font-size:1rem;margin-bottom:10px}.popup-form-wrapper .success-note{color:#888!important;font-size:.9rem!important}body.light-theme .popup-form-wrapper .popup-overlay{background:#fffc}body.light-theme .popup-form-wrapper .popup-container{background:linear-gradient(145deg,#fff,#f8f5f0);box-shadow:0 40px 80px #00000026,0 0 0 1px #2f67551a}body.light-theme .popup-form-wrapper .image-overlay{background:linear-gradient(135deg,#2f67554d,#00000080)}body.light-theme .popup-form-wrapper .badge{background:linear-gradient(135deg,#2f6755,#1e4538);color:#fff;box-shadow:0 10px 25px #2f67554d}body.light-theme .popup-form-wrapper .popup-close{background:#0000000d;border-color:#2f675533;color:#333}body.light-theme .popup-form-wrapper .popup-close:hover{background:linear-gradient(135deg,#2f6755,#1e4538);color:#fff}body.light-theme .popup-form-wrapper .popup-header h2{color:#2f6755}body.light-theme .popup-form-wrapper .popup-header p{color:#666}body.light-theme .popup-form-wrapper .form-group label{color:#333}body.light-theme .popup-form-wrapper .form-group label i{color:#2f6755}body.light-theme .popup-form-wrapper .form-group input,body.light-theme .popup-form-wrapper .form-group select,body.light-theme .popup-form-wrapper .form-group textarea{background:#f8f9fa;border-color:#e0e0e0;color:#333}body.light-theme .popup-form-wrapper .form-group input:hover,body.light-theme .popup-form-wrapper .form-group select:hover,body.light-theme .popup-form-wrapper .form-group textarea:hover{border-color:#2f6755;background:#fff}body.light-theme .popup-form-wrapper .form-group input:focus,body.light-theme .popup-form-wrapper .form-group select:focus,body.light-theme .popup-form-wrapper .form-group textarea:focus{border-color:#2f6755;background:#fff;box-shadow:0 0 0 4px #2f67551a}body.light-theme .popup-form-wrapper .form-group select{background-color:#f8f9fa;border-color:#e0e0e0;color:#333;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%232F6755' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:18px;padding-right:45px}body.light-theme .popup-form-wrapper .form-group select::-ms-expand{display:none}body.light-theme .popup-form-wrapper .form-group select option{background:#fff;color:#333}body.light-theme .popup-form-wrapper .form-group input::placeholder,body.light-theme .popup-form-wrapper .form-group textarea::placeholder{color:#999}body.light-theme .popup-form-wrapper .field-hint{color:#666}body.light-theme .popup-form-wrapper .field-hint i{color:#2f6755}body.light-theme .popup-form-wrapper .popup-later{border-color:#2f675533;color:#666}body.light-theme .popup-form-wrapper .popup-later:hover{border-color:#2f6755;color:#2f6755;background:#2f67550d}body.light-theme .popup-form-wrapper .form-note{border-top-color:#e0e0e0;color:#666}body.light-theme .popup-form-wrapper .form-note i,body.light-theme .popup-form-wrapper .popup-success h3{color:#2f6755}body.light-theme .popup-form-wrapper .popup-success p{color:#666}@media(max-width:767px){.popup-form-wrapper .popup-container{flex-direction:column;max-height:90vh;width:95%}.popup-form-wrapper .popup-image-section{height:180px;width:100%;flex:none}.popup-form-wrapper .popup-image{width:100%;height:100%;object-fit:cover}.popup-form-wrapper .image-overlay{padding:25px}.popup-form-wrapper .image-overlay h3{font-size:1.6rem;margin-bottom:5px}.popup-form-wrapper .image-overlay .features{gap:8px;margin-top:5px}.popup-form-wrapper .image-overlay .feature-item{padding:4px 12px;font-size:.8rem}.popup-form-wrapper .image-overlay p{font-size:.9rem}.popup-form-wrapper .badge{top:15px;left:15px;padding:8px 16px;font-size:.8rem}.popup-form-wrapper .popup-form-section{padding:30px 25px}.popup-form-wrapper .popup-header h2{font-size:1.8rem}.popup-form-wrapper .popup-header p{font-size:.9rem}.popup-form-wrapper .form-row{flex-direction:column;gap:20px}}@media(max-width:480px){.popup-form-wrapper .popup-image-section{height:150px}.popup-form-wrapper .image-overlay{padding:20px}.popup-form-wrapper .image-overlay h3{font-size:1.4rem}.popup-form-wrapper .image-overlay .feature-item{padding:3px 10px;font-size:.75rem}.popup-form-wrapper .image-overlay p{font-size:.85rem}.popup-form-wrapper .badge{top:12px;left:12px;padding:6px 14px;font-size:.75rem}.popup-form-wrapper .popup-form-section{padding:25px 20px}.popup-form-wrapper .popup-header h2{font-size:1.5rem}.popup-form-wrapper .popup-header p{font-size:.85rem}.popup-form-wrapper .form-group input,.popup-form-wrapper .form-group select,.popup-form-wrapper .form-group textarea{padding:12px 14px;font-size:.9rem}.popup-form-wrapper .popup-submit{padding:14px;font-size:.95rem}.popup-form-wrapper .popup-later{padding:12px;font-size:.85rem}.popup-form-wrapper .popup-success{padding:40px 20px}.popup-form-wrapper .success-icon i{font-size:4rem}.popup-form-wrapper .popup-success h3{font-size:1.8rem}}@media(max-width:360px){.popup-form-wrapper .popup-image-section{height:130px}.popup-form-wrapper .image-overlay h3{font-size:1.2rem}.popup-form-wrapper .image-overlay p{font-size:.75rem}.popup-form-wrapper .popup-form-section{padding:20px 15px}}.home-page{width:100%;min-height:100vh;padding-top:80px;background-color:#070707;overflow-x:hidden}.hero-section{position:relative;height:90vh;min-height:600px;overflow:hidden}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.hero-slide.active{opacity:1}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#111111b3;border:2px solid rgb(245,217,118);border-radius:50%;color:#f5d976;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .3s ease}.slider-arrow:hover{background:#f5d976;color:#111;transform:translateY(-50%) scale(1.1)}.slider-arrow.prev{left:20px}.slider-arrow.next{right:20px}.slider-dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:20}.slider-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:2px solid transparent;cursor:pointer;transition:all .3s ease;padding:0}.slider-dot:hover{background:#f5d976;transform:scale(1.2)}.slider-dot.active{background:#f5d976;transform:scale(1.2);border-color:#fff}.advantages-section{width:100%;padding:80px 20px;background-color:#070707;position:relative;z-index:1}.advantages-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:50px}.section-title{font-family:Bodoni Moda,Playfair Display,serif;font-size:2.5rem;color:#fff;margin-bottom:15px;font-weight:700}.section-description{color:#ccc;font-size:1.1rem;max-width:600px;margin:0 auto}.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:60px}.advantage-card{background:linear-gradient(145deg,#111,#1a1a1a);padding:35px 25px;border-radius:16px;text-align:center;transition:all .4s ease;border:1px solid rgba(245,217,118,.1);position:relative;overflow:hidden}.advantage-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,217,118,.1),transparent);transition:left .6s ease}.advantage-card:hover:before{left:100%}.advantage-card:hover{transform:translateY(-10px);border-color:#f5d9764d;box-shadow:0 20px 40px #0006}.advantage-icon{width:80px;height:80px;margin:0 auto 25px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.advantage-card:hover .advantage-icon{transform:rotateY(180deg) scale(1.1)}.advantage-icon i{font-size:2.5rem;color:#111}.advantage-title{color:#f5d976;font-size:1.25rem;font-weight:600;margin-bottom:15px;line-height:1.4}.advantage-description{color:#ccc;font-size:.95rem;line-height:1.6;margin:0}.stats-featured-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-top:40px}.featured-image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00000080;border:1px solid rgba(245,217,118,.2);height:400px}.featured-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.featured-image-container:hover .featured-image{transform:scale(1.05)}.featured-image-container:after{content:"";position:absolute;inset:0;background:linear-gradient(45deg,rgba(245,217,118,.1),transparent);pointer-events:none}.stats-container{display:flex;justify-content:center;align-items:center}.stat-card{background:linear-gradient(145deg,#111,#1a1a1a);padding:50px 40px;border-radius:20px;text-align:center;border:1px solid rgba(245,217,118,.2);box-shadow:0 20px 40px #0000004d;position:relative;overflow:hidden;width:100%;max-width:400px}.stat-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(245,217,118,.1),transparent 70%);animation:rotate 10s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stat-icon{width:80px;height:80px;margin:0 auto 25px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.stat-icon i{font-size:2.5rem;color:#111}.stat-number{font-size:3.5rem;font-weight:700;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px;position:relative;z-index:1}.stat-label{color:#fff;font-size:1.2rem;font-weight:500;letter-spacing:1px;position:relative;z-index:1}.sitevisit-steps-section{width:100%;padding:80px 20px;background-color:#070707;position:relative}.sitevisit-container{max-width:1400px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:50px}.step-card{background:linear-gradient(145deg,#111,#1a1a1a);padding:35px 25px;border-radius:16px;text-align:center;transition:all .4s ease;border:1px solid rgba(245,217,118,.1);position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column}.step-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,217,118,.1),transparent);transition:left .6s ease}.step-card:hover:before{left:100%}.step-card:hover{transform:translateY(-10px);border-color:#f5d9764d;box-shadow:0 20px 40px #0006}.step-card.highlight{background:linear-gradient(145deg,#1a1a1a,#222);border:2px solid rgb(245,217,118);position:relative}.step-card.highlight:after{content:"✨";position:absolute;top:10px;right:10px;font-size:1.2rem;opacity:.5}.step-icon{width:80px;height:80px;margin:0 auto 25px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.step-card:hover .step-icon{transform:rotateY(180deg) scale(1.1)}.step-icon i{font-size:2.5rem;color:#111}.step-title{color:#f5d976;font-size:1.25rem;font-weight:600;margin-bottom:15px;line-height:1.4}.step-description{color:#ccc;font-size:.95rem;line-height:1.6;margin:0;flex-grow:1}.step-cta{margin-top:20px;font-size:1.5rem;color:#f5d976;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(0)}40%{transform:translate(10px)}60%{transform:translate(5px)}}.step-card-link{display:block;text-decoration:none;color:inherit;width:100%;height:100%}.step-card-link:hover{text-decoration:none}.properties-section{width:100%;padding:60px 20px;background-color:#070707;overflow:hidden}.properties-container{max-width:1400px;margin:0 auto}.view-more-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:20px;margin-top:20px;width:100%}.view-more-wrapper .section-description{margin:0 auto;text-align:center;max-width:600px;width:100%}.view-more-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111;text-decoration:none;padding:10px 25px;border-radius:30px;font-weight:600;transition:all .3s ease;margin:0 auto}.view-more-btn:hover{transform:translate(5px);box-shadow:0 5px 15px #f5d9764d}.properties-carousel-container{width:100%;overflow:hidden;margin-top:40px;padding:20px 0}.properties-track{display:flex;gap:25px;animation:scroll 50s linear infinite;width:fit-content}.properties-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-4595px)}}.property-card-link{display:block;text-decoration:none;color:inherit;width:360px;flex-shrink:0}.property-card-link:hover{text-decoration:none}.property-card{background:linear-gradient(145deg,#111,#1a1a1a);border:1px solid rgba(245,217,118,.1);border-radius:20px;overflow:hidden;transition:all .4s ease;height:100%;display:flex;flex-direction:column;position:relative;width:100%}.property-card:hover{transform:translateY(-8px);border-color:#f5d9764d;box-shadow:0 20px 40px #00000080}.property-card.featured:before{content:"";position:absolute;inset:0;border-radius:20px;padding:2px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.featured-badge{position:absolute;top:15px;left:15px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111;padding:5px 12px;border-radius:20px;font-size:.75rem;font-weight:600;z-index:5;display:flex;align-items:center;gap:5px;box-shadow:0 5px 15px #f5d9764d}.featured-badge i{font-size:.8rem}.property-image-wrapper{position:relative;height:200px;overflow:hidden}.property-image{width:100%;height:100%}.property-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.property-card:hover .property-image img{transform:scale(1.1)}.property-tag{position:absolute;top:15px;right:15px;padding:5px 12px;border-radius:20px;font-size:.7rem;font-weight:600;z-index:5;box-shadow:0 5px 15px #0003}.property-tag.new-launch{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}.property-tag.premium{background:linear-gradient(45deg,#b8860b,#daa520,#cd9a1d);color:#fff}.property-tag.luxury{background:linear-gradient(45deg,#8b7355,#9b7e3e,#b8860b);color:#fff}.property-details{padding:20px;flex-grow:1;display:flex;flex-direction:column}.property-name{color:#f5d976;font-size:1.2rem;font-weight:600;margin-bottom:8px;line-height:1.3}.property-location{color:#ccc;font-size:.85rem;margin-bottom:10px;display:flex;align-items:center;gap:5px}.property-location i{color:#f5d976;font-size:.9rem}.property-price{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:5px}.property-developer{color:#ccc;font-size:.8rem;margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.property-specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:15px;background:#ffffff08;border-radius:12px;padding:12px}.spec-item{display:flex;align-items:center;gap:8px}.spec-item i{color:#f5d976;font-size:1rem}.spec-label{color:#888;font-size:.6rem;text-transform:uppercase;letter-spacing:.5px}.spec-value{color:#fff;font-size:.8rem;font-weight:500}.property-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid rgba(245,217,118,.1)}.property-cta{display:inline-flex;align-items:center;gap:6px;color:#f5d976;font-weight:500;font-size:.9rem;transition:all .3s ease}.property-card:hover .property-cta{color:#fff;gap:10px}.property-cta i{transition:transform .3s ease}.property-card:hover .property-cta i{transform:translate(5px)}@media(max-width:1200px){.hero-title{font-size:3.5rem}.advantages-grid{grid-template-columns:repeat(2,1fr);gap:25px}.section-title{font-size:2.2rem}.stat-number{font-size:3rem}}@media(max-width:992px){.home-page{padding-top:70px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.slider-arrow{width:40px;height:40px;font-size:1.2rem}.advantages-section{padding:60px 20px}.stats-featured-section{grid-template-columns:1fr;gap:30px}.featured-image-container{height:350px;max-width:600px;margin:0 auto}.stat-card{max-width:500px;margin:0 auto}}@media(max-width:768px){.home-page{padding-top:60px}.hero-section{height:70vh}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem;padding:0 15px}.hero-badges{gap:10px}.badge{padding:8px 15px;font-size:.8rem}.hero-actions{flex-direction:column;gap:10px;max-width:300px;margin:0 auto}.slider-arrow{width:35px;height:35px;font-size:1rem}.slider-arrow.prev{left:10px}.slider-arrow.next{right:10px}.slider-dots{bottom:20px}.slider-dot{width:10px;height:10px}.advantages-section{padding:50px 15px}.section-title{font-size:2rem}.section-description{font-size:1rem}.advantages-grid{grid-template-columns:repeat(2,1fr);gap:15px}.advantage-card{padding:25px 15px}.advantage-icon{width:60px;height:60px;margin-bottom:15px}.advantage-icon i{font-size:1.8rem}.advantage-title{font-size:1.1rem;margin-bottom:10px}.advantage-description{font-size:.85rem}.featured-image-container{height:300px;width:90%;margin:0 auto}.stat-card{padding:35px 20px;width:90%;margin:0 auto}.stat-number{font-size:2.5rem}.steps-grid{grid-template-columns:repeat(2,1fr);gap:15px}.step-card{padding:20px 15px}.step-icon{width:60px;height:60px;margin-bottom:15px}.step-icon i{font-size:1.8rem}.step-title{font-size:1.1rem;margin-bottom:10px}.step-description{font-size:.85rem}.properties-section{padding:40px 15px}.property-card-link{width:300px}.property-image-wrapper{height:170px}.property-details{padding:15px}.property-name{font-size:1.1rem}.property-price{font-size:1rem}@keyframes scroll{to{transform:translate(-3820px)}}}@media(max-width:576px){.hero-section{height:60vh}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.badge{padding:6px 12px;font-size:.7rem}.slider-arrow{width:30px;height:30px}.section-title{font-size:1.8rem}.advantages-grid{grid-template-columns:repeat(2,1fr);gap:12px}.advantage-card{padding:20px 12px}.advantage-icon{width:50px;height:50px;margin-bottom:12px}.advantage-icon i{font-size:1.5rem}.advantage-title{font-size:1rem;margin-bottom:8px}.advantage-description{font-size:.75rem;line-height:1.3}.featured-image-container{height:250px;width:100%}.stat-card{padding:25px 15px;width:100%}.stat-number{font-size:2rem}.stat-label{font-size:.9rem}.stat-icon{width:50px;height:50px}.stat-icon i{font-size:1.5rem}.steps-grid{grid-template-columns:repeat(2,1fr);gap:12px}.step-card{padding:15px 10px}.step-icon{width:50px;height:50px;margin-bottom:12px}.step-icon i{font-size:1.5rem}.step-title{font-size:1rem;margin-bottom:8px}.step-description{font-size:.75rem;line-height:1.3}.property-card-link{width:260px}.property-image-wrapper{height:150px}.property-details{padding:12px}.property-name{font-size:1rem}.property-price{font-size:.95rem}@keyframes scroll{to{transform:translate(-3285px)}}}@media(max-width:400px){.advantages-grid{gap:8px}.advantage-card{padding:15px 8px}.advantage-icon{width:45px;height:45px;margin-bottom:8px}.advantage-icon i{font-size:1.3rem}.advantage-title{font-size:.9rem}.advantage-description{font-size:.7rem}.steps-grid{gap:8px}.step-card{padding:12px 8px}.step-icon{width:45px;height:45px}.step-icon i{font-size:1.3rem}.step-title{font-size:.9rem}.step-description{font-size:.7rem}.property-card-link{width:220px}.property-image-wrapper{height:130px}@keyframes scroll{to{transform:translate(-2772px)}}}body.light-theme .slider-arrow{background:var(--cream-light);border-color:#2f6755;color:#2f6755}body.light-theme .slider-arrow:hover{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .slider-dot:hover,body.light-theme .slider-dot.active{background:#2f6755}body.light-theme .advantages-section{background-color:var(--cream-bg)}body.light-theme .section-subtitle{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .advantage-card{background:var(--cream-light)!important;border-color:var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}body.light-theme .advantage-card:hover{border-color:#2f6755;box-shadow:0 8px 24px #2f675526}body.light-theme .advantage-icon{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35)}body.light-theme .advantage-title{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .stat-card{background:var(--cream-light)!important;border-color:var(--border-color);box-shadow:0 8px 20px var(--shadow-color)}body.light-theme .stat-number{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .sitevisit-steps-section{background-color:var(--cream-bg)}body.light-theme .step-card{background:var(--cream-light)!important;border-color:var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}body.light-theme .step-card:hover{border-color:#2f6755;box-shadow:0 8px 24px #2f675526}body.light-theme .step-card.highlight{background:linear-gradient(145deg,var(--cream-light),#ffffff)!important;border-color:#2f6755}body.light-theme .step-icon{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35)}body.light-theme .step-title{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .step-cta{color:#2f6755}body.light-theme .property-card{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}body.light-theme .property-card:hover{border-color:#2f6755;box-shadow:0 15px 30px #2f675526}body.light-theme .property-card.featured:before{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35)}body.light-theme .featured-badge,body.light-theme .property-tag{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .property-name{color:#2c3e50;font-weight:600}body.light-theme .property-location{color:var(--text-secondary)}body.light-theme .property-location i{color:#2f6755}body.light-theme .property-price{color:#2f6755;font-weight:700}body.light-theme .property-specs-grid{background:var(--cream-light)}body.light-theme .spec-label{color:var(--text-muted)}body.light-theme .spec-value{color:var(--text-primary)}body.light-theme .property-footer{border-top-color:var(--border-color)}body.light-theme .property-cta{color:#2c3e50}body.light-theme .property-card:hover .property-cta{color:#2f6755}body.light-theme .view-more-btn{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .view-more-btn:hover{box-shadow:0 5px 15px #2c3e504d}body.light-theme .properties-section .section-subtitle{color:#2f6755;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset}body.light-theme .properties-section .section-title{color:#2c3e50}body.light-theme .properties-section .section-description{color:var(--text-secondary)}.about-page{width:100%;min-height:100vh;padding-top:80px;font-family:Inter,sans-serif;position:relative;background:#070707;color:#fff;overflow-x:hidden}.about-hero{padding:100px 0 60px;text-align:center;position:relative}.about-hero-title{font-size:5rem;font-weight:800;line-height:1.1;margin-bottom:25px;letter-spacing:-2px;font-family:Bodoni Moda,serif}.about-hero-subtitle{font-size:1.2rem;color:#ccc;max-width:700px;margin:0 auto;line-height:1.8}.stats-section{padding:60px 0 40px}.stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.stat-card{background:#ffffff08;border:1px solid rgba(245,217,118,.1);border-radius:20px;padding:30px 20px;text-align:center;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);border-color:#f5d9764d;background:#ffffff0d}.stat-card .stat-value{display:block;color:#f5d976;font-size:2.2rem;font-weight:700;margin-bottom:8px}.stat-card .stat-label{color:#ccc;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.section-header-centered{text-align:center;margin-bottom:50px}.section-tag{display:inline-block;color:#f5d976;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px}.section-description{color:#ccc;font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.6}.story-section{padding:80px 0}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.story-content{padding-right:30px}.story-text{color:#ccc;line-height:1.8;margin-bottom:25px;font-size:1.05rem}.story-text strong{color:#f5d976}.story-features{margin-top:30px}.feature{display:flex;align-items:center;gap:12px;margin-bottom:15px}.feature i{color:#f5d976;font-size:1.2rem}.feature span{color:#fff;font-size:1rem}.story-image{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 30px 50px #00000080}.story-image img{width:100%;height:500px;object-fit:cover;display:block;transition:transform .6s ease}.story-image:hover img{transform:scale(1.05)}.image-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:30px 20px 20px;display:flex;align-items:center;gap:10px}.image-caption i{color:#f5d976;font-size:1.2rem}.image-caption span{color:#fff;font-size:1rem;font-weight:500}.vision-section{padding:60px 0}.vision-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.vision-card{background:linear-gradient(145deg,#111,#1a1a1a);border:1px solid rgba(245,217,118,.1);border-radius:30px;padding:50px 40px;text-align:center;transition:all .3s ease}.vision-card:hover{transform:translateY(-10px);border-color:#f5d9764d;box-shadow:0 20px 40px #0006}.vision-icon{width:100px;height:100px;margin:0 auto 30px;background:#f5d9761a;border-radius:50%;display:flex;align-items:center;justify-content:center}.vision-icon i{color:#f5d976;font-size:3rem}.vision-card h3{color:#f5d976;font-size:2rem;margin-bottom:20px;font-family:Bodoni Moda,serif}.vision-card p{color:#ccc;font-size:1.1rem;line-height:1.8;max-width:400px;margin:0 auto}.values-section{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.value-card{background:#ffffff08;border:1px solid rgba(245,217,118,.1);border-radius:24px;padding:40px 30px;text-align:center;transition:all .3s ease}.value-card:hover{transform:translateY(-10px);border-color:#f5d9764d;background:#ffffff0d;box-shadow:0 20px 40px #0006}.value-icon{width:80px;height:80px;margin:0 auto 25px;background:linear-gradient(45deg,#c8942c33,#f5d97633);border-radius:50%;display:flex;align-items:center;justify-content:center}.value-icon i{color:#f5d976;font-size:2.5rem}.value-title{color:#f5d976;font-size:1.3rem;font-weight:600;margin-bottom:15px;font-family:Bodoni Moda,serif}.value-description{color:#ccc;font-size:.95rem;line-height:1.6}.projects-showcase-section{padding:80px 0}.projects-showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.project-showcase-item{background:#ffffff05;border:1px solid rgba(245,217,118,.1);border-radius:16px;padding:25px 20px;display:flex;align-items:center;gap:15px;transition:all .3s ease}.project-showcase-item:hover{transform:translateY(-5px);border-color:#f5d9764d;background:#ffffff0d}.project-number{font-size:1.5rem;font-weight:700;color:#f5d9764d;font-family:Bodoni Moda,serif}.project-name{color:#fff;font-size:1.1rem;font-weight:500}.project-showcase-item:hover .project-name{color:#f5d976}.partners-section{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.partners-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.partner-item{background:#ffffff05;border:1px solid rgba(245,217,118,.1);border-radius:16px;padding:30px 20px;text-align:center;color:#ccc;font-size:1.1rem;font-weight:500;transition:all .3s ease}.partner-item:hover{border-color:#f5d9764d;background:#ffffff0d;color:#f5d976;transform:translateY(-5px)}.why-choose-section{padding:80px 0}.why-choose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.why-card{background:#ffffff05;border:1px solid rgba(245,217,118,.1);border-radius:24px;padding:40px 30px;text-align:center;transition:all .3s ease}.why-card:hover{transform:translateY(-10px);border-color:#f5d9764d;background:#ffffff0d;box-shadow:0 20px 40px #0006}.why-icon{width:70px;height:70px;margin:0 auto 25px;background:#f5d9761a;border-radius:50%;display:flex;align-items:center;justify-content:center}.why-icon i{color:#f5d976;font-size:2rem}.why-card h3{color:#f5d976;font-size:1.3rem;margin-bottom:15px;font-family:Bodoni Moda,serif}.why-card p{color:#ccc;font-size:.95rem;line-height:1.6}.achievements-section{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.achievements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.achievement-card{background:#ffffff05;border:1px solid rgba(245,217,118,.1);border-radius:24px;overflow:hidden;transition:all .3s ease}.achievement-card:hover{transform:translateY(-10px);border-color:#f5d9764d;box-shadow:0 20px 40px #0006}.achievement-image{height:200px;overflow:hidden}.achievement-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.achievement-card:hover .achievement-image img{transform:scale(1.1)}.achievement-content{padding:25px;text-align:center}.achievement-year{display:inline-block;background:#f5d9761a;color:#f5d976;padding:5px 15px;border-radius:30px;font-size:.8rem;font-weight:600;margin-bottom:15px}.achievement-title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:10px;line-height:1.4;font-family:Bodoni Moda,serif}.achievement-org{color:#ccc;font-size:.9rem}.contact-info-section{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a);margin-top:80px}.contact-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.contact-info-card{background:#ffffff05;border:1px solid rgba(245,217,118,.1);border-radius:24px;padding:40px 30px;text-align:center;transition:all .3s ease}.contact-info-card:hover{transform:translateY(-10px);border-color:#f5d9764d;background:#ffffff0d;box-shadow:0 20px 40px #0006}.contact-icon{width:80px;height:80px;margin:0 auto 25px;background:#f5d9761a;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-icon i{color:#f5d976;font-size:2.5rem}.contact-info-card h3{color:#f5d976;font-size:1.3rem;margin-bottom:15px;font-family:Bodoni Moda,serif}.contact-info-card p{color:#fff;font-size:1.1rem;margin-bottom:5px}.contact-note{color:#ccc;font-size:.9rem!important;margin-top:10px;font-style:italic}.contact-link{display:inline-flex;align-items:center;gap:5px;color:#f5d976;text-decoration:none;margin-top:10px;font-size:.95rem;transition:all .3s ease}.contact-link:hover{color:#fff;gap:8px}.commitment-section{padding:60px 0}.commitment-card{background:linear-gradient(145deg,#111,#1a1a1a);border:1px solid rgba(245,217,118,.2);border-radius:50px;padding:60px;text-align:center;box-shadow:0 30px 50px #0000004d}.commitment-card h2{font-size:2.5rem;color:#f5d976;margin-bottom:25px;font-family:Bodoni Moda,serif}.commitment-card p{color:#ccc;font-size:1.2rem;line-height:1.8;max-width:800px;margin:0 auto 30px}.commitment-tagline{font-size:1.5rem;margin-bottom:15px}.commitment-tagline .highlight{color:#f5d976;font-weight:700;font-family:Bodoni Moda,serif}.commitment-note{color:#888;font-size:1rem;font-style:italic}.about-cta{padding:60px 0 100px}.cta-card{background:linear-gradient(145deg,#111,#1a1a1a);border:1px solid rgba(245,217,118,.2);border-radius:50px;padding:60px;text-align:center;box-shadow:0 30px 50px #0000004d}.cta-card h2{font-size:2.5rem;color:#f5d976;margin-bottom:15px;font-family:Bodoni Moda,serif}.cta-card p{color:#ccc;font-size:1.2rem;margin-bottom:40px}@media(max-width:1200px){.about-hero-title{font-size:4rem}.stats-grid{grid-template-columns:repeat(3,1fr)}.values-grid,.team-grid,.partners-grid,.why-choose-grid,.projects-showcase-grid,.contact-info-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.about-hero-title{font-size:3.5rem}.story-grid{grid-template-columns:1fr;gap:40px}.story-content{padding-right:0}.vision-grid{grid-template-columns:1fr}.achievements-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-page{padding-top:60px}.about-hero{padding:60px 0 40px}.about-hero-title{font-size:2.8rem}.about-hero-subtitle{font-size:1rem;padding:0 20px}.section-title{font-size:2.2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:15px}.stat-card{padding:20px}.stat-card .stat-value{font-size:1.8rem}.values-grid,.achievements-grid,.team-grid{grid-template-columns:1fr}.partners-grid{grid-template-columns:repeat(2,1fr)}.why-choose-grid,.projects-showcase-grid,.contact-info-grid{grid-template-columns:1fr}.cta-card{padding:40px 30px}.cta-card h2{font-size:2rem}.commitment-card{padding:40px 30px}.commitment-card h2{font-size:2rem}.commitment-card p{font-size:1rem}.commitment-tagline{font-size:1.2rem}}@media(max-width:576px){.about-hero-title{font-size:2.2rem}.hero-badge{font-size:.8rem}.stats-grid,.partners-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.cta-card h2{font-size:1.8rem}.cta-card p{font-size:1rem}.vision-card{padding:40px 20px}.vision-card h3{font-size:1.5rem}.vision-card p{font-size:.95rem}}body.light-theme .about-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .hero-badge{background:#ffffffe6;border-color:#2f6755;color:#2f6755;-webkit-backdrop-filter:none;backdrop-filter:none}body.light-theme .about-hero-title .gradient-text{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .about-hero-subtitle{color:var(--text-secondary)}body.light-theme .stat-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}body.light-theme .section-tag{color:#2f6755}body.light-theme .section-description{color:var(--text-secondary)}body.light-theme .story-section{background-color:var(--cream-bg)}body.light-theme .story-text{color:var(--text-secondary)}body.light-theme .story-text strong,body.light-theme .feature i{color:#2f6755}body.light-theme .feature span{color:var(--text-primary)}body.light-theme .image-caption{background:linear-gradient(to top,rgba(220,217,203,.9),transparent)}body.light-theme .image-caption i{color:#2f6755}body.light-theme .image-caption span{color:#2c3e50}body.light-theme .vision-section{background-color:var(--cream-bg)}body.light-theme .vision-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}body.light-theme .vision-card:hover{border-color:#2f6755;box-shadow:0 20px 40px #2f675526}body.light-theme .vision-icon{background:#2f67551a}body.light-theme .vision-icon i{color:#2f6755}body.light-theme .vision-card h3{color:#2c3e50}body.light-theme .vision-card p{color:var(--text-secondary)}body.light-theme .values-section{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .value-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}body.light-theme .value-card:hover{border-color:#2f6755;box-shadow:0 20px 40px #2f675526}body.light-theme .value-icon{background:#2f67551a}body.light-theme .value-icon i{color:#2f6755}body.light-theme .value-title{color:#2c3e50}body.light-theme .value-description{color:var(--text-secondary)}body.light-theme .projects-showcase-section{background-color:var(--cream-bg)}body.light-theme .project-showcase-item{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .project-showcase-item:hover{border-color:#2f6755;background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .project-number{color:#2f67554d}body.light-theme .project-name{color:var(--text-primary)}body.light-theme .project-showcase-item:hover .project-name{color:#2f6755}body.light-theme .partners-section{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .partner-item{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color);color:var(--text-secondary)}body.light-theme .partner-item:hover{border-color:#2f6755;color:#2f6755;background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .why-choose-section{background-color:var(--cream-bg)}body.light-theme .why-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}body.light-theme .why-card:hover{border-color:#2f6755;box-shadow:0 20px 40px #2f675526}body.light-theme .why-icon{background:#2f67551a}body.light-theme .why-icon i{color:#2f6755}body.light-theme .why-card h3{color:#2c3e50}body.light-theme .why-card p{color:var(--text-secondary)}body.light-theme .achievements-section{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .achievement-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}body.light-theme .achievement-card:hover{border-color:#2f6755;box-shadow:0 20px 40px #2f675526}body.light-theme .achievement-year{background:#2f67551a;color:#2f6755}body.light-theme .achievement-title{color:#2c3e50}body.light-theme .achievement-org{color:var(--text-secondary)}body.light-theme .team-section{background-color:var(--cream-bg)}body.light-theme .team-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}body.light-theme .team-card:hover{border-color:#2f6755;box-shadow:0 20px 40px #2f675526}body.light-theme .team-name{color:#2c3e50}body.light-theme .team-position,body.light-theme .team-bio{color:var(--text-secondary)}body.light-theme .social-link{background:var(--cream-light);border:1px solid var(--border-color);color:var(--text-secondary)}body.light-theme .social-link:hover{background:#2f6755;color:#fff;border-color:transparent}body.light-theme .contact-info-section{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .contact-info-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}body.light-theme .contact-info-card:hover{border-color:#2f6755;box-shadow:0 20px 40px #2f675526}body.light-theme .contact-icon{background:#2f67551a}body.light-theme .contact-icon i{color:#2f6755}body.light-theme .contact-info-card h3{color:#2c3e50}body.light-theme .contact-info-card p{color:var(--text-primary)}body.light-theme .contact-note{color:var(--text-secondary)}body.light-theme .contact-link{color:#2f6755}body.light-theme .contact-link:hover{color:#2c3e50}body.light-theme .commitment-section{background-color:var(--cream-bg)}body.light-theme .commitment-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color);box-shadow:0 20px 40px var(--shadow-color)}body.light-theme .commitment-card h2{color:#2c3e50}body.light-theme .commitment-card p{color:var(--text-secondary)}body.light-theme .commitment-tagline .highlight{color:#2f6755}body.light-theme .commitment-note{color:var(--text-muted)}body.light-theme .cta-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color);box-shadow:0 20px 40px var(--shadow-color)}body.light-theme .cta-card h2{color:#2c3e50}body.light-theme .cta-card p{color:var(--text-secondary)}*{margin:0;padding:0;box-sizing:border-box}.projects-page{width:100%;min-height:100vh;padding-top:80px;font-family:Inter,sans-serif;position:relative;background:#070707;color:#fff;overflow-x:hidden}.animated-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.gradient-sphere{position:absolute;top:-20%;right:-10%;width:800px;height:800px;background:radial-gradient(circle,rgba(200,148,44,.2) 0%,rgba(245,217,118,.1) 50%,transparent 70%);border-radius:50%;filter:blur(60px);animation:float 20s ease-in-out infinite}.gradient-sphere-2{position:absolute;bottom:-20%;left:-10%;width:800px;height:800px;background:radial-gradient(circle,rgba(216,172,66,.2) 0%,rgba(200,148,44,.1) 50%,transparent 70%);border-radius:50%;filter:blur(60px);animation:float 25s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(5%,5%) scale(1.1)}}.container{max-width:1400px;margin:0 auto;padding:0 30px;width:100%;position:relative;z-index:2}.projects-hero{padding:100px 0 60px;text-align:center;position:relative}.hero-badge{display:inline-block;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,217,118,.2);padding:8px 20px;border-radius:40px;font-size:.9rem;font-weight:500;color:#f5d976;margin-bottom:30px;letter-spacing:1px}.hero-content-wrapper{max-width:900px;margin:0 auto}.projects-hero-title{font-size:5rem;font-weight:800;line-height:1.1;margin-bottom:25px;letter-spacing:-2px}.gradient-text{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;animation:gradientShift 8s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.projects-hero-subtitle{font-size:1.2rem;color:#ccc;max-width:600px;margin:0 auto 50px;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:60px;margin-top:50px}.hero-stat{text-align:center}.stat-value{display:block;font-size:2.5rem;font-weight:700;color:#f5d976;margin-bottom:5px}.stat-label{font-size:.9rem;color:#ccc;text-transform:uppercase;letter-spacing:1px}.filter-section{padding:30px 0 50px}.filter-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;background:#111c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,217,118,.1);border-radius:60px;padding:10px 20px}.filter-tabs{display:flex;gap:10px;flex-wrap:wrap}.filter-tab{background:transparent;border:none;color:#ccc;padding:10px 24px;border-radius:40px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.filter-tab:hover{color:#f5d976;background:#f5d9760d}.filter-tab.active{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111;box-shadow:0 10px 20px #f5d9764d}.filter-search{display:flex;align-items:center;gap:10px;background:#ffffff0d;border-radius:40px;padding:5px 20px;border:1px solid rgba(245,217,118,.1)}.filter-search i{color:#f5d97680;font-size:1rem}.filter-search input{background:transparent;border:none;color:#fff;font-size:.95rem;padding:10px 0;width:200px}.filter-search input::placeholder{color:#ffffff4d}.projects-grid-section{padding:20px 0 80px}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.project-card-link{display:block;text-decoration:none;color:inherit;height:100%;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.project-card-link:nth-child(1){animation-delay:.1s}.project-card-link:nth-child(2){animation-delay:.15s}.project-card-link:nth-child(3){animation-delay:.2s}.project-card-link:nth-child(4){animation-delay:.25s}.project-card-link:nth-child(5){animation-delay:.3s}.project-card-link:nth-child(6){animation-delay:.35s}.project-card-link:nth-child(7){animation-delay:.4s}.project-card-link:nth-child(8){animation-delay:.45s}.project-card-link:nth-child(9){animation-delay:.5s}.project-card-link:nth-child(10){animation-delay:.55s}.project-card-link:nth-child(11){animation-delay:.6s}.project-card-link:nth-child(12){animation-delay:.65s}.project-card{background:linear-gradient(145deg,#111,#1a1a1a);border:1px solid rgba(245,217,118,.1);border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);height:100%;display:flex;flex-direction:column;position:relative}.project-card:hover{transform:translateY(-10px);border-color:#f5d9764d;box-shadow:0 30px 50px #00000080}.project-card.featured:before{content:"";position:absolute;inset:0;border-radius:24px;padding:2px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.featured-badge{position:absolute;top:20px;left:20px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111;padding:6px 16px;border-radius:40px;font-size:.8rem;font-weight:600;z-index:10;display:flex;align-items:center;gap:5px;box-shadow:0 10px 20px #f5d9764d}.featured-badge i{font-size:.9rem;color:#111}.project-image-wrapper{position:relative;height:240px;overflow:hidden}.project-image{width:100%;height:100%}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.project-card:hover .project-image img{transform:scale(1.1)}.image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.project-card:hover .image-overlay{opacity:1}.quick-view{width:50px;height:50px;border-radius:50%;background:#f5d976;border:none;color:#111;font-size:1.2rem;cursor:pointer;transform:translateY(20px);transition:all .3s ease;box-shadow:0 10px 30px #0000004d}.project-card:hover .quick-view{transform:translateY(0)}.quick-view:hover{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111;transform:scale(1.1) translateY(-5px)}.project-tag{position:absolute;top:20px;right:20px;padding:6px 16px;border-radius:40px;font-size:.8rem;font-weight:600;z-index:5;box-shadow:0 10px 20px #0003}.project-tag.new-launch{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}.project-tag.premium{background:linear-gradient(45deg,#b8860b,#daa520,#cd9a1d);color:#fff}.project-tag.luxury{background:linear-gradient(45deg,#8b7355,#9b7e3e,#b8860b);color:#fff}.project-details{padding:25px;flex-grow:1;display:flex;flex-direction:column}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.project-name{color:#f5d976;font-size:1.3rem;font-weight:600;line-height:1.3;margin:0}.project-rating{display:flex;align-items:center;gap:4px;background:#ffffff0d;padding:4px 8px;border-radius:20px}.project-rating i{color:#f5d976;font-size:.9rem}.project-rating span{color:#fff;font-size:.9rem;font-weight:600}.project-location{color:#ccc;font-size:.9rem;margin-bottom:15px;display:flex;align-items:center;gap:5px}.project-location i{color:#f5d976}.project-price{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:5px}.project-developer{color:#ccc;font-size:.85rem;margin-bottom:20px}.project-specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px;background:#ffffff08;border-radius:16px;padding:15px}.spec-item{display:flex;align-items:center;gap:10px}.spec-item i{color:#f5d976;font-size:1.2rem}.spec-info{display:flex;flex-direction:column}.spec-label{color:#888;font-size:.7rem;text-transform:uppercase;letter-spacing:.5px}.spec-value{color:#fff;font-size:.9rem;font-weight:500}.project-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:15px;border-top:1px solid rgba(245,217,118,.1)}.project-cta{display:inline-flex;align-items:center;gap:8px;color:#f5d976;font-weight:500;font-size:.95rem;transition:all .3s ease}.project-card:hover .project-cta{color:#fff;gap:12px}.project-cta i{transition:transform .3s ease}.project-card:hover .project-cta i{transform:translate(5px)}.save-btn{width:40px;height:40px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(245,217,118,.1);color:#ccc;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.save-btn:hover{background:#f5d976;color:#111;transform:scale(1.1);border-color:transparent}@media(max-width:1200px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:25px}.projects-hero-title{font-size:4rem}}@media(max-width:992px){.projects-hero-title{font-size:3.5rem}.hero-stats{gap:40px}.filter-wrapper{flex-direction:column;align-items:stretch;border-radius:30px;padding:20px}.filter-search,.filter-search input{width:100%}}@media(max-width:768px){.projects-page{padding-top:60px}.projects-hero{padding:60px 0 40px}.projects-hero-title{font-size:2.8rem}.hero-stats{flex-wrap:wrap;gap:30px}.hero-stat{flex:1;min-width:120px}.projects-grid-section{padding:20px 0 60px}.projects-grid{grid-template-columns:repeat(2,1fr);gap:20px}.project-image-wrapper{height:200px}.project-details{padding:20px}.project-name{font-size:1.2rem}.project-specs-grid{padding:12px}}@media(max-width:576px){.projects-hero-title{font-size:2.2rem}.hero-badge{font-size:.8rem}.projects-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.project-image-wrapper{height:220px}.filter-tabs{justify-content:center}.filter-tab{padding:8px 16px;font-size:.85rem}.stat-value{font-size:2rem}.stat-label{font-size:.8rem}}body.light-theme .projects-page{background:#f8f9fa}body.light-theme .gradient-sphere{background:radial-gradient(circle,rgba(200,148,44,.1) 0%,rgba(245,217,118,.05) 50%,transparent 70%)}body.light-theme .gradient-sphere-2{background:radial-gradient(circle,rgba(216,172,66,.1) 0%,rgba(200,148,44,.05) 50%,transparent 70%)}body.light-theme .hero-badge{background:#00000008;border-color:#c8942c33;color:#b8860b}body.light-theme .projects-hero-subtitle{color:#495057}body.light-theme .stat-value{color:#b8860b}body.light-theme .stat-label{color:#495057}body.light-theme .filter-wrapper{background:#fff;border-color:#c8942c33;box-shadow:0 10px 30px #0000000d}body.light-theme .filter-tab:hover{background:#c8942c0d;color:#b8860b}body.light-theme .filter-tab.active{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff;box-shadow:0 10px 20px #2c3e5033}body.light-theme .filter-search{background:#f1f3f5;border-color:#c8942c1a}body.light-theme .filter-search i{color:#b8860b}body.light-theme .filter-search input{color:#212529}body.light-theme .project-card{background:#fff;border-color:#c8942c1a;box-shadow:0 4px 12px #0000000d}body.light-theme .project-card:hover{border-color:#c8942c4d;box-shadow:0 30px 50px #0000001a}body.light-theme .project-name{color:#2c3e50}body.light-theme .project-rating{background:#f1f3f5}body.light-theme .project-rating i{color:#ffc107}body.light-theme .project-rating span{color:#2c3e50}body.light-theme .project-location{color:#495057}body.light-theme .project-price{color:#2f6755;font-weight:700}body.light-theme .project-developer{color:#6c757d}body.light-theme .project-specs-grid{background:#f8f9fa}body.light-theme .spec-item i{color:#2f6755}body.light-theme .spec-label{color:#6c757d}body.light-theme .spec-value{color:#2c3e50}body.light-theme .project-footer{border-top-color:#c8942c1a}body.light-theme .project-cta{color:#2c3e50}body.light-theme .project-card:hover .project-cta{color:#2f6755}body.light-theme .save-btn{background:#f1f3f5;border-color:#c8942c1a;color:#495057}body.light-theme .save-btn:hover{background:#2f6755;color:#fff}body.light-theme .project-tag.new-launch{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .project-tag.premium{background:linear-gradient(45deg,#b8860b,#daa520,#cd9a1d);color:#fff}body.light-theme .project-tag.luxury{background:linear-gradient(45deg,#8b7355,#9b7e3e,#b8860b);color:#fff}body.light-theme .quick-view{background:#2f6755;color:#fff}body.light-theme .quick-view:hover{background:#2c3e50}body.light-theme .featured-badge{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .featured-badge i{color:#fff}.filter-section{padding:20px 0 10px;background:transparent;position:relative;z-index:10}.filter-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,217,118,.1);border-radius:60px;padding:8px 8px 8px 25px}.filter-tabs{display:flex;gap:5px;flex-wrap:wrap}.filter-tab{padding:10px 20px;border:none;background:transparent;color:#ccc;font-weight:500;border-radius:40px;cursor:pointer;transition:all .3s ease}.filter-tab:hover{color:#f5d976}.filter-tab.active{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111}.filter-search-wrapper{position:relative;flex:1;max-width:400px}.filter-search{display:flex;align-items:center;background:#ffffff1a;border:1px solid rgba(245,217,118,.2);border-radius:40px;padding:0 15px;transition:all .3s ease}.filter-search:focus-within{border-color:#f5d976;box-shadow:0 0 0 3px #f5d9761a}.filter-search .search-icon{color:#888;font-size:1.1rem}.filter-search input{flex:1;background:transparent;border:none;padding:12px 10px;color:#fff;font-size:.95rem}.filter-search input::placeholder{color:#888}.filter-search input:focus{outline:none}.clear-search{background:transparent;border:none;color:#888;padding:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.clear-search:hover{color:#ff6b6b;transform:scale(1.1)}.search-results-dropdown{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#1a1a1a;border:1px solid rgba(245,217,118,.2);border-radius:20px;box-shadow:0 20px 40px #00000080;max-height:450px;overflow-y:auto;z-index:1000;animation:slideDown .3s cubic-bezier(.175,.885,.32,1.275);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.search-results-dropdown::-webkit-scrollbar{width:6px}.search-results-dropdown::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.search-results-dropdown::-webkit-scrollbar-thumb{background:#f5d9764d;border-radius:10px}.search-results-dropdown::-webkit-scrollbar-thumb:hover{background:#f5d97680}@keyframes slideDown{0%{opacity:0;transform:translateY(-15px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.search-result-item{display:flex;align-items:center;gap:15px;padding:15px 20px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.05);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.search-result-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(245,217,118,.1),transparent);transition:left .6s ease}.search-result-item:hover{background:#f5d97614;transform:translate(8px)}.search-result-item:hover:before{left:100%}.search-result-item:last-child{border-bottom:none}.result-image{width:60px;height:60px;border-radius:12px;overflow:hidden;flex-shrink:0;border:2px solid rgba(245,217,118,.2);transition:all .3s ease;box-shadow:0 5px 15px #0000004d}.search-result-item:hover .result-image{border-color:#f5d976;transform:scale(1.05)}.result-image img{width:100%;height:100%;object-fit:cover}.result-info{flex:1;display:flex;flex-direction:column;gap:5px}.result-name{color:#fff;font-weight:600;font-size:1.1rem;line-height:1.3;font-family:Playfair Display,serif}.result-location{color:#aaa;font-size:.85rem;display:flex;align-items:center;gap:4px}.result-location i{color:#f5d976;font-size:.8rem}.result-tag{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:600;width:fit-content;text-transform:uppercase;letter-spacing:.5px}.result-tag.new-launch{background:#667eea26;color:#8a9eff;border:1px solid rgba(102,126,234,.3)}.result-tag.premium{background:#f093fb26;color:#f6a8ff;border:1px solid rgba(240,147,251,.3)}.result-tag.luxury{background:#4facfe26;color:#7ac0ff;border:1px solid rgba(79,172,254,.3)}.result-price{color:#f5d976;font-weight:700;font-size:1rem;white-space:nowrap;font-family:Space Grotesk,sans-serif}.search-view-all{padding:20px;text-align:center;background:#0003;border-top:1px solid rgba(255,255,255,.05)}.search-view-all button{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);border:none;color:#111;padding:10px 25px;border-radius:40px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;font-size:.95rem;box-shadow:0 5px 15px #f5d97633}.search-view-all button:hover{transform:translate(5px) scale(1.05);box-shadow:0 10px 25px #f5d97666}.search-view-all button i{transition:transform .3s ease}.search-view-all button:hover i{transform:translate(5px)}.search-no-results{padding:50px 30px;text-align:center;color:#ccc;display:flex;flex-direction:column;align-items:center;gap:15px}.search-no-results i{font-size:3rem;color:#f5d9764d}.search-no-results p{font-size:1.1rem;color:#aaa;margin:0}.clear-search-btn{background:transparent;border:2px solid rgb(245,217,118);color:#f5d976;padding:10px 25px;border-radius:40px;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:.95rem;margin-top:10px}.clear-search-btn:hover{background:#f5d976;color:#111;transform:translateY(-3px);box-shadow:0 10px 20px #f5d9764d}.results-count{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding:0 15px;color:#aaa;font-size:.95rem}.clear-filter{background:transparent;border:1px solid rgba(255,255,255,.1);color:#aaa;padding:8px 18px;border-radius:30px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;font-size:.9rem}.clear-filter:hover{border-color:#f5d976;color:#f5d976;background:#f5d9760d}.clear-filter i{font-size:.9rem}.no-results{text-align:center;padding:100px 20px;grid-column:1 / -1;background:#ffffff05;border-radius:30px;border:1px solid rgba(245,217,118,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.no-results i{font-size:5rem;color:#f5d97633;margin-bottom:25px}.no-results h3{color:#fff;font-size:2.2rem;margin-bottom:15px;font-family:Playfair Display,serif}.no-results p{color:#aaa;font-size:1.1rem;margin-bottom:30px;max-width:400px;margin-left:auto;margin-right:auto}.clear-all-btn{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);border:none;color:#111;padding:15px 40px;border-radius:50px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:12px;transition:all .3s ease;font-size:1.1rem;box-shadow:0 10px 30px #f5d97633}.clear-all-btn:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 20px 40px #f5d97666}.clear-all-btn i{transition:transform .3s ease}.clear-all-btn:hover i{transform:rotate(180deg)}body.light-theme .search-results-dropdown{background:#fff;border:1px solid rgba(200,148,44,.2);box-shadow:0 20px 40px #0000001a}body.light-theme .search-results-dropdown::-webkit-scrollbar-track{background:#f0f0f0}body.light-theme .search-results-dropdown::-webkit-scrollbar-thumb{background:#c8942c4d}body.light-theme .search-results-dropdown::-webkit-scrollbar-thumb:hover{background:#c8942c80}body.light-theme .search-result-item{border-bottom:1px solid rgba(0,0,0,.05)}body.light-theme .search-result-item:before{background:linear-gradient(90deg,transparent,rgba(200,148,44,.1),transparent)}body.light-theme .search-result-item:hover{background:#c8942c0d}body.light-theme .result-image{border:2px solid rgba(200,148,44,.2);box-shadow:0 5px 15px #0000000d}body.light-theme .search-result-item:hover .result-image{border-color:#b8860b}body.light-theme .result-name{color:#2c3e50}body.light-theme .result-location{color:#495057}body.light-theme .result-location i{color:#b8860b}body.light-theme .result-tag.new-launch{background:#667eea1a;color:#5a6fd8;border:1px solid rgba(102,126,234,.2)}body.light-theme .result-tag.premium{background:#f093fb1a;color:#d47ee0;border:1px solid rgba(240,147,251,.2)}body.light-theme .result-tag.luxury{background:#4facfe1a;color:#4a9fe0;border:1px solid rgba(79,172,254,.2)}body.light-theme .result-price{color:#b8860b;font-weight:700}body.light-theme .search-view-all{background:#00000005;border-top:1px solid rgba(0,0,0,.05)}body.light-theme .search-view-all button{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff;box-shadow:0 5px 15px #2c3e5033}body.light-theme .search-view-all button:hover{box-shadow:0 10px 25px #2c3e504d}body.light-theme .search-no-results{color:#495057}body.light-theme .search-no-results i{color:#c8942c33}body.light-theme .search-no-results p{color:#6c757d}body.light-theme .clear-search-btn{border:2px solid #2c3e50;color:#2c3e50}body.light-theme .clear-search-btn:hover{background:linear-gradient(45deg,#2c3e50,#2f6755);color:#fff;box-shadow:0 10px 20px #2c3e5033}body.light-theme .results-count{color:#495057}body.light-theme .clear-filter{border:1px solid rgba(0,0,0,.1);color:#495057}body.light-theme .clear-filter:hover{border-color:#2c3e50;color:#2c3e50;background:#2c3e500d}body.light-theme .no-results{background:#fffc;border:1px solid rgba(200,148,44,.2);box-shadow:0 20px 40px #0000000d}body.light-theme .no-results i{color:#c8942c33}body.light-theme .no-results h3{color:#2c3e50}body.light-theme .no-results p{color:#495057}body.light-theme .clear-all-btn{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff;box-shadow:0 10px 30px #2c3e5033}body.light-theme .clear-all-btn:hover{box-shadow:0 20px 40px #2c3e504d}body.light-theme .filter-wrapper{background:#ffffffe6;border-color:#c8942c33;box-shadow:0 10px 30px #0000000d}body.light-theme .filter-tab{color:#495057}body.light-theme .filter-tab:hover{color:#b8860b;background:#c8942c0d}body.light-theme .filter-tab.active{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .filter-search{background:#f8f9fa;border-color:#c8942c33}body.light-theme .filter-search .search-icon{color:#c8942c80}body.light-theme .filter-search input{color:#2c3e50}body.light-theme .filter-search input::placeholder{color:#adb5bd}body.light-theme .filter-search:focus-within{border-color:#2c3e50;box-shadow:0 0 0 3px #2c3e501a}body.light-theme .filter-search:focus-within .search-icon{color:#2c3e50}body.light-theme .clear-search{color:#adb5bd}body.light-theme .clear-search:hover{color:#dc3545;background:#dc35451a}@media(max-width:768px){body.light-theme .search-result-item{padding:12px 15px}body.light-theme .result-image{width:50px;height:50px}body.light-theme .result-name{font-size:1rem}}@media(max-width:576px){body.light-theme .search-results-dropdown{border-radius:15px}body.light-theme .search-result-item{gap:12px}body.light-theme .result-price{font-size:.9rem}body.light-theme .no-results{padding:60px 20px}body.light-theme .no-results h3{font-size:1.8rem}body.light-theme .clear-all-btn{padding:12px 30px;font-size:1rem}}@media(max-width:400px){body.light-theme .search-result-item{flex-wrap:wrap}body.light-theme .result-price{margin-left:auto}body.light-theme .result-tag{font-size:.65rem;padding:3px 8px}}body.light-theme .search-result-item,body.light-theme .filter-tab,body.light-theme .clear-search-btn,body.light-theme .clear-all-btn{transition:all .3s ease}body.light-theme .search-results-dropdown{border-top:3px solid #2c3e50}body.light-theme .search-view-all button{position:relative;overflow:hidden}body.light-theme .search-view-all button:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}body.light-theme .search-view-all button:hover:after{width:300px;height:300px}body.light-theme .search-result-item{position:relative;overflow:hidden}body.light-theme .search-result-item:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:linear-gradient(90deg,#2c3e50,#2f6755);transition:width .3s ease}body.light-theme .search-result-item:hover:after{width:100%}body.light-theme .filter-search input:focus{outline:none}body.light-theme .clear-search:focus-visible,body.light-theme .filter-tab:focus-visible,body.light-theme .search-view-all button:focus-visible{outline:2px solid #2c3e50;outline-offset:2px}@media print{body.light-theme .search-results-dropdown{box-shadow:none;border:1px solid #000}}.contact-page{width:100%;overflow-x:hidden}.contact-page .container{width:100%;max-width:1400px;margin:0 auto;padding:0 20px}.contact-hero{padding:60px 0 40px;text-align:center;background:linear-gradient(135deg,#0a0a0a,#111);margin-top:0;position:relative;z-index:1}.contact-hero .container{position:relative;z-index:2;padding-top:20px}.contact-hero-title{font-family:Bodoni Moda,serif;font-size:3.5rem;font-weight:700;margin-bottom:20px;margin-top:10px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative;z-index:3}.contact-hero-subtitle{font-size:1.2rem;color:#ccc;max-width:600px;margin:0 auto;line-height:1.6;position:relative;z-index:3}.contact-main{padding:80px 0;background-color:#070707}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:50px}.contact-info{background:linear-gradient(145deg,#111,#1a1a1a);padding:40px;border-radius:20px;border:1px solid rgba(245,217,118,.1)}.info-title{font-size:2rem;color:#f5d976;margin-bottom:15px;font-family:Bodoni Moda,serif}.info-description{color:#ccc;margin-bottom:30px;line-height:1.6}.info-cards{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.info-card{display:flex;gap:20px;padding:20px;background:#ffffff0d;border-radius:12px;transition:all .3s ease}.info-card:hover{transform:translate(5px);background:#f5d9761a}.info-icon{width:50px;height:50px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon i{font-size:1.5rem;color:#111}.info-details h3{color:#f5d976;font-size:1.1rem;margin-bottom:8px}.info-details p{color:#ccc;font-size:.95rem;line-height:1.5;margin-bottom:5px}.contact-social h3{color:#f5d976;margin-bottom:15px;font-size:1.2rem}.social-icons{display:flex;gap:15px}.social-icon{width:40px;height:40px;background:#ffffff0d;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.social-icon:hover{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111;transform:translateY(-3px)}.contact-form-container{background:linear-gradient(145deg,#111,#1a1a1a);padding:40px;border-radius:20px;border:1px solid rgba(245,217,118,.1)}.form-title{font-size:2rem;color:#f5d976;margin-bottom:30px;font-family:Bodoni Moda,serif}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:span 2}.form-group label{color:#f5d976;font-size:.9rem;font-weight:500}.form-group input,.form-group textarea{background:#ffffff0d;border:1px solid rgba(245,217,118,.2);border-radius:8px;padding:12px 15px;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f5d976;background:#f5d9761a}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.submit-btn{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111;border:none;padding:15px 30px;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;margin-top:10px}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #f5d9764d}.submit-btn i{font-size:1.2rem}.success-message{text-align:center;padding:50px 30px}.success-message i{font-size:5rem;color:#28a745;margin-bottom:20px}.success-message h3{color:#f5d976;font-size:2rem;margin-bottom:15px}.success-message p{color:#ccc;font-size:1.1rem;line-height:1.6}.map-section{width:100%;height:450px;position:relative}.contact-map{width:100%;height:100%;filter:grayscale(.5) brightness(.8)}.contact-faq{padding:80px 0;background:linear-gradient(135deg,#0a0a0a,#111)}.faq-title{font-size:2.5rem;color:#f5d976;text-align:center;margin-bottom:50px;font-family:Bodoni Moda,serif}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.faq-item{background:linear-gradient(145deg,#111,#1a1a1a);padding:30px;border-radius:16px;border:1px solid rgba(245,217,118,.1);transition:all .3s ease}.faq-item:hover{transform:translateY(-5px);border-color:#f5d9764d;box-shadow:0 20px 40px #0006}.faq-item h3{color:#f5d976;font-size:1.2rem;margin-bottom:15px}.faq-item p{color:#ccc;line-height:1.6}@media(max-width:1200px){.contact-hero-title{font-size:3rem}.faq-title{font-size:2.2rem}}@media(max-width:992px){.contact-grid{grid-template-columns:1fr;gap:30px}.contact-hero-title{font-size:2.8rem}.faq-grid{grid-template-columns:1fr}}@media(max-width:768px){.contact-page{padding-top:60px}.contact-hero{padding:40px 0 30px}.contact-hero-title{font-size:2.2rem}.contact-hero-subtitle{font-size:1rem;padding:0 15px}.contact-main{padding:60px 0}.contact-info,.contact-form-container{padding:30px 20px}.info-title,.form-title{font-size:1.8rem}.form-row{grid-template-columns:1fr;gap:15px}.form-group.full-width{grid-column:span 1}.faq-title{font-size:2rem}.faq-item{padding:25px}}@media(max-width:576px){.contact-hero-title{font-size:1.8rem}.info-card{flex-direction:column;align-items:center;text-align:center}.social-icons{justify-content:center}.faq-title{font-size:1.8rem}.map-section{height:350px}}@media(max-width:768px){.faq-grid{grid-template-columns:repeat(2,1fr);gap:15px}.faq-item{padding:20px 15px}.faq-item h3{font-size:1.1rem;margin-bottom:10px}.faq-item p{font-size:.9rem;line-height:1.5}}@media(max-width:576px){.faq-grid{gap:12px}.faq-item{padding:15px 12px}.faq-item h3{font-size:1rem}.faq-item p{font-size:.85rem}}@media(max-width:400px){.faq-grid{gap:10px}.faq-item{padding:12px 10px}.faq-item h3{font-size:.95rem}.faq-item p{font-size:.8rem}}.form-group input.error,.form-group textarea.error{border-color:#dc3545!important;background:#dc35450d!important}.field-error{color:#dc3545;font-size:.8rem;margin-top:5px;display:block;animation:fadeIn .3s ease}.field-hint{color:#888;font-size:.75rem;margin-top:5px;display:block}body.light-theme .field-error{color:#dc3545}body.light-theme .field-hint{color:#666}body.light-theme .form-group input.error,body.light-theme .form-group textarea.error{border-color:#dc3545!important;background:#dc35450d!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.phone-link,.email-link,.address-link{display:block;color:#ccc;text-decoration:none;transition:color .3s ease;margin-bottom:5px}.phone-link:hover,.email-link:hover,.address-link:hover{color:#f5d976}body.light-theme .phone-link,body.light-theme .email-link,body.light-theme .address-link{color:var(--text-secondary)}body.light-theme .phone-link:hover,body.light-theme .email-link:hover,body.light-theme .address-link:hover{color:#2f6755}body.light-theme .contact-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .contact-hero{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light))}body.light-theme .contact-hero-title{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .contact-hero-subtitle{color:var(--text-secondary)}body.light-theme .contact-main{background-color:var(--cream-bg)}body.light-theme .contact-info,body.light-theme .contact-form-container{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:var(--border-color)}body.light-theme .info-title,body.light-theme .form-title{color:#2c3e50}body.light-theme .info-description{color:var(--text-secondary)}body.light-theme .info-card{background:var(--cream-bg)}body.light-theme .info-card:hover{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .info-icon{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35)}body.light-theme .info-icon i{color:#fff}body.light-theme .info-details h3{color:#2c3e50}body.light-theme .info-details p{color:var(--text-secondary)}body.light-theme .contact-social h3{color:#2c3e50}body.light-theme .social-icon{background:var(--cream-bg);color:#2c3e50;border:1px solid var(--border-color)}body.light-theme .social-icon:hover{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff;border-color:transparent}body.light-theme .form-group label{color:#2c3e50}body.light-theme .form-group input,body.light-theme .form-group textarea{background:var(--cream-bg);border-color:var(--border-color);color:var(--text-primary)}body.light-theme .form-group input:focus,body.light-theme .form-group textarea:focus{border-color:#2c3e50;background:var(--cream-light)}body.light-theme .form-group input::placeholder,body.light-theme .form-group textarea::placeholder{color:var(--text-muted)}body.light-theme .submit-btn{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .submit-btn:hover{box-shadow:0 10px 20px #2c3e5033}body.light-theme .success-message h3{color:#2c3e50}body.light-theme .success-message p{color:var(--text-secondary)}body.light-theme .map-section{filter:brightness(1)}body.light-theme .contact-faq{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light))}body.light-theme .faq-title{color:#2c3e50}body.light-theme .faq-item{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:var(--border-color)}body.light-theme .faq-item:hover{border-color:#2f6755;box-shadow:0 20px 40px #2f67551a}body.light-theme .faq-item h3{color:#2c3e50}body.light-theme .faq-item p{color:var(--text-secondary)}@media(max-width:768px){body.light-theme .faq-grid{gap:15px}}@media(max-width:576px){body.light-theme .faq-grid{gap:12px}}@media(max-width:400px){body.light-theme .faq-grid{gap:10px}}.holistico-page{width:100%;overflow-x:hidden}.holistico-hero{position:relative;height:80vh;min-height:600px;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover}.hero-cta{display:inline-block;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111;text-decoration:none;padding:15px 50px;border-radius:40px;font-weight:600;font-size:1.2rem;transition:all .3s ease}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px #f5d97666}.section-description{color:#ccc;font-size:1.1rem;max-width:700px;margin:0 auto}.project-overview{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.overview-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.overview-text p{color:#ccc;line-height:1.8;margin-bottom:20px;font-size:1.1rem}.key-features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.feature-item{display:flex;align-items:center;gap:10px;background:#ffffff0d;padding:15px;border-radius:10px;border:1px solid rgba(245,217,118,.1)}.feature-item i{color:#f5d976;font-size:1.5rem}.feature-item span{color:#fff;font-weight:500}.overview-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00000080;cursor:pointer}.overview-image img{width:100%;height:500px;object-fit:cover;transition:transform .6s ease}.overview-image:hover img{transform:scale(1.05)}.image-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:30px 20px 20px;font-size:1rem;text-align:center}.project-details-table{margin-top:40px}.project-details-table h3{color:#f5d976;font-size:1.5rem;margin-bottom:20px}.details-table{width:100%;border-collapse:collapse;background:#ffffff05;border-radius:15px;overflow:hidden}.details-table tr{border-bottom:1px solid rgba(245,217,118,.1)}.details-table tr:last-child{border-bottom:none}.details-table td{padding:15px 20px;color:#ccc}.details-table td:first-child{font-weight:600;width:40%;background:#ffffff08}.details-table td:last-child{color:#fff}.tower-info{padding:60px 0;background:linear-gradient(135deg,#0a0a0a,#111)}.tower-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.tower-card{background:linear-gradient(145deg,#1a1a1a,#222);padding:40px 30px;border-radius:20px;text-align:center;border:1px solid rgba(245,217,118,.1);transition:all .3s ease}.tower-card:hover{transform:translateY(-10px);border-color:#f5d9764d;box-shadow:0 20px 40px #00000080}.tower-card h3{color:#f5d976;font-size:1.8rem;margin-bottom:15px;font-family:Bodoni Moda,serif}.tower-card p{color:#ccc;line-height:1.6}.why-invest{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.invest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.invest-card{background:linear-gradient(145deg,#1a1a1a,#222);padding:40px 30px;border-radius:20px;text-align:center;border:1px solid rgba(245,217,118,.1);transition:all .3s ease}.invest-card:hover{transform:translateY(-10px);border-color:#f5d9764d;box-shadow:0 20px 40px #00000080}.invest-card i{font-size:3rem;color:#f5d976;margin-bottom:20px}.invest-card h3{color:#fff;font-size:1.3rem;margin-bottom:15px}.invest-card p{color:#ccc;line-height:1.6}.floor-plans{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px}.plan-card{background:linear-gradient(145deg,#1a1a1a,#222);padding:40px 30px;border-radius:20px;text-align:center;border:1px solid rgba(245,217,118,.1);transition:all .3s ease}.plan-card:hover{transform:translateY(-10px);border-color:#f5d9764d;box-shadow:0 20px 40px #00000080}.plan-type{color:#f5d976;font-size:1.5rem;margin-bottom:15px;font-weight:600}.plan-size{color:#fff;font-size:1.1rem;margin-bottom:10px}.plan-price{color:#f5d976;font-size:1.2rem;margin-bottom:25px;font-weight:600}.plan-btn{background:transparent;border:2px solid rgb(245,217,118);color:#f5d976;padding:10px 30px;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:5px}.plan-btn:hover{background:#f5d976;color:#111}.plan-btn i{font-size:1rem;transition:transform .3s ease}.plan-btn:hover i{transform:translate(5px)}.price-note{text-align:center;color:#888;font-size:.9rem;margin-top:30px;padding-top:20px;border-top:1px solid rgba(245,217,118,.1)}.amenities-gallery{padding:80px 0;background:linear-gradient(135deg,#0a0a0a,#111)}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:50px}.gallery-item{position:relative;height:300px;border-radius:20px;overflow:hidden;cursor:pointer;border:1px solid rgba(245,217,118,.1)}.gallery-item:hover{border-color:#f5d976}.amenity-tags{display:flex;flex-wrap:wrap;gap:12px}.amenity-tag{background:#ffffff0d;border:1px solid rgba(245,217,118,.2);color:#fff;padding:8px 16px;border-radius:30px;font-size:.9rem;transition:all .3s ease}.amenity-tag:hover{background:#f5d9761a;border-color:#f5d976;transform:translateY(-2px)}.amenities-list{margin-top:50px}.amenities-list h3{color:#f5d976;font-size:1.4rem;margin-bottom:20px;text-align:center}.amenities-list .amenity-tags{justify-content:center}.specifications{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.spec-card{background:linear-gradient(145deg,#1a1a1a,#222);padding:40px 30px;border-radius:20px;border:1px solid rgba(245,217,118,.1);transition:all .3s ease}.spec-card:hover{transform:translateY(-5px);border-color:#f5d9764d;box-shadow:0 20px 40px #00000080}.spec-card h3{color:#f5d976;font-size:1.4rem;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid rgba(245,217,118,.2)}.location{padding:80px 0;background:linear-gradient(135deg,#0a0a0a,#111)}.location-content{display:grid;grid-template-columns:1fr 1fr;gap:60px}.location-map{border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00000080;cursor:pointer;border:1px solid rgba(245,217,118,.1)}.location-map img{width:100%;height:500px;object-fit:cover;transition:transform .6s ease}.location-map:hover img{transform:scale(1.05)}.location-map:hover{border-color:#f5d976}.location-highlights{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:30px}.highlight-badge{background:#ffffff0d;border:1px solid rgb(245,217,118);color:#fff;padding:12px 20px;border-radius:40px;font-size:.95rem;display:inline-flex;align-items:center;gap:8px}.highlight-badge i{color:#f5d976;font-size:1.1rem}.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.location-category{background:linear-gradient(145deg,#1a1a1a,#222);padding:25px;border-radius:20px;border:1px solid rgba(245,217,118,.1);transition:all .3s ease}.location-category:hover{transform:translateY(-5px);border-color:#f5d9764d;box-shadow:0 10px 30px #0000004d}.location-category h3{color:#f5d976;font-size:1.2rem;margin-bottom:20px;display:flex;align-items:center;gap:10px}.location-category h3 i{font-size:1.4rem}.location-category ul{list-style:none;padding:0}.location-category li{color:#ccc;padding:6px 0;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.05)}.nearby-projects{padding:60px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.projects-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.project-chip{background:#ffffff0d;border:1px solid rgba(245,217,118,.2);color:#fff;padding:12px 25px;border-radius:40px;font-size:1rem;transition:all .3s ease}.project-chip:hover{background:#f5d9761a;border-color:#f5d976;transform:translateY(-2px)}.holistico-cta{padding:100px 0;background:linear-gradient(135deg,#0a0a0a,#111);text-align:center;border-top:1px solid rgba(245,217,118,.2);border-bottom:1px solid rgba(245,217,118,.2)}.holistico-cta h2{font-size:3rem;color:#f5d976;margin-bottom:20px;font-family:Bodoni Moda,serif}.holistico-cta p{color:#ccc;font-size:1.2rem;margin-bottom:40px}.cta-button{display:inline-block;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111;text-decoration:none;padding:15px 50px;border-radius:40px;font-weight:600;font-size:1.2rem;transition:all .3s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #f5d97666}.image-modal{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer}.close-btn{position:absolute;top:-40px;right:0;color:#fff;font-size:2.5rem;cursor:pointer;transition:all .3s ease}.close-btn:hover{transform:scale(1.2);color:#f5d976}@media(max-width:1200px){.hero-title{font-size:3.5rem}.section-title{font-size:2.4rem}.plans-grid,.invest-grid,.tower-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.overview-content,.location-content{grid-template-columns:1fr;gap:40px}.specs-grid,.gallery-grid,.invest-grid,.tower-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.holistico-page{padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-badges{gap:10px}.badge{padding:8px 15px;font-size:.8rem}.section-title{font-size:2rem}.tower-grid,.specs-grid,.location-grid,.plans-grid,.invest-grid,.gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px}.key-features{grid-template-columns:repeat(2,1fr)}.holistico-cta h2{font-size:2rem}.tower-card,.spec-card,.location-category,.plan-card,.invest-card{padding:25px 15px}.tower-card h3,.spec-card h3,.location-category h3,.plan-type,.invest-card h3{font-size:1.2rem}.spec-card li,.location-category li{font-size:.9rem;padding:5px 0 5px 15px}.plan-size,.plan-price{font-size:.95rem}.plan-btn{padding:8px 20px;font-size:.9rem}.gallery-item{height:220px}.overview-image img{height:400px}.location-map img{height:350px}.highlight-badge{padding:8px 15px;font-size:.85rem}}@media(max-width:576px){.hero-title{font-size:2rem}.key-features{grid-template-columns:1fr}.tower-grid,.specs-grid,.location-grid,.plans-grid,.invest-grid,.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.tower-card,.spec-card,.location-category,.plan-card,.invest-card{padding:15px 10px}.tower-card h3,.spec-card h3,.location-category h3,.plan-type,.invest-card h3{font-size:1rem;margin-bottom:10px}.spec-card li,.location-category li{font-size:.8rem;padding:4px 0 4px 12px}.plan-size,.plan-price{font-size:.85rem;margin-bottom:8px}.plan-btn{padding:6px 15px;font-size:.8rem}.gallery-item{height:160px}.overview-image img{height:300px}.location-map img{height:250px}.amenity-tag{padding:6px 12px;font-size:.8rem}.project-chip{padding:8px 15px;font-size:.85rem}.hero-actions{flex-direction:column;gap:10px;max-width:280px;margin:0 auto}.btn-primary,.btn-secondary{padding:12px 30px;font-size:1rem}.cta-buttons{flex-direction:column;gap:15px;max-width:280px;margin:0 auto}}@media(max-width:400px){.tower-grid,.specs-grid,.location-grid,.plans-grid,.invest-grid,.gallery-grid{gap:8px}.tower-card,.spec-card,.location-category,.plan-card,.invest-card{padding:12px 8px}.tower-card h3,.spec-card h3,.location-category h3,.plan-type,.invest-card h3{font-size:.9rem;margin-bottom:8px}.spec-card li,.location-category li{font-size:.7rem;padding:3px 0 3px 10px}.spec-card li:before,.location-category li:before{font-size:.8rem}.plan-size,.plan-price{font-size:.75rem}.plan-btn{padding:4px 10px;font-size:.7rem}.gallery-item{height:130px}.overview-image img{height:250px}.location-map img{height:200px}.amenity-tag{padding:4px 8px;font-size:.7rem}.project-chip{padding:6px 12px;font-size:.75rem}.highlight-badge{padding:6px 10px;font-size:.75rem}}body.light-theme .holistico-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .holistico-hero .hero-overlay{background:linear-gradient(135deg,#dcd9cbd9,#e7bb96b3)}body.light-theme .holistico-hero .hero-title{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .holistico-hero .hero-subtitle{color:var(--text-secondary)}body.light-theme .holistico-hero .badge{background:#ffffffe6;border-color:#2f6755;color:var(--text-primary);-webkit-backdrop-filter:none;backdrop-filter:none}body.light-theme .hero-cta{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .hero-cta:hover{box-shadow:0 10px 30px #2c3e504d}body.light-theme .project-overview{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .overview-text p{color:var(--text-secondary)}body.light-theme .feature-item{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:var(--border-color)}body.light-theme .feature-item span{color:var(--text-primary)}body.light-theme .image-caption{background:linear-gradient(to top,rgba(220,217,203,.9),transparent);color:#2c3e50}body.light-theme .details-table{background:#00000005}body.light-theme .details-table td:first-child{background:#00000008;color:var(--text-primary)}body.light-theme .details-table td:last-child{color:#2c3e50}body.light-theme .tower-info{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light))}body.light-theme .tower-card h3{color:#2c3e50}body.light-theme .tower-card p{color:var(--text-secondary)}body.light-theme .why-invest{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .invest-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .invest-card:hover{border-color:#2f6755;box-shadow:0 20px 40px #2f675526}body.light-theme .invest-card i{color:#2f6755}body.light-theme .invest-card h3{color:#2c3e50}body.light-theme .invest-card p{color:var(--text-secondary)}body.light-theme .floor-plans{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .plan-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .plan-card:hover{border-color:#2f6755;box-shadow:0 20px 40px #2f675526}body.light-theme .plan-type{color:#2c3e50}body.light-theme .plan-size{color:var(--text-secondary)}body.light-theme .plan-price{color:#2f6755}body.light-theme .plan-btn{border-color:#2c3e50;color:#2c3e50}body.light-theme .plan-btn:hover{background:#2c3e50;color:#fff}body.light-theme .price-note{color:#888;border-top-color:var(--border-color)}body.light-theme .amenities-gallery{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light))}body.light-theme .gallery-item:hover{border-color:#2f6755}body.light-theme .amenity-tag{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color);color:var(--text-primary)}body.light-theme .amenity-tag:hover{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff;border-color:transparent}body.light-theme .specifications{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .location{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light))}body.light-theme .location-map{border-color:var(--border-color)}body.light-theme .location-map:hover{border-color:#2f6755}body.light-theme .highlight-badge{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:#2f6755;color:var(--text-primary)}body.light-theme .highlight-badge i{color:#2f6755}body.light-theme .location-category{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .location-category:hover{border-color:#2f6755}body.light-theme .location-category h3{color:#2c3e50}body.light-theme .location-category h3 i{color:#2f6755}body.light-theme .location-category li{color:var(--text-secondary);border-bottom-color:var(--border-color)}body.light-theme .nearby-projects{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .project-chip{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color);color:var(--text-primary)}body.light-theme .project-chip:hover{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff;border-color:transparent}body.light-theme .holistico-cta{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light));border-top-color:var(--border-color);border-bottom-color:var(--border-color)}body.light-theme .holistico-cta h2{color:#2f6755}body.light-theme .holistico-cta p{color:var(--text-secondary)}body.light-theme .cta-button{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .cta-button:hover{box-shadow:0 10px 30px #2c3e504d}body.light-theme .close-btn{color:#2c3e50}body.light-theme .close-btn:hover{color:#2f6755}body.light-theme p,body.light-theme li,body.light-theme span:not(.badge):not(.project-chip):not(.amenity-tag){color:var(--text-secondary)}body.light-theme .badge{background:#ffffffe6;color:var(--text-primary)}@media(max-width:768px){body.light-theme .tower-card,body.light-theme .plan-card,body.light-theme .spec-card,body.light-theme .location-category,body.light-theme .invest-card{background:linear-gradient(145deg,#ffffff,var(--cream-light))}body.light-theme .gallery-item{height:200px}}@media(max-width:576px){body.light-theme .gallery-item{height:160px}body.light-theme .tower-card h3,body.light-theme .plan-type,body.light-theme .spec-card h3,body.light-theme .location-category h3,body.light-theme .invest-card h3{font-size:1.1rem}}@media(max-width:400px){body.light-theme .gallery-item{height:130px}}.avinea-page{width:100%;overflow-x:hidden}.avinea-hero{position:relative;height:90vh;min-height:600px;overflow:hidden}.details-table{width:100%;border-collapse:collapse}.details-table tr{border-bottom:1px solid rgba(255,255,255,.1)}.details-table td{padding:15px 0;color:#ccc}.details-table td:first-child{width:150px;font-weight:600}.price-card{background:linear-gradient(145deg,#111,#1a1a1a);border:1px solid rgba(245,217,118,.1);border-radius:20px;padding:30px;position:sticky;top:160px}.price-card h3{color:#f5d976;margin-bottom:15px}.price-range{font-size:2rem;font-weight:700;color:#fff;margin-bottom:30px}.config-card{background:linear-gradient(145deg,#1a1a1a,#222);border:1px solid rgba(245,217,118,.1);border-radius:16px;overflow:hidden;transition:all .3s ease}.config-card img{width:100%;height:200px;object-fit:cover}.config-details h3{color:#f5d976;font-size:1.3rem;margin-bottom:10px}.location-address{background:linear-gradient(145deg,#111,#1a1a1a);padding:30px;border-radius:16px;margin-bottom:30px}.location-address p{color:#ccc;line-height:1.6}.avinea-cta{padding:100px 0;background:linear-gradient(145deg,#111,#1a1a1a);text-align:center;border-top:1px solid rgba(245,217,118,.2)}.avinea-cta h2{font-size:2.5rem;color:#f5d976;margin-bottom:20px;font-family:Bodoni Moda,serif}.avinea-cta p{color:#ccc;font-size:1.2rem;margin-bottom:40px}@media(max-width:768px){.avinea-page{padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-badges{gap:10px}.badge{padding:8px 15px;font-size:.8rem}.section-title{font-size:2rem}.key-highlights{grid-template-columns:1fr}.pros-cons{grid-template-columns:1fr;gap:20px}.config-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.avinea-cta h2{font-size:2rem}}body.light-theme .avinea-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .details-table tr{border-bottom-color:var(--border-color)}body.light-theme .details-table td{color:var(--text-secondary)}body.light-theme .details-table td:first-child{color:var(--text-primary)}body.light-theme .price-card{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:var(--border-color)}body.light-theme .price-card h3{color:#2c3e50}body.light-theme .config-card:hover{border-color:#2f6755}body.light-theme .avinea-cta{background:linear-gradient(145deg,var(--cream-bg),var(--cream-light));border-top-color:var(--border-color)}body.light-theme .avinea-cta h2{color:#2f6755}body.light-theme .avinea-cta p{color:var(--text-secondary)}body.light-theme .avinea-page *::placeholder{color:var(--text-muted)}.godrej-elaris-page{width:100%;overflow-x:hidden}.elaris-hero{position:relative;height:90vh;min-height:600px;overflow:hidden}.hero-title{font-family:Bodoni Moda,serif;font-size:4rem;font-weight:700;margin-bottom:20px;background:linear-gradient(45deg,#a8d5ba,#7cb9e8,khaki);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.badge{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(168,213,186,.3);padding:10px 25px;border-radius:30px;font-size:.9rem;font-weight:500;color:#fff}.btn-secondary{background:transparent;border:2px solid #A8D5BA;color:#a8d5ba}.btn-secondary:hover{background:#a8d5ba;color:#111}.tabs-section{background:linear-gradient(145deg,#111,#1a1a1a);border-bottom:1px solid rgba(168,213,186,.1);position:sticky;top:80px;z-index:100}.tab:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#a8d5ba;transition:width .3s ease}.tab.active{color:#a8d5ba}.section-title{font-family:Bodoni Moda,serif;font-size:2.5rem;color:#a8d5ba;margin-bottom:30px}.highlight-item i{font-size:2rem;color:#a8d5ba}.highlight-card{background:linear-gradient(145deg,#111,#1a1a1a);padding:25px;border-radius:16px;text-align:center;border:1px solid rgba(168,213,186,.1)}.highlight-card i{font-size:2.5rem;color:#a8d5ba;margin-bottom:15px}.design-philosophy{margin:40px 0;padding:30px;background:linear-gradient(145deg,#111,#1a1a1a);border-radius:16px;border-left:4px solid #A8D5BA}.design-philosophy h3{color:#a8d5ba;margin-bottom:15px;font-size:1.5rem}.tower-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px}.tower-info{background:linear-gradient(145deg,#222121,#1a1a1a)}.tower-card{background:linear-gradient(145deg,#111,#1a1a1a);padding:20px;border-radius:12px;border:1px solid rgba(168,213,186,.1)}.tower-card h4{color:#a8d5ba;margin-bottom:10px;font-size:1.2rem}.tower-card p{color:#ccc;margin-bottom:10px;font-size:.95rem}.tower-card span{color:#a8d5ba;font-size:.9rem;font-weight:600}.price-card,.possession-card{background:linear-gradient(145deg,#111,#1a1a1a);border:1px solid rgba(168,213,186,.1);border-radius:20px;padding:30px;margin-bottom:30px}.price-card h3,.possession-card h3{color:#a8d5ba;margin-bottom:15px;font-size:1.3rem}.possession-card li span{color:#a8d5ba;font-weight:600;margin-right:10px}.amenities-section{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.stat-badge{background:linear-gradient(145deg,#1a1a1a,#222);padding:20px;border-radius:12px;text-align:center;border:1px solid rgba(168,213,186,.1)}.stat-number{display:block;font-size:2rem;font-weight:700;color:#a8d5ba;margin-bottom:5px}.featured-amenity{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:50px;background:linear-gradient(145deg,#1a1a1a,#222);border-radius:20px;overflow:hidden}.featured-content h3{color:#a8d5ba;font-size:1.8rem;margin-bottom:20px}.amenity-category h3{color:#a8d5ba;font-size:1.4rem;margin-bottom:20px;display:flex;align-items:center;gap:10px}.amenity-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}.amenity-item{background:#ffffff0d;border:1px solid rgba(168,213,186,.1);border-radius:10px;padding:15px;display:flex;align-items:center;gap:10px;transition:all .3s ease}.amenity-item:hover{background:#a8d5ba1a;transform:translateY(-3px)}.amenity-item i{color:#a8d5ba;font-size:1.3rem}.amenity-gallery h3{color:#a8d5ba;margin-bottom:30px;font-size:1.5rem}.gallery-grid img{width:100%;height:200px;object-fit:cover;border-radius:12px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(168,213,186,.1)}.gallery-grid img:hover{transform:scale(1.05);border-color:#a8d5ba;box-shadow:0 10px 30px #a8d5ba33}.configurations-section{padding:80px 0}.config-card{background:linear-gradient(145deg,#111,#1a1a1a);border:1px solid rgba(168,213,186,.1);border-radius:16px;overflow:hidden;transition:all .3s ease}.config-card:hover{transform:translateY(-10px);border-color:#a8d5ba4d;box-shadow:0 20px 40px #0006}.config-details h3{color:#a8d5ba;font-size:1.4rem;margin-bottom:10px}.config-features span{background:#a8d5ba1a;color:#a8d5ba;padding:5px 12px;border-radius:20px;font-size:.8rem}.location-map img{width:100%;height:500px;object-fit:cover;border-radius:20px;cursor:pointer;border:1px solid rgba(168,213,186,.1)}.location-address{background:linear-gradient(145deg,#1a1a1a,#222);padding:30px;border-radius:16px;margin-bottom:30px}.location-address h3{color:#a8d5ba;margin-bottom:15px;display:flex;align-items:center;gap:10px}.connectivity-highlight{background:#a8d5ba1a;padding:15px;border-radius:8px;border-left:4px solid #A8D5BA}.nearby-places h3{color:#a8d5ba;margin-bottom:20px}.nearby-category h4 i{color:#a8d5ba}.nearby-category li span{color:#a8d5ba}.connectivity-map h3{color:#a8d5ba;margin-bottom:20px;font-size:1.5rem}.connectivity-map img{width:100%;height:400px;object-fit:cover;border-radius:20px;cursor:pointer;border:1px solid rgba(168,213,186,.1)}.elaris-cta{padding:100px 0;background:linear-gradient(145deg,#0a0a0a,#111);text-align:center;border-top:1px solid rgba(168,213,186,.2)}.elaris-cta h2{font-size:2.5rem;color:#f5d976;margin-bottom:20px;font-family:Bodoni Moda,serif}.elaris-cta p{color:#ccc;font-size:1.2rem;margin-bottom:40px}@media(max-width:1200px){.hero-title{font-size:3.5rem}.overview-grid{grid-template-columns:1fr}.config-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.amenities-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.hero-title{font-size:3rem}.location-grid,.featured-amenity{grid-template-columns:1fr}.featured-amenity img{height:250px}.nearby-grid{grid-template-columns:1fr}.nearby-category.full-width{grid-column:span 1}}@media(max-width:768px){.godrej-elaris-page{padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-badges{gap:10px}.badge{padding:8px 15px;font-size:.8rem}.section-title{font-size:2rem}.key-highlights,.highlights-grid,.tower-grid,.config-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.amenities-stats{grid-template-columns:1fr}.elaris-cta h2{font-size:2rem}}body.light-theme .godrej-elaris-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .elaris-hero .hero-overlay{background:linear-gradient(135deg,#dcd9cbd9,#a8d5bab3)}body.light-theme .elaris-hero .hero-title{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .elaris-hero .badge{background:#ffffffe6;border-color:#2f6755;color:var(--text-primary);-webkit-backdrop-filter:none;backdrop-filter:none}body.light-theme .elaris-hero .btn-primary{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .elaris-hero .btn-secondary{border-color:#2f6755;color:#2f6755}body.light-theme .elaris-hero .btn-secondary:hover{background:#2f6755;color:#fff}body.light-theme .overview-section{background-color:var(--cream-bg)}body.light-theme .section-title{color:#2f6755}body.light-theme .highlight-item{background:linear-gradient(145deg,var(--cream-light),#ffffff);border:1px solid var(--border-color)}body.light-theme .tower-card{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:var(--border-color)}body.light-theme .tower-card h4,body.light-theme .tower-card span{color:#2f6755}body.light-theme .configurations-section{background-color:var(--cream-bg)}body.light-theme .elaris-cta{background:linear-gradient(145deg,var(--cream-bg),var(--cream-light));border-top-color:var(--border-color)}body.light-theme .elaris-cta h2{color:#2f6755}body.light-theme .elaris-cta .btn-primary{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}.ljm-page{width:100%;overflow-x:hidden}.ljm-hero{position:relative;height:80vh;min-height:600px;overflow:hidden}.section-header{text-align:center;margin-bottom:60px}.section-subtitle{color:#f5d976;font-size:1.1rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.section-title{font-family:Bodoni Moda,serif;font-size:2.8rem;color:#fff;margin-bottom:20px;font-weight:700}.internal-features{margin:40px 0}.internal-features h3{color:#f5d976;margin-bottom:20px;font-size:1.5rem}.feature-item i{color:#28a745;font-size:1.1rem}.parking-info h3,.maintenance-info h3{color:#f5d976;margin-bottom:20px;font-size:1.5rem}.parking-options{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}.parking-card{background:linear-gradient(145deg,#1a1a1a,#222);padding:25px;border-radius:16px;text-align:center;border:1px solid rgba(245,217,118,.1)}.parking-card i{font-size:2rem;color:#f5d976;margin-bottom:15px}.parking-card h4{color:#fff;margin-bottom:10px}.parking-card p{color:#ccc}.maintenance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.maintenance-card{background:linear-gradient(145deg,#1a1a1a,#222);padding:20px;border-radius:12px;text-align:center}.unit-type{display:block;color:#f5d976;font-weight:600;font-size:1.2rem;margin-bottom:10px}.charge{color:#fff;font-size:1.1rem}.config-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:800px;margin:0 auto 40px}.config-card{background:linear-gradient(145deg,#1a1a1a,#222);padding:40px 30px;border-radius:20px;text-align:center;border:1px solid rgba(245,217,118,.1);transition:all .3s ease}.config-icon i{font-size:3rem;color:#f5d976;margin-bottom:20px}.config-card h3{color:#f5d976;font-size:1.8rem;margin-bottom:15px}.config-card .size{color:#fff;font-size:1.2rem;margin-bottom:10px}.config-card .maintenance{color:#ccc;margin-bottom:25px}.floor-info{text-align:center;color:#ccc;font-size:1.1rem;margin-bottom:50px;padding:20px;background:#ffffff0d;border-radius:12px}.sample-flat{background:linear-gradient(145deg,#1a1a1a,#222);border-radius:20px;padding:40px;border:1px solid rgba(245,217,118,.1)}.sample-flat h3{color:#f5d976;margin-bottom:30px;font-size:1.5rem}.sample-flat-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.sample-flat-content img{width:100%;height:300px;object-fit:cover;border-radius:16px;cursor:pointer}.sample-flat-text p{color:#ccc;line-height:1.8;margin-bottom:30px;font-size:1.1rem}.landmarks-list{background:#ffffff0d;border-radius:16px;padding:20px;margin-bottom:30px}.landmark-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.landmark-name{color:#fff}.ljm-cta{padding:100px 0;background:linear-gradient(135deg,#0a0a0a,#111);text-align:center;border-top:1px solid rgba(245,217,118,.2)}.ljm-cta h2{font-size:2.5rem;color:#f5d976;margin-bottom:20px;font-family:Bodoni Moda,serif}.ljm-cta p{color:#ccc;font-size:1.2rem;margin-bottom:40px}@media(max-width:1200px){.hero-title{font-size:3.5rem}.section-title{font-size:2.4rem}.overview-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:20px}.gallery-item{height:220px}}@media(max-width:992px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.location-grid,.sample-flat-content{grid-template-columns:1fr;gap:30px}.tabs{gap:15px}.tab{font-size:1rem;padding:8px 15px}.amenities-grid{grid-template-columns:repeat(3,1fr)}.key-highlights{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ljm-page{padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-badges{gap:8px}.badge{padding:6px 12px;font-size:.75rem}.section-title{font-size:2rem}.overview-grid{gap:30px}.key-highlights{grid-template-columns:repeat(2,1fr);gap:15px}.highlight-item{padding:15px}.highlight-item i{font-size:1.5rem}.highlights-grid{grid-template-columns:repeat(2,1fr);gap:15px}.highlight-card{padding:20px}.highlight-card i{font-size:2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:12px}.parking-options,.maintenance-grid,.amenities-grid{grid-template-columns:repeat(2,1fr);gap:15px}.amenity-card{padding:20px}.amenity-card i{font-size:1.8rem}.showcase-grid{grid-template-columns:repeat(2,1fr);gap:15px}.showcase-item{height:200px}.config-grid{gap:20px}.config-card{padding:30px 20px}.config-card h3{font-size:1.5rem}.config-card .size{font-size:1rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px}.gallery-item{height:180px}.sample-flat{padding:30px}.sample-flat-content img{height:250px}.location-grid{gap:25px}.location-map img{max-height:350px}.landmarks-list{padding:15px}.ljm-cta{padding:60px 0}.ljm-cta h2{font-size:2rem}.ljm-cta p{font-size:1rem}}@media(max-width:576px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column;gap:10px}.btn-primary,.btn-secondary{padding:12px 30px;font-size:1rem}.tabs{flex-wrap:nowrap;overflow-x:auto;padding:15px 10px;justify-content:flex-start}.tab{white-space:nowrap;font-size:.9rem;padding:8px 12px}.section-title{font-size:1.8rem}.section-subtitle{font-size:.9rem}.key-highlights{grid-template-columns:repeat(2,1fr);gap:10px}.highlight-item{padding:12px}.highlight-item i{font-size:1.3rem}.highlight-item strong{font-size:.9rem}.highlight-item span{font-size:.75rem}.highlights-grid{grid-template-columns:repeat(2,1fr);gap:10px}.highlight-card{padding:15px}.highlight-card i{font-size:1.8rem}.highlight-card h4{font-size:1rem}.highlight-card p{font-size:.8rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:10px}.feature-item{font-size:.85rem}.parking-options{grid-template-columns:repeat(2,1fr);gap:10px}.parking-card{padding:20px}.parking-card i{font-size:1.8rem}.parking-card h4{font-size:1rem}.parking-card p{font-size:.8rem}.maintenance-grid{grid-template-columns:repeat(2,1fr);gap:10px}.maintenance-card{padding:15px}.unit-type{font-size:1rem}.charge{font-size:.9rem}.amenities-grid{grid-template-columns:repeat(2,1fr);gap:10px}.amenity-card{padding:15px}.amenity-card i{font-size:1.5rem}.amenity-card span{font-size:.8rem}.showcase-grid{grid-template-columns:repeat(2,1fr);gap:10px}.showcase-item{height:150px}.showcase-overlay span{font-size:.9rem;padding:15px}.config-grid{gap:15px}.config-card{padding:25px 15px}.config-card h3{font-size:1.3rem}.config-card .size{font-size:.9rem}.config-card .maintenance{font-size:.85rem}.floor-info{font-size:.9rem;padding:15px}.sample-flat{padding:20px}.sample-flat h3{font-size:1.3rem}.sample-flat-content img{height:200px}.sample-flat-text p{font-size:.9rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gallery-item{height:150px}.info-card,.price-card{padding:20px}.info-list li{font-size:.85rem}.close-btn{top:-30px;right:0;width:40px;height:40px;font-size:2rem}}@media(max-width:480px){.hero-title{font-size:1.8rem}.hero-badges{gap:5px}.badge{padding:4px 8px;font-size:.65rem}.section-title{font-size:1.5rem}.key-highlights{gap:8px}.highlight-item{padding:10px}.highlight-item i{font-size:1.2rem}.highlights-grid{gap:8px}.highlight-card{padding:12px}.highlight-card i{font-size:1.5rem}.features-grid{gap:8px}.feature-item{font-size:.8rem}.parking-options{gap:8px}.parking-card{padding:15px}.maintenance-grid{gap:8px}.maintenance-card{padding:12px}.unit-type{font-size:.9rem}.charge{font-size:.8rem}.amenities-grid{gap:8px}.amenity-card{padding:12px}.amenity-card i{font-size:1.3rem}.showcase-item{height:130px}.showcase-overlay span{font-size:.8rem}.config-card{padding:20px 12px}.config-card h3{font-size:1.2rem}.gallery-item{height:130px}.location-map img{max-height:250px}.landmark-item{font-size:.8rem}}@media(max-width:400px){.gallery-item,.showcase-item{height:110px}.config-card{padding:15px 10px}.config-card h3{font-size:1.1rem}}@media(max-width:360px){.gallery-item,.showcase-item{height:100px}}body.light-theme .ljm-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .section-subtitle{color:#2f6755!important}body.light-theme .highlight-item strong,body.light-theme .highlight-item span{color:var(--text-primary)}body.light-theme .highlight-card p,body.light-theme .feature-item{color:var(--text-secondary)}body.light-theme .feature-item i{color:#2f6755}body.light-theme .internal-features h3,body.light-theme .parking-info h3,body.light-theme .maintenance-info h3{color:#2c3e50}body.light-theme .parking-card,body.light-theme .maintenance-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .parking-card i,body.light-theme .unit-type{color:#2f6755}body.light-theme .parking-card h4,body.light-theme .charge{color:var(--text-primary)}body.light-theme .config-icon i{color:#2f6755}body.light-theme .config-card .size,body.light-theme .config-card .maintenance{color:var(--text-secondary)}body.light-theme .sample-flat{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .sample-flat h3{color:#2c3e50}body.light-theme .sample-flat-text p{color:var(--text-secondary)}body.light-theme .landmarks-list{background:linear-gradient(145deg,#ffffff,var(--cream-light));border:1px solid var(--border-color)}body.light-theme .ljm-cta{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light));border-top-color:var(--border-color)}body.light-theme .ljm-cta h2{color:#2f6755}body.light-theme .ljm-cta p{color:var(--text-secondary)}.mantra-page{width:100%;overflow-x:hidden}.mantra-hero{position:relative;height:80vh;min-height:600px;overflow:hidden}.developer-info{margin-bottom:40px}.config-card{background:linear-gradient(145deg,#1a1a1a,#222);border-radius:16px;overflow:hidden;border:1px solid rgba(245,217,118,.1);transition:all .3s ease}.config-details .price{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:20px}.gallery-section{padding:80px 0;background:linear-gradient(135deg,#0a0a0a,#111)}.gallery-category h3{color:#f5d976;margin-bottom:30px;font-size:1.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-item{height:250px;border-radius:16px;overflow:hidden;cursor:pointer;border:1px solid rgba(245,217,118,.1)}.mantra-cta{padding:100px 0;background:linear-gradient(135deg,#0a0a0a,#111);text-align:center;border-top:1px solid rgba(245,217,118,.2)}.mantra-cta h2{font-size:2.5rem;color:#f5d976;margin-bottom:20px;font-family:Bodoni Moda,serif}.mantra-cta p{color:#ccc;font-size:1.2rem;margin-bottom:40px}@media(max-width:1200px){.hero-title{font-size:3.5rem}.section-title{font-size:2.4rem}.overview-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:20px}.tower-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.location-grid{grid-template-columns:1fr}.tower-grid{grid-template-columns:repeat(2,1fr)}.booking-card{grid-template-columns:1fr;gap:15px}.tabs{gap:15px}.tab{font-size:1rem;padding:8px 15px}.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.mantra-page{padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-badges{gap:10px}.badge{padding:8px 15px;font-size:.8rem}.section-title{font-size:2rem}.key-highlights,.highlights-grid,.tower-grid,.amenities-grid,.showcase-grid{grid-template-columns:repeat(2,1fr);gap:15px}.showcase-item{height:200px}.config-grid{grid-template-columns:repeat(2,1fr);gap:15px}.config-card img{height:180px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px}.gallery-item{height:200px}.nearby-categories{grid-template-columns:repeat(2,1fr);gap:15px}.mantra-cta h2{font-size:2rem}}@media(max-width:576px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;gap:10px}.btn-primary,.btn-secondary{padding:12px 30px;font-size:1rem}.tabs{flex-wrap:nowrap;overflow-x:auto;padding:15px 10px;justify-content:flex-start}.tab{white-space:nowrap;font-size:.9rem;padding:8px 12px}.section-title{font-size:1.8rem}.key-highlights,.highlights-grid{grid-template-columns:repeat(2,1fr);gap:10px}.highlight-card{padding:20px}.tower-grid{grid-template-columns:repeat(2,1fr);gap:10px}.tower-card{padding:15px}.amenities-grid{grid-template-columns:repeat(2,1fr);gap:10px}.amenity-card{padding:20px}.amenity-card i{font-size:1.8rem}.showcase-grid{grid-template-columns:repeat(2,1fr);gap:10px}.showcase-item{height:160px}.config-grid{grid-template-columns:repeat(2,1fr);gap:10px}.config-card img{height:160px}.config-details{padding:15px}.config-details h3{font-size:1.2rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gallery-item{height:160px}.nearby-categories{grid-template-columns:repeat(2,1fr);gap:10px}.nearby-category{padding:15px}.close-btn{top:-30px;right:0;width:40px;height:40px;font-size:2rem}}body.light-theme .mantra-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .info-list li strong,body.light-theme .price-range{color:var(--text-primary)}body.light-theme .gallery-section{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light))}body.light-theme .gallery-category h3{color:#2c3e50}body.light-theme .gallery-item{border-color:var(--border-color)}body.light-theme .mantra-cta{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light));border-top-color:var(--border-color)}body.light-theme .mantra-cta h2{color:#2f6755}body.light-theme .mantra-cta p{color:var(--text-secondary)}.silver-astra-page{width:100%;overflow-x:hidden}.silver-hero{position:relative;height:90vh;min-height:600px;overflow:hidden}.hero-title{font-family:Bodoni Moda,serif;font-size:4rem;font-weight:700;margin-bottom:20px;background:linear-gradient(45deg,silver,#e8e8e8,#a9a9a9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 30px rgba(192,192,192,.3)}.badge{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(192,192,192,.3);padding:10px 25px;border-radius:30px;font-size:.9rem;font-weight:500;color:#fff}.btn-primary{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #2c3e504d}.btn-secondary{background:transparent;border:2px solid #C0C0C0;color:silver}.btn-secondary:hover{background:silver;color:#111}.tabs-section{background:linear-gradient(145deg,#111,#1a1a1a);border-bottom:1px solid rgba(192,192,192,.1);position:sticky;top:80px;z-index:100}.tab:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:silver;transition:width .3s ease}.tab.active{color:silver}.section-title{font-family:Bodoni Moda,serif;font-size:2.5rem;color:silver;margin-bottom:10px}.section-subtitle{font-size:2rem;color:silver;margin-bottom:30px;font-family:Bodoni Moda,serif}.highlight-item i{font-size:2rem;color:silver}.design-philosophy{margin:40px 0;padding:30px;background:linear-gradient(145deg,#1a1a1a,#222);border-radius:16px;border-left:4px solid #C0C0C0}.design-philosophy h3{color:silver;margin-bottom:15px;font-size:1.5rem}.design-philosophy p{color:#ccc;line-height:1.8}.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:40px 0}.spec-card{background:linear-gradient(145deg,#1a1a1a,#222);padding:25px;border-radius:16px;text-align:center;border:1px solid rgba(192,192,192,.1)}.spec-card i{font-size:2rem;color:silver;margin-bottom:15px}.spec-card h4{color:#fff;margin-bottom:10px;font-size:1.2rem}.spec-card p{color:#ccc;font-size:.9rem;line-height:1.5}.developer-info{margin:40px 0;padding:30px;background:linear-gradient(145deg,#1a1a1a,#222);border-radius:16px}.developer-info h3{color:silver;margin-bottom:15px;font-size:1.5rem}.developer-name{color:#fff;font-size:1.2rem;margin-bottom:10px;font-weight:600}.rera-info{color:silver;font-size:.9rem;font-weight:600}.price-card,.possession-card{background:linear-gradient(145deg,#1a1a1a,#222);border:1px solid rgba(192,192,192,.1);border-radius:20px;padding:30px;margin-bottom:30px}.price-card h3,.possession-card h3{color:silver;margin-bottom:15px;font-size:1.3rem}.possession-card li span{color:silver;font-weight:600;margin-right:10px}.section-subtitle{color:#ccc;margin-bottom:40px;font-size:1.1rem}.amenities-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:50px}.stat-badge{background:linear-gradient(145deg,#1a1a1a,#222);padding:20px;border-radius:12px;text-align:center;border:1px solid rgba(192,192,192,.1)}.stat-number{display:block;font-size:2rem;font-weight:700;color:silver;margin-bottom:5px}.stat-label{color:#ccc;font-size:.9rem}.amenity-category h3{color:silver;font-size:1.4rem;margin-bottom:20px;display:flex;align-items:center;gap:10px}.amenity-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;margin-bottom:30px}.amenity-item{background:#ffffff0d;border:1px solid rgba(192,192,192,.1);border-radius:10px;padding:15px;display:flex;align-items:center;gap:10px;transition:all .3s ease}.amenity-item:hover{background:#c0c0c01a;transform:translateY(-3px)}.amenity-item i{color:silver;font-size:1.3rem}.featured-amenity{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:50px 0;background:linear-gradient(145deg,#1a1a1a,#222);border-radius:20px;overflow:hidden}.featured-amenity img{width:100%;height:300px;object-fit:cover;cursor:pointer}.featured-content{padding:40px;display:flex;flex-direction:column;justify-content:center}.featured-content h3{color:silver;font-size:1.8rem;margin-bottom:20px}.featured-content p{color:#ccc;line-height:1.8}.amenity-gallery h3{color:silver;margin-bottom:30px;font-size:1.5rem}.gallery-grid img{width:100%;height:200px;object-fit:cover;border-radius:12px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(192,192,192,.1)}.gallery-grid img:hover{transform:scale(1.05);border-color:silver;box-shadow:0 10px 30px #c0c0c033}.config-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:30px}.config-card{background:linear-gradient(145deg,#1a1a1a,#222);border:1px solid rgba(192,192,192,.1);border-radius:1px;overflow:hidden;transition:all .3s ease}.config-card:hover{transform:translateY(-10px);border-color:#c0c0c04d;box-shadow:0 20px 40px #0006}.config-details h3{color:silver;font-size:1.4rem;margin-bottom:10px}.config-details .price{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:15px}.config-features{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:20px}.config-features span{background:#c0c0c01a;color:silver;padding:5px 12px;border-radius:20px;font-size:.8rem}.design-note{text-align:center;color:#ccc;font-size:1.1rem;margin-top:40px;padding:20px;background:#ffffff0d;border-radius:12px}.gallery-category h3{color:silver;margin-bottom:30px;font-size:1.5rem}.location-map img{width:100%;height:500px;object-fit:cover;border-radius:20px;cursor:pointer;border:1px solid rgba(192,192,192,.1);margin-bottom:20px}.location-address{background:linear-gradient(145deg,#1a1a1a,#222);padding:30px;border-radius:16px}.location-address h3{color:silver;margin-bottom:15px;display:flex;align-items:center;gap:10px}.location-address p{color:#ccc;line-height:1.6;margin-bottom:15px}.connectivity-highlight{background:#c0c0c01a;padding:15px;border-radius:8px;border-left:4px solid #C0C0C0;color:#fff}.nearby-places h3{color:silver;margin-bottom:20px}.nearby-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.nearby-category{background:linear-gradient(145deg,#1a1a1a,#222);padding:20px;border-radius:12px}.nearby-category h4{color:#fff;margin-bottom:15px;display:flex;align-items:center;gap:8px}.nearby-category h4 i{color:silver}.nearby-category li span{color:silver}.connectivity-map{margin-top:50px}.connectivity-map h3{color:silver;margin-bottom:20px;font-size:1.5rem}.connectivity-map img{width:100%;height:400px;object-fit:cover;border-radius:20px;cursor:pointer;border:1px solid rgba(192,192,192,.1)}.silver-cta{padding:100px 0;background:linear-gradient(145deg,#0a0a0a,#111);text-align:center;border-top:1px solid rgba(192,192,192,.2)}.silver-cta h2{font-size:2.5rem;color:#f5d976;margin-bottom:20px;font-family:Bodoni Moda,serif}.silver-cta p{color:#ccc;font-size:1.2rem;margin-bottom:40px}@media(max-width:1200px){.hero-title{font-size:3.5rem}.overview-grid{grid-template-columns:1fr}.config-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.amenities-stats,.specs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.location-grid,.featured-amenity{grid-template-columns:1fr}.featured-amenity img{height:250px}.nearby-grid{grid-template-columns:1fr}.tabs{gap:15px}.tab{font-size:1rem;padding:8px 15px}}@media(max-width:768px){.silver-astra-page{padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-badges{gap:10px}.badge{padding:8px 15px;font-size:.8rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.5rem}.key-highlights,.specs-grid,.config-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.amenities-stats{grid-template-columns:1fr}.silver-cta h2{font-size:2rem}}@media(max-width:576px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;gap:10px}.tabs{flex-wrap:nowrap;overflow-x:auto;padding:15px 10px;justify-content:flex-start}.tab{white-space:nowrap}.gallery-grid{grid-template-columns:1fr}.gallery-grid img{height:180px}.close-btn{top:-30px;right:0}}body.light-theme .silver-astra-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .silver-hero .hero-overlay{background:linear-gradient(135deg,#dcd9cbd9,#c0c0c0b3)}body.light-theme .silver-hero .hero-title{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .silver-hero .badge{background:#ffffffe6;border-color:#2f6755;color:var(--text-primary);-webkit-backdrop-filter:none;backdrop-filter:none}body.light-theme .silver-hero .btn-primary{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .silver-hero .btn-secondary{border-color:#2f6755;color:#2f6755}body.light-theme .silver-hero .btn-secondary:hover{background:#2f6755;color:#fff}body.light-theme .tab:after{background:#2f6755}body.light-theme .tab.active{color:#2f6755}body.light-theme .section-title,body.light-theme .section-subtitle{color:#2f6755}body.light-theme .highlight-item{background:linear-gradient(145deg,#ffffff,var(--cream-light));border:1px solid var(--border-color)}body.light-theme .design-philosophy{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-left-color:#2f6755}body.light-theme .spec-card i{color:#2f6755}body.light-theme .spec-card h4{color:var(--text-primary)}body.light-theme .developer-info{background:linear-gradient(145deg,var(--cream-light),#ffffff);border:1px solid var(--border-color)}body.light-theme .developer-info h3{color:#2f6755}body.light-theme .rera-info{color:#2f6755}body.light-theme .price-card h3,body.light-theme .possession-card h3{color:#2f6755}body.light-theme .stat-badge{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:var(--border-color)}body.light-theme .stat-number,body.light-theme .amenity-category h3{color:#2f6755}body.light-theme .amenity-item{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:var(--border-color)}body.light-theme .featured-amenity{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .featured-content h3{color:#2f6755}body.light-theme .config-card{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:var(--border-color)}body.light-theme .config-details h3{color:#2f6755}body.light-theme .config-details .price{color:var(--text-primary)}body.light-theme .gallery-section{background:linear-gradient(145deg,var(--cream-bg),var(--cream-light))}body.light-theme .gallery-category h3{color:#2f6755}body.light-theme .location-address h3{color:#2f6755}body.light-theme .connectivity-highlight{background:#2f67551a}body.light-theme .nearby-category{background:linear-gradient(145deg,var(--cream-light),#ffffff);border:1px solid var(--border-color)}body.light-theme .nearby-category h4 i,body.light-theme .nearby-category li span{color:#2f6755}body.light-theme .silver-cta{background:linear-gradient(145deg,var(--cream-bg),var(--cream-light));border-top-color:var(--border-color)}body.light-theme .silver-cta h2{color:#2f6755}body.light-theme .silver-cta .btn-primary{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}.shapoorji-page{width:100%;overflow-x:hidden;background-color:#070707;color:#fff}.container{max-width:1400px;margin:0 auto;padding:0 20px;width:100%}.sp-hero{position:relative;height:90vh;min-height:600px;overflow:hidden}.overview-grid{display:grid;grid-template-columns:2fr 1fr;gap:50px;align-items:start}.overview-content{background:#ffffff05;border-radius:30px;padding:40px;border:1px solid rgba(245,217,118,.15)}.design-philosophy{margin:40px 0;padding:30px;background:linear-gradient(145deg,#1a1a1a,#222);border-radius:16px;border-left:4px solid rgb(245,217,118)}.design-philosophy h3{color:#f5d976;margin-bottom:20px;font-size:1.5rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.feature-item{display:flex;align-items:center;gap:10px;color:#ccc}.feature-item i{color:#f5d976;font-size:1.1rem}.offer-info{margin-top:40px}.offer-info h3{color:#f5d976;margin-bottom:20px;font-size:1.5rem}.offer-card{display:flex;align-items:center;gap:20px;background:linear-gradient(145deg,#f5d9761a,#f5d9760d);padding:25px;border-radius:16px;border:1px solid rgba(245,217,118,.3)}.offer-card i{font-size:2.5rem;color:#f5d976}.offer-card h4{color:#fff;font-size:1.2rem;margin-bottom:5px}.offer-card p{color:#ccc;font-size:.95rem}.overview-sidebar{position:sticky;top:160px;align-self:start;display:flex;flex-direction:column;gap:25px}.price-card{background:linear-gradient(145deg,#1a1a1a,#222);border:1px solid rgba(245,217,118,.25);border-radius:30px;padding:35px;box-shadow:0 20px 40px #0006;width:100%}.price-card h3{color:#f5d976;font-size:1.4rem;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-family:Bodoni Moda,serif}.price-card h3 i{font-size:1.6rem}.price-range{font-size:2rem;font-weight:700;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px}.price-note{color:#888;font-size:.9rem;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid rgba(245,217,118,.15)}.price-buttons{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.price-btn{display:block;width:100%;text-align:center;padding:16px!important;font-size:1.1rem!important;font-weight:600!important;border-radius:50px!important;transition:all .3s ease!important;text-decoration:none;cursor:pointer;border:none}.price-btn-primary{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42)!important;color:#111!important}.price-btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #f5d97666!important}.price-btn-secondary{background:transparent!important;border:2px solid rgb(245,217,118)!important;color:#f5d976!important}.price-btn-secondary:hover{background:#f5d976!important;color:#111!important}.offer-note{color:#f5d976;font-size:.95rem;text-align:center;font-style:italic;border-top:1px solid rgba(245,217,118,.15);padding-top:20px}.info-card{background:linear-gradient(145deg,#1a1a1a,#222);border:1px solid rgba(245,217,118,.25);border-radius:30px;padding:35px;width:100%}.info-card h3{color:#f5d976;font-size:1.4rem;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-family:Bodoni Moda,serif}.info-card h3 i{font-size:1.6rem}.info-list{list-style:none;padding:0;margin:0}.info-list li{padding:12px 0;border-bottom:1px solid rgba(245,217,118,.1);color:#ccc;display:flex;align-items:center;gap:10px}.info-list li:last-child{border-bottom:none}.info-list li strong{color:#f5d976;font-weight:600;min-width:120px}.amenities-section{padding:80px 0;background:linear-gradient(145deg,#0a0a0a,#111)}.section-subtitle{color:#ccc;margin-bottom:40px;font-size:1.1rem;text-align:center}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-bottom:40px}.amenity-card{background:linear-gradient(145deg,#1a1a1a,#222);border:1px solid rgba(245,217,118,.1);border-radius:16px;padding:25px;text-align:center;transition:all .3s ease}.amenity-card:hover{transform:translateY(-5px);border-color:#f5d9764d;box-shadow:0 10px 30px #0000004d}.amenity-card i{font-size:2.5rem;color:#f5d976;margin-bottom:15px}.amenity-card span{color:#fff;font-size:1rem;font-weight:500}.amenities-showcase{margin:60px 0}.amenities-showcase h3{color:#f5d976;font-size:1.5rem;margin-bottom:30px}.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.showcase-overlay span{color:#fff;font-size:1.1rem;font-weight:600}.amenity-category{margin-bottom:40px}.amenity-category h3{color:#f5d976;font-size:1.4rem;margin-bottom:20px;display:flex;align-items:center;gap:10px}.amenity-category h3 i{font-size:1.6rem}.amenity-item{background:#ffffff0d;border:1px solid rgba(245,217,118,.1);border-radius:10px;padding:12px 15px;display:flex;align-items:center;gap:10px;transition:all .3s ease}.config-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:30px}.config-card{background:linear-gradient(145deg,#1a1a1a,#222);border:1px solid rgba(245,217,118,.1);border-radius:20px;padding:30px 20px;text-align:center;transition:all .3s ease}.config-icon{width:70px;height:70px;margin:0 auto 20px;background:#f5d9761a;border-radius:50%;display:flex;align-items:center;justify-content:center}.config-icon i{color:#f5d976;font-size:2rem}.config-card h3{color:#f5d976;font-size:1.3rem;margin-bottom:10px;font-family:Bodoni Moda,serif}.config-card .size{color:#ccc;margin-bottom:10px;font-size:.95rem}.config-card .price{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:20px}.config-card .btn-primary{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111;border:none;padding:10px 25px;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}.config-card .btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px #f5d9764d}.floor-info{text-align:center;margin-top:40px;padding:20px;background:#f5d9760d;border-radius:12px}.floor-info p{color:#f5d976;font-size:1.1rem;font-style:italic}.gallery-section{padding:80px 0;background:linear-gradient(145deg,#0a0a0a,#111)}.gallery-category{margin-bottom:50px}.gallery-category h3{color:#f5d976;font-size:1.5rem;margin-bottom:30px}.gallery-item{position:relative;height:250px;border-radius:16px;overflow:hidden;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);opacity:0;transition:opacity .3s ease}.gallery-item:hover:after{opacity:1}.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:50px}.location-map img{width:100%;height:400px;object-fit:cover;border-radius:20px;cursor:pointer;border:1px solid rgba(245,217,118,.1);margin-bottom:20px}.location-address{background:linear-gradient(145deg,#1a1a1a,#222);padding:20px 25px;border-radius:12px;display:flex;align-items:center;gap:15px}.location-address i{color:#f5d976;font-size:1.5rem}.location-address p{color:#ccc;font-size:1rem;margin:0}.location-details{display:flex;flex-direction:column;gap:30px}.landmarks-list{background:linear-gradient(145deg,#1a1a1a,#222);padding:30px;border-radius:20px}.landmarks-list h3{color:#f5d976;font-size:1.4rem;margin-bottom:20px}.landmark-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(245,217,118,.1)}.landmark-item:last-child{border-bottom:none}.landmark-name{color:#fff;font-size:1rem}.landmark-distance{color:#f5d976;font-weight:600}.connectivity-note{background:linear-gradient(145deg,#1a1a1a,#222);padding:25px 30px;border-radius:20px;border-left:4px solid rgb(245,217,118)}.connectivity-note h4{color:#f5d976;font-size:1.2rem;margin-bottom:10px}.connectivity-note p{color:#ccc;line-height:1.6;margin:0}.sp-cta{padding:100px 0;background:linear-gradient(145deg,#0a0a0a,#111);text-align:center;border-top:1px solid rgba(245,217,118,.2)}.sp-cta h2{font-size:2.5rem;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:20px;font-family:Bodoni Moda,serif}.sp-cta p{color:#ccc;font-size:1.2rem;margin-bottom:40px}@media(max-width:1200px){.hero-title{font-size:3.5rem}.overview-grid{grid-template-columns:1fr}.overview-sidebar{position:static;max-width:600px;margin:0 auto}.config-grid{grid-template-columns:repeat(3,1fr);gap:20px}.gallery-grid{grid-template-columns:repeat(3,1fr)}.showcase-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.location-grid{grid-template-columns:1fr}.config-grid{grid-template-columns:repeat(2,1fr)}.tabs{gap:15px}.tab{font-size:1rem;padding:8px 15px}}@media(max-width:768px){.shapoorji-page{padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-badges{gap:10px}.badge{padding:8px 15px;font-size:.8rem}.section-title{font-size:2rem}.key-highlights{grid-template-columns:1fr}.highlights-grid{grid-template-columns:repeat(2,1fr);gap:15px}.features-grid{grid-template-columns:1fr}.config-grid,.gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px}.gallery-item{height:200px}.showcase-grid{grid-template-columns:1fr}.sp-cta h2{font-size:2rem}}@media(max-width:576px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;gap:10px}.btn-primary,.btn-secondary{padding:12px 30px;font-size:1rem}.tabs{flex-wrap:nowrap;overflow-x:auto;padding:15px 10px;justify-content:flex-start}.tab{white-space:nowrap;font-size:.9rem;padding:8px 12px}.section-title{font-size:1.8rem}.overview-content{padding:25px}.highlights-grid,.config-grid,.gallery-grid{grid-template-columns:1fr}.gallery-item{height:180px}.price-card,.info-card{padding:25px}.price-range{font-size:1.8rem}.price-btn{padding:14px!important;font-size:1rem!important}.info-list li{flex-direction:column;align-items:flex-start;gap:5px}.info-list li strong{min-width:auto}.location-map img{height:300px}.close-btn{top:-30px;right:0;width:40px;height:40px;font-size:2rem}}@media(max-width:480px){.hero-title{font-size:1.8rem}.gallery-item{height:150px}.location-address{flex-direction:column;text-align:center}}body.light-theme .shapoorji-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .sp-hero .hero-overlay{background:linear-gradient(135deg,#dcd9cbd9,#a8d5bab3)}body.light-theme .sp-hero .hero-title{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .sp-hero .badge{background:#ffffffe6;border-color:#2f6755;color:var(--text-primary);-webkit-backdrop-filter:none;backdrop-filter:none}body.light-theme .sp-hero .btn-primary{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .sp-hero .btn-secondary{border-color:#2c3e50;color:#2c3e50}body.light-theme .sp-hero .btn-secondary:hover{background:#2c3e50;color:#fff}body.light-theme .overview-content{background:#fffc;border-color:var(--border-color)}body.light-theme .section-title{color:#2c3e50}body.light-theme .design-philosophy{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-left-color:#2f6755}body.light-theme .feature-item{color:var(--text-secondary)}body.light-theme .offer-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .offer-card h4{color:var(--text-primary)}body.light-theme .price-card,body.light-theme .info-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color);box-shadow:0 20px 40px var(--shadow-color)}body.light-theme .price-card h3,body.light-theme .info-card h3{color:#2c3e50}body.light-theme .price-range{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .price-btn-primary{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35)!important;color:#fff!important}body.light-theme .price-btn-secondary{border-color:#2c3e50!important;color:#2c3e50!important}body.light-theme .price-btn-secondary:hover{background:#2c3e50!important;color:#fff!important}body.light-theme .offer-note{color:#2f6755}body.light-theme .info-list li strong{color:#2f6755}body.light-theme .amenities-section{background:linear-gradient(145deg,var(--cream-bg),var(--cream-light))}body.light-theme .config-card h3{color:#2c3e50}body.light-theme .config-card .price{color:#2f6755}body.light-theme .location-section{background:linear-gradient(145deg,var(--cream-bg),var(--cream-light))}body.light-theme .location-address,body.light-theme .landmarks-list,body.light-theme .connectivity-note{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .location-address i,body.light-theme .landmarks-list h3,body.light-theme .connectivity-note h4{color:#2f6755}body.light-theme .landmark-name{color:var(--text-primary)}body.light-theme .landmark-distance{color:#2f6755}body.light-theme .sp-cta{background:linear-gradient(145deg,var(--cream-bg),var(--cream-light));border-top-color:var(--border-color)}body.light-theme .sp-cta h2{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .sp-cta .btn-primary{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .badge{color:var(--text-primary)}.riverview-page{width:100%;overflow-x:hidden}.riverview-hero{position:relative;height:90vh;min-height:600px;overflow:hidden}.hero-title{font-family:Bodoni Moda,serif;font-size:4rem;font-weight:700;margin-bottom:20px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #f5d9764d}.overview-section{padding:80px 0}.section-title{font-family:Bodoni Moda,serif;font-size:2.5rem;color:#f5d976;margin-bottom:30px}.overview-text{color:#ccc;line-height:1.8;margin-bottom:40px;font-size:1.1rem}.key-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}.highlight-item{display:flex;align-items:center;gap:15px;background:#ffffff0d;padding:20px;border-radius:12px}.project-details{margin-bottom:40px}.project-details h3,.why-invest h3{color:#f5d976;font-size:1.5rem;margin-bottom:20px}.why-invest ul{list-style:none;padding:0}.why-invest li{display:flex;align-items:center;gap:10px;color:#ccc;margin-bottom:15px;line-height:1.5}.why-invest li i{color:#28a745;font-size:1.2rem}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:40px}.pros h4,.cons h4{color:#f5d976;margin-bottom:15px;font-size:1.2rem}.pros ul,.cons ul{list-style:none;padding:0}.pros li,.cons li{display:flex;align-items:center;gap:10px;color:#ccc;margin-bottom:12px;line-height:1.4}.pros li i{color:#28a745;font-size:1rem}.cons li i{color:#dc3545;font-size:1rem}.price-card,.possession-card{background:linear-gradient(145deg,#111,#1a1a1a);border:1px solid rgba(245,217,118,.1);border-radius:20px;padding:30px;margin-bottom:30px}.price-card h3,.possession-card h3{color:#f5d976;margin-bottom:15px;font-size:1.3rem}.price-range{font-size:2rem;font-weight:700;color:#fff;margin-bottom:5px}.price-note{color:#666;font-size:.9rem;margin-bottom:20px}.possession-card ul{list-style:none;padding:0}.possession-card li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05);color:#ccc}.possession-card li span{color:#f5d976;font-weight:600;margin-right:10px}.amenities-section{padding:80px 0}.section-subtitle{color:#ccc;margin-bottom:50px;font-size:1.1rem}.amenity-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.amenity-item{background:#ffffff0d;border:1px solid rgba(245,217,118,.1);border-radius:10px;padding:15px;display:flex;align-items:center;gap:10px;transition:all .3s ease}.amenity-item:hover{background:#f5d9761a;transform:translateY(-3px)}.amenity-item i{color:#f5d976;font-size:1.2rem}.amenity-item span{color:#fff;font-size:.95rem}.amenity-gallery{margin-top:60px}.amenity-gallery h3{color:#f5d976;margin-bottom:30px}.config-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:30px}.config-card{background:linear-gradient(145deg,#1a1a1a,#222);border:1px solid rgba(245,217,118,.1);border-radius:16px;overflow:hidden;transition:all .3s ease;position:relative}.config-card:hover{transform:translateY(-10px);border-color:#f5d9764d;box-shadow:0 20px 40px #0006}.config-details .price{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:20px}.price-note{text-align:center;color:#666;font-size:.9rem;margin-top:20px}.location-section{padding:80px 0}.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.location-map img{width:100%;height:500px;object-fit:cover;border-radius:20px;cursor:pointer;border:1px solid rgba(245,217,118,.1)}.location-address{background:linear-gradient(145deg,#111,#1a1a1a);padding:30px;border-radius:16px;margin-top:20px}.location-address h3{color:#f5d976;margin-bottom:15px;display:flex;align-items:center;gap:10px}.location-address p{color:#ccc;line-height:1.6;margin-bottom:10px}.connectivity-highlight{background:#f5d9761a;padding:10px 15px;border-radius:8px;border-left:4px solid rgb(245,217,118);font-weight:500}.nearby-places h3{color:#f5d976;margin-bottom:20px}.nearby-category{margin-bottom:25px}.nearby-category h4{color:#fff;margin-bottom:10px;display:flex;align-items:center;gap:10px}.connectivity-note{margin-top:40px;padding:30px;background:linear-gradient(145deg,#111,#1a1a1a);border-radius:16px;border-left:4px solid rgb(245,217,118)}.connectivity-note h4{color:#f5d976;margin-bottom:10px;font-size:1.3rem}.riverview-cta{padding:100px 0;background:linear-gradient(145deg,#111,#1a1a1a);text-align:center;border-top:1px solid rgba(245,217,118,.2)}.riverview-cta h2{font-size:2.5rem;color:#f5d976;margin-bottom:20px;font-family:Bodoni Moda,serif}.riverview-cta p{color:#ccc;font-size:1.2rem;margin-bottom:40px}@media(max-width:1200px){.hero-title{font-size:3.5rem}.overview-grid{grid-template-columns:1fr}.config-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.hero-title{font-size:3rem}.location-grid{grid-template-columns:1fr}.tabs{gap:15px}.tab{font-size:1rem;padding:8px 15px}}@media(max-width:768px){.riverview-page{padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-badges{gap:10px}.badge{padding:8px 15px;font-size:.8rem}.section-title{font-size:2rem}.key-highlights,.highlights-grid{grid-template-columns:1fr}.pros-cons{grid-template-columns:1fr;gap:20px}.config-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.riverview-cta h2{font-size:2rem}}@media(max-width:576px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;gap:10px}.tabs{flex-wrap:nowrap;overflow-x:auto;padding:15px 10px;justify-content:flex-start}.tab{white-space:nowrap}.gallery-grid{grid-template-columns:1fr}.close-btn{top:-30px;right:0}}body.light-theme .riverview-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .hero-subtitle{color:var(--text-primary)}body.light-theme .badge{background:#ffffffe6;border-color:var(--accent-color);color:var(--text-primary);-webkit-backdrop-filter:none;backdrop-filter:none}body.light-theme .tab.active,body.light-theme .section-title{color:#2c3e50}body.light-theme .highlight-item{background:var(--cream-light);border:1px solid var(--border-color)}body.light-theme .highlight-card{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:var(--border-color)}body.light-theme .project-details h3,body.light-theme .why-invest h3{color:#2c3e50}body.light-theme .why-invest li{color:var(--text-secondary)}body.light-theme .why-invest li i{color:#2f6755}body.light-theme .pros h4,body.light-theme .cons h4{color:#2c3e50}body.light-theme .pros li,body.light-theme .cons li{color:var(--text-secondary)}body.light-theme .pros li i{color:#2f6755}body.light-theme .cons li i{color:#dc3545}body.light-theme .price-card,body.light-theme .possession-card{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:var(--border-color)}body.light-theme .price-card h3,body.light-theme .possession-card h3{color:#2c3e50}body.light-theme .price-range{color:var(--text-primary)}body.light-theme .section-subtitle{color:var(--text-secondary)}body.light-theme .amenity-item{background:var(--cream-light);border-color:var(--border-color)}body.light-theme .amenity-item:hover{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:#2f6755}body.light-theme .amenity-item i{color:#2f6755}body.light-theme .amenity-item span{color:var(--text-primary)}body.light-theme .amenity-gallery h3{color:#2c3e50}body.light-theme .configurations-section{background:linear-gradient(145deg,var(--cream-bg),var(--cream-light))}body.light-theme .config-card.highlight,body.light-theme .config-card:hover{border-color:#2f6755}body.light-theme .price-note{color:var(--text-muted)}body.light-theme .location-address{background:linear-gradient(145deg,var(--cream-light),#ffffff);border:1px solid var(--border-color)}body.light-theme .location-address h3{color:#2c3e50}body.light-theme .location-address p{color:var(--text-secondary)}body.light-theme .connectivity-highlight{background:#2f67551a;border-left-color:#2f6755}body.light-theme .nearby-places h3{color:#2c3e50}body.light-theme .nearby-category h4{color:var(--text-primary)}body.light-theme .connectivity-note{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-left-color:#2f6755}body.light-theme .riverview-cta{background:linear-gradient(145deg,var(--cream-bg),var(--cream-light));border-top-color:var(--border-color)}body.light-theme .riverview-cta h2{color:#2f6755}body.light-theme .riverview-cta p{color:var(--text-secondary)}@media(max-width:768px){body.light-theme .badge{background:#fffffff2}}body.light-theme .hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#dcd9cb4d,#e7bb9633);pointer-events:none}body.light-theme .btn-primary.btn-block{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35)}body.light-theme .btn-secondary.btn-block{border-color:#2c3e50;color:#2c3e50}body.light-theme .btn-secondary.btn-block:hover{background:#2c3e50;color:#fff}body.light-theme .riverview-page *::placeholder{color:var(--text-muted)}body.light-theme .key-highlights div:not(.highlight-item){color:var(--text-secondary)}.osian-page{width:100%;overflow-x:hidden;background-color:#070707;color:#fff}.osian-hero{position:relative;height:80vh;min-height:600px;overflow:hidden}.developer-info{margin-bottom:40px;background:linear-gradient(145deg,#1a1a1a,#222);padding:25px;border-radius:16px;border:1px solid rgba(245,217,118,.1)}.developer-info h3{color:#f5d976;font-size:1.5rem;margin-bottom:10px}.developer-name{color:#fff;font-size:1.2rem;margin-bottom:5px}.developer-desc{color:#ccc;line-height:1.6;margin-bottom:15px}.rera-info{color:#888;font-size:.9rem}.tower-details h3{color:#f5d976;font-size:1.5rem;margin-bottom:20px}.tower-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tower-card{background:linear-gradient(145deg,#1a1a1a,#222);padding:20px;border-radius:12px;text-align:center;border:1px solid rgba(245,217,118,.1)}.tower-card h4{color:#f5d976;font-size:1.2rem;margin-bottom:10px}.tower-card p{color:#ccc;margin-bottom:5px;font-size:.9rem}.tower-card span{color:#fff;font-size:.85rem}.unique-points{margin:40px 0;background:linear-gradient(145deg,#1a1a1a,#222);padding:25px;border-radius:16px;border:1px solid rgba(245,217,118,.1)}.unique-points h3{color:#f5d976;margin-bottom:20px;font-size:1.5rem}.unique-points ul{list-style:none;padding:0}.unique-points li{display:flex;align-items:center;gap:10px;color:#ccc;margin-bottom:15px;line-height:1.5}.unique-points li i{color:#28a745;font-size:1.2rem}.floor-info{text-align:center;color:#ccc;font-size:1.1rem;margin-bottom:30px;padding:20px;background:#ffffff0d;border-radius:12px}.booking-info h3{color:#f5d976;margin-bottom:20px;text-align:center}.booking-card{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;background:#ffffff0d;border-radius:16px;padding:30px}.booking-item{display:flex;align-items:center;gap:15px;color:#ccc}.booking-item i{font-size:1.5rem;color:#f5d976}.nearby-categories{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}.connectivity-note h4{color:#f5d976;margin-bottom:10px}.connectivity-note p{color:#ccc;line-height:1.6}.osian-cta{padding:100px 0;background:linear-gradient(135deg,#0a0a0a,#111);text-align:center;border-top:1px solid rgba(245,217,118,.2)}.osian-cta h2{font-size:2.5rem;color:#f5d976;margin-bottom:20px;font-family:Bodoni Moda,serif}.osian-cta p{color:#ccc;font-size:1.2rem;margin-bottom:40px}@media(max-width:1200px){.hero-title{font-size:3.5rem}.section-title{font-size:2.4rem}.overview-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:20px}.tower-grid{grid-template-columns:repeat(3,1fr)}.specs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.location-grid{grid-template-columns:1fr}.tower-grid{grid-template-columns:repeat(2,1fr)}.booking-card{grid-template-columns:1fr;gap:15px}.tabs{gap:15px}.tab{font-size:1rem;padding:8px 15px}.specs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.osian-page{padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-badges{gap:10px}.badge{padding:8px 15px;font-size:.8rem}.section-title{font-size:2rem}.key-highlights,.highlights-grid,.tower-grid,.amenities-grid,.showcase-grid{grid-template-columns:repeat(2,1fr);gap:15px}.showcase-item{height:200px}.config-grid{grid-template-columns:repeat(2,1fr);gap:15px}.config-card img{height:180px}.specs-grid{grid-template-columns:1fr;gap:20px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px}.gallery-item{height:200px}.nearby-categories{grid-template-columns:repeat(2,1fr);gap:15px}.osian-cta h2{font-size:2rem}}@media(max-width:576px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;gap:10px}.btn-primary,.btn-secondary{padding:12px 30px;font-size:1rem}.tabs{flex-wrap:nowrap;overflow-x:auto;padding:15px 10px;justify-content:flex-start}.tab{white-space:nowrap;font-size:.9rem;padding:8px 12px}.section-title{font-size:1.8rem}.key-highlights,.highlights-grid{grid-template-columns:repeat(2,1fr);gap:10px}.highlight-card{padding:20px}.tower-grid{grid-template-columns:repeat(2,1fr);gap:10px}.tower-card{padding:15px}.amenities-grid{grid-template-columns:repeat(2,1fr);gap:10px}.amenity-card{padding:20px}.amenity-card i{font-size:1.8rem}.showcase-grid{grid-template-columns:repeat(2,1fr);gap:10px}.showcase-item{height:160px}.config-grid{grid-template-columns:repeat(2,1fr);gap:10px}.config-card img{height:160px}.config-details{padding:15px}.config-details h3{font-size:1.2rem}.specs-grid{grid-template-columns:1fr;gap:15px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gallery-item{height:160px}.nearby-categories{grid-template-columns:repeat(2,1fr);gap:10px}.nearby-category{padding:15px}.close-btn{top:-30px;right:0;width:40px;height:40px;font-size:2rem}}@media(max-width:480px){.hero-title{font-size:1.8rem}.key-highlights{gap:8px}.highlight-item{padding:15px}.highlights-grid{gap:8px}.highlight-card{padding:15px}.tower-grid{gap:8px}.tower-card{padding:12px}.amenities-grid{gap:8px}.amenity-card{padding:15px}.showcase-grid{gap:8px}.showcase-item{height:140px}.config-grid{gap:8px}.config-card img{height:140px}.gallery-grid{gap:8px}.gallery-item{height:140px}.nearby-categories{gap:8px}.nearby-category{padding:12px}}@media(max-width:360px){.showcase-item,.config-card img,.gallery-item{height:120px}}body.light-theme .osian-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .rera-info{color:var(--text-muted)}body.light-theme .tower-details h3{color:#2c3e50}body.light-theme .tower-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .tower-card:hover{border-color:#2f6755;box-shadow:0 20px 40px #2f675526}body.light-theme .tower-card h4{color:#2f6755}body.light-theme .tower-card p,body.light-theme .tower-card span{color:var(--text-secondary)}body.light-theme .unique-points{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .unique-points h3{color:#2c3e50}body.light-theme .unique-points li{color:var(--text-secondary)}body.light-theme .unique-points li i{color:#2f6755}body.light-theme .info-list li strong,body.light-theme .price-highlight{color:var(--text-primary)}body.light-theme .booking-info h3{color:#2c3e50}body.light-theme .booking-item{color:var(--text-secondary)}body.light-theme .booking-item i{color:#2f6755}body.light-theme .connectivity-note h4{color:#2c3e50}body.light-theme .connectivity-note p{color:var(--text-secondary)}body.light-theme .osian-cta{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light));border-top-color:var(--border-color)}body.light-theme .osian-cta h2{color:#2f6755}body.light-theme .osian-cta p{color:var(--text-secondary)}.yoo-page{width:100%;overflow-x:hidden;background-color:#070707;color:#fff}.yoo-hero{position:relative;height:80vh;min-height:600px;overflow:hidden}.hero-slide:nth-child(4){animation-delay:15s}.developer-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:20px}.development-info{margin:30px 0;text-align:center}.development-info h3{color:#f5d976;margin-bottom:10px;font-size:1.5rem}.area-highlight{color:#fff;font-size:1.3rem;font-weight:600}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-bottom:50px}.amenities-showcase{margin:50px 0}.amenity-gallery{margin-top:50px}.amenity-gallery h3{color:#f5d976;margin-bottom:30px;font-size:1.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gallery-grid img{width:100%;height:200px;object-fit:cover;border-radius:12px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(245,217,118,.1)}.gallery-grid img:hover{transform:scale(1.05);border-color:#f5d976;box-shadow:0 10px 30px #f5d97633}.config-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:40px}.tower-grid-full{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:40px 0}.tower-gallery{margin-top:50px}.tower-gallery h3{color:#f5d976;margin-bottom:30px;font-size:1.5rem}.nearby-category.full-width{grid-column:span 2}.yoo-cta{padding:100px 0;background:linear-gradient(135deg,#0a0a0a,#111);text-align:center;border-top:1px solid rgba(245,217,118,.2)}.yoo-cta h2{font-size:2.5rem;color:#f5d976;margin-bottom:20px;font-family:Bodoni Moda,serif}.yoo-cta p{color:#ccc;font-size:1.2rem;margin-bottom:40px}@media(max-width:1200px){.hero-title{font-size:3.5rem}.section-title{font-size:2.4rem}.overview-grid{grid-template-columns:1fr}.tower-grid-full{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.location-grid,.developer-stats{grid-template-columns:1fr}.tabs{gap:15px}.tab{font-size:1rem;padding:8px 15px}.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.yoo-page{padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-badges{gap:10px}.badge{padding:8px 15px;font-size:.8rem}.section-title{font-size:2rem}.key-highlights,.highlights-grid,.tower-grid-full,.amenities-grid,.showcase-grid{grid-template-columns:repeat(2,1fr);gap:15px}.showcase-item{height:200px}.config-grid{grid-template-columns:repeat(2,1fr);gap:15px}.config-card img{height:180px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px}.gallery-grid img{height:180px}.nearby-categories{grid-template-columns:repeat(2,1fr);gap:15px}.yoo-cta h2{font-size:2rem}}@media(max-width:576px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;gap:10px}.btn-primary,.btn-secondary{padding:12px 30px;font-size:1rem}.tabs{flex-wrap:nowrap;overflow-x:auto;padding:15px 10px;justify-content:flex-start}.tab{white-space:nowrap;font-size:.9rem;padding:8px 12px}.section-title{font-size:1.8rem}.key-highlights,.highlights-grid{grid-template-columns:repeat(2,1fr);gap:10px}.highlight-card{padding:20px}.tower-grid-full{grid-template-columns:1fr;gap:15px}.tower-card-full{padding:20px}.amenities-grid{grid-template-columns:repeat(2,1fr);gap:10px}.amenity-card{padding:20px}.amenity-card i{font-size:1.8rem}.showcase-grid{grid-template-columns:1fr;gap:15px}.showcase-item{height:200px}.config-grid{grid-template-columns:1fr;gap:15px}.config-card img{height:200px}.gallery-grid{grid-template-columns:1fr;gap:15px}.gallery-grid img{height:200px}.nearby-categories{grid-template-columns:1fr;gap:15px}.close-btn{top:-30px;right:0;width:40px;height:40px;font-size:2rem}}@media(max-width:480px){.hero-title{font-size:1.8rem}.key-highlights{gap:8px}.highlight-item{padding:15px}.highlights-grid{gap:8px}.highlight-card{padding:15px}.amenities-grid{gap:8px}.amenity-card{padding:15px}.showcase-item,.config-card img,.gallery-grid img{height:180px}.nearby-categories{gap:8px}.nearby-category{padding:12px}}@media(max-width:360px){.showcase-item,.config-card img,.gallery-grid img{height:150px}}body.light-theme .yoo-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .development-info h3{color:#2c3e50}body.light-theme .area-highlight{color:var(--text-primary)}body.light-theme .showcase-overlay span,body.light-theme .amenity-gallery h3{color:#2c3e50}body.light-theme .gallery-grid img{border-color:var(--border-color)}body.light-theme .gallery-grid img:hover{border-color:#2f6755;box-shadow:0 10px 30px #2f675526}body.light-theme .tower-gallery h3{color:#2c3e50}body.light-theme .yoo-cta{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light));border-top-color:var(--border-color)}body.light-theme .yoo-cta h2{color:#2f6755}body.light-theme .yoo-cta p{color:var(--text-secondary)}.dosti-page{width:100%;overflow-x:hidden;background-color:#070707;color:#fff}.dosti-hero{position:relative;height:80vh;min-height:600px;overflow:hidden}.overview-section{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.overview-grid{display:grid;grid-template-columns:2fr 1fr;gap:50px}.key-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:40px 0}.highlight-item{display:flex;align-items:center;gap:15px;background:#ffffff0d;padding:20px;border-radius:12px;border:1px solid rgba(245,217,118,.1)}.highlight-item i{font-size:2rem;color:#f5d976}.highlight-item strong{display:block;color:#fff;font-size:1.1rem;margin-bottom:5px}.highlight-item span{color:#ccc;font-size:.9rem}.developer-info{margin-bottom:40px;background:linear-gradient(145deg,#1a1a1a,#222);padding:30px;border-radius:16px;border:1px solid rgba(245,217,118,.1)}.developer-info h3{color:#f5d976;font-size:1.5rem;margin-bottom:20px}.developer-name{color:#fff;font-size:1.3rem;margin-bottom:10px;font-weight:600}.developer-desc{color:#ccc;line-height:1.6;margin-bottom:20px}.developer-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:20px}.stat-item{text-align:center;padding:15px;background:#ffffff08;border-radius:12px}.stat-value{display:block;color:#f5d976;font-size:1.5rem;font-weight:700;margin-bottom:5px}.stat-label{color:#ccc;font-size:.8rem}.highlights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:30px 0}.highlight-card{background:linear-gradient(145deg,#1a1a1a,#222);padding:25px;border-radius:16px;text-align:center;border:1px solid rgba(245,217,118,.1)}.highlight-card i{font-size:2.5rem;color:#f5d976;margin-bottom:15px}.highlight-card h4{color:#fff;margin-bottom:10px;font-size:1.2rem}.highlight-card p{color:#ccc;font-size:.9rem;line-height:1.5}.tie-ups{margin:40px 0}.tie-ups h3{color:#f5d976;font-size:1.5rem;margin-bottom:20px}.tie-ups-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tie-up-item{background:#ffffff0d;padding:20px;border-radius:12px;text-align:center;border:1px solid rgba(245,217,118,.1)}.tie-up-item i{font-size:2rem;color:#f5d976;margin-bottom:10px}.tie-up-item span{color:#fff;font-size:.95rem}.info-card,.price-card{background:linear-gradient(145deg,#1a1a1a,#222);border:1px solid rgba(245,217,118,.1);border-radius:20px;padding:30px;margin-bottom:30px}.info-card h3,.price-card h3{color:#f5d976;margin-bottom:20px}.price-highlight{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:10px}.price-note{color:#666;margin-bottom:20px}.booking-note{color:#f5d976;font-size:.9rem;text-align:center;margin-top:15px}.info-list{list-style:none;padding:0}.info-list li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05);color:#ccc}.info-list li strong{color:#fff;margin-right:10px}.btn-block{display:block;width:100%;margin-bottom:15px;text-align:center}.amenities-showcase{margin-top:50px}.amenities-showcase h3{color:#f5d976;margin-bottom:30px;font-size:1.5rem}.showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.showcase-item{position:relative;height:250px;border-radius:16px;overflow:hidden;cursor:pointer}.showcase-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.showcase-item:hover img{transform:scale(1.1)}.showcase-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);display:flex;align-items:flex-end;padding:20px;opacity:0;transition:opacity .3s ease}.showcase-item:hover .showcase-overlay{opacity:1}.showcase-overlay span{color:#fff;font-size:1.2rem;font-weight:600}.specifications-section{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:30px}.spec-card{background:linear-gradient(145deg,#1a1a1a,#222);padding:30px;border-radius:16px;border:1px solid rgba(245,217,118,.1);transition:all .3s ease}.spec-card:hover{transform:translateY(-5px);border-color:#f5d9764d;box-shadow:0 20px 40px #0006}.spec-card h3{color:#f5d976;font-size:1.3rem;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid rgba(245,217,118,.2)}.spec-card ul{list-style:none;padding:0}.spec-card li{color:#ccc;padding:8px 0 8px 20px;position:relative;line-height:1.5}.spec-card li:before{content:"•";color:#f5d976;position:absolute;left:0;font-size:1.2rem}.location-section{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.location-map img{width:100%;height:auto;border-radius:20px;cursor:pointer;border:1px solid rgba(245,217,118,.1);margin-bottom:20px}.location-address{display:flex;align-items:center;gap:10px;color:#ccc;font-size:1rem;background:#ffffff0d;padding:15px;border-radius:12px}.location-address i{color:#f5d976;font-size:1.2rem}.location-highlight{background:#f5d9760d;padding:25px;border-radius:16px;border-left:4px solid rgb(245,217,118);margin-bottom:30px}.location-highlight h4{color:#f5d976;font-size:1.3rem;margin-bottom:15px}.location-highlight p{color:#ccc;line-height:1.6}.nearby-categories{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.nearby-category{background:#ffffff0d;padding:20px;border-radius:12px;border:1px solid rgba(245,217,118,.1)}.nearby-category h4{color:#f5d976;margin-bottom:15px;display:flex;align-items:center;gap:10px}.nearby-category h4 i{color:#f5d976}.nearby-category ul{list-style:none;padding:0}.nearby-category li{display:flex;justify-content:space-between;color:#ccc;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05)}.nearby-category li span{color:#f5d976;font-weight:600}.dosti-cta{padding:100px 0;background:linear-gradient(135deg,#0a0a0a,#111);text-align:center;border-top:1px solid rgba(245,217,118,.2)}.dosti-cta h2{font-size:2.5rem;color:#f5d976;margin-bottom:20px;font-family:Bodoni Moda,serif}.dosti-cta p{color:#ccc;font-size:1.2rem;margin-bottom:40px}@media(max-width:1200px){.hero-title{font-size:3.5rem}.section-title{font-size:2.4rem}.overview-grid{grid-template-columns:1fr}.config-grid,.specs-grid,.tie-ups-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.location-grid{grid-template-columns:1fr}.developer-stats{grid-template-columns:repeat(2,1fr)}.tabs{gap:15px}.tab{font-size:1rem;padding:8px 15px}.specs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.dosti-page{padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-badges{gap:10px}.badge{padding:8px 15px;font-size:.8rem}.section-title{font-size:2rem}.key-highlights,.highlights-grid,.config-grid{grid-template-columns:repeat(2,1fr);gap:15px}.config-card img{height:180px}.specs-grid{grid-template-columns:1fr}.amenities-grid,.showcase-grid{grid-template-columns:repeat(2,1fr);gap:15px}.showcase-item{height:200px}.tie-ups-grid,.nearby-categories{grid-template-columns:1fr}.dosti-cta h2{font-size:2rem}}@media(max-width:576px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;gap:10px}.btn-primary,.btn-secondary{padding:12px 30px;font-size:1rem}.tabs{flex-wrap:nowrap;overflow-x:auto;padding:15px 10px;justify-content:flex-start}.tab{white-space:nowrap;font-size:.9rem;padding:8px 12px}.section-title{font-size:1.8rem}.key-highlights,.highlights-grid,.config-grid{grid-template-columns:1fr}.config-card img{height:200px}.amenities-grid,.showcase-grid{grid-template-columns:1fr}.showcase-item{height:200px}.developer-stats{grid-template-columns:1fr}.close-btn{top:-30px;right:0;width:40px;height:40px;font-size:2rem}}@media(max-width:480px){.hero-title{font-size:1.8rem}.key-highlights{gap:8px}.highlight-item{padding:15px}.amenities-grid{gap:8px}.amenity-card{padding:15px}.showcase-item,.config-card img{height:180px}}@media(max-width:360px){.showcase-item,.config-card img{height:150px}}body.light-theme .dosti-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .section-title{color:#2c3e50!important}body.light-theme .section-subtitle{color:#2f6755!important;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset}body.light-theme .highlight-item{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .highlight-item i{color:#2f6755}body.light-theme .highlight-item strong{color:var(--text-primary)}body.light-theme .highlight-item span{color:var(--text-secondary)}body.light-theme .developer-info{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .developer-info h3{color:#2c3e50}body.light-theme .developer-name{color:var(--text-primary)}body.light-theme .developer-desc{color:var(--text-secondary)}body.light-theme .developer-stats .stat-item{background:var(--cream-light)}body.light-theme .stat-value{color:#2f6755}body.light-theme .stat-label{color:var(--text-secondary)}body.light-theme .highlight-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .highlight-card i{color:#2f6755}body.light-theme .highlight-card h4{color:var(--text-primary)}body.light-theme .highlight-card p{color:var(--text-secondary)}body.light-theme .tie-ups h3{color:#2c3e50}body.light-theme .tie-up-item{background:var(--cream-light);border-color:var(--border-color)}body.light-theme .tie-up-item i{color:#2f6755}body.light-theme .tie-up-item span{color:var(--text-primary)}body.light-theme .info-card,body.light-theme .price-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .info-card h3,body.light-theme .price-card h3{color:#2c3e50}body.light-theme .price-highlight{color:var(--text-primary)}body.light-theme .info-list li{color:var(--text-secondary);border-bottom-color:var(--border-color)}body.light-theme .info-list li strong{color:var(--text-primary)}body.light-theme .booking-note{color:#2f6755}body.light-theme .amenities-showcase h3{color:#2c3e50}body.light-theme .showcase-item{border:1px solid var(--border-color)}body.light-theme .showcase-overlay{background:linear-gradient(to top,rgba(220,217,203,.9),transparent)}body.light-theme .showcase-overlay span{color:#2c3e50}body.light-theme .specifications-section{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .spec-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .spec-card:hover{border-color:#2f6755;box-shadow:0 20px 40px #2f675526}body.light-theme .spec-card h3{color:#2c3e50;border-bottom-color:#2c3e501a}body.light-theme .spec-card li{color:var(--text-secondary)}body.light-theme .spec-card li:before{color:#2f6755}body.light-theme .location-section{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .location-map img{border-color:var(--border-color)}body.light-theme .location-address{background:linear-gradient(145deg,#ffffff,var(--cream-light));border:1px solid var(--border-color);color:var(--text-secondary)}body.light-theme .location-address i{color:#2f6755}body.light-theme .location-highlight{background:#2f67550d;border-left-color:#2f6755}body.light-theme .location-highlight h4{color:#2c3e50}body.light-theme .location-highlight p{color:var(--text-secondary)}body.light-theme .nearby-category{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .nearby-category h4{color:#2c3e50}body.light-theme .nearby-category h4 i{color:#2f6755}body.light-theme .nearby-category li{color:var(--text-secondary);border-bottom-color:var(--border-color)}body.light-theme .nearby-category li span{color:#2f6755}body.light-theme .dosti-cta{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light));border-top-color:var(--border-color)}body.light-theme .dosti-cta h2{color:#2f6755}body.light-theme .dosti-cta p{color:var(--text-secondary)}.kumar-page{width:100%;overflow-x:hidden;background-color:#070707;color:#fff}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 20px}.kumar-hero{position:relative;height:80vh;min-height:600px;overflow:hidden}.hero-slider{position:absolute;top:0;left:0;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;animation:slideShow 15s infinite}.hero-slide:nth-child(1){animation-delay:0s}.hero-slide:nth-child(2){animation-delay:5s}.hero-slide:nth-child(3){animation-delay:10s}@keyframes slideShow{0%,to{opacity:0}10%,30%{opacity:1}40%{opacity:0}}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#000c,#0006);z-index:1}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:2;width:90%;max-width:1000px}.hero-title{font-family:Bodoni Moda,serif;font-size:4rem;font-weight:700;margin-bottom:20px;background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 30px rgba(245,217,118,.3)}.hero-subtitle{font-size:1.5rem;margin-bottom:30px;color:#fff;opacity:.9}.hero-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:40px}.badge{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,217,118,.3);padding:10px 25px;border-radius:30px;font-size:.9rem;font-weight:500;color:#fff}.hero-actions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:15px 40px;border-radius:40px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;border:none}.btn-primary{background:linear-gradient(45deg,#c8942c,#f5d976,#d8ac42);color:#111}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #f5d97666}.btn-secondary{background:transparent;border:2px solid rgb(245,217,118);color:#f5d976}.btn-secondary:hover{background:#f5d976;color:#111}.location-highlight-bar{padding:15px 0;background:linear-gradient(145deg,#111,#1a1a1a);border-bottom:1px solid rgba(245,217,118,.1)}.location-tag{display:flex;align-items:center;justify-content:center;gap:10px;color:#f5d976;font-size:1.1rem;font-weight:500}.location-tag i{font-size:1.3rem}.section-title{font-family:Bodoni Moda,serif;font-size:2.5rem;color:#f5d976;margin-bottom:15px;text-align:center}.section-subtitle{color:#ccc;font-size:1.1rem;text-align:center;margin-bottom:50px}.tabs-section{background:linear-gradient(145deg,#111,#1a1a1a);border-bottom:1px solid rgba(245,217,118,.1);position:sticky;top:80px;z-index:100}.tabs{display:flex;justify-content:center;gap:30px;padding:20px 0;flex-wrap:wrap}.tab{background:none;border:none;color:#ccc;font-size:1.1rem;font-weight:600;padding:10px 20px;cursor:pointer;transition:all .3s ease;position:relative}.tab:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#f5d976;transition:width .3s ease}.tab:hover:after,.tab.active:after{width:80%}.tab.active{color:#f5d976}.overview-section{padding:60px 0;background:linear-gradient(145deg,#111,#1a1a1a);position:relative}.location-badge{display:inline-flex;align-items:center;gap:10px;background:#f5d9761a;border:1px solid rgba(245,217,118,.3);border-radius:40px;padding:8px 20px;margin-bottom:30px}.location-badge i{color:#f5d976;font-size:1.1rem}.location-badge span{color:#f5d976;font-weight:500;font-size:.95rem}.section-header-wrapper{margin-bottom:25px}.section-header-wrapper .section-title{font-size:2.8rem;text-align:left;margin-bottom:5px;color:#f5d976}.section-header-wrapper .section-subtitle{text-align:left;color:#ccc;font-size:1.1rem;margin-bottom:0}.overview-text{color:#ccc;line-height:1.7;margin-bottom:30px;font-size:1rem;max-width:90%}.quick-stats-row{display:flex;gap:15px;margin-bottom:30px;flex-wrap:wrap}.stat-pill{background:#ffffff08;border:1px solid rgba(245,217,118,.15);border-radius:40px;padding:8px 18px;display:inline-flex;align-items:center;gap:8px}.stat-pill-value{color:#f5d976;font-weight:700;font-size:1.2rem}.stat-pill-label{color:#ccc;font-size:.9rem}.highlights-compact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:30px}.compact-highlight-card{background:#ffffff05;border:1px solid rgba(245,217,118,.1);border-radius:16px;padding:20px;display:flex;align-items:center;gap:15px;transition:all .3s ease}.compact-highlight-card:hover{transform:translateY(-3px);border-color:#f5d9764d;background:#ffffff0d}.compact-highlight-icon{width:45px;height:45px;background:#f5d9761a;border-radius:12px;display:flex;align-items:center;justify-content:center}.compact-highlight-icon i{color:#f5d976;font-size:1.5rem}.compact-highlight-content h4{color:#fff;font-size:1rem;margin-bottom:4px}.compact-highlight-content p{color:#ccc;font-size:.85rem;margin:0}.designer-spotlight{display:flex;align-items:center;gap:20px;background:linear-gradient(145deg,#1a1a1a,#222);border-radius:16px;padding:20px;border:1px solid rgba(245,217,118,.15)}.designer-avatar{width:60px;height:60px;background:linear-gradient(45deg,#c8942c,#f5d976);border-radius:50%;display:flex;align-items:center;justify-content:center}.designer-avatar i{color:#111;font-size:2rem}.designer-info h4{color:#f5d976;font-size:1.1rem;margin-bottom:5px}.designer-info p{color:#ccc;font-size:.9rem;line-height:1.5;margin:0}.price-spotlight-card{background:linear-gradient(145deg,#1a1a1a,#222);border:1px solid rgba(245,217,118,.15);border-radius:24px;padding:25px;margin-bottom:20px;box-shadow:0 10px 30px #0000004d}.price-spotlight-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid rgba(245,217,118,.15)}.price-spotlight-header i{color:#f5d976;font-size:1.3rem}.price-spotlight-header h3{color:#fff;font-size:1.2rem;margin:0}.price-spotlight-items{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.price-spotlight-item{background:#ffffff08;border-radius:16px;padding:18px;position:relative;border:1px solid transparent;transition:all .3s ease}.price-spotlight-item:hover{border-color:#f5d9764d;background:#ffffff0d}.price-spotlight-item.premium{background:#f5d9760d;border:1px solid rgba(245,217,118,.2)}.item-badge{position:absolute;top:-10px;right:20px;background:#f5d976;color:#111;padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase}.item-badge.popular{background:#4caf50;color:#fff}.item-badge.premium{background:#9c27b0;color:#fff}.item-type{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:5px}.item-size{color:#f5d976;font-size:1rem;font-weight:500;margin-bottom:8px}.item-price{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:5px}.item-note{color:#888;font-size:.8rem}.price-spotlight-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid rgba(245,217,118,.15)}.price-spotlight-footer p{color:#888;font-size:.8rem;margin:0}.btn-enquire-small{background:linear-gradient(45deg,#c8942c,#f5d976);color:#111;text-decoration:none;padding:8px 16px;border-radius:30px;font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.btn-enquire-small:hover{transform:translate(5px);box-shadow:0 5px 15px #f5d9764d}.quick-actions-card{background:#ffffff05;border:1px solid rgba(245,217,118,.1);border-radius:20px;padding:20px}.quick-actions-card h4{color:#fff;font-size:1rem;margin-bottom:15px;opacity:.8}.action-buttons{display:flex;gap:10px}.action-btn{flex:1;background:#ffffff0d;border:1px solid rgba(245,217,118,.15);border-radius:12px;padding:12px 5px;display:flex;flex-direction:column;align-items:center;gap:5px;color:#ccc;text-decoration:none;transition:all .3s ease;cursor:pointer}.action-btn:hover{background:#f5d9761a;border-color:#f5d976;color:#f5d976;transform:translateY(-3px)}.action-btn i{font-size:1.3rem}.action-btn span{font-size:.8rem}.stats-bottom-bar{display:flex;align-items:center;justify-content:space-around;background:#ffffff05;border:1px solid rgba(245,217,118,.1);border-radius:60px;padding:20px 30px;margin-top:40px}.stat-item{text-align:center;flex:1}.stat-number{display:block;color:#f5d976;font-size:1.8rem;font-weight:700;line-height:1.2}.stat-text{color:#ccc;font-size:.9rem}.stat-divider{width:1px;height:30px;background:#f5d97633}.amenities-section{padding:80px 0;background:linear-gradient(135deg,#0a0a0a,#111)}.amenity-category{margin-bottom:50px}.amenity-category h3{color:#f5d976;font-size:1.3rem;margin-bottom:20px;display:flex;align-items:center;gap:10px}.amenity-category h3 i{font-size:1.5rem}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-bottom:30px}.amenity-card{background:linear-gradient(145deg,#1a1a1a,#222);padding:25px;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid rgba(245,217,118,.1)}.amenity-card:hover{transform:translateY(-5px);border-color:#f5d976}.amenity-card i{font-size:2rem;color:#f5d976;margin-bottom:15px}.amenity-card span{color:#fff;font-size:.95rem}.configurations-section{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.config-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:40px}.config-card{background:linear-gradient(145deg,#1a1a1a,#222);border-radius:16px;overflow:hidden;border:1px solid rgba(245,217,118,.1);transition:all .3s ease;position:relative}.config-card.highlight{border:2px solid rgb(245,217,118)}.config-card:hover{transform:translateY(-10px);border-color:#f5d9764d;box-shadow:0 20px 40px #00000080}.config-card img{width:100%;height:220px;object-fit:cover}.config-tag{position:absolute;top:15px;right:15px;background:#f5d976;color:#111;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:600;z-index:2}.config-details{padding:25px;text-align:center}.config-details h3{color:#f5d976;font-size:1.4rem;margin-bottom:10px}.config-details .size{color:#ccc;margin-bottom:10px}.config-details .price{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:15px}.config-features{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:15px}.config-features span{background:#f5d9761a;color:#f5d976;padding:4px 10px;border-radius:20px;font-size:.75rem}.floor-info{text-align:center;color:#ccc;font-size:1.1rem;margin-top:30px;padding:20px;background:#ffffff0d;border-radius:12px}.towers-section{padding:80px 0;background:linear-gradient(145deg,#111,#1a1a1a)}.tower-grid-full{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin:40px 0}.tower-card-full{background:linear-gradient(145deg,#1a1a1a,#222);padding:25px;border-radius:16px;border:1px solid rgba(245,217,118,.1);transition:all .3s ease}.tower-card-full:hover{transform:translateY(-5px);border-color:#f5d9764d;box-shadow:0 15px 30px #0006}.tower-card-full h4{color:#f5d976;font-size:1.5rem;margin-bottom:20px;text-align:center;padding-bottom:15px;border-bottom:1px solid rgba(245,217,118,.2)}.tower-details{display:flex;flex-direction:column;gap:10px}.tower-details p{display:flex;align-items:center;gap:10px;color:#ccc;font-size:1rem}.tower-details p i{color:#f5d976;font-size:1.2rem}.tower-stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-top:50px}.stat-card{background:#ffffff0d;padding:20px;border-radius:12px;text-align:center;border:1px solid rgba(245,217,118,.1)}.stat-card .stat-value{display:block;color:#f5d976;font-size:1.5rem;font-weight:700;margin-bottom:5px}.stat-card .stat-label{color:#ccc;font-size:.9rem}.media-section{padding:80px 0;background:linear-gradient(135deg,#0a0a0a,#111)}.media-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.media-card{background:linear-gradient(145deg,#1a1a1a,#222);border-radius:16px;overflow:hidden;border:1px solid rgba(245,217,118,.1);padding:25px;transition:all .3s ease}.media-card:hover{transform:translateY(-5px);border-color:#f5d9764d;box-shadow:0 20px 40px #0006}.media-thumbnail{position:relative;height:200px;border-radius:12px;overflow:hidden;cursor:pointer;margin-bottom:15px}.thumbnail-video{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;color:#ffffffe6;transition:all .3s ease}.media-thumbnail:hover .play-button{color:#f5d976;transform:translate(-50%,-50%) scale(1.1)}.image-gallery-preview{position:relative;height:200px;border-radius:12px;overflow:hidden;cursor:pointer;margin-bottom:15px}.image-gallery-preview img{width:100%;height:100%;object-fit:cover}.image-count{position:absolute;bottom:10px;right:10px;background:#000000b3;color:#fff;padding:5px 10px;border-radius:20px;font-size:.8rem;display:flex;align-items:center;gap:5px}.image-thumbnails{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}.image-thumbnails img{width:100%;height:60px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .3s ease;border:1px solid transparent}.image-thumbnails img:hover{transform:scale(1.05);border-color:#f5d976}.brochure-media-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:linear-gradient(145deg,#1a1a1a,#222);border:1px solid rgba(245,217,118,.1);border-radius:16px;padding:30px 20px;transition:all .3s ease}.brochure-media-card:hover{transform:translateY(-5px);border-color:#f5d9764d;box-shadow:0 20px 40px #0006}.brochure-icon{font-size:4rem;color:#ff6b6b;margin-bottom:20px;transition:transform .3s ease}.brochure-media-card:hover .brochure-icon{transform:scale(1.1);color:#ff4f4f}.brochure-media-card h3{color:#f5d976;font-size:1.3rem;margin-bottom:10px;font-weight:600}.brochure-media-card p{color:#ccc;font-size:.95rem;margin-bottom:25px;line-height:1.6;max-width:250px}.btn-download{background:linear-gradient(45deg,#ff6b6b,#ff8e8e);color:#fff;border:none;padding:12px 30px;border-radius:40px;font-weight:600;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;box-shadow:0 5px 15px #ff6b6b4d;width:100%;max-width:220px}.btn-download i{font-size:1.2rem;transition:transform .3s ease}.btn-download:hover{background:linear-gradient(45deg,#ff4f4f,#ff6b6b);transform:translateY(-3px);box-shadow:0 10px 25px #ff6b6b66}.btn-download:hover i{transform:translateY(2px)}.btn-download:active{transform:translateY(0);box-shadow:0 5px 10px #ff6b6b4d}body.light-theme .brochure-media-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .brochure-media-card:hover{border-color:#2f6755}body.light-theme .brochure-icon{color:#dc3545}body.light-theme .brochure-media-card h3{color:#2c3e50}body.light-theme .brochure-media-card p{color:var(--text-secondary)}body.light-theme .btn-download{background:linear-gradient(45deg,#dc3545,#ff6b6b);color:#fff;box-shadow:0 5px 15px #dc354533}body.light-theme .btn-download:hover{background:linear-gradient(45deg,#c82333,#dc3545);box-shadow:0 10px 25px #dc35454d}.kumar-cta{padding:100px 0;background:linear-gradient(135deg,#0a0a0a,#111);text-align:center;border-top:1px solid rgba(245,217,118,.2)}.kumar-cta h2{font-size:2.5rem;color:#f5d976;margin-bottom:20px;font-family:Bodoni Moda,serif}.kumar-cta p{color:#ccc;font-size:1.2rem;margin-bottom:40px}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.image-modal{position:fixed;inset:0;background:#000000f2;z-index:2000;display:flex;align-items:center;justify-content:center;padding:40px}.modal-content{position:relative;max-width:90vw;max-height:90vh}.modal-content img{width:100%;height:100%;object-fit:contain}.close-btn{position:absolute;top:-40px;right:-40px;color:#fff;font-size:3rem;cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#fff3;transform:rotate(90deg)}.video-modal{position:fixed;inset:0;background:#000000f2;z-index:2000;display:flex;align-items:center;justify-content:center;padding:40px}.modal-video{max-width:90vw;max-height:90vh;width:auto;height:auto}@media(max-width:1200px){.hero-title{font-size:3.5rem}.section-title{font-size:2.4rem}.config-grid{grid-template-columns:repeat(2,1fr)}.tower-stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.tabs{gap:15px}.tab{font-size:1rem;padding:8px 15px}.media-grid{grid-template-columns:1fr}.tower-stats-grid{grid-template-columns:repeat(2,1fr)}.overview-grid{grid-template-columns:1fr;gap:30px}.overview-text{max-width:100%}.price-spotlight-card{max-width:500px;margin:0 auto 20px}.quick-actions-card{max-width:500px;margin:0 auto}}@media(max-width:768px){.kumar-page{padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-badges{gap:10px}.badge{padding:8px 15px;font-size:.8rem}.section-title,.section-header-wrapper .section-title{font-size:2rem}.config-grid{grid-template-columns:1fr}.config-card img{height:200px}.tower-grid-full{grid-template-columns:1fr}.amenities-grid{grid-template-columns:repeat(2,1fr);gap:15px}.kumar-cta h2{font-size:2rem}.location-tag{font-size:.9rem;text-align:center}.highlights-compact-grid{grid-template-columns:1fr}.quick-stats-row{gap:10px}.stat-pill{padding:6px 12px}.stat-pill-value{font-size:1rem}.stat-pill-label{font-size:.8rem}.designer-spotlight{flex-direction:column;text-align:center;padding:20px}.stats-bottom-bar{flex-direction:column;gap:15px;border-radius:20px;padding:20px}.stat-divider{width:100%;height:1px}}@media(max-width:576px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;gap:10px}.btn-primary,.btn-secondary{padding:12px 30px;font-size:1rem}.tabs{flex-wrap:nowrap;overflow-x:auto;padding:15px 10px;justify-content:flex-start}.tab{white-space:nowrap;font-size:.9rem;padding:8px 12px}.section-title,.section-header-wrapper .section-title{font-size:1.8rem}.amenities-grid,.tower-stats-grid{grid-template-columns:1fr}.close-btn{top:-30px;right:0;width:40px;height:40px;font-size:2rem}.location-badge{width:100%;justify-content:center}.quick-stats-row{justify-content:center}.action-buttons{flex-wrap:wrap}.action-btn{min-width:100px}}@media(max-width:480px){.hero-title{font-size:1.8rem}.amenities-grid{gap:8px}.amenity-card{padding:15px}}@media(max-width:768px){.brochure-media-card{padding:25px 15px}.brochure-icon{font-size:3.5rem}.brochure-media-card h3{font-size:1.2rem}.brochure-media-card p{font-size:.9rem;max-width:220px}.btn-download{padding:10px 25px;font-size:.95rem;max-width:200px}}@media(max-width:576px){.brochure-media-card{padding:20px 12px}.brochure-icon{font-size:3rem}.brochure-media-card h3{font-size:1.1rem}.brochure-media-card p{font-size:.85rem;max-width:200px}.btn-download{padding:8px 20px;font-size:.9rem;max-width:180px}}body.light-theme .kumar-page{background-color:var(--cream-bg);color:var(--text-primary)}body.light-theme .hero-overlay{background:linear-gradient(135deg,#dcd9cbd9,#e7bb96b3)}body.light-theme .hero-title{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .hero-subtitle{color:var(--text-secondary)}body.light-theme .badge{background:#ffffffe6;border-color:#2f6755;color:var(--text-primary);-webkit-backdrop-filter:none;backdrop-filter:none}body.light-theme .btn-primary{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff}body.light-theme .btn-primary:hover{box-shadow:0 10px 30px #2c3e504d}body.light-theme .btn-secondary{border-color:#2c3e50;color:#2c3e50}body.light-theme .btn-secondary:hover{background:#2c3e50;color:#fff}body.light-theme .location-highlight-bar{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-bottom-color:var(--border-color)}body.light-theme .location-tag{color:#2f6755}body.light-theme .tabs-section{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-bottom-color:var(--border-color)}body.light-theme .tab{color:var(--text-secondary)}body.light-theme .tab:after{background:#2c3e50}body.light-theme .tab.active{color:#2c3e50}body.light-theme .overview-section{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .section-header-wrapper .section-title{color:#2c3e50!important}body.light-theme .section-header-wrapper .section-subtitle{color:#2f6755!important;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset}body.light-theme .overview-text{color:var(--text-secondary)}body.light-theme .location-badge{background:#2f67551a;border-color:#2f67554d}body.light-theme .location-badge i,body.light-theme .location-badge span{color:#2f6755}body.light-theme .stat-pill{background:var(--cream-light);border-color:#2f675533}body.light-theme .stat-pill-value{color:#2f6755}body.light-theme .stat-pill-label{color:var(--text-secondary)}body.light-theme .compact-highlight-card{background:var(--cream-light);border-color:#2f67551a}body.light-theme .compact-highlight-card:hover{background:#fff;border-color:#2f6755}body.light-theme .compact-highlight-icon{background:#2f67551a}body.light-theme .compact-highlight-icon i{color:#2f6755}body.light-theme .compact-highlight-content h4{color:var(--text-primary)}body.light-theme .compact-highlight-content p{color:var(--text-secondary)}body.light-theme .designer-spotlight{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:var(--border-color)}body.light-theme .designer-avatar{background:linear-gradient(45deg,#2c3e50,#2f6755)}body.light-theme .designer-info h4{color:#2c3e50}body.light-theme .designer-info p{color:var(--text-secondary)}body.light-theme .price-spotlight-card{background:linear-gradient(145deg,var(--cream-light),#ffffff);border-color:var(--border-color);box-shadow:0 10px 30px var(--shadow-color)}body.light-theme .price-spotlight-header h3{color:#2c3e50}body.light-theme .price-spotlight-item{background:var(--cream-light)}body.light-theme .price-spotlight-item.premium{background:#2f67550d;border-color:#2f675533}body.light-theme .item-type{color:#2c3e50}body.light-theme .item-size{color:#2f6755}body.light-theme .item-price{color:#2c3e50}body.light-theme .item-note{color:var(--text-muted)}body.light-theme .btn-enquire-small{background:linear-gradient(45deg,#2c3e50,#2f6755);color:#fff}body.light-theme .quick-actions-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .quick-actions-card h4{color:#2c3e50}body.light-theme .action-btn{background:var(--cream-light);border-color:var(--border-color);color:var(--text-secondary)}body.light-theme .action-btn:hover{background:#2f67551a;border-color:#2f6755;color:#2f6755}body.light-theme .stats-bottom-bar{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .stat-number{color:#2f6755}body.light-theme .stat-text{color:var(--text-secondary)}body.light-theme .stat-divider{background:var(--border-color)}body.light-theme .amenities-section{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light))}body.light-theme .amenity-category h3{color:#2c3e50}body.light-theme .amenity-category h3 i{color:#2f6755}body.light-theme .amenity-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .amenity-card:hover{border-color:#2f6755}body.light-theme .amenity-card i{color:#2f6755}body.light-theme .amenity-card span{color:var(--text-primary)}body.light-theme .configurations-section{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .config-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .config-card.highlight{border-color:#2f6755}body.light-theme .config-card:hover{border-color:#2f6755;box-shadow:0 20px 40px #2f675526}body.light-theme .config-tag{background:#2f6755;color:#fff}body.light-theme .config-details h3{color:#2c3e50}body.light-theme .config-details .size{color:var(--text-secondary)}body.light-theme .config-details .price{color:#2f6755}body.light-theme .config-features span{background:#2f67551a;color:#2f6755}body.light-theme .floor-info{color:var(--text-secondary);background:var(--cream-light)}body.light-theme .towers-section{background:linear-gradient(145deg,var(--cream-light),#ffffff)}body.light-theme .tower-card-full{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .tower-card-full:hover{border-color:#2f6755;box-shadow:0 15px 30px #2f675526}body.light-theme .tower-card-full h4{color:#2c3e50;border-bottom-color:#2c3e501a}body.light-theme .tower-details p{color:var(--text-secondary)}body.light-theme .tower-details p i{color:#2f6755}body.light-theme .stat-card{background:var(--cream-light)}body.light-theme .stat-card .stat-value{color:#2f6755}body.light-theme .stat-card .stat-label{color:var(--text-secondary)}body.light-theme .media-section{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light))}body.light-theme .media-card{background:linear-gradient(145deg,#ffffff,var(--cream-light));border-color:var(--border-color)}body.light-theme .kumar-cta{background:linear-gradient(135deg,var(--cream-bg),var(--cream-light));border-top-color:var(--border-color)}body.light-theme .kumar-cta h2{color:#2f6755}body.light-theme .kumar-cta p{color:var(--text-secondary)}body.light-theme .image-modal{background:#dcd9cbf2}body.light-theme .close-btn{background:#2c3e501a;color:#2c3e50}body.light-theme .close-btn:hover{background:#2c3e5033}body.light-theme h1,body.light-theme h2,body.light-theme h3,body.light-theme h4,body.light-theme h5{color:#2c3e50}body.light-theme p,body.light-theme li,body.light-theme span:not(.badge){color:var(--text-secondary)}body.light-theme hr{border-color:var(--border-color)}body.light-theme .container{color:var(--text-primary)}body.light-theme{--bg-primary: #f8f9fa;--bg-secondary: #ffffff;--bg-card: #ffffff;--text-primary: #2c3e50;--text-secondary: #495057;--text-muted: #6c757d;--border-color: #e9ecef;--shadow-color: rgba(0,0,0,.08);--gold-primary: #b8860b;--gold-secondary: #daa520;--gold-gradient: linear-gradient(45deg, #b8530b, #da8d20, #d1590e);--accent-color: #8b7355;--hover-color: #9b7e3e;--soft-white: rgba(255, 255, 255, .92);--cream-bg: #e9d9a7;--cream-light: #f3ecd1;--cream-dark: #f5e6d3}body.light-theme{background-color:var(--cream-bg)!important;color:var(--text-primary)!important}body.light-theme .image-navbar{background-color:#fff!important;border-bottom:2px solid #f0f0f0;box-shadow:none}body.light-theme .navbar-brand{color:#2c3e50!important;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:#2c3e50;font-weight:700;font-size:1.6rem;letter-spacing:-.5px}body.light-theme .navbar-brand span{color:#2f6755}body.light-theme .nav-link{color:#3a3a3a!important;font-weight:500;padding:.5rem 1rem!important;margin:0 .3rem;border-radius:30px;transition:all .3s ease}body.light-theme .nav-link i{color:#2f6755;margin-right:6px;transition:transform .3s ease}body.light-theme .nav-link:hover{color:#2c3e50!important;background-color:#2f675508}body.light-theme .nav-link:hover i{transform:scale(1.1)}body.light-theme .nav-link.active{background:linear-gradient(45deg,#2c3e50,#2f6755,#4f3a35);color:#fff!important}body.light-theme .nav-link.active i{color:#fff}@media(max-width:992px){body.light-theme .navbar-collapse{background-color:#fff;border-top:2px solid #f0f0f0;padding:1rem;margin-top:.5rem}body.light-theme .nav-link{padding:.8rem 1rem!important;border-radius:8px}body.light-theme .nav-link.active{background:linear-gradient(45deg,#2c3e50,#2f6755)}body.light-theme .navbar-toggler{border:1px solid #e0e0e0;border-radius:8px}body.light-theme .navbar-toggler-icon i{color:#2f6755}}body.light-theme .search-input{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:30px;padding:.5rem 1.2rem}body.light-theme .search-input:focus{border-color:#2f6755;background-color:#fff}body.light-theme .search-btn{background:linear-gradient(45deg,#2c3e50,#2f6755);border:none;border-radius:30px;color:#fff;padding:.5rem 1.5rem}body.light-theme .theme-toggle{background-color:#f8f9fa;border:1px solid #e9ecef}body.light-theme .theme-toggle i{color:#2f6755}body.light-theme .hero-section{background-color:var(--cream-bg)}body.light-theme .slider-container:after{background:linear-gradient(to bottom,#ffffff1a,#ffffff4d)}body.light-theme .slider-arrow{background:var(--cream-light);border-color:var(--gold-primary);color:var(--gold-primary)}body.light-theme .slider-arrow:hover{background:var(--gold-gradient);color:#fff}body.light-theme .slider-dot{background:var(--text-muted)}body.light-theme .slider-dot:hover,body.light-theme .slider-dot.active{background:var(--gold-primary)}body.light-theme .advantages-section{background-color:var(--cream-bg);position:relative}body.light-theme .advantages-section:before{display:none}body.light-theme .advantages-section>*{position:relative;z-index:1}body.light-theme .sitevisit-steps-section{background-color:var(--cream-bg);position:relative}body.light-theme .sitevisit-steps-section:before{display:none}body.light-theme .sitevisit-steps-section>*{position:relative;z-index:1}body.light-theme .section-subtitle{background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}body.light-theme .section-title{color:var(--text-primary)!important}body.light-theme .section-description{color:var(--text-secondary)!important}body.light-theme .advantage-card{background:var(--cream-light)!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}body.light-theme .advantage-card:hover{border-color:var(--gold-primary);box-shadow:0 8px 24px #b8860b26}body.light-theme .advantage-card:before{background:linear-gradient(90deg,transparent,rgba(184,134,11,.1),transparent)}body.light-theme .advantage-icon{background:var(--gold-gradient)}body.light-theme .advantage-icon i{color:#fff}body.light-theme .advantage-title{background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}body.light-theme .advantage-description{color:var(--text-secondary)!important}body.light-theme .step-card{background:var(--cream-light)!important;border:1px solid var(--border-color);box-shadow:0 4px 12px var(--shadow-color)}body.light-theme .step-card:hover{border-color:var(--gold-primary);box-shadow:0 8px 24px #b8860b26}body.light-theme .step-card:before{background:linear-gradient(90deg,transparent,rgba(184,134,11,.1),transparent)}body.light-theme .step-card.highlight{background:linear-gradient(145deg,var(--cream-light),#ffffff)!important;border:2px solid var(--gold-primary)}body.light-theme .step-card.highlight:after{opacity:.8;color:var(--gold-primary)}body.light-theme .step-icon{background:var(--gold-gradient)}body.light-theme .step-icon i{color:#fff}body.light-theme .step-title{background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}body.light-theme .step-description{color:var(--text-secondary)!important}body.light-theme .step-cta{color:var(--gold-primary)}body.light-theme .featured-image-container{border-color:var(--border-color);box-shadow:0 8px 20px var(--shadow-color)}body.light-theme .featured-image-container:after{background:linear-gradient(45deg,rgba(184,134,11,.1),transparent)}body.light-theme .stat-card{background:var(--cream-light)!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid var(--border-color);box-shadow:0 8px 20px var(--shadow-color)}body.light-theme .stat-card:before{background:radial-gradient(circle,rgba(184,134,11,.1),transparent 70%)}body.light-theme .stat-icon{background:var(--gold-gradient)}body.light-theme .stat-icon i{color:#fff}body.light-theme .stat-number{background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .stat-label{color:var(--text-primary)!important}body.light-theme .properties-section{background-color:var(--cream-bg)}body.light-theme .view-more-btn{background:var(--gold-gradient);color:#fff}body.light-theme .view-more-btn:hover{box-shadow:0 5px 15px #b8860b4d}body.light-theme .property-card{background:linear-gradient(145deg,var(--cream-light),#ffffff);border:1px solid var(--border-color)}body.light-theme .property-card:hover{border-color:var(--gold-primary);box-shadow:0 15px 30px var(--shadow-color)}body.light-theme .property-tag{background:var(--gold-gradient);color:#fff}body.light-theme .property-name{color:var(--gold-primary)}body.light-theme .property-price{color:var(--text-primary)}body.light-theme .property-developer{color:var(--text-secondary)}body.light-theme .property-specs{border-top-color:#b8860b1a}body.light-theme .property-specs span{color:var(--text-secondary)}body.light-theme .property-specs i{color:var(--gold-primary)}
