@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap";:root{--primary-dark:#0a3d1e;--primary-green:#0e5e2e;--primary-light:#188643;--primary-hover:#0c5228;--secondary-gold:#c8963e;--secondary-gold-light:#f8efe0;--secondary-brown:#8b5a2b;--secondary-blue:#0f3b5c;--bg-light:#f9faec;--bg-cream:#f4f7f2;--bg-white:#fff;--text-dark:#1e293b;--text-muted:#475569;--text-light:#94a3b8;--border-color:#e2e8f0;--border-green:#bce3cb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--shadow-green:0 10px 25px -5px #0e5e2e40;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--transition:all .25s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}body{color:var(--text-dark);background-color:var(--bg-cream);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text-dark);font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;transition:var(--transition);border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}ul{list-style:none}.container{width:100%;max-width:1380px;margin:0 auto;padding:0 24px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-green)}.glass-card{-webkit-backdrop-filter:blur(12px);background:#ffffffe0;border:1px solid #fff9;box-shadow:0 20px 40px #0000001a}.btn{border-radius:var(--radius-full);transition:var(--transition);justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--primary-green);color:#fff;box-shadow:0 4px 14px #0e5e2e4d}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #0e5e2e66}.btn-white{color:var(--text-dark);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff}.btn-white:hover{border-color:var(--primary-green);color:var(--primary-green);background:#f8fafc;transform:translateY(-2px)}.btn-gold{background:var(--secondary-gold);color:#fff}.btn-gold:hover{background:#b5832b;transform:translateY(-2px)}.section-title{text-align:center;margin-bottom:48px}.section-title h2{letter-spacing:.05em;color:var(--primary-dark);text-transform:uppercase;margin-bottom:8px;font-size:2.25rem;font-weight:800}.section-title p{color:var(--text-muted);max-width:650px;margin:0 auto;font-size:1.05rem}.pill-badge{background-color:var(--secondary-gold-light);color:#7b591b;border-radius:var(--radius-full);border:1px solid #c8963e40;align-items:center;gap:6px;margin-bottom:16px;padding:6px 16px;font-size:.85rem;font-weight:600;display:inline-flex}.check-item{color:var(--text-dark);align-items:center;gap:10px;font-size:.95rem;display:flex}.check-item-icon{color:var(--primary-green);flex-shrink:0}.whatsapp-float{color:#fff;z-index:1000;width:60px;height:60px;transition:var(--transition);background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 10px 25px #25d36666}.whatsapp-float:hover{background-color:#20bd5a;transform:scale(1.1)rotate(5deg);box-shadow:0 14px 30px #25d3668c}.expert-float{background-color:var(--primary-green);color:#fff;border-radius:var(--radius-full);z-index:1000;cursor:pointer;transition:var(--transition);border:none;justify-content:center;align-items:center;padding:14px 20px;font-size:.95rem;font-weight:700;display:flex;position:fixed;bottom:100px;right:28px;box-shadow:0 10px 25px #0a3d1e59}.expert-float:hover{background-color:var(--primary-hover);transform:translateY(-4px);box-shadow:0 14px 30px #0a3d1e80}@media (width<=640px){.whatsapp-float{width:52px;height:52px;bottom:32px;right:20px}.expert-float{padding:12px 16px;font-size:.85rem;bottom:96px;right:20px}}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;background:#0f172abf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{border-radius:var(--radius-lg);width:100%;max-width:720px;max-height:90vh;box-shadow:var(--shadow-xl);background:#fff;padding:32px;position:relative;overflow-y:auto}.modal-close{cursor:pointer;width:36px;height:36px;color:var(--text-muted);transition:var(--transition);background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:20px;right:20px}.modal-close:hover{color:var(--text-dark);background:#e2e8f0}@media (width<=1024px){.section-title h2{font-size:1.85rem}}@media (width<=768px){.container{padding:0 16px}.section-title h2{font-size:1.6rem}}.header-wrapper{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);transition:var(--transition);background:#fffffff5;position:sticky;top:0;box-shadow:0 4px 20px #0000000a}.header-container{box-sizing:border-box;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;max-width:1440px;height:74px;margin:0 auto;padding:0 28px;display:flex}.brand-logo{flex-shrink:0;align-items:center;height:100%;text-decoration:none;display:flex}.brand-logo-img{object-fit:contain;width:auto;height:48px;max-height:48px;transition:transform .25s;display:block}.brand-logo:hover .brand-logo-img{transform:scale(1.03)}.nav-links{flex-wrap:nowrap;flex-shrink:1;align-items:center;gap:24px;display:flex}.nav-link{color:#334155;transition:var(--transition);white-space:nowrap;flex-shrink:0;padding:6px 0;font-size:.94rem;font-weight:600;text-decoration:none;position:relative}.nav-link:hover,.nav-link.active{color:var(--primary-green)}.nav-link:after{content:"";background:var(--primary-green);width:0;height:2px;transition:var(--transition);position:absolute;bottom:0;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-dropdown-container{cursor:pointer;align-items:center;display:flex;position:relative}.nav-dropdown-trigger{align-items:center;gap:4px;display:flex}.nav-dropdown-menu{opacity:0;visibility:hidden;z-index:101;background:#fff;border-radius:8px;min-width:180px;padding:6px 0;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 25px #0000001a}.nav-dropdown-container:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-link{color:#334155;white-space:nowrap;padding:8px 16px;font-size:.92rem;font-weight:500;text-decoration:none;transition:background .2s;display:block}.nav-dropdown-link:hover,.nav-dropdown-link.active{color:var(--primary-green);background:#f1f8f4}.header-actions{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:20px;display:flex}.phone-badge{color:#0f172a;transition:var(--transition);white-space:nowrap;flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:8px;font-size:.95rem;font-weight:700;text-decoration:none;display:flex}.nav-social-group{flex-shrink:0;align-items:center;gap:8px;display:flex}.nav-social-btn{color:#0e5e2e;width:36px;height:36px;transition:var(--transition);background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:flex}.nav-social-btn:hover{background:var(--primary-green);color:#fff;border-color:var(--primary-green);transform:translateY(-2px);box-shadow:0 4px 10px #0e5e2e40}.nav-divider{background:#cbd5e1;flex-shrink:0;width:1px;height:24px;margin:0 6px}.phone-icon-circle{width:38px;height:38px;color:var(--primary-green);transition:var(--transition);cursor:pointer;background:#e6f4eb;border:1px solid #bce3cb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.phone-icon-circle:hover{background:var(--primary-green);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0e5e2e4d}.phone-copy-toast{color:#fff;border-radius:var(--radius-full);z-index:1000;background:#0e5e2e;border:1px solid #188643;align-items:center;gap:10px;padding:12px 20px;font-size:.92rem;font-weight:600;display:flex;position:fixed;top:96px;right:28px;box-shadow:0 10px 25px #0e5e2e59}.phone-copy-toast strong{color:#ffda85}.btn-expert{color:#fff;border-radius:var(--radius-full);white-space:nowrap;cursor:pointer;transition:var(--transition);background:#0a4622;border:none;flex-shrink:0;padding:10px 22px;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #0a462240}.btn-expert:hover{background:#0e5e2e;transform:translateY(-2px);box-shadow:0 6px 16px #0a462259}.mobile-menu-btn{color:var(--text-dark);cursor:pointer;background:0 0;border:none;padding:8px;display:none}@media (width<=1350px){.nav-links{gap:16px}.header-actions{gap:14px}.nav-link{font-size:.9rem}}@media (width<=1150px){.nav-links,.nav-social-group,.nav-divider{display:none}.mobile-menu-btn{display:block}}@media (width<=1024px){.header-container{height:68px;padding:0 20px}.brand-logo-img{height:42px;max-height:42px}}@media (width<=640px){.header-container{height:62px;padding:0 16px}.brand-logo-img{height:38px;max-height:38px}.phone-badge span{display:none}}.footer-wrapper{color:#fff;background:#062310;border-top:1px solid #ffffff14;padding:80px 0 24px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr 1.3fr;gap:36px;margin-bottom:60px;display:grid}.footer-col h4{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px;padding-bottom:8px;font-size:1rem;font-weight:800;position:relative}.footer-col h4:after{content:"";background:var(--secondary-gold);width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-brand{flex-direction:column;gap:14px;display:flex}.footer-logo{text-decoration:none;display:inline-block}.footer-logo-img{object-fit:contain;background-color:#fff;border-radius:10px;width:auto;height:64px;padding:6px 12px;transition:transform .25s;display:block;box-shadow:0 4px 15px #00000040}.footer-logo:hover .footer-logo-img{transform:scale(1.03)}.footer-desc{color:#94a3b8;max-width:280px;font-size:.88rem;line-height:1.6}.footer-links-list{flex-direction:column;gap:10px;display:flex}.footer-links-list a{color:#94a3b8;transition:var(--transition);font-size:.9rem;text-decoration:none}.footer-links-list a:hover{color:var(--secondary-gold);transform:translate(4px)}.footer-contact-item{color:#94a3b8;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:.88rem;line-height:1.5;display:flex}.footer-contact-item svg{color:var(--secondary-gold);flex-shrink:0;margin-top:2px}.social-icons-row{align-items:center;gap:12px;margin-top:20px;display:flex}.social-icon-btn{color:#fff;width:36px;height:36px;transition:var(--transition);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-icon-btn:hover{background:var(--primary-green);transform:translateY(-3px)}.footer-bottom-bar{color:#64748b;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;font-size:.82rem;display:flex}.footer-legal-links{align-items:center;gap:16px;max-width:100%;display:flex}.footer-legal-links a{color:#bce3cb;transition:var(--transition);white-space:nowrap;font-weight:500;text-decoration:none}.footer-legal-links span{color:#188643;flex-shrink:0}.footer-legal-links a:hover{color:#fff}.footer-company-info{flex-direction:column;gap:4px;display:flex}.footer-company-name{color:#fff;font-size:1rem;font-weight:700}.footer-company-tagline{color:#10b981;font-size:.85rem;font-weight:600}.footer-company-area{color:#94a3b8;font-size:.82rem}.footer-phone-link,.footer-email-link,.footer-url-link{color:#cbd5e1;text-decoration:none;transition:color .2s}.footer-phone-link:hover,.footer-email-link:hover,.footer-url-link:hover{color:#10b981;text-decoration:underline}.footer-disclaimer-strip{color:#94a3b8;background:#ffffff0a;border:1px solid #ffffff14;border-left:4px solid #10b981;border-radius:8px;margin:36px 0 24px;padding:16px 20px;font-size:.84rem;line-height:1.6}.footer-disclaimer-strip strong{color:#fff}@media (width<=1024px){.footer-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.footer-wrapper{padding-bottom:80px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px 16px}.footer-brand{grid-column:span 2}.footer-contact-col{grid-column:1/-1}.footer-bottom-bar{text-align:center;flex-direction:column;gap:20px}.footer-legal-links{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;width:100%;padding-bottom:8px;overflow-x:auto}.footer-legal-links::-webkit-scrollbar{display:none}}.modal-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.modal-header h3{color:#0f172a;font-size:1.5rem;font-weight:800}.modal-body{flex-direction:column;gap:20px;display:flex}.modal-img{object-fit:cover;border-radius:var(--radius-md);width:100%;height:280px}.modal-badge{border-radius:var(--radius-full);color:#fff;margin-bottom:8px;padding:4px 12px;font-size:.78rem;font-weight:700;display:inline-block}.modal-price-box{border-radius:var(--radius-md);background:#f1faea;border:1px solid #c8e8d1;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-price-label{color:#334155;font-size:.85rem;font-weight:600}.modal-price-val{color:var(--primary-green);font-size:1.35rem;font-weight:800}.modal-loc-tags{flex-wrap:wrap;gap:8px;display:flex}.modal-loc-tag{color:#334155;border-radius:var(--radius-full);background:#f1f5f9;padding:6px 12px;font-size:.82rem;font-weight:600}.video-player-box{border-radius:var(--radius-md);background:#000;width:100%;padding-top:56.25%;position:relative;overflow:hidden}.video-iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-section{background-image:url(/images/hero_uttarakhand_land.jpg);background-position:50% 30%;background-size:cover;align-items:center;min-height:520px;padding:60px 0;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:linear-gradient(95deg,#fcfdf5eb 0%,#fcfdf5bf 40%,#fcfdf500 65%);position:absolute;inset:0}.hero-content-grid{z-index:2;grid-template-columns:1.25fr .85fr;align-items:center;gap:48px;display:grid;position:relative}.hero-left{max-width:720px}.hero-badge{color:#5c4314;border-radius:var(--radius-full);background-color:#f8eee0;border:1px solid #c8963e59;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #c8963e1f}.hero-title{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:18px;font-size:3rem;font-weight:800;line-height:1.15}.hero-title span.accent-green{color:var(--primary-green);display:block}.hero-subtitle{color:var(--text-muted);max-width:640px;margin-bottom:28px;font-size:1.05rem;line-height:1.65}.hero-subtitle strong{color:#1e293b;font-weight:700}.hero-buttons-grid{grid-template-columns:repeat(2,minmax(210px,240px));gap:14px;display:grid}.hero-trust-line{border-radius:var(--radius-full);color:#0e5e2e;letter-spacing:.01em;background:#f1f8f3f2;border:1px solid #bce3cb;align-items:center;gap:8px;margin-top:22px;padding:8px 18px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #0e5e2e14}.trust-dot{color:var(--secondary-gold,#c8963e);font-size:1.1rem}.hero-btn{border-radius:var(--radius-full);transition:var(--transition);justify-content:center;align-items:center;gap:10px;padding:12px 20px;font-size:.9rem;font-weight:700;display:inline-flex}.hero-btn-primary{background:var(--primary-green);color:#fff;box-shadow:0 6px 18px #0e5e2e59}.hero-btn-primary:hover{background:var(--primary-hover);transform:translateY(-3px);box-shadow:0 10px 25px #0e5e2e73}.hero-btn-white{color:#1e293b;background:#fffffff2;border:1px solid #cbd5e1;box-shadow:0 4px 12px #0000000d}.hero-btn-white:hover{border-color:var(--primary-green);color:var(--primary-green);background:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.hero-right{justify-content:flex-end;display:flex}.trust-card{-webkit-backdrop-filter:blur(14px);border-radius:var(--radius-xl);background:#ffffffeb;border:1px solid #fffc;width:100%;max-width:310px;padding:24px 20px;box-shadow:0 20px 50px #0e5e2e26}.trust-header{text-align:center;border-bottom:1px solid #e2e8f0;flex-direction:column;align-items:center;margin-bottom:18px;padding-bottom:16px;display:flex}.shield-icon-wrapper{width:40px;height:40px;color:var(--secondary-gold);background:linear-gradient(135deg,#fdf6ec 0%,#f7e6cf 100%);border-radius:10px;justify-content:center;align-items:center;margin-bottom:10px;display:flex;box-shadow:0 6px 14px #c8963e33}.trust-title{color:#0f172a;margin-bottom:6px;font-size:1rem;font-weight:800}.star-rating{color:#f59e0b;gap:4px;display:flex}.trust-list{flex-direction:column;gap:10px;display:flex}.trust-item{color:#1e293b;align-items:center;gap:10px;font-size:.85rem;font-weight:600;display:flex}.check-badge{width:20px;height:20px;color:var(--primary-green);background:#e6f4eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (width<=1024px){.hero-content-grid{grid-template-columns:1fr;gap:40px}.hero-right{justify-content:flex-start}.hero-title{font-size:2.8rem}}@media (width<=640px){.hero-title{font-size:2.3rem}.hero-buttons-grid{grid-template-columns:1fr}}.feature-banner{color:#fff;z-index:90;background:linear-gradient(90deg,#0a3d1e 0%,#0e5e2e 50%,#0a3d1e 100%);align-items:center;padding:14px 0;display:flex;position:sticky;top:75px;box-shadow:0 4px 15px #0a3d1e4d}.feature-banner-grid{box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:12px;width:100%;max-width:1400px;margin:0 auto;padding:0 24px;display:flex;overflow-x:auto}.feature-banner-grid::-webkit-scrollbar{display:none}.banner-item{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:default;white-space:nowrap;background:#ffffff14;border-radius:50px;flex-shrink:0;align-items:center;gap:12px;padding:10px 24px;font-weight:500;transition:all .3s;display:flex}.banner-item:hover{transform:translateY(-2px)}.banner-icon{width:32px;height:32px;color:var(--secondary-gold);background:#c8963e38;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.banner-text{letter-spacing:.01em;color:#fff;white-space:nowrap;font-size:.9rem;font-weight:700}@media (width<=1100px){.feature-banner-grid{-ms-overflow-style:none;scrollbar-width:none;justify-content:flex-start;overflow-x:auto}.feature-banner-grid::-webkit-scrollbar{display:none}}@media (width<=640px){.feature-banner-grid{flex-wrap:nowrap;justify-content:flex-start;gap:10px;padding:0 16px;display:flex;overflow-x:auto}.banner-item{padding:6px 10px}.banner-text{font-size:.82rem}}.banner-item.active-tab{background:#ffffff40;border:1px solid #fff6;box-shadow:0 4px 12px #0003}.property-types-section{background-color:var(--bg-cream);padding:40px 0 80px}.property-cards-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.property-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);transition:var(--transition);background:#fff;flex-direction:column;display:flex;overflow:hidden}.property-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.card-image-wrapper{background-color:#f1f5f9;width:100%;height:250px;position:relative;overflow:hidden}.card-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.property-card:hover .card-image{transform:scale(1.06)}.card-top-badge{color:#fff;z-index:2;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:absolute;top:18px;left:18px;box-shadow:0 4px 14px #00000040}.card-content{flex-direction:column;flex-grow:1;padding:28px;display:flex}.card-title{color:#0f172a;letter-spacing:-.01em;margin-bottom:20px;font-size:1.6rem;font-weight:800}.card-features-list{flex-direction:column;flex-grow:1;gap:14px;margin-bottom:28px;display:flex}.card-feature-item{color:#334155;align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.4;display:flex}.card-check-icon{flex-shrink:0;margin-top:2px}.card-explore-btn{border-radius:var(--radius-full);color:#fff;transition:var(--transition);justify-content:center;align-self:flex-start;align-items:center;gap:8px;padding:13px 24px;font-size:.92rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #00000026}.card-explore-btn:hover{filter:brightness(1.1);transform:translate(4px);box-shadow:0 6px 18px #00000040}@media (width<=1024px){.property-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.property-cards-grid{grid-template-columns:1fr}}.about-section{background-color:#fff;padding:100px 0;position:relative;overflow:hidden}.about-grid{grid-template-columns:1.05fr 1.15fr;align-items:center;gap:60px;display:grid}.about-image-column{position:relative}.about-image-wrapper{border-radius:var(--radius-xl);border:1px solid var(--border-color);position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0e5e2e33}.about-image{object-fit:cover;width:100%;height:480px;transition:transform .7s}.about-image-wrapper:hover .about-image{transform:scale(1.04)}.about-badge-card{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);z-index:5;background:#fffffff0;border:1px solid #ffffffd9;align-items:center;gap:14px;padding:16px 24px;display:flex;position:absolute;bottom:-24px;left:28px;box-shadow:0 14px 35px #0000001f}.badge-icon-box{width:44px;height:44px;color:var(--primary-green);background:#e6f4eb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.badge-text h4{color:#0f172a;margin-bottom:2px;font-size:.98rem;font-weight:800}.badge-text p{color:#475569;font-size:.78rem;font-weight:600}.about-content-column{grid-template-columns:1fr 200px;align-items:center;gap:40px;display:grid}.about-main-text{max-width:540px}.about-tag{letter-spacing:.12em;color:var(--primary-green);text-transform:uppercase;margin-bottom:12px;font-size:.85rem;font-weight:800;display:block}.about-heading{color:#0f172a;letter-spacing:-.02em;margin-bottom:22px;font-size:2.75rem;font-weight:800;line-height:1.15}.about-description{color:#475569;margin-bottom:20px;font-size:1.05rem;line-height:1.75}.about-description-sub{color:#334155;margin-bottom:32px;font-size:.98rem;font-weight:600;line-height:1.65}.about-btn{color:#fff;border-radius:var(--radius-full);transition:var(--transition);background-color:#0a4622;align-items:center;gap:10px;padding:14px 28px;font-size:.95rem;font-weight:700;display:inline-flex;box-shadow:0 6px 16px #0a46224d}.about-btn:hover{background-color:var(--primary-green);transform:translateY(-2px);box-shadow:0 8px 22px #0a462266}.about-stats-column{border-left:1px solid #e2e8f0;flex-direction:column;gap:28px;padding-left:28px;display:flex}.stat-item{align-items:center;gap:16px;display:flex}.stat-icon{width:48px;height:48px;color:var(--primary-green);background:#f1f8f4;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stat-value{color:#0a3d1e;margin-bottom:4px;font-family:Outfit,sans-serif;font-size:1.85rem;font-weight:800;line-height:1}.stat-label{color:#64748b;font-size:.82rem;font-weight:600;line-height:1.25}@media (width<=1200px){.about-content-column{grid-template-columns:1fr;gap:32px}.about-stats-column{border-top:1px solid #e2e8f0;border-left:none;flex-direction:row;justify-content:space-between;padding-top:24px;padding-left:0}}@media (width<=992px){.about-grid{grid-template-columns:1fr;gap:48px}.about-badge-card{bottom:-16px;left:16px}}@media (width<=640px){.about-heading{font-size:2.2rem}.about-stats-column{flex-direction:column;gap:20px}}.services-section{background-color:var(--bg-cream);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:90px 0}.services-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.service-card{border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-md);border:1px solid var(--border-color);border-top:4px solid var(--primary-green);transition:var(--transition);cursor:pointer;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:180px;padding:30px 18px;display:flex}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-green);background:#fcfdfe;transform:translateY(-6px)}.service-icon-box{width:56px;height:56px;color:var(--primary-green);transition:var(--transition);background:#e6f4eb;border-radius:50%;justify-content:center;align-items:center;display:flex}.service-card:hover .service-icon-box{background:var(--primary-green);color:#fff;transform:scale(1.1)}.service-title{color:#0f172a;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;line-height:1.35}.services-owner-notice{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #c2e2cc;border-left:5px solid #0e5e2e;margin-top:36px;padding:24px 28px}.owner-notice-header strong{color:#0a3d1e;font-size:1.08rem}.owner-notice-text{color:#334155;margin-top:10px;font-size:.98rem;line-height:1.65}@media (width<=1200px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.services-grid{grid-template-columns:repeat(2,1fr)}}.areas-section{background-color:#fff;padding:100px 0}.areas-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:50px;display:flex}.areas-header-left h2{color:var(--primary-dark);text-transform:uppercase;margin-bottom:8px;font-size:2.25rem;font-weight:800}.areas-header-left p{color:var(--text-muted);max-width:550px;font-size:1.05rem}.btn-view-areas{background-color:var(--primary-dark);color:#fff;border-radius:var(--radius-full);transition:var(--transition);align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #0a3d1e40}.btn-view-areas:hover{background-color:var(--primary-green);transform:translateY(-2px)}.areas-content-grid{grid-template-columns:1.6fr .9fr;align-items:stretch;gap:36px;display:grid}.uk-map-container{border-radius:var(--radius-xl);background:linear-gradient(135deg,#f1faea 0%,#e8f5e1 100%);border:1px solid #c8e8d1;flex-direction:column;justify-content:space-between;min-height:420px;padding:36px;display:flex;position:relative;box-shadow:inset 0 2px 12px #0e5e2e0d}.uk-map-title{color:var(--primary-dark);align-items:center;gap:10px;margin-bottom:24px;font-size:1.1rem;font-weight:800;display:flex}.uk-map-canvas{background-image:radial-gradient(circle,#18864314 0%,#0000 70%);width:100%;height:320px;position:relative}.map-pin-btn{cursor:pointer;z-index:2;transition:var(--transition);background:0 0;border:none;flex-direction:column;align-items:center;display:flex;position:absolute;transform:translate(-50%,-50%)}.map-pin-btn:hover{z-index:10;transform:translate(-50%,-60%)scale(1.15)}.pin-marker{background:var(--primary-green);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;box-shadow:0 4px 10px #0e5e2e66}.map-pin-btn:hover .pin-marker{background:#0a3d1e}.pin-label{border-radius:var(--radius-full);color:#0f172a;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;margin-top:4px;padding:3px 10px;font-size:.78rem;font-weight:700;box-shadow:0 2px 6px #0000001a}.up-nearby-card{border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-md);background:#fff;flex-direction:column;padding:34px;display:flex}.up-card-title{color:#0f172a;border-bottom:2px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;font-size:1.35rem;font-weight:800;display:flex}.up-badge{color:var(--primary-green);border-radius:var(--radius-full);background:#e6f4eb;padding:4px 12px;font-size:.75rem;font-weight:700}.up-locations-grid{grid-template-columns:repeat(2,1fr);gap:14px 20px;display:grid}.up-loc-item{color:#334155;align-items:center;gap:10px;font-size:.95rem;font-weight:600;display:flex}.loc-dot{background:var(--primary-green);border-radius:50%;flex-shrink:0;width:6px;height:6px}.uk-all-areas-strip{border-radius:var(--radius-lg);background:#fff;border:1px solid #e2e8f0;margin-top:32px;padding:24px;box-shadow:0 10px 30px #00000008}.uk-strip-title{color:#0f172a;margin-bottom:16px;font-size:1.05rem}.uk-strip-pills{flex-wrap:wrap;gap:10px 16px;display:flex}.uk-area-pill{color:#0e5e2e;border-radius:var(--radius-full);transition:var(--transition);background:#f1f8f3;border:1px solid #c2e2cc;align-items:center;padding:8px 14px;font-size:.9rem;font-weight:600;display:inline-flex}.uk-area-pill:hover{color:#fff;background:#0e5e2e;border-color:#0e5e2e;transform:translateY(-2px)}@media (width<=1024px){.areas-content-grid{grid-template-columns:1fr}}.why-choose-banner{color:#fff;background:linear-gradient(135deg,#072a14 0%,#0c4a24 50%,#072a14 100%);border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;padding:50px 0;box-shadow:0 10px 30px #072a1466}.why-banner-title{text-align:center;letter-spacing:.1em;color:#fff;text-transform:uppercase;opacity:.95;margin-bottom:36px;font-size:1.35rem;font-weight:800}.why-banner-grid{grid-template-columns:repeat(6,1fr);gap:20px;display:grid}.why-item{text-align:center;border-radius:var(--radius-md);transition:var(--transition);flex-direction:column;align-items:center;gap:12px;padding:16px 10px;display:flex}.why-item:hover{background:#ffffff14;transform:translateY(-4px)}.why-icon-circle{width:48px;height:48px;color:var(--secondary-gold);transition:var(--transition);background:#c8963e40;border:1px solid #c8963e66;border-radius:50%;justify-content:center;align-items:center;display:flex}.why-item:hover .why-icon-circle{background:var(--secondary-gold);color:#fff;transform:scale(1.1)}.why-item-title{color:#fff;font-size:.95rem;font-weight:700;line-height:1.35}@media (width<=1024px){.why-banner-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.why-banner-grid{grid-template-columns:repeat(2,1fr)}}.how-work-section{border-bottom:1px solid var(--border-color);background-color:#fff;padding:100px 0}.how-work-timeline{justify-content:space-between;align-items:flex-start;max-width:1280px;margin:0 auto;display:flex;position:relative}.step-wrapper{flex:1;align-items:center;display:flex}.step-node{text-align:center;z-index:2;cursor:pointer;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.step-icon-circle{width:72px;height:72px;color:var(--primary-green);transition:var(--transition);background:#fff;border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex;position:relative;box-shadow:0 4px 12px #0000000d}.step-number-badge{background:var(--primary-dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.72rem;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #0003}.step-node:hover .step-icon-circle{border-color:var(--primary-green);background:var(--primary-green);color:#fff;transform:translateY(-4px)scale(1.08);box-shadow:0 10px 20px #0e5e2e40}.step-title{color:#0f172a;max-width:140px;font-size:.95rem;font-weight:700;line-height:1.35}.step-desc{color:#475569;text-align:center;max-width:150px;margin-top:8px;font-size:.82rem;line-height:1.45}.step-arrow{color:#94a3b8;justify-content:center;align-items:center;margin-top:24px;padding:0 8px;display:flex}.how-work-role-box{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#f8fafc;border:1px solid #e2e8f0;border-left:5px solid #0f172a;margin-top:48px;padding:24px 28px}.role-box-header strong{color:#0f172a;font-size:1.05rem}.role-box-text{color:#334155;margin-top:8px;font-size:.95rem;line-height:1.6}@media (width<=1024px){.how-work-timeline{flex-direction:column;align-items:stretch;gap:28px}.step-wrapper{flex-direction:column;align-items:center}.step-arrow{margin:12px 0;transform:rotate(90deg)}}.knowledge-section{background-color:var(--bg-cream);padding:100px 0}.knowledge-grid-2col{grid-template-columns:1fr 1fr;gap:48px;display:grid}.column-header{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:12px;display:flex}.column-header h3{color:var(--primary-dark);text-transform:uppercase;font-size:1.35rem;font-weight:800}.view-all-link{color:var(--primary-green);transition:var(--transition);cursor:pointer;align-items:center;gap:6px;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.view-all-link:hover{color:#0a3d1e;transform:translate(4px)}.cards-2x2-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.video-card,.article-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:var(--transition);cursor:pointer;background:#fff;flex-direction:column;display:flex;overflow:hidden}.video-card:hover,.article-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-green);transform:translateY(-5px)}.video-thumb-wrapper,.article-thumb-wrapper{background-color:#e2e8f0;width:100%;height:145px;position:relative;overflow:hidden}.thumb-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.video-card:hover .thumb-image,.article-card:hover .thumb-image{transform:scale(1.08)}.play-overlay{transition:var(--transition);background:#0a3d1e40;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.play-circle{width:44px;height:44px;color:var(--primary-green);transition:var(--transition);background:#fffffff0;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 14px #0000004d}.video-card:hover .play-circle{background:var(--primary-green);color:#fff;transform:scale(1.15)}.duration-badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172ad9;border-radius:6px;padding:3px 8px;font-size:.72rem;font-weight:700;position:absolute;bottom:8px;left:8px}.read-more-badge{color:var(--primary-green);align-items:center;gap:4px;margin-top:auto;padding-top:10px;font-size:.78rem;font-weight:700;display:inline-flex}.card-info{flex-direction:column;flex-grow:1;padding:16px;display:flex}.card-title-sm{color:#0f172a;font-family:Plus Jakarta Sans,sans-serif;font-size:.92rem;font-weight:700;line-height:1.4}@media (width<=1024px){.knowledge-grid-2col{grid-template-columns:1fr;gap:56px}}@media (width<=640px){.cards-2x2-grid{grid-template-columns:1fr}}.testimonials-section{background-color:#fff;padding:100px 0;position:relative}.testimonials-carousel-wrapper{align-items:center;gap:20px;display:flex;position:relative}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:28px;width:100%;display:grid}.testimonial-card{border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-md);min-height:220px;transition:var(--transition);background:#fff;flex-direction:column;justify-content:space-between;padding:36px 30px;display:flex}.testimonial-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-green);transform:translateY(-6px)}.stars-row{color:#f59e0b;gap:4px;margin-bottom:18px;display:flex}.quote-text{color:#334155;flex-grow:1;margin-bottom:24px;font-size:1.02rem;font-style:italic;line-height:1.65}.author-info{border-top:1px solid #f1f5f9;padding-top:16px}.author-name{color:#0f172a;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700}.author-location{color:#64748b;margin-top:2px;font-size:.85rem}.carousel-nav-btn{color:#0f172a;cursor:pointer;width:44px;height:44px;transition:var(--transition);background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.carousel-nav-btn:hover{background:var(--primary-green);color:#fff;border-color:var(--primary-green);transform:scale(1.08)}@media (width<=1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.testimonials-grid{grid-template-columns:1fr}.carousel-nav-btn{display:none}}.contact-section{color:#fff;background-image:url(/images/hero_uttarakhand_land.jpg);background-position:50%;background-size:cover;padding:100px 0;position:relative}.contact-overlay{z-index:1;background:linear-gradient(135deg,#0a3d1ef0 0%,#0e5e2ee8 60%,#0a3d1ee0 100%);position:absolute;inset:0}.contact-grid{z-index:2;grid-template-columns:1fr 1.25fr;align-items:center;gap:64px;display:grid;position:relative}.contact-left h2{color:#fff;letter-spacing:-.02em;margin-bottom:20px;font-size:2.85rem;font-weight:800;line-height:1.18}.contact-left p{color:#e2e8f0;max-width:480px;margin-bottom:40px;font-size:1.15rem;line-height:1.7}.contact-direct-items{flex-direction:column;gap:20px;display:flex}.direct-item{color:#fff;transition:var(--transition);align-items:center;gap:16px;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.direct-item:hover{color:var(--secondary-gold);transform:translate(6px)}.direct-icon{background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-form-card{border-radius:var(--radius-xl);color:var(--text-dark);background:#fffffff7;padding:40px;box-shadow:0 25px 60px #00000059}.form-grid-2{grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:18px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#334155;font-size:.84rem;font-weight:700}.form-input,.form-select,.form-textarea{border-radius:var(--radius-sm);color:#0f172a;width:100%;transition:var(--transition);background-color:#fff;border:1px solid #cbd5e1;padding:12px 16px;font-family:inherit;font-size:.95rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary-green);outline:none;box-shadow:0 0 0 3px #0e5e2e26}.form-textarea{resize:vertical;min-height:100px}.form-actions-grid{grid-template-columns:1.4fr 1fr 1fr;gap:12px;margin-top:24px;display:grid}.btn-submit{color:#fff;border-radius:var(--radius-full);transition:var(--transition);background:#0a4622;justify-content:center;align-items:center;gap:8px;padding:14px 22px;font-size:.95rem;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #0a46224d}.btn-submit:hover{background:var(--primary-green);transform:translateY(-2px);box-shadow:0 6px 18px #0a462266}.btn-whatsapp-action{color:#16a34a;border-radius:var(--radius-full);transition:var(--transition);background:#fff;border:1px solid #16a34a;justify-content:center;align-items:center;gap:8px;padding:14px 18px;font-size:.92rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-whatsapp-action:hover{background:#f0fdf4;transform:translateY(-2px);box-shadow:0 4px 12px #16a34a26}.btn-call-action{color:#0f172a;border-radius:var(--radius-full);transition:var(--transition);background:#fff;border:1px solid #cbd5e1;justify-content:center;align-items:center;gap:8px;padding:14px 18px;font-size:.92rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-call-action:hover{border-color:var(--primary-green);color:var(--primary-green);background:#f8fafc;transform:translateY(-2px)}.form-success-message{border-radius:var(--radius-md);text-align:center;color:#166534;background:#f0fdf4;border:1px solid #86efac;padding:24px}.form-success-message h4{margin-bottom:8px;font-size:1.25rem;font-weight:800}@media (width<=1024px){.contact-grid{grid-template-columns:1fr;gap:48px}}@media (width<=640px){.form-grid-2,.form-actions-grid{grid-template-columns:1fr}.contact-left h2{font-size:2.2rem}.contact-form-card{padding:24px}}.about-page-main{color:var(--text-dark,#1e293b);background-color:#fff;overflow-x:hidden}.about-container{width:100%;max-width:1360px;margin:0 auto;padding:0 24px}.serif-heading{font-family:Playfair Display,Georgia,Times New Roman,serif}.about-page-hero{border-bottom:3px solid var(--secondary-gold,#c8963e);background-image:url(/images/hero_uttarakhand_land.jpg);background-position:50% 30%;background-size:cover;align-items:center;width:100%;min-height:380px;display:flex;position:relative;overflow:hidden}.about-hero-overlay{z-index:1;background:linear-gradient(90deg,#fffffff2 0%,#ffffffd9 35%,#fff3 65%,#fff0 100%);position:absolute;inset:0}.about-hero-content{z-index:2;max-width:680px;padding:40px 0;position:relative}.about-breadcrumb{color:#475569;align-items:center;gap:8px;margin-bottom:24px;font-size:.92rem;font-weight:600;display:inline-flex}.about-breadcrumb a{color:#1e293b;text-decoration:none;transition:color .2s}.about-breadcrumb a:hover{color:#0e5e2e}.about-breadcrumb-sep{color:#94a3b8;align-items:center;display:flex}.about-breadcrumb-current{color:#0e5e2e;font-weight:700}.about-hero-title{color:#1e293b;letter-spacing:-.01em;margin-bottom:16px;font-family:Playfair Display,Georgia,serif;font-size:3.6rem;font-weight:700;line-height:1.15}.about-hero-title-accent{color:#0e5e2e;font-family:Playfair Display,Georgia,serif;display:block}.about-hero-subtitle{color:#334155;max-width:560px;font-size:1.12rem;font-weight:500;line-height:1.7}.about-story-section{background-color:#fff;padding:96px 0 84px}.about-story-grid{grid-template-columns:1.05fr 1.15fr;align-items:center;gap:64px;display:grid}.about-story-left{position:relative}.about-story-img-wrapper{border:1px solid #e2e8f0;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0e5e2e2e}.about-story-img{object-fit:cover;width:100%;height:480px;transition:transform .6s;display:block}.about-story-img-wrapper:hover .about-story-img{transform:scale(1.03)}.about-story-badge{color:#fff;z-index:5;background:#0a3d1e;border:1px solid #ffffff2e;border-radius:14px;align-items:center;gap:16px;padding:16px 24px;display:flex;position:absolute;bottom:24px;left:24px;box-shadow:0 16px 36px #0a3d1e73}.about-story-badge-icon{color:#4ade80;background:#ffffff1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.about-story-badge-text{flex-direction:column;gap:2px;display:flex}.about-story-badge-title{color:#fff;font-size:1.05rem;font-weight:700;line-height:1.2}.about-story-badge-subtitle{color:#bce3cb;font-size:.96rem;font-weight:600;line-height:1.2}.about-story-right{flex-direction:column;display:flex}.about-section-tag{letter-spacing:.12em;color:#0e5e2e;text-transform:uppercase;margin-bottom:14px;font-size:.85rem;font-weight:800;display:block}.about-story-heading{color:#1e293b;letter-spacing:-.01em;margin-bottom:24px;font-family:Playfair Display,Georgia,serif;font-size:2.55rem;font-weight:700;line-height:1.25}.about-story-paragraph{color:#475569;margin-bottom:16px;font-size:1.02rem;line-height:1.75}.about-story-paragraph:last-of-type{margin-bottom:36px}.about-story-stats{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:repeat(3,1fr);padding:24px 20px;display:grid;position:relative}.about-stat-item{align-items:center;gap:16px;padding:0 16px;display:flex;position:relative}.about-stat-item:not(:last-child):after{content:"";background-color:#cbd5e1;width:1px;height:80%;position:absolute;top:10%;right:0}.about-stat-icon{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.about-stat-value{color:#1e293b;margin-bottom:4px;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800;line-height:1}.about-stat-label{color:#64748b;font-size:.8rem;font-weight:600;line-height:1.3}.about-vmd-section{background-color:#fff;border-top:1px solid #f1f5f9;padding:80px 0 96px}.about-vmd-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:8px;display:grid}.about-vmd-card{background-color:#f8fafc;border:1px solid #eef2ef;border-radius:20px;flex-direction:column;align-items:center;padding:44px 34px 40px;transition:all .3s;display:flex;position:relative}.about-vmd-card:hover{border-color:#cbd5e1;transform:translateY(-5px);box-shadow:0 18px 38px #00000012}.about-vmd-icon-circle{color:#0e5e2e;background-color:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:22px;display:flex;box-shadow:0 8px 20px #0000000f}.about-vmd-title{color:#1e293b;text-align:center;margin-bottom:16px;font-family:Playfair Display,Georgia,serif;font-size:1.45rem;font-weight:700}.about-vmd-description{color:#475569;text-align:center;font-size:.98rem;line-height:1.75}.about-values-list{flex-direction:column;gap:12px;width:100%;margin-top:4px;display:flex}.about-value-item{color:#334155;text-align:left;align-items:center;gap:12px;font-size:.96rem;font-weight:500;display:flex}.about-value-check{color:#fff;background-color:#0e5e2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.about-believe-section{background-color:#fff;padding:72px 0 96px}.about-believe-grid{grid-template-columns:310px 1fr;align-items:flex-start;gap:48px;margin-top:8px;display:grid}.about-believe-left{flex-direction:column;display:flex}.about-quote-mark{color:#0e5e2e;-webkit-user-select:none;user-select:none;margin-bottom:16px;font-family:Georgia,serif;font-size:4rem;font-weight:700;line-height:.8}.about-believe-text{color:#475569;margin-bottom:20px;font-size:1rem;line-height:1.75}.about-believe-text-bold{color:#0e5e2e;font-size:1rem;font-weight:700;line-height:1.75}.about-believe-cards{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.about-believe-card{background-color:#fff;border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.about-believe-card:hover{transform:translateY(-6px)}.about-believe-img-wrapper{border-top-left-radius:16px;border-top-right-radius:16px;width:100%;height:165px;position:relative;overflow:hidden}.about-believe-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.about-believe-card:hover .about-believe-img{transform:scale(1.06)}.about-believe-icon-circle{color:#fff;z-index:3;background-color:#0e5e2e;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:-24px auto 0;display:flex;position:relative;box-shadow:0 6px 16px #0e5e2e40}.about-believe-card-body{text-align:center;background:#fff;border:1px solid #e2e8f0;border-top:none;border-bottom-right-radius:16px;border-bottom-left-radius:16px;flex-direction:column;flex-grow:1;justify-content:center;padding:26px 20px 24px;display:flex;box-shadow:0 10px 25px -5px #0000000a}.about-believe-card-title{color:#0f172a;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:1.08rem;font-weight:700}.about-believe-card-subtitle{color:#64748b;font-size:.88rem;font-weight:500;line-height:1.55}.about-help-banner{background:linear-gradient(135deg,#0a3d1e 0%,#0e5e2e 50%,#0c3e1e 100%);border-top:1px solid #165b32;padding:48px 0}.about-help-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;display:flex}.about-help-text{flex-direction:column;gap:4px;display:flex}.about-help-question{color:#bce3cb;font-family:Playfair Display,Georgia,serif;font-size:1.7rem;font-weight:600;line-height:1.25}.about-help-statement{color:#fff;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;line-height:1.2}.about-help-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.about-help-btn{cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:13px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.about-help-btn-transparent{color:#fff;background:#ffffff14;border:1px solid #ffffff59}.about-help-btn-transparent:hover{background:#ffffff29;border-color:#fff9;transform:translateY(-2px)}.about-help-btn-transparent .btn-icon{color:#4ade80}.about-help-btn-gold{background-color:var(--secondary-gold,#c8963e);color:#fff;border:none;font-weight:700;box-shadow:0 8px 20px #c8963e59}.about-help-btn-gold:hover{background-color:#b3832f;transform:translateY(-2px);box-shadow:0 12px 26px #c8963e73}@media (width<=1200px){.about-story-grid{grid-template-columns:1fr;gap:48px}.about-story-img{height:420px}.about-vmd-grid{grid-template-columns:repeat(3,1fr);gap:20px}.about-believe-grid{grid-template-columns:1fr;gap:36px}.about-believe-cards{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.about-hero-title{font-size:2.8rem}.about-vmd-grid{grid-template-columns:1fr;max-width:600px;margin-left:auto;margin-right:auto}.about-story-stats{grid-template-columns:repeat(3,1fr);gap:8px;padding:16px 12px}.about-stat-item{text-align:center;flex-direction:column;gap:6px;padding:0}.about-stat-item:not(:last-child):after{display:none}.about-stat-item:not(:last-child){border-bottom:none;border-right:1px solid #e2e8f0}.about-stat-icon{width:36px;height:36px;margin-right:0}.about-stat-icon svg{width:18px;height:18px}.about-stat-value{font-size:1.1rem}.about-stat-label{font-size:.7rem}.about-believe-cards{grid-template-columns:1fr;width:100%;max-width:500px;margin:0 auto}.about-help-container{flex-direction:column;align-items:flex-start}}@media (width<=640px){.about-hero-title{font-size:2.4rem}.about-hero-subtitle{font-size:1rem}.about-story-img{height:340px}.about-story-badge{padding:12px 18px;bottom:16px;left:16px}.about-story-heading{font-size:2.1rem}.about-help-actions{flex-direction:column;align-items:stretch;width:100%}.about-help-btn{justify-content:center}}.services-page-main{color:#1e293b;background-color:#fff;overflow-x:hidden}.services-container{width:100%;max-width:1360px;margin:0 auto;padding:0 24px}.services-page-hero{background-image:url(/images/hero_uttarakhand_land.jpg);background-position:50% 35%;background-size:cover;border-bottom:3px solid #c8963e;align-items:center;width:100%;min-height:380px;display:flex;position:relative;overflow:hidden}.services-hero-overlay{z-index:1;background:linear-gradient(90deg,#fffffff2 0%,#ffffffd9 35%,#fff3 65%,#fff0 100%);position:absolute;inset:0}.services-hero-content{z-index:2;max-width:900px;padding:40px 0;position:relative}.services-breadcrumb{color:#475569;align-items:center;gap:8px;margin-bottom:24px;font-size:.92rem;font-weight:600;display:inline-flex}.services-breadcrumb a{color:#1e293b;text-decoration:none;transition:color .2s}.services-breadcrumb a:hover{color:#0e5e2e}.services-breadcrumb-sep{color:#94a3b8;align-items:center;display:flex}.services-breadcrumb-current{color:#0e5e2e;font-weight:700}.services-hero-title{color:#1e293b;letter-spacing:-.01em;margin-bottom:16px;font-family:Playfair Display,Georgia,serif;font-size:2.8rem;font-weight:700;line-height:1.15}.services-hero-title-green{color:#0e5e2e;font-family:Playfair Display,Georgia,serif}.services-hero-subtitle{color:#334155;max-width:580px;font-size:1.12rem;font-weight:500;line-height:1.7}.services-intro-section{background-color:#fff;padding:84px 0 32px}.services-intro-grid{grid-template-columns:1fr auto;align-items:center;gap:40px;display:grid}.services-intro-text{max-width:620px}.services-intro-heading{color:#1e293b;letter-spacing:-.01em;margin-bottom:10px;font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:800}.services-intro-subtitle{color:#475569;font-size:1rem;line-height:1.65}.services-stats-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:repeat(3,auto);gap:28px;padding:22px 28px;display:grid;box-shadow:0 4px 15px #00000008}.services-stat-item{align-items:center;gap:14px;padding:0 12px;display:flex;position:relative}.services-stat-item:not(:last-child):after{content:"";background-color:#cbd5e1;width:1px;height:70%;position:absolute;top:15%;right:-14px}.services-stat-icon{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.services-stat-value{color:#1e293b;margin-bottom:4px;font-family:Outfit,sans-serif;font-size:1.7rem;font-weight:800;line-height:1}.services-stat-label{color:#64748b;font-size:.8rem;font-weight:600;line-height:1.25}.services-grid-section{background-color:#fff;padding:20px 0 88px}.services-steps-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.service-step-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:28px 24px 32px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 4px 15px #00000005}.service-step-card:hover{border-color:#cbd5e1;transform:translateY(-6px);box-shadow:0 18px 36px #00000012}.service-card-top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.service-step-badge{color:#475569;background-color:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:800;display:inline-flex}.service-card-icon-circle{color:#0e5e2e;background-color:#e6f4eb;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .3s,background-color .3s;display:flex}.service-step-card:hover .service-card-icon-circle{background-color:#d1ebd8;transform:scale(1.1)}.service-card-title{color:#0e5e2e;text-align:center;margin-bottom:10px;font-family:Outfit,sans-serif;font-size:1.08rem;font-weight:700;line-height:1.35}.service-card-desc{color:#475569;text-align:center;font-size:.9rem;line-height:1.6}.services-trust-section{background-color:#fff;border-top:1px solid #f1f5f9;padding:80px 0 96px}.services-trust-grid{grid-template-columns:1.15fr 1fr 1.1fr;align-items:center;gap:40px;display:grid}.services-trust-left{flex-direction:column;display:flex}.services-trust-heading{color:#0e5e2e;margin-bottom:26px;font-family:Playfair Display,Georgia,serif;font-size:1.9rem;font-weight:700;line-height:1.25}.services-trust-list{flex-direction:column;gap:16px;display:flex}.services-trust-item{color:#334155;align-items:flex-start;gap:12px;font-size:.96rem;font-weight:500;line-height:1.5;display:flex}.services-trust-check{color:#fff;background-color:#0e5e2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.services-trust-img-wrapper{border:1px solid #e2e8f0;border-radius:18px;height:380px;overflow:hidden;box-shadow:0 20px 40px -12px #0e5e2e29}.services-trust-img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.services-trust-img-wrapper:hover .services-trust-img{transform:scale(1.04)}.services-trust-quote-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:340px;padding:36px 30px;display:flex;box-shadow:0 10px 25px -5px #00000008}.services-quote-mark{color:#0e5e2e;margin-bottom:18px;font-family:Georgia,serif;font-size:3.5rem;font-weight:700;line-height:.7}.services-quote-text{color:#1e293b;margin-bottom:28px;font-family:Playfair Display,Georgia,serif;font-size:1.22rem;font-weight:600;line-height:1.65}.services-quote-badge{border-top:1px solid #e2e8f0;align-items:center;gap:16px;padding-top:20px;display:flex}.services-quote-badge-icon{color:#0e5e2e;background-color:#e6f4eb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.services-quote-badge-text{color:#475569;flex-direction:column;gap:2px;font-size:.92rem;line-height:1.35;display:flex}.services-quote-badge-strong{color:#0e5e2e;font-weight:700}.services-serve-section{background-color:#fff;padding:0 0 96px}.services-serve-box{background-color:#f9f8f3;border:1px solid #edece3;border-radius:24px;grid-template-columns:280px 1fr;align-items:center;gap:32px;padding:48px 40px;display:grid;box-shadow:0 10px 30px #00000005}.services-serve-clients-scroll{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.services-serve-left{flex-direction:column;display:flex}.services-serve-heading{color:#0e5e2e;margin-bottom:12px;font-family:Playfair Display,Georgia,serif;font-size:1.85rem;font-weight:700;line-height:1.25}.services-serve-desc{color:#475569;font-size:.95rem;line-height:1.65}.services-serve-column{text-align:center;flex-direction:column;align-items:center;padding:0 14px;display:flex;position:relative}.services-serve-column:not(:last-child):after{content:"";background-color:#e2e0d5;width:1px;height:80%;position:absolute;top:10%;right:-16px}.services-serve-icon-circle{color:#0e5e2e;background-color:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;display:flex;box-shadow:0 4px 12px #0000000a}.services-serve-col-title{color:#1e293b;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:1.08rem;font-weight:700}.services-serve-col-desc{color:#64748b;font-size:.86rem;line-height:1.55}.services-cta-banner{background:linear-gradient(135deg,#0a3d1e 0%,#0e5e2e 50%,#0c3e1e 100%);border-top:1px solid #165b32;padding:48px 0}.services-cta-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;display:flex}.services-cta-text{flex-direction:column;gap:4px;display:flex}.services-cta-title{color:#bce3cb;font-family:Playfair Display,Georgia,serif;font-size:1.85rem;font-weight:700;line-height:1.25}.services-cta-subtitle{color:#fff;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:600;line-height:1.4}.services-cta-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.services-cta-btn{cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:13px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.services-cta-btn-transparent{color:#fff;background:#ffffff14;border:1px solid #ffffff59}.services-cta-btn-transparent:hover{background:#ffffff29;border-color:#fff9;transform:translateY(-2px)}.services-cta-btn-transparent .btn-icon{color:#4ade80}.services-cta-btn-gold{background-color:var(--secondary-gold,#c8963e);color:#fff;border:none;font-weight:700;box-shadow:0 8px 20px #c8963e59}.services-cta-btn-gold:hover{background-color:#b3832f;transform:translateY(-2px);box-shadow:0 12px 26px #c8963e73}@media (width<=1200px){.services-steps-grid{grid-template-columns:repeat(2,1fr)}.services-trust-grid{grid-template-columns:1fr;gap:40px}.services-trust-img-wrapper{width:100%;max-width:650px;margin:0 auto}.services-serve-box{grid-template-columns:repeat(2,1fr);gap:36px}.services-serve-left{grid-column:span 2}.services-serve-column:not(:last-child):after{display:none}}@media (width<=992px){.services-hero-title{font-size:2.5rem}.services-intro-grid{grid-template-columns:1fr;gap:32px}.services-stats-box{grid-template-columns:repeat(3,1fr);justify-content:center}.services-cta-container{flex-direction:column;align-items:flex-start}}@media (width<=768px){.services-steps-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;width:100%;max-width:100%;padding-bottom:12px;display:flex;overflow-x:auto}.services-steps-grid::-webkit-scrollbar{display:none}.services-stats-box{grid-template-columns:repeat(3,1fr);gap:8px;padding:16px 12px}.services-stat-item{text-align:center;flex-direction:column;gap:6px;padding:0}.services-stat-item:not(:last-child):after{display:none}.services-stat-item:not(:last-child){border-bottom:none;border-right:1px solid #e2e8f0}.services-stat-icon{width:36px;height:36px}.services-stat-icon svg{width:18px;height:18px}.services-stat-value{font-size:1.1rem}.services-stat-label{font-size:.7rem}.services-serve-box{grid-template-columns:1fr;padding:32px 16px}.services-serve-left{text-align:center;grid-column:span 1;margin-bottom:24px}.services-serve-clients-scroll{scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;padding-bottom:12px;display:flex;overflow-x:auto}.services-serve-clients-scroll::-webkit-scrollbar{display:none}.services-serve-column{scroll-snap-align:start;background:#fff;border-radius:16px;flex:0 0 70%;padding:24px 16px;box-shadow:0 4px 15px #00000008}.services-serve-column:not(:last-child):after{display:none}.mobile-hidden{display:none!important}.service-mobile-hint{justify-content:flex-end;margin-top:auto;display:flex}.service-step-card{scroll-snap-align:start;flex:0 0 calc(50% - 8px);min-height:140px;padding:16px}.service-card-top{margin-bottom:12px}.service-card-title{margin-bottom:0;font-size:1.05rem}}@media (width<=640px){.services-hero-title{font-size:2.1rem}.services-hero-subtitle{font-size:1rem}.services-intro-heading{font-size:1.85rem}.services-cta-actions{flex-direction:column;align-items:stretch;gap:12px;width:100%}.services-cta-btn{justify-content:center;width:100%;padding:14px 16px;font-size:1rem}}.properties-page-main{color:#1e293b;background-color:#fff;overflow-x:hidden}.properties-container{width:100%;max-width:1360px;margin:0 auto;padding:0 24px}.properties-page-hero{background-image:url(/images/hero_uttarakhand_land.jpg);background-position:50% 40%;background-size:cover;border-bottom:3px solid #c8963e;align-items:center;width:100%;min-height:380px;display:flex;position:relative;overflow:hidden}.properties-hero-overlay{z-index:1;background:linear-gradient(90deg,#fffffff2 0%,#ffffffd9 35%,#fff3 65%,#fff0 100%);position:absolute;inset:0}.properties-hero-content{z-index:2;max-width:900px;padding:40px 0;position:relative}.properties-breadcrumb{color:#475569;align-items:center;gap:8px;margin-bottom:24px;font-size:.92rem;font-weight:600;display:inline-flex}.properties-breadcrumb a{color:#1e293b;text-decoration:none;transition:color .2s}.properties-breadcrumb a:hover{color:#0e5e2e}.properties-breadcrumb-sep{color:#94a3b8;align-items:center;display:flex}.properties-breadcrumb-current{color:#0e5e2e;font-weight:700}.properties-hero-title{color:#1e293b;letter-spacing:-.01em;margin-bottom:16px;font-family:Playfair Display,Georgia,serif;font-size:2.8rem;font-weight:700;line-height:1.15}.properties-hero-title-green{color:#0e5e2e;font-family:Playfair Display,Georgia,serif}.properties-hero-subtitle{color:#334155;max-width:580px;font-size:1.12rem;font-weight:500;line-height:1.7}.properties-deal-header{text-align:center;background-color:#fff;padding:72px 0 36px}.properties-deal-icon{color:#c8963e;justify-content:center;align-items:center;margin-bottom:8px;display:inline-flex}.properties-deal-title-row{justify-content:center;align-items:center;gap:20px;display:flex}.properties-deal-line{background-color:#cbd5e1;width:60px;height:1px}.properties-deal-title{color:#0e5e2e;margin:0;font-family:Playfair Display,Georgia,serif;font-size:2.3rem;font-weight:700}.properties-cards-section{background-color:#fff;padding:16px 0 64px}.properties-cards-stack{flex-direction:column;gap:48px;display:flex}.property-feature-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:24px;grid-template-columns:1.05fr 1fr;align-items:center;gap:44px;padding:40px;transition:all .35s cubic-bezier(.4,0,.2,1);display:grid;box-shadow:0 10px 30px #00000008}.property-feature-card:hover{border-color:#cbd5e1;box-shadow:0 20px 45px #00000014}.property-card-alt{grid-template-columns:1fr 1.05fr}.property-card-img-wrapper{background-color:#f1f5f9;border-radius:18px;height:410px;position:relative;overflow:hidden;box-shadow:0 16px 36px -10px #0000002e}.property-card-img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.property-feature-card:hover .property-card-img{transform:scale(1.04)}.property-card-badge{color:#fff;z-index:5;border:3px solid #fff;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 8px 20px #00000038}.property-card-content{flex-direction:column;display:flex}.property-card-title{color:#0e5e2e;margin-bottom:12px;font-family:Playfair Display,Georgia,serif;font-size:2.1rem;font-weight:700;line-height:1.25}.property-card-desc{color:#475569;margin-bottom:28px;font-size:.98rem;line-height:1.65}.property-features-grid{grid-template-columns:repeat(2,1fr);gap:18px 20px;margin-bottom:32px;display:grid}.property-feature-item{align-items:center;gap:12px;display:flex}.property-feature-icon-box{color:#0e5e2e;background-color:#e6f4eb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.property-feature-label{color:#334155;font-size:.92rem;font-weight:600;line-height:1.35}.property-card-btn{color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:10px;width:fit-content;padding:13px 26px;font-size:.95rem;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #0e5e2e40}.property-card-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0e5e2e59}.property-card-btn-green{background-color:#0e5e2e}.property-card-btn-green:hover{background-color:#0a4d25}.property-card-btn-navy{background-color:#164e63;box-shadow:0 4px 14px #164e6340}.property-card-btn-navy:hover{background-color:#0e3b4d;box-shadow:0 8px 22px #164e6359}.properties-note-section{background-color:#fff;padding:16px 0 96px}.properties-note-box{background-color:#f9f8f3;border:1px solid #edece3;border-radius:20px;grid-template-columns:1.15fr 1.45fr;align-items:center;gap:40px;padding:36px 40px;display:grid;box-shadow:0 8px 25px #00000005}.properties-note-left{align-items:flex-start;gap:18px;display:flex}.properties-note-shield{color:#c8963e;background-color:#e6f4eb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-top:2px;display:flex}.properties-note-text-box{flex-direction:column;gap:6px;display:flex}.properties-note-title{color:#1e293b;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800}.properties-note-desc{color:#475569;font-size:.88rem;line-height:1.6}.properties-note-pillars{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.properties-pillar-item{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:0 12px;display:flex;position:relative}.properties-pillar-item:not(:first-child){border-left:1px solid #e2e0d5}.properties-pillar-icon{color:#0e5e2e;justify-content:center;align-items:center;display:flex}.properties-pillar-label{color:#334155;font-size:.86rem;font-weight:600;line-height:1.35}.properties-cta-banner{background:linear-gradient(135deg,#0a3d1e 0%,#0e5e2e 50%,#0c3e1e 100%);border-top:1px solid #165b32;padding:52px 0}.properties-cta-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:36px;display:flex}.properties-cta-text{flex-direction:column;gap:6px;max-width:540px;display:flex}.properties-cta-title{color:#bce3cb;font-family:Playfair Display,Georgia,serif;font-size:1.85rem;font-weight:700;line-height:1.25}.properties-cta-subtitle{color:#fff;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:500;line-height:1.5}.properties-cta-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.properties-cta-btn{cursor:pointer;border-radius:12px;align-items:center;gap:14px;padding:14px 24px;text-decoration:none;transition:all .25s;display:inline-flex}.properties-cta-btn-transparent{color:#fff;background:#ffffff14;border:1px solid #ffffff59}.properties-cta-btn-transparent:hover{background:#ffffff29;border-color:#fff9;transform:translateY(-2px)}.properties-cta-btn-transparent .btn-icon{color:#4ade80;flex-shrink:0}.properties-cta-btn-gold{background-color:var(--secondary-gold,#c8963e);color:#fff;border:none;box-shadow:0 8px 20px #c8963e59}.properties-cta-btn-gold:hover{background-color:#b3832f;transform:translateY(-2px);box-shadow:0 12px 26px #c8963e73}@media (width<=1200px){.property-feature-card,.property-card-alt{grid-template-columns:1fr;gap:32px;padding:32px}.property-card-alt .property-card-img-wrapper{order:-1}.property-card-img-wrapper{height:360px}.properties-note-box{grid-template-columns:1fr;gap:32px}.properties-note-pillars{border-top:1px solid #e2e0d5;padding-top:24px}}@media (width<=992px){.properties-hero-title{font-size:2.5rem}.property-features-grid{grid-template-columns:1fr}.properties-cta-container{flex-direction:column;align-items:flex-start}}@media (width<=768px){.properties-deal-title{font-size:1.85rem}.properties-deal-line{width:35px}.properties-note-pillars{grid-template-columns:repeat(2,1fr);gap:20px}.properties-pillar-item:nth-child(3){border-left:none}}@media (width<=640px){.properties-hero-title{font-size:2.1rem}.properties-hero-subtitle{font-size:1rem}.property-feature-card{border-radius:20px;padding:24px 20px}.property-card-img-wrapper{height:260px}.property-card-badge{width:52px;height:52px;top:14px;right:14px}.properties-note-box{padding:28px 20px}.properties-note-left{flex-direction:column}.properties-cta-actions{flex-direction:column;align-items:stretch;width:100%}.properties-cta-btn{justify-content:center}.cta-btn-text-col{text-align:center;align-items:center}}.knowledge-page-main{color:#1e293b;background-color:#fff;overflow-x:hidden}.knowledge-container{width:100%;max-width:1360px;margin:0 auto;padding:0 24px}.knowledge-page-hero{background-image:url(/images/hero_uttarakhand_land.jpg);background-position:50% 40%;background-size:cover;border-bottom:3px solid #c8963e;align-items:center;width:100%;min-height:380px;display:flex;position:relative;overflow:hidden}.knowledge-hero-overlay{z-index:1;background:linear-gradient(90deg,#fffffff2 0%,#ffffffd9 35%,#fff3 65%,#fff0 100%);position:absolute;inset:0}.knowledge-hero-content{z-index:2;max-width:680px;padding:80px 0 76px;position:relative}.knowledge-breadcrumb{color:#475569;align-items:center;gap:8px;margin-bottom:24px;font-size:.92rem;font-weight:600;display:inline-flex}.knowledge-breadcrumb a{color:#1e293b;text-decoration:none;transition:color .2s}.knowledge-breadcrumb a:hover{color:#0e5e2e}.knowledge-breadcrumb-sep{color:#94a3b8;align-items:center;display:flex}.knowledge-breadcrumb-current{color:#0e5e2e;font-weight:700}.knowledge-hero-title{color:#1e293b;letter-spacing:-.01em;margin-bottom:16px;font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:700;line-height:1.15}.knowledge-hero-title-green{color:#0e5e2e;font-family:Playfair Display,Georgia,serif}.knowledge-hero-subtitle{color:#334155;max-width:580px;margin-bottom:28px;font-size:1.12rem;font-weight:500;line-height:1.7}.knowledge-hero-search{background-color:#fff;border:1px solid #cbd5e1;border-radius:12px;align-items:center;max-width:460px;padding:6px 6px 6px 20px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 8px 24px #00000014}.knowledge-hero-search:focus-within{border-color:#0e5e2e;box-shadow:0 10px 28px #0e5e2e26}.knowledge-search-input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-size:.96rem}.knowledge-search-input::placeholder{color:#94a3b8}.knowledge-search-btn{color:#fff;cursor:pointer;background-color:#0e5e2e;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background-color .2s;display:flex}.knowledge-search-btn:hover{background-color:#0a4622}.knowledge-categories-section{background-color:#fff;padding:64px 0 40px}.knowledge-section-heading{color:#0e5e2e;margin:0 0 24px;font-family:Playfair Display,Georgia,serif;font-size:1.85rem;font-weight:700}.knowledge-categories-grid{grid-template-columns:repeat(8,1fr);gap:14px;display:grid}.knowledge-category-card{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:18px 10px;transition:all .25s;display:flex}.knowledge-category-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 18px #0000000d}.knowledge-category-card.active{background-color:#f1f8f3;border-color:#0e5e2e;box-shadow:0 8px 20px #0e5e2e1a}.knowledge-cat-icon{color:#0e5e2e;justify-content:center;align-items:center;display:flex}.knowledge-cat-label{color:#334155;font-size:.86rem;font-weight:700;line-height:1.25}.knowledge-category-card.active .knowledge-cat-label{color:#0e5e2e}.knowledge-videos-section{background-color:#fff;padding:32px 0 48px}.knowledge-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.knowledge-view-all-btn{color:#334155;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:8px;padding:8px 18px;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.knowledge-view-all-btn:hover{color:#0e5e2e;background-color:#f8faf9;border-color:#0e5e2e}.knowledge-videos-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.knowledge-video-card{cursor:pointer;background-color:#fff;border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.knowledge-video-card:hover{transform:translateY(-4px)}.knowledge-video-thumb-wrapper{background-color:#1e293b;border-radius:16px;width:100%;height:175px;position:relative;overflow:hidden;box-shadow:0 6px 18px #00000014}.knowledge-video-thumb{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.knowledge-video-card:hover .knowledge-video-thumb{transform:scale(1.05)}.knowledge-play-circle{z-index:2;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .25s,background-color .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 15px #00000059}.knowledge-video-card:hover .knowledge-play-circle{background-color:#0e5e2e;transform:translate(-50%,-50%)scale(1.12)}.knowledge-video-card:hover .knowledge-play-circle svg{fill:#fff!important;color:#fff!important}.knowledge-video-duration{color:#fff;z-index:2;background-color:#000000c7;border-radius:6px;padding:3px 8px;font-size:.78rem;font-weight:700;position:absolute;bottom:10px;right:10px}.knowledge-video-content{padding:14px 4px 6px}.knowledge-video-title{color:#1e293b;margin:0 0 6px;font-size:1.05rem;font-weight:700;line-height:1.35}.knowledge-video-sub{color:#64748b;margin:0 0 12px;font-size:.86rem}.video-card-meta-row{color:#475569;flex-direction:column;gap:4px;margin-bottom:14px;font-size:.8rem;display:flex}.btn-watch-video-card{color:#0e5e2e;cursor:pointer;background:#f1f8f3;border:1px solid #c2e2cc;border-radius:8px;width:100%;padding:8px 14px;font-size:.88rem;font-weight:700;transition:all .2s}.btn-watch-video-card:hover{color:#fff;background:#0e5e2e}.knowledge-disclaimer-banner{border-radius:var(--radius-md);color:#78350f;background:#fffbeb;border:1px solid #fde68a;border-left:5px solid #d97706;padding:16px 22px;font-size:.94rem;line-height:1.5;box-shadow:0 2px 8px #00000008}.knowledge-upload-topics-section{background:#fdfefe;padding:40px 0}.upload-topics-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px 20px;margin-top:24px;display:grid}.upload-topic-item{border-radius:var(--radius-md);color:#1e293b;background:#fff;border:1px solid #e2e8f0;align-items:center;gap:10px;padding:12px 16px;font-size:.92rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 6px #00000005}.upload-topic-item:hover{background:#f9fdfa;border-color:#c2e2cc;transform:translateY(-2px)}.upload-topic-dot{color:#0e5e2e;font-size:.95rem;font-weight:800}.knowledge-articles-section{background-color:#fff;padding:32px 0 52px}.knowledge-articles-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.knowledge-article-card{cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:space-between;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000006}.knowledge-article-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 14px 32px #00000012}.knowledge-article-thumb-wrapper{background-color:#f1f5f9;width:100%;height:170px;position:relative;overflow:hidden}.knowledge-article-thumb{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.knowledge-article-card:hover .knowledge-article-thumb{transform:scale(1.05)}.knowledge-article-badge{color:#fff;z-index:2;background-color:#0e5e2e;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:600;position:absolute;bottom:12px;left:12px;box-shadow:0 4px 10px #0003}.knowledge-article-content{flex-direction:column;flex:1;justify-content:space-between;padding:20px 18px 18px;display:flex}.knowledge-article-title{color:#1e293b;margin:0 0 10px;font-size:1.02rem;font-weight:700;line-height:1.4}.knowledge-article-desc{color:#475569;margin:0 0 18px;font-size:.86rem;line-height:1.55}.knowledge-article-footer{color:#64748b;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:12px;font-size:.78rem;font-weight:500;display:flex}.knowledge-article-date{align-items:center;gap:6px;display:flex}.knowledge-guides-section{background-color:#fff;padding:32px 0 52px}.knowledge-guides-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.knowledge-guide-card{text-align:center;cursor:pointer;background-color:#f8faf8;border:1px solid #e2ece6;border-radius:20px;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;padding:32px 24px;transition:all .3s;display:flex}.knowledge-guide-card:hover{background-color:#f1f7f3;border-color:#0e5e2e;transform:translateY(-3px);box-shadow:0 12px 28px #0e5e2e14}.knowledge-guide-icon-box{color:#fff;background-color:#0e5e2e;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 6px 14px #0e5e2e38}.knowledge-guide-title{color:#1e293b;margin:0;font-size:1.1rem;font-weight:700}.knowledge-guide-desc{color:#475569;margin:0;font-size:.88rem;line-height:1.6}.knowledge-guide-link{color:#0e5e2e;align-items:center;gap:6px;margin-top:4px;font-size:.9rem;font-weight:700;transition:gap .2s;display:inline-flex}.knowledge-guide-card:hover .knowledge-guide-link{gap:10px}.knowledge-topics-section{background-color:#fff;padding:24px 0 80px}.knowledge-topics-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.knowledge-topic-pill{color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:8px 20px;font-size:.88rem;font-weight:600;transition:all .2s}.knowledge-topic-pill:hover{color:#0e5e2e;background-color:#f8faf9;border-color:#0e5e2e}.knowledge-topic-pill.active{color:#fff;background-color:#0e5e2e;border-color:#0e5e2e;box-shadow:0 4px 10px #0e5e2e33}.knowledge-cta-banner{background:linear-gradient(135deg,#0a3d1e 0%,#0e5e2e 50%,#0c3e1e 100%);border-top:1px solid #165b32;padding:52px 0}.knowledge-cta-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:36px;display:flex}.knowledge-cta-left{align-items:center;gap:20px;max-width:680px;display:flex}.knowledge-cta-icon-box{color:#4ade80;background:#ffffff14;border:2px solid #ffffff59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.knowledge-cta-text{flex-direction:column;gap:6px;display:flex}.knowledge-cta-title{color:#fff;font-family:Playfair Display,Georgia,serif;font-size:1.85rem;font-weight:700;line-height:1.25}.knowledge-cta-subtitle{color:#d1fae5;font-family:Outfit,sans-serif;font-size:1.02rem;font-weight:500;line-height:1.5}.knowledge-cta-btn{color:#0e5e2e;cursor:pointer;white-space:nowrap;background-color:#fff;border:none;border-radius:12px;align-items:center;gap:12px;padding:14px 28px;font-size:1rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 6px 20px #00000026}.knowledge-cta-btn:hover{background-color:#f1f7f3;transform:translateY(-2px);box-shadow:0 10px 28px #00000038}@media (width<=1200px){.knowledge-categories-grid{grid-template-columns:repeat(4,1fr);gap:16px}.knowledge-videos-grid,.knowledge-articles-grid,.knowledge-guides-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.knowledge-hero-title{font-size:2.8rem}.knowledge-cta-container{flex-direction:column;align-items:flex-start}}@media (width<=768px){.knowledge-categories-grid{grid-template-columns:repeat(2,1fr)}.knowledge-section-heading{font-size:1.65rem}.knowledge-cta-left{flex-direction:column;align-items:flex-start}}@media (width<=640px){.knowledge-hero-title{font-size:2.35rem}.knowledge-hero-subtitle{font-size:1rem}.knowledge-videos-grid,.knowledge-articles-grid,.knowledge-guides-grid{grid-template-columns:1fr}.knowledge-hero-search{max-width:100%}.knowledge-cta-btn{justify-content:center;width:100%}}.whyus-page-main{color:#1e293b;background-color:#fff;overflow-x:hidden}.whyus-container{width:100%;max-width:1360px;margin:0 auto;padding:0 24px}.whyus-page-hero{background-image:url(/images/hero_uttarakhand_land.jpg);background-position:50% 40%;background-size:cover;align-items:center;width:100%;min-height:460px;display:flex;position:relative;overflow:hidden}.whyus-hero-overlay{z-index:1;background:linear-gradient(90deg,#fffffff2 0%,#ffffffd9 35%,#fff3 65%,#fff0 100%);position:absolute;inset:0}.whyus-hero-content{z-index:2;max-width:680px;padding:80px 0 96px;position:relative}.whyus-breadcrumb{color:#475569;align-items:center;gap:8px;margin-bottom:24px;font-size:.92rem;font-weight:600;display:inline-flex}.whyus-breadcrumb a{color:#1e293b;text-decoration:none;transition:color .2s}.whyus-breadcrumb a:hover{color:#0e5e2e}.whyus-breadcrumb-sep{color:#94a3b8;align-items:center;display:flex}.whyus-breadcrumb-current{color:#0e5e2e;font-weight:700}.whyus-hero-title{color:#1e293b;letter-spacing:-.01em;margin-bottom:18px;font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:700;line-height:1.15}.whyus-hero-title-green{color:#0e5e2e;font-family:Playfair Display,Georgia,serif}.whyus-hero-subtitle{color:#334155;max-width:580px;font-size:1.12rem;font-weight:500;line-height:1.7}.whyus-trust-strip-wrapper{z-index:10;margin-top:-36px;padding:0 0 36px;position:relative}.whyus-trust-strip{background:linear-gradient(135deg,#0a3d1e 0%,#0e5e2e 50%,#0b401f 100%);border-radius:20px;grid-template-columns:repeat(4,1fr);gap:20px;padding:28px 36px;display:grid;box-shadow:0 16px 36px -8px #0a3d1e47}.whyus-trust-col{align-items:flex-start;gap:16px;padding:0 12px;display:flex}.whyus-trust-col:not(:first-child){border-left:1px solid #ffffff2e}.whyus-trust-icon{color:#4ade80;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.whyus-trust-text{flex-direction:column;gap:4px;display:flex}.whyus-trust-title{color:#fff;font-size:1rem;font-weight:700;line-height:1.25}.whyus-trust-desc{color:#d1d5db;opacity:.92;font-size:.84rem;line-height:1.45}.whyus-section-header{text-align:center;max-width:780px;margin:0 auto;padding:48px 0 44px}.whyus-section-tag{color:#c8963e;text-transform:uppercase;letter-spacing:.11em;margin-bottom:10px;font-size:.85rem;font-weight:700;display:inline-block}.whyus-section-title{color:#0e5e2e;margin:0 0 14px;font-family:Playfair Display,Georgia,serif;font-size:2.35rem;font-weight:700;line-height:1.25}.whyus-section-emblem{color:#c8963e;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex}.whyus-section-desc{color:#475569;max-width:720px;margin:0 auto;font-size:1rem;line-height:1.7}.whyus-cards-section{background-color:#fff;padding:16px 0 64px}.whyus-cards-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.whyus-value-card{text-align:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;align-items:center;padding:34px 28px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 6px 20px #00000006}.whyus-value-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 16px 36px #00000012}.whyus-card-icon-box{color:#0e5e2e;background-color:#e6f4eb;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:20px;transition:transform .3s,background-color .3s;display:flex}.whyus-value-card:hover .whyus-card-icon-box{background-color:#d1f0db;transform:scale(1.08)}.whyus-card-title{color:#1e293b;margin:0 0 12px;font-size:1.15rem;font-weight:700;line-height:1.35}.whyus-card-desc{color:#475569;margin:0;font-size:.94rem;line-height:1.65}.whyus-matters-section{background-color:#fff;padding:16px 0 80px}.whyus-matters-box{background-color:#f9f8f3;border:1px solid #edece3;border-radius:24px;grid-template-columns:1.25fr 1fr;align-items:center;gap:48px;padding:44px 48px;display:grid;box-shadow:0 10px 30px #00000008}.whyus-matters-left{flex-direction:column;gap:16px;display:flex}.whyus-matters-tag{color:#c8963e;text-transform:uppercase;letter-spacing:.11em;font-size:.85rem;font-weight:700;display:inline-block}.whyus-matters-title{color:#0e5e2e;margin:0;font-family:Playfair Display,Georgia,serif;font-size:2.3rem;font-weight:700;line-height:1.22}.whyus-matters-desc{color:#475569;margin:0 0 16px;font-size:.98rem;line-height:1.7}.whyus-matters-pillars{border-top:1px solid #e2e0d5;grid-template-columns:repeat(5,1fr);gap:12px;padding-top:24px;display:grid}.whyus-matters-pillar-item{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:0 8px;display:flex}.whyus-matters-pillar-item:not(:first-child){border-left:1px solid #e2e0d5}.whyus-matters-pillar-icon{color:#0e5e2e;justify-content:center;align-items:center;display:flex}.whyus-matters-pillar-label{color:#334155;font-size:.8rem;font-weight:600;line-height:1.3}.whyus-matters-img-wrapper{border-radius:18px;height:330px;overflow:hidden;box-shadow:0 16px 36px -10px #0000002e}.whyus-matters-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.whyus-matters-box:hover .whyus-matters-img{transform:scale(1.03)}.whyus-testimonials-section{background-color:#fff;padding:16px 0 80px}.whyus-testi-header{text-align:center;margin-bottom:48px}.whyus-testi-title-row{justify-content:center;align-items:center;gap:20px;display:flex}.whyus-testi-line{background-color:#cbd5e1;width:60px;height:1px}.whyus-testi-title{color:#0e5e2e;margin:0;font-family:Playfair Display,Georgia,serif;font-size:2.2rem;font-weight:700}.whyus-testi-carousel-row{align-items:center;gap:20px;display:flex}.whyus-testi-arrow{color:#334155;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex}.whyus-testi-arrow:hover{color:#fff;background-color:#0e5e2e;border-color:#0e5e2e;transform:scale(1.08)}.whyus-testi-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.whyus-testi-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;padding:30px 28px;transition:all .3s;display:flex;box-shadow:0 4px 18px #00000006}.whyus-testi-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 14px 32px #0000000f}.whyus-testi-top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.whyus-testi-quote-mark{color:#1e293b;font-family:Georgia,serif;font-size:2.8rem;font-weight:700;line-height:.8}.whyus-testi-stars{color:#c8963e;align-items:center;gap:3px;display:flex}.whyus-testi-text{color:#334155;flex:1;margin:0 0 24px;font-size:.94rem;line-height:1.65}.whyus-testi-author-box{border-top:1px solid #f1f5f9;flex-direction:column;gap:2px;padding-top:14px;display:flex}.whyus-testi-author-name{color:#1e293b;font-size:.96rem;font-weight:700}.whyus-testi-author-loc{color:#64748b;font-size:.82rem}.whyus-cta-banner{background:linear-gradient(135deg,#0a3d1e 0%,#0e5e2e 50%,#0c3e1e 100%);border-top:1px solid #165b32;padding:52px 0}.whyus-cta-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:36px;display:flex}.whyus-cta-left{align-items:center;gap:20px;max-width:580px;display:flex}.whyus-cta-headset{color:#4ade80;background:#ffffff14;border:2px solid #ffffff59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.whyus-cta-text{flex-direction:column;gap:6px;display:flex}.whyus-cta-title{color:#bce3cb;font-family:Playfair Display,Georgia,serif;font-size:1.8rem;font-weight:700;line-height:1.25}.whyus-cta-subtitle{color:#fff;font-family:Outfit,sans-serif;font-size:1.02rem;font-weight:500;line-height:1.5}.whyus-cta-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.whyus-cta-btn{cursor:pointer;border-radius:12px;align-items:center;gap:14px;padding:14px 24px;text-decoration:none;transition:all .25s;display:inline-flex}.whyus-cta-btn-transparent{color:#fff;background:#ffffff14;border:1px solid #ffffff59}.whyus-cta-btn-transparent:hover{background:#ffffff29;border-color:#fff9;transform:translateY(-2px)}.whyus-cta-btn-transparent .btn-icon{color:#4ade80;flex-shrink:0}.whyus-cta-btn-gold{background-color:var(--secondary-gold,#c8963e);color:#fff;border:none;box-shadow:0 8px 20px #c8963e59}.whyus-cta-btn-gold:hover{background-color:#b3832f;transform:translateY(-2px);box-shadow:0 12px 26px #c8963e73}@media (width<=1200px){.whyus-trust-strip{grid-template-columns:repeat(2,1fr);gap:28px 20px}.whyus-trust-col:nth-child(3){border-left:none}.whyus-matters-box{grid-template-columns:1fr;gap:36px}.whyus-matters-img-wrapper{height:300px}}@media (width<=992px){.whyus-hero-title{font-size:2.8rem}.whyus-cards-grid{grid-template-columns:repeat(2,1fr)}.whyus-testi-grid{grid-template-columns:1fr}.whyus-testi-arrow{display:none}.whyus-matters-pillars{grid-template-columns:repeat(3,1fr);gap:16px}.whyus-matters-pillar-item:nth-child(4){border-left:none}.whyus-cta-container{flex-direction:column;align-items:flex-start}}@media (width<=768px){.whyus-section-title,.whyus-matters-title,.whyus-testi-title{font-size:1.9rem}.whyus-testi-line{width:35px}.whyus-cta-left{flex-direction:column;align-items:flex-start}}@media (width<=640px){.whyus-hero-title{font-size:2.4rem}.whyus-hero-subtitle{font-size:1rem}.whyus-trust-strip{grid-template-columns:1fr;gap:24px;padding:24px 20px}.whyus-trust-col{padding:0;border-left:none!important}.whyus-cards-grid{grid-template-columns:1fr}.whyus-matters-box{padding:28px 20px}.whyus-matters-pillars{grid-template-columns:repeat(2,1fr);gap:16px}.whyus-matters-pillar-item:nth-child(3),.whyus-matters-pillar-item:nth-child(5){border-left:none}.whyus-cta-actions{flex-direction:column;align-items:stretch;width:100%}.whyus-cta-btn{justify-content:center}.cta-btn-text-col{text-align:center;align-items:center}}.contact-page-main{color:#1e293b;background-color:#fff;overflow-x:hidden}.contact-container{width:100%;max-width:1360px;margin:0 auto;padding:0 24px}.contact-page-hero{background-image:url(/images/hero_uttarakhand_land.jpg);background-position:50% 35%;background-size:cover;align-items:center;width:100%;min-height:460px;display:flex;position:relative;overflow:hidden}.contact-hero-overlay{z-index:1;background:linear-gradient(90deg,#fffffff2 0%,#ffffffd9 35%,#fff3 65%,#fff0 100%);position:absolute;inset:0}.contact-hero-content{z-index:2;max-width:650px;padding:80px 0 96px;position:relative}.contact-breadcrumb{color:#475569;align-items:center;gap:8px;margin-bottom:24px;font-size:.92rem;font-weight:600;display:inline-flex}.contact-breadcrumb a{color:#1e293b;text-decoration:none;transition:color .2s}.contact-breadcrumb a:hover{color:#0e5e2e}.contact-breadcrumb-sep{color:#94a3b8;align-items:center;display:flex}.contact-breadcrumb-current{color:#0e5e2e;font-weight:700}.contact-hero-title{color:#1e293b;letter-spacing:-.01em;margin-bottom:18px;font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:700;line-height:1.15}.contact-hero-title-green{color:#0e5e2e;font-family:Playfair Display,Georgia,serif}.contact-hero-subtitle{color:#334155;max-width:540px;font-size:1.12rem;font-weight:500;line-height:1.7}.contact-info-strip-wrapper{z-index:10;margin-top:-36px;padding:0 0 44px;position:relative}.contact-info-strip{background:linear-gradient(135deg,#0a3d1e 0%,#0e5e2e 50%,#0b401f 100%);border-radius:20px;grid-template-columns:repeat(4,1fr);gap:20px;padding:28px 36px;display:grid;box-shadow:0 16px 36px -8px #0a3d1e47}.contact-info-col{align-items:flex-start;gap:16px;padding:0 12px;text-decoration:none;transition:transform .25s;display:flex}.contact-info-col.interactive{cursor:pointer}.contact-info-col.interactive:hover{transform:translateY(-2px)}.contact-info-col:not(:first-child){border-left:1px solid #ffffff2e}.contact-info-icon{color:#4ade80;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.contact-info-text{flex-direction:column;gap:3px;display:flex}.contact-info-label{color:#fff;font-size:.88rem;font-weight:600}.contact-info-val{color:#fff;font-size:1.05rem;font-weight:700;line-height:1.25}.contact-info-sub{color:#d1d5db;opacity:.92;font-size:.8rem;line-height:1.4}.contact-main-section{background-color:#fff;padding:20px 0 56px}.contact-main-grid{grid-template-columns:1.15fr 1fr;align-items:flex-start;gap:32px;display:grid}.contact-form-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:40px 44px;box-shadow:0 6px 24px #00000008}.contact-card-heading{color:#0e5e2e;margin:0 0 8px;font-family:Playfair Display,Georgia,serif;font-size:1.85rem;font-weight:700}.contact-card-subtitle{color:#475569;margin:0 0 28px;font-size:.94rem;line-height:1.5}.contact-form-row-2{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px;display:grid}.contact-form-row-1{margin-bottom:20px}.contact-form-input,.contact-form-select,.contact-form-textarea{color:#1e293b;background-color:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:.94rem;transition:border-color .2s,box-shadow .2s}.contact-form-input:focus,.contact-form-select:focus,.contact-form-textarea:focus{border-color:#0e5e2e;box-shadow:0 0 0 3px #0e5e2e1f}.contact-form-textarea{resize:vertical;min-height:110px}.contact-form-checkbox-label{color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;margin:24px 0;font-size:.88rem;display:flex}.contact-form-checkbox{accent-color:#0e5e2e;cursor:pointer;width:18px;height:18px}.contact-submit-btn{color:#fff;cursor:pointer;background-color:#0e5e2e;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-size:.96rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 6px 18px #0e5e2e40}.contact-submit-btn:hover{background-color:#0a4622;transform:translateY(-2px);box-shadow:0 10px 24px #0e5e2e59}.contact-success-banner{text-align:center;background-color:#f1f8f3;border:1px solid #c2e2cc;border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:32px 28px;display:flex}.contact-success-icon{color:#0e5e2e}.contact-success-title{color:#0e5e2e;margin:0;font-size:1.3rem;font-weight:700}.contact-success-text{color:#475569;margin:0;font-size:.94rem}.contact-office-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:40px 36px;box-shadow:0 6px 24px #00000008}.contact-office-address-box{background-color:#f9faf9;border:1px solid #edece3;border-radius:16px;flex-direction:column;gap:16px;margin-bottom:24px;padding:24px 22px;display:flex}.office-addr-header{align-items:flex-start;gap:14px;display:flex}.office-addr-icon{color:#0e5e2e;background-color:#e6f4eb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.office-addr-title{color:#1e293b;margin:0 0 6px;font-size:1.02rem;font-weight:700}.office-addr-text{color:#475569;margin:0;font-size:.9rem;line-height:1.5}.office-get-dirs-btn{color:#fff;cursor:pointer;background-color:#0e5e2e;border:none;border-radius:8px;align-self:flex-start;align-items:center;gap:8px;padding:10px 20px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.office-get-dirs-btn:hover{background-color:#0a4622;transform:translateY(-1px)}.contact-map-wrapper{background-color:#f1f5f3;border:1px solid #e2e8f0;border-radius:16px;width:100%;height:270px;position:relative;overflow:hidden}.contact-map-svg-bg{background:radial-gradient(circle at 60% 55%,#e8f3ec 0%,#f3f7f5 60%,#eef3f0 100%);width:100%;height:100%;position:relative;overflow:hidden}.map-road-main{background-color:#fef08a;border-top:1px solid #fde047;border-bottom:1px solid #fde047;width:150%;height:6px;position:absolute;top:65%;left:-20%;transform:rotate(-24deg)}.map-road-secondary{background-color:#fff;width:140%;height:4px;position:absolute;top:35%;left:-10%;transform:rotate(18deg)}.map-highway-label{color:#166534;background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:4px;padding:2px 8px;font-size:.74rem;font-weight:700;position:absolute;bottom:24px;left:20px}.map-marker{cursor:pointer;z-index:5;flex-direction:column;align-items:center;transition:transform .2s;display:flex;position:absolute;transform:translate(-50%,-100%)}.map-marker:hover{z-index:10;transform:translate(-50%,-100%)scale(1.1)}.map-marker-pin{justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;display:flex}.map-marker-label{color:#334155;white-space:nowrap;background-color:#ffffffeb;border-radius:4px;margin-top:2px;padding:2px 6px;font-size:.72rem;font-weight:700;box-shadow:0 2px 6px #0000001a}.map-marker.main-office{z-index:8}.map-marker.main-office .map-marker-label{color:#fff;background-color:#0e5e2e;padding:4px 8px;font-size:.76rem}.contact-pillars-section{background-color:#fff;padding:16px 0 64px}.contact-pillars-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.contact-pillar-card{text-align:center;background-color:#f9faf9;border:1px solid #edece3;border-radius:20px;flex-direction:column;align-items:center;padding:30px 22px;transition:all .3s;display:flex;box-shadow:0 4px 14px #00000005}.contact-pillar-card:hover{background-color:#f1f8f3;border-color:#0e5e2e;transform:translateY(-3px);box-shadow:0 12px 28px #0e5e2e14}.contact-pillar-icon-box{color:#0e5e2e;background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:18px;display:flex;box-shadow:0 4px 10px #0000000a}.contact-pillar-title{color:#1e293b;margin:0 0 10px;font-size:1.08rem;font-weight:700}.contact-pillar-desc{color:#475569;margin:0;font-size:.88rem;line-height:1.6}.contact-cta-banner{background:linear-gradient(135deg,#0a3d1e 0%,#0e5e2e 50%,#0c3e1e 100%);border-top:1px solid #165b32;padding:52px 0}.contact-cta-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:36px;display:flex}.contact-cta-left{flex-direction:column;gap:6px;max-width:580px;display:flex}.contact-cta-title{color:#fff;font-family:Playfair Display,Georgia,serif;font-size:1.85rem;font-weight:700;line-height:1.25}.contact-cta-subtitle{color:#d1fae5;font-family:Outfit,sans-serif;font-size:1.02rem;font-weight:500;line-height:1.5}.contact-cta-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.contact-cta-btn{cursor:pointer;border-radius:12px;align-items:center;gap:14px;padding:14px 24px;text-decoration:none;transition:all .25s;display:inline-flex}.contact-cta-btn-transparent{color:#fff;background:#ffffff14;border:1px solid #ffffff59}.contact-cta-btn-transparent:hover{background:#ffffff29;border-color:#fff9;transform:translateY(-2px)}.contact-cta-btn-transparent .btn-icon{color:#4ade80;flex-shrink:0}.contact-cta-btn-gold{background-color:var(--secondary-gold,#c8963e);color:#fff;border:none;box-shadow:0 8px 20px #c8963e59}.contact-cta-btn-gold:hover{background-color:#b3832f;transform:translateY(-2px);box-shadow:0 12px 26px #c8963e73}.cta-btn-text-col{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.cta-btn-main-text{font-size:.96rem;font-weight:700;line-height:1.15}.cta-btn-sub-text{opacity:.88;font-size:.78rem;font-weight:500;line-height:1.2}@media (width<=1200px){.contact-info-strip{grid-template-columns:repeat(2,1fr);gap:28px 20px}.contact-info-col:nth-child(3){border-left:none}.contact-main-grid{grid-template-columns:1fr;gap:36px}.contact-pillars-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.contact-hero-title{font-size:2.8rem}.contact-form-card,.contact-office-card{padding:32px 24px}.contact-cta-container{flex-direction:column;align-items:flex-start}}@media (width<=768px){.contact-form-row-2{grid-template-columns:1fr}.contact-card-heading,.contact-cta-title{font-size:1.65rem}}@media (width<=640px){.contact-hero-title{font-size:2.35rem}.contact-hero-subtitle{font-size:1rem}.contact-info-strip{grid-template-columns:1fr;gap:24px;padding:24px 20px}.contact-info-col{padding:0;border-left:none!important}.contact-pillars-grid{grid-template-columns:1fr}.contact-cta-actions{flex-direction:column;align-items:stretch;width:100%}.contact-cta-btn{justify-content:center}.cta-btn-text-col{text-align:center;align-items:center}}.legal-page-main{background-color:#f8fafc;min-height:calc(100vh - 80px)}.legal-hero{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-bottom:3px solid #0e5e2e;padding:56px 0 64px}.legal-breadcrumb{color:#94a3b8;align-items:center;gap:8px;margin-bottom:20px;font-size:.88rem;display:flex}.legal-breadcrumb a{color:#cbd5e1;text-decoration:none;transition:color .2s}.legal-breadcrumb a:hover{color:#fff}.legal-hero-title{color:#fff;margin:0 0 12px;font-size:2.4rem;font-weight:800;line-height:1.25}.legal-hero-sub{color:#cbd5e1;max-width:720px;margin:0;font-size:1.08rem;line-height:1.6}.legal-content-section{padding:56px 0 80px}.legal-grid{grid-template-columns:290px 1fr;align-items:flex-start;gap:36px;display:grid}.legal-sidebar{border-radius:var(--radius-lg);background:#fff;border:1px solid #e2e8f0;padding:24px;position:sticky;top:96px;box-shadow:0 4px 12px #00000008}.sidebar-heading{color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f1f5f9;margin:0 0 16px;padding-bottom:12px;font-size:.95rem;font-weight:700}.legal-tabs-list{flex-direction:column;gap:8px;display:flex}.legal-tab-btn{text-align:left;color:#475569;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px 14px;font-size:.93rem;font-weight:600;transition:all .2s;display:flex}.legal-tab-btn:hover{color:#0e5e2e;background:#f1f8f3}.legal-tab-btn.active{color:#fff;background:#0e5e2e;box-shadow:0 4px 10px #0e5e2e40}.tab-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.legal-body{border-radius:var(--radius-lg);background:#fff;border:1px solid #e2e8f0;min-height:520px;padding:40px 48px;box-shadow:0 4px 16px #00000008}.policy-section-card{flex-direction:column;gap:24px;display:flex}.policy-title{color:#0f172a;border-bottom:2px solid #e2e8f0;margin:0;padding-bottom:16px;font-size:1.85rem;font-weight:800;line-height:1.3}.policy-intro{color:#334155;margin:0;font-size:1.05rem;line-height:1.7}.policy-subtitle{color:#1e293b;margin:8px 0 -8px;font-size:1.25rem;font-weight:700}.policy-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.policy-list li{color:#334155;align-items:flex-start;gap:10px;font-size:.98rem;line-height:1.5;display:flex}.list-icon{color:#0e5e2e;flex-shrink:0;margin-top:3px}.policy-text{color:#475569;margin:0;font-size:1rem;line-height:1.75}.policy-callout-box{border-radius:var(--radius-md);color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-left:5px solid #0e5e2e;padding:20px 24px}.policy-callout-box.warning-theme{background:#fffbeb;border-color:#fde68a #fde68a #fde68a #d97706}.policy-callout-box.notice-theme{background:#eff6ff;border-color:#bfdbfe #bfdbfe #bfdbfe #2563eb}.policy-callout-box strong{color:#0f172a;margin-bottom:6px;font-size:1.02rem;display:block}.policy-callout-box p{color:#334155;margin:0;font-size:.95rem;line-height:1.6}.policy-highlight-card{border-radius:var(--radius-md);background:#fff;border:1px solid #c2e2cc;padding:24px;box-shadow:0 4px 14px #0e5e2e0f}.policy-highlight-card h4{color:#0e5e2e;margin:0 0 10px;font-size:1.1rem}.policy-highlight-card p{color:#334155;margin:0;font-size:.96rem;line-height:1.65}.terms-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.term-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.term-item.full-width{grid-column:span 2}.term-item h4{color:#0f172a;margin:0 0 8px;font-size:1rem;font-weight:700}.term-item p{color:#475569;margin:0;font-size:.92rem;line-height:1.6}.grievance-contact-box{border-radius:var(--radius-md);background:#fff;border:2px solid #e2e8f0;flex-direction:column;gap:16px;padding:28px;display:flex;box-shadow:0 4px 16px #00000005}.company-name-row{color:#0e5e2e;border-bottom:1px solid #f1f5f9;padding-bottom:12px;font-size:1.15rem}.grievance-row{color:#334155;align-items:center;gap:14px;font-size:.98rem;display:flex}.grievance-icon{color:#0e5e2e;flex-shrink:0}.grievance-row a{color:#0e5e2e;font-weight:600;text-decoration:none}.grievance-row a:hover{text-decoration:underline}@media (width<=1024px){.legal-grid{grid-template-columns:1fr;gap:24px}.legal-sidebar{position:static}.legal-tabs-list{grid-template-columns:repeat(2,1fr);display:grid}}@media (width<=640px){.legal-hero-title{font-size:1.8rem}.legal-body{padding:24px 20px}.legal-tabs-list,.terms-grid{grid-template-columns:1fr}.term-item.full-width{grid-column:span 1}}.videos-page-section{background-color:var(--bg-light);padding:80px 0}.videos-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;display:grid}.video-card-large{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);cursor:pointer;transition:var(--transition);flex-direction:column;display:flex;overflow:hidden}.video-card-large:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-green);transform:translateY(-5px)}.video-card-large .video-thumb-wrapper{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.video-card-large .thumb-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.video-card-large:hover .thumb-image{transform:scale(1.05)}.video-card-large .play-overlay{opacity:0;background:#0a3d1e33;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.video-card-large:hover .play-overlay{opacity:1}.video-card-large .play-circle{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:scale(.8);box-shadow:0 10px 25px #0003}.video-card-large:hover .play-circle{transform:scale(1)}.video-card-large .duration-badge{color:#fff;border-radius:var(--radius-sm);background:#000000bf;padding:4px 10px;font-size:.8rem;font-weight:600;position:absolute;bottom:12px;right:12px}.video-card-content{flex-direction:column;flex-grow:1;padding:24px;display:flex}.video-meta{justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.85rem;font-weight:600;display:flex}.video-category{color:var(--primary-green);border-radius:var(--radius-sm);background:#0e5e2e1a;padding:4px 10px}.video-views{color:var(--text-muted)}.video-title{color:var(--text-dark);margin:0;font-size:1.15rem;font-weight:700;line-height:1.4}.loading-spinner,.empty-state{text-align:center;color:var(--text-muted);border-radius:var(--radius-md);border:1px dashed var(--border-color);background:#fff;padding:60px 20px;font-size:1.1rem}.gallery-page-section{background-color:var(--bg-light);padding:80px 0}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-auto-rows:280px;gap:24px;display:grid}.gallery-item-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;background:#000;height:100%;position:relative;overflow:hidden}.gallery-image{object-fit:cover;opacity:.9;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.8,.2,1),opacity .4s}.gallery-item-card:hover .gallery-image{opacity:.5;transform:scale(1.08)}.gallery-overlay{text-align:center;opacity:0;z-index:2;flex-direction:column;justify-content:center;align-items:center;padding:24px;transition:opacity .4s;display:flex;position:absolute;inset:0}.gallery-item-card:hover .gallery-overlay{opacity:1}.gallery-overlay svg{margin-bottom:20px;transition:transform .4s cubic-bezier(.2,.8,.2,1);transform:translateY(20px)}.gallery-item-card:hover .gallery-overlay svg{transform:translateY(0)}.gallery-meta{text-align:left;background:linear-gradient(#0000 0%,#000000e6 100%);padding:24px;transition:transform .4s cubic-bezier(.2,.8,.2,1);position:absolute;bottom:0;left:0;right:0;transform:translateY(20px)}.gallery-item-card:hover .gallery-meta{transform:translateY(0)}.gallery-category{color:var(--secondary-gold);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-size:.8rem;font-weight:700;display:inline-block}.gallery-title{color:#fff;text-shadow:0 2px 4px #00000080;margin:0;font-size:1.1rem;font-weight:600}.lightbox-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;background:#0f172af2;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.lightbox-close{color:#fff;cursor:pointer;z-index:3010;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:30px;right:30px}.lightbox-close:hover{background:#ffffff40;transform:rotate(90deg)}.lightbox-content{border-radius:var(--radius-lg);background:0 0;flex-direction:column;width:100%;max-width:900px;max-height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.lightbox-image{object-fit:contain;background:#000;width:100%;height:auto;max-height:calc(85vh - 80px)}.lightbox-caption{text-align:left;background:#fff;padding:20px 24px}.lightbox-caption .lightbox-category{color:var(--primary-green);text-transform:uppercase;margin-bottom:6px;font-size:.85rem;font-weight:700;display:block}.lightbox-caption h3{color:var(--text-dark);margin:0;font-size:1.3rem}@media (width<=768px){.lightbox-overlay{padding:20px}.lightbox-close{width:40px;height:40px;top:16px;right:16px}.lightbox-caption{padding:16px}.lightbox-caption h3{font-size:1.1rem}}.cookie-banner-wrap{z-index:1000;border-radius:var(--radius-lg);background:#fff;border:1px solid #cbd5e1;max-width:960px;margin:0 auto;padding:18px 24px;animation:.35s ease-out slideUpCookie;position:fixed;bottom:24px;left:24px;right:24px;box-shadow:0 10px 30px #0f172a26}@keyframes slideUpCookie{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-banner-content{justify-content:space-between;align-items:center;gap:18px;display:flex}.cookie-icon-box{color:#0e5e2e;background:#f1f8f3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.cookie-text-box{flex:1;padding-right:24px}.cookie-title{color:#0f172a;margin:0 0 4px;font-size:.95rem;font-weight:700}.cookie-desc{color:#475569;margin:0;font-size:.85rem;line-height:1.45}.cookie-btn-row{flex-shrink:0;align-items:center;gap:12px;display:flex}.cookie-policy-link{color:#0e5e2e;border-radius:6px;padding:8px 12px;font-size:.86rem;font-weight:600;text-decoration:none;transition:background .2s}.cookie-policy-link:hover{background:#f1f8f3}.cookie-accept-btn{color:#fff;cursor:pointer;background:#0e5e2e;border:none;border-radius:8px;padding:9px 18px;font-size:.88rem;font-weight:700;transition:background .2s}.cookie-accept-btn:hover{background:#0b4b24}.cookie-close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:12px;right:12px}.cookie-close-btn:hover{color:#0f172a;background:#f1f5f9}@media (width<=768px){.cookie-banner-wrap{padding:16px;bottom:12px;left:12px;right:12px}.cookie-banner-content{flex-direction:column;align-items:flex-start;gap:14px}.cookie-btn-row{justify-content:flex-end;width:100%}}.admin-layout{background:#f1f5f9;height:100vh;display:flex}.admin-sidebar{color:#fff;background:#0a3d1e;flex-direction:column;width:260px;display:flex}.admin-brand{border-bottom:1px solid #ffffff1a;padding:24px}.admin-nav{flex:1;padding:20px 0}.admin-nav a{color:#fffc;align-items:center;gap:12px;padding:16px 24px;text-decoration:none;transition:all .2s;display:flex}.admin-nav a:hover,.admin-nav a.active{color:#fff;background:#ffffff1a;border-left:4px solid #22c55e}.admin-sidebar-footer{border-top:1px solid #ffffff1a;padding:20px}.admin-sidebar-footer a,.logout-btn{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 0;font-size:1rem;text-decoration:none;display:flex}.admin-main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.admin-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:20px 30px}.admin-content-area{flex:1;padding:30px;overflow-y:auto}.admin-login-container{background:#f1f5f9;justify-content:center;align-items:center;height:100vh;display:flex}.admin-login-box{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:40px;box-shadow:0 4px 6px -1px #0000001a}.admin-form-group{margin-bottom:20px}.admin-form-group label{color:#334155;margin-bottom:8px;font-weight:500;display:block}.admin-form-group input{border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:10px 14px}.admin-btn-primary{color:#fff;cursor:pointer;background:#0a3d1e;border:none;border-radius:6px;padding:10px 20px;font-weight:500}.admin-btn-delete{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:4px;padding:6px 10px}.admin-page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.admin-table-container{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:16px}.admin-table th{color:#475569;background:#f8fafc;font-weight:600}.admin-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.admin-modal-content{background:#fff;border-radius:8px;flex-direction:column;width:90%;max-width:600px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 10px 25px #0003}.admin-modal-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.admin-modal-header h4{color:#1e293b;margin:0;font-size:1.1rem}.admin-modal-close{cursor:pointer;color:#64748b;background:0 0;border:none}.admin-modal-form{flex:1;padding:24px;overflow-y:auto}.admin-form-group textarea{resize:vertical;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:10px 14px;font-family:inherit}.admin-form-checkbox{align-items:center;gap:10px;margin-bottom:24px;display:flex}.admin-form-checkbox input{cursor:pointer;width:auto}.admin-modal-actions{justify-content:space-between;gap:16px;margin-top:10px;display:flex}.admin-btn-cancel{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;flex:1;padding:12px;font-weight:600}.admin-btn-save{color:#fff;cursor:pointer;background:#c8231c;border:none;border-radius:6px;flex:1;padding:12px;font-weight:600}.admin-btn-save:hover{background:#a91c16}
