@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300..900&family=Inter:wght@400..800&display=swap";:root{--primary: #c17a3f;--primary-light: #e0a05f;--primary-dark: #97592a;--gold: #e0a53c;--maroon: #7c2335;--indigo: #101c33;--white: #ffffff;--light: #faf6ee;--light-gray: #f3ede1;--border: #e7ddc9;--text: #1c1a1f;--text-light: #5a5650;--text-muted: #948d80;--shadow: 0 2px 14px rgba(28,26,31,.06);--shadow-hover: 0 10px 34px rgba(97,59,20,.12);--shadow-lg: 0 24px 64px rgba(16,28,51,.1);--transition: all .4s cubic-bezier(.25, .46, .45, .94);--container: 1200px;--font-heading: "Fraunces", serif;--font-body: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;width:100%;overscroll-behavior-y:none;background:var(--white)}body{font-family:var(--font-body);background:var(--white);color:var(--text);line-height:1.7;overflow-x:hidden;width:100%}body.home-page{padding-top:0!important}body.home-page .hero-section{margin-top:0!important}a{text-decoration:none;color:inherit;transition:all .3s ease}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:var(--container);margin:0 auto;padding:0 2rem}.sis-btn{display:inline-flex;align-items:center;gap:8px;padding:.75rem 1.8rem;border-radius:50px;font-size:.85rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);font-family:var(--font-body)}.sis-btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--gold) 100%);color:var(--white);border-color:transparent}.sis-btn-primary:hover{filter:brightness(.92);color:var(--white);transform:translateY(-2px);box-shadow:0 10px 28px #c17a3f59}.sis-btn-outline{background:transparent;color:var(--text);border-color:var(--border)}.sis-btn-outline:hover{border-color:var(--primary);color:var(--primary-dark);transform:translateY(-2px)}.sis-btn-sm{padding:.5rem 1.5rem;font-size:.8rem}.play-icon{width:100px;object-fit:cover;border-radius:50px;display:block}.play-badge-img{width:300px;max-width:100%;object-fit:cover;border-radius:50px;display:block;margin:0 auto}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.5rem 0 .6rem;transition:var(--transition)}.navbar.scrolled{padding:.3rem 0 .4rem}.navbar-main{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem 1.5rem;background:#faf6eebf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(28,26,31,.06);border-radius:60px;box-shadow:var(--shadow);transition:var(--transition)}.navbar-main,.navbar.scrolled .navbar-main{background:#fffffff0;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--border);box-shadow:var(--shadow-lg)}.navbar-logo{display:flex;align-items:center;gap:.8rem;flex-shrink:0}.navbar-logo img{height:42px;width:42px;border-radius:50%;object-fit:cover;border:2px solid rgba(193,122,63,.25);transition:var(--transition)}.navbar-logo:hover img{border-color:var(--primary);transform:scale(1.05)}.navbar-logo span{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:var(--indigo);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.navbar-links{display:flex;align-items:center;gap:.3rem;margin:0;padding:0;flex:1;justify-content:center}.navbar-links>li{position:relative}.navbar-links>li>a{padding:.5rem 1rem;font-size:.85rem;font-weight:600;color:var(--text-light);border-radius:50px;transition:var(--transition);display:block;white-space:nowrap}.navbar-links>li>a:hover,.navbar-links>li>a.active{color:var(--primary-dark);background:#c17a3f14}.mobile-cta{display:none}.dropdown-menu{position:absolute;top:100%;left:0;min-width:200px;background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-hover);padding:.5rem;opacity:0;visibility:hidden;transform:translateY(8px);transition:var(--transition);z-index:100}.navbar-links>li:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{list-style:none}.dropdown-menu a{display:block;padding:.6rem 1rem;font-size:.82rem;color:var(--text-light);border-radius:10px;transition:var(--transition)}.dropdown-menu a:hover{background:#c17a3f14;color:var(--primary-dark)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;border-radius:50%;transition:var(--transition)}.hamburger span{display:block;width:22px;height:2px;background:var(--indigo);border-radius:2px;transition:var(--transition)}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar-cta{display:flex;gap:.8rem;align-items:center;flex-shrink:0}.nav-login{color:var(--indigo);font-size:.9rem;font-weight:600;letter-spacing:.5px;display:inline-flex;align-items:center;gap:8px;padding:.55rem 1.4rem;border:1px solid var(--border);border-radius:50px;transition:var(--transition);white-space:nowrap}.nav-login:hover{color:var(--primary-dark);border-color:#c17a3f59;background:#c17a3f0f;transform:translateY(-2px);box-shadow:0 4px 12px #c17a3f24}.nav-login i{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#c17a3f1f;border-radius:50%;color:var(--primary-dark);font-size:.75rem}.navbar-cta a[href*="play.google"]{display:inline-flex;align-items:center;padding:.4rem;border:1px solid var(--border);border-radius:50px;transition:var(--transition)}.navbar-cta a[href*="play.google"]:hover{border-color:#c17a3f59;background:#c17a3f0f;transform:translateY(-2px);box-shadow:0 4px 12px #c17a3f24}.nav-overlay{display:none}.vda-highlight{background:linear-gradient(135deg,#c17a3f14,#faf6eee6);padding:2rem 0}.vda-container{display:flex;justify-content:center}.vda-card{max-width:960px;width:100%;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.8rem 2rem;background:#fff;border:1px solid rgba(197,160,89,.25);border-radius:28px;box-shadow:0 18px 60px #1c1a1f14}.vda-card h2{font-family:var(--font-heading);font-size:clamp(2rem,2.4vw,2.4rem);margin:.6rem 0 .5rem;color:var(--indigo)}.vda-card p{margin:0;color:#5e5a52;max-width:620px;line-height:1.7}.vda-badge{display:inline-flex;align-items:center;padding:.35rem 1rem;border-radius:50px;background:#c17a3f1a;color:var(--primary-dark);font-size:.82rem;font-weight:700;letter-spacing:.04em}@media (max-width: 900px){.vda-card{flex-direction:column;align-items:flex-start;text-align:left}.vda-card button{width:100%;justify-content:center}}.hero-section{position:relative;width:100%;height:100vh;min-height:640px;overflow:hidden}.hero-slider,.hero-slide{width:100%;height:100%}.hero-slider{overflow:hidden}.hero-slider .swiper-wrapper{width:100%}.hero-slide{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-slide>.container{width:100%}.hero-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-slide-bg img{width:100%;height:100%;object-fit:cover}.hero-slide-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#101c3373,#101c33a6)}.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:720px;margin:0 auto;padding:0 2rem}.hero-subtitle{display:inline-block;font-family:var(--font-body);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:var(--gold);margin-bottom:1rem}.hero-content h1{font-family:var(--font-heading);font-size:clamp(2.2rem,4.4vw,3.8rem);font-weight:700;color:var(--white);line-height:1.2;margin-bottom:1.2rem;letter-spacing:.5px;text-shadow:0 2px 12px rgba(0,0,0,.5)}.hero-content h1 span{color:var(--gold);font-style:italic;font-weight:500}.hero-content>p{font-size:1rem;color:#f0f0f0;max-width:520px;margin:0 auto;line-height:1.7;margin-bottom:2.2rem;text-shadow:0 1px 6px rgba(0,0,0,.3)}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero-btns .sis-btn{box-shadow:0 4px 16px #00000040}.hero-btns .sis-btn-dark{background:#ffffff1a;border-color:#ffffff4d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-btns .sis-btn-dark:hover{background:var(--gold);border-color:var(--gold);color:var(--indigo)}.swiper-pagination-bullet{background:#fff6!important;opacity:1!important}.swiper-pagination-bullet-active{background:var(--gold)!important;width:24px!important;border-radius:4px!important}section{padding:3rem 0;background:var(--light);margin-bottom:2px}.section-title{margin-bottom:3rem}.section-subtitle{display:inline-flex;align-items:center;gap:.6rem;font-size:.75rem;text-transform:uppercase;letter-spacing:3px;color:var(--primary-dark);font-weight:700;margin-bottom:.7rem}.section-subtitle:before{content:"";display:inline-block;width:22px;height:2px;background:var(--gold)}.section-title h2{font-family:var(--font-heading);font-size:clamp(1.7rem,2.8vw,2.5rem);font-weight:600;color:var(--indigo);margin-bottom:.8rem;letter-spacing:-.3px}.section-title h2 span{color:var(--primary-dark);font-style:italic}.section-title p{color:var(--text-light);max-width:550px;font-size:.95rem;line-height:1.7}.text-center{text-align:center}.text-center p{margin:0 auto}.section-bg{background:var(--light)}.about-section{padding:3rem 0;background:var(--light);margin-bottom:2px}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center}.about-image{position:relative}.about-image img{width:100%;height:440px;object-fit:cover;border-radius:8px 60px;box-shadow:var(--shadow-lg)}.about-image-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;display:flex;align-items:center;gap:.9rem;background:var(--indigo);color:var(--white);padding:1.1rem 1.6rem;border-radius:20px;box-shadow:var(--shadow-hover)}.about-image-badge i{font-size:1.4rem;color:var(--gold)}.about-image-badge span{display:block;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--gold);line-height:1}.about-image-badge small{font-size:.7rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:1px}.about-content p{font-size:.98rem;color:var(--text-light);line-height:1.8}.about-features{display:grid;grid-template-columns:1fr;gap:.9rem}.about-feature{display:flex;align-items:flex-start;gap:1rem;text-align:left;padding:1rem 1.2rem;background:var(--light);border:1px solid var(--border);border-radius:14px;transition:var(--transition)}.about-feature:hover{border-color:#c17a3f59;box-shadow:var(--shadow-hover);transform:translate(4px)}.about-feature i{width:42px;height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#c17a3f1f;color:var(--primary-dark);border-radius:12px;font-size:1rem}.about-feature h4{font-family:var(--font-heading);font-size:.98rem;font-weight:600;margin-bottom:.15rem;color:var(--indigo)}.about-feature p{font-size:.83rem;color:var(--text-light);line-height:1.5}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}.stat-item{position:relative;background:var(--white);border:1px solid var(--border);border-radius:20px;padding:1.8rem 1.5rem;text-align:center;transition:var(--transition);overflow:hidden}.stat-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--gold));transform:scaleX(0);transform-origin:left;transition:var(--transition)}.stat-item:hover{border-color:#c17a3f59;box-shadow:var(--shadow-hover);transform:translateY(-4px)}.stat-item:hover:before{transform:scaleX(1)}.stat-icon{margin-bottom:.8rem;display:flex;justify-content:center}.stat-number{font-family:var(--font-heading);font-size:2.3rem;font-weight:700;color:var(--indigo)}.stat-label{font-size:.85rem;color:var(--text-light);margin-top:.3rem;font-weight:500}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:2rem 1.8rem;transition:var(--transition)}.feature-card:hover{border-color:#c17a3f59;box-shadow:var(--shadow-hover);transform:translateY(-4px)}.feature-card i{font-size:1.4rem;color:var(--primary-dark);margin-bottom:1.1rem;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c17a3f24,#e0a53c24);border-radius:16px}.feature-card h3{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;margin-bottom:.6rem;color:var(--indigo)}.feature-card p{font-size:.88rem;color:var(--text-light);line-height:1.65}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}.project-card{background:var(--white);border:1px solid var(--border);border-radius:24px;overflow:hidden;transition:var(--transition)}.project-card:hover{border-color:#c17a3f59;box-shadow:var(--shadow-hover);transform:translateY(-6px)}.project-card-img{position:relative;height:220px;overflow:hidden}.project-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.project-card:hover .project-card-img img{transform:scale(1.06)}.project-tag{position:absolute;top:1rem;left:1rem;padding:.3rem 1.1rem;border-radius:50px;font-size:.68rem;font-weight:700;letter-spacing:.3px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.tag-ready{background:#2ea05a2e;color:#1e7d47}.tag-open{background:#e0a53c38;color:#96650c}.tag-limited{background:#7c233529;color:var(--maroon)}.project-card-body{padding:1.3rem 1.5rem 1.6rem}.project-type{font-size:.7rem;text-transform:uppercase;letter-spacing:1.2px;color:var(--primary-dark);margin-bottom:.4rem;font-weight:700}.project-card-body h3{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;margin-bottom:.5rem;color:var(--indigo)}.project-card-body p{font-size:.85rem;color:var(--text-light);line-height:1.6;margin-bottom:1rem}.project-specs{display:flex;gap:1rem;font-size:.78rem;color:var(--text-muted);margin-bottom:1rem}.project-specs span{display:flex;align-items:center;gap:4px}.project-specs i{color:var(--primary-dark)}.project-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--light-gray)}.project-price{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:var(--indigo)}.about-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-image-2{border-radius:20px;overflow:hidden;position:relative;box-shadow:0 20px 60px #00000014}.about-image-2 img{width:100%;height:clamp(220px,38vw,400px);object-fit:cover;display:block}.about-content-2 p{color:#555;font-size:1rem;line-height:1.8;margin-bottom:1rem;overflow-wrap:break-word}.stats-grid-2{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.stat-item-2{text-align:center;padding:1.2rem;background:#f8f9fa;border:1px solid #e8eaed;border-radius:16px}.stat-item-2 .num{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:var(--primary)}.stat-item-2 .label{font-size:.78rem;color:#666;margin-top:.2rem}.val-card{background:#fff;border:1px solid #e8eaed;border-radius:20px;padding:2.5rem 2rem;text-align:center;box-shadow:0 2px 12px #0000000f}.val-card i{font-size:2rem;color:var(--primary);margin-bottom:1rem;width:60px;height:60px;background:#c5a0591a;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.val-card h3{font-family:var(--font-heading);font-size:1.15rem;margin-bottom:.8rem;color:#1a1a2e;overflow-wrap:break-word}.val-card p{color:#666;font-size:.9rem;overflow-wrap:break-word}.ldr-wrapper{display:flex;flex-direction:column;gap:2rem}.ldr-featured{background:linear-gradient(135deg,#fffef8,#fff);border:2px solid rgba(197,160,89,.3);border-radius:28px;overflow:hidden;box-shadow:0 8px 40px #c5a05926}.ldr-featured-inner{display:flex;align-items:center;gap:3rem;padding:2.5rem 3rem}.ldr-featured-img{width:260px;height:260px;border-radius:50%;overflow:hidden;border:5px solid rgba(197,160,89,.25);flex-shrink:0;box-shadow:0 8px 30px #c5a05926}.ldr-featured-img img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.ldr-featured-img.sanjay-patel img{object-position:center 25%}.ldr-featured-text h3{font-family:var(--font-heading);font-size:2rem;color:#1a1a2e;margin-bottom:.3rem}.ldr-featured-text p{color:#555;font-size:1rem;line-height:1.8;margin-bottom:1.2rem;max-width:500px;overflow-wrap:break-word}.ldr-badge{display:inline-block;padding:.35rem 1.2rem;background:#c5a0591f;border:1px solid rgba(197,160,89,.25);border-radius:50px;font-size:.75rem;color:#c5a059;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;margin-bottom:.6rem}.ldr-stats{display:flex;gap:2rem;padding-top:.8rem;border-top:1px solid #e8eaed}.ldr-stats div{text-align:center}.ldr-stats strong{display:block;font-family:var(--font-heading);font-size:1.5rem;color:#c5a059}.ldr-stats span{font-size:.72rem;color:#888;text-transform:uppercase;letter-spacing:1px}.ldr-side{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.dir-card{background:#fff;border:1px solid #e8eaed;border-radius:20px;text-align:center;padding-bottom:1.5rem;box-shadow:0 2px 12px #0000000f;transition:all .4s ease}.dir-card:hover{border-color:#c5a0594d;box-shadow:0 8px 30px #0000001a;transform:translateY(-3px)}.dir-card .avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:1.5rem auto 0;border:3px solid rgba(197,160,89,.2)}.dir-card .avatar img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.dir-card.lakshmi-kant .avatar img{object-position:center 0%}.dir-card.sunil-singh .avatar img{object-position:center 20%}.dir-card h3{font-size:1.05rem;color:#1a1a2e;margin-top:1rem;overflow-wrap:break-word;padding:0 .5rem}.dir-card .role{font-size:.65rem;color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.dir-card p{font-size:.82rem;color:#666;padding:0 1rem;overflow-wrap:break-word}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start}.contact-info-grid{display:flex;flex-direction:column;gap:1rem}.contact-info-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;background:var(--white);border:1px solid var(--border);border-radius:16px;transition:var(--transition)}.contact-info-card:hover{border-color:#c17a3f59;box-shadow:var(--shadow-hover)}.contact-info-card i{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#c17a3f1f;border-radius:12px;color:var(--primary-dark);font-size:1.1rem;flex-shrink:0}.contact-info-card h4{font-size:.9rem;font-weight:600;color:var(--indigo);margin-bottom:.15rem}.contact-info-card p{font-size:.85rem;color:var(--text-light);line-height:1.5;margin:0}.contact-process{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:2rem}.contact-process-item{display:flex;align-items:center;gap:.9rem;background:var(--white);border:1px solid var(--border);border-radius:16px;padding:.9rem 1.3rem;flex:1;min-width:220px;transition:var(--transition)}.contact-process-item:hover{border-color:#c17a3f59;box-shadow:var(--shadow-hover)}.contact-process-icon{width:42px;height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),var(--gold));border-radius:12px;color:var(--white);font-size:1rem}.contact-process-label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.contact-process-value{display:block;font-size:.9rem;font-weight:600;color:var(--indigo)}.form-wrapper{background:var(--white);border:1px solid var(--border);border-radius:24px;padding:2rem;box-shadow:var(--shadow)}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.4rem;color:var(--indigo)}.form-control{width:100%;padding:.7rem 1rem;border:1px solid var(--border);border-radius:12px;font-size:.88rem;font-family:var(--font-body);transition:var(--transition);outline:none;background:var(--light)}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px #c17a3f24;background:var(--white)}.form-group textarea.form-control{resize:vertical;min-height:100px}.process-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:3rem;align-items:center}.process-image img{width:100%;height:460px;object-fit:cover;border-radius:60px 8px;box-shadow:var(--shadow-lg)}.accordion-item{border-bottom:1px solid var(--border)}.accordion-item:first-child{border-top:1px solid var(--border)}.accordion-header button{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;padding:1.3rem .2rem;font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--indigo);text-align:left}.accordion-header button span{display:flex;align-items:center;gap:.9rem}.accordion-header button:not(.collapsed){color:var(--primary-dark)}.accordion-header button:not(.collapsed) i{transform:rotate(180deg)}.accordion-body{padding:0 .2rem 1.4rem;font-size:.9rem;color:var(--text-light);line-height:1.7}footer{background:var(--indigo);padding:4rem 0 0;margin-top:2px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand .logo{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.footer-brand .logo img{height:40px;border-radius:50%;border:2px solid rgba(224,165,60,.35)}.footer-brand .logo span{font-family:var(--font-heading);color:var(--gold);font-weight:700;font-size:1.05rem}.footer-brand p{color:#fff9;font-size:.9rem;max-width:350px}.footer-col h4{font-family:var(--font-heading);font-size:1rem;margin-bottom:1.5rem;color:var(--white);position:relative;padding-bottom:.8rem;font-weight:600}.footer-col h4:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--gold)}.footer-col ul li{margin-bottom:.7rem}.footer-col ul li a{color:#fff9;font-size:.88rem}.footer-col ul li a:hover{color:var(--gold);padding-left:5px}.footer-bottom{padding:1.5rem 0;text-align:center;color:#ffffff80;font-size:.85rem}.footer-bottom a{color:var(--gold)}.filter-bar{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-bottom:2rem}.filter-btn{padding:.5rem 1.3rem;border:1px solid var(--border);background:var(--white);border-radius:50px;font-size:.8rem;font-weight:600;color:var(--text-light);cursor:pointer;transition:var(--transition)}.filter-btn:hover,.filter-btn.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.page-hero{padding:8rem 0 3rem;background:linear-gradient(135deg,#1a1a2e,#2a2a4a);text-align:center;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:-50%;left:-20%;width:600px;max-width:100%;height:600px;background:radial-gradient(circle,rgba(197,160,89,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.page-hero h1{font-family:var(--font-heading);font-size:clamp(2rem,3.5vw,3rem);margin-bottom:.8rem;color:#fff!important}.page-hero h1 span{color:var(--primary)!important}.page-hero p{color:#ffffffbf!important;font-size:1.05rem;max-width:550px;margin:0 auto}.page-hero .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem 1.2rem;background:#c5a0591f;border:1px solid rgba(197,160,89,.25);border-radius:50px;font-size:.8rem;color:var(--primary)!important;margin-bottom:1rem}.projects-highlight{background:linear-gradient(135deg,#fff8f1,#faf3ea);padding:2rem 0}.projects-highlight-inner{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:minmax(320px,2fr) minmax(320px,1fr);align-items:center;gap:2rem;padding:2.5rem;min-height:300px;border:1px solid rgba(193,122,63,.18);border-radius:32px;box-shadow:0 28px 90px #1c1a1f1a}.projects-highlight-prominent{margin-top:2rem}.projects-highlight{cursor:pointer}.projects-highlight-logo{display:flex;align-items:center;gap:1.5rem}.projects-highlight-logo-mark{width:92px;height:92px;display:grid;place-items:center;border-radius:28px;background:linear-gradient(135deg,#c17a3f,#e0a53c);color:#fff;font-family:var(--font-heading);font-size:1.5rem;font-weight:900;letter-spacing:-.04em;text-transform:uppercase;box-shadow:0 18px 40px #c17a3f47}.projects-featured{cursor:pointer}.projects-featured-inner{display:grid;grid-template-columns:360px 1fr auto;gap:1rem;align-items:center;padding:2.2rem;background:linear-gradient(180deg,#fffefb,#fff7ee);border:1px solid rgba(193,122,63,.08);border-radius:18px;box-shadow:0 30px 70px #1c1a1f0f,inset 0 1px #fff9;transition:transform .18s ease,box-shadow .18s ease}.projects-featured-inner:hover{transform:translateY(-8px);box-shadow:0 40px 100px #1c1a1f24}.projects-featured-plot-img{width:320px;height:220px;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.04);position:relative;box-shadow:0 6px 24px #0000000f}.projects-featured-plot-img img{width:100%;height:100%;object-fit:cover;display:block}.projects-featured-plot-logo{position:absolute;top:10px;left:10px;width:56px;height:56px;border-radius:8px;overflow:hidden;border:2px solid rgba(255,255,255,.6);box-shadow:0 6px 16px #0000001f;background:#ffffff05;display:grid;place-items:center}.projects-featured-plot-logo img{width:80%;height:80%;object-fit:contain;display:block}.projects-featured-media{width:120px;height:120px;border-radius:12px;overflow:hidden;flex-shrink:0}.projects-featured-media img{width:100%;height:100%;object-fit:cover;display:block}.projects-featured-body{min-width:0}.projects-featured-list{list-style:none;display:flex;gap:.7rem;margin:.6rem 0 0;padding:0;color:#6b6356;font-size:.92rem;flex-wrap:wrap}.projects-featured-list li{display:inline-flex;align-items:center;gap:.5rem;background:#00000008;padding:.35rem .6rem;border-radius:10px}.projects-featured-list i{color:#c17a3f}.projects-featured-body h2{font-family:var(--font-heading);font-size:1.6rem;margin:.2rem 0;color:var(--indigo)}.projects-featured-body p{margin:0;color:#5e5a52;line-height:1.6}.projects-featured-cta{display:flex;align-items:center}@media (max-width: 900px){.projects-featured-inner{grid-template-columns:1fr;text-align:center}.projects-featured-logo{margin:0 auto}.projects-featured-cta{justify-content:center}}.projects-highlight h2{font-family:var(--font-heading);font-size:clamp(2rem,2.2vw,2.6rem);margin:.3rem 0 .75rem;color:var(--indigo)}.projects-highlight p{margin:0;color:#5e5a52;line-height:1.75;max-width:620px}.projects-highlight-cta{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.projects-highlight-status{display:flex;flex-direction:column;gap:.55rem;color:#5e5a52;font-size:.95rem}.projects-highlight-status span{display:inline-flex;align-items:center;gap:.65rem}.projects-highlight-status i{color:#c17a3f}.projects-highlight .vda-badge{display:inline-flex;align-items:center;padding:.35rem 1rem;border-radius:50px;background:#c17a3f29;color:var(--primary-dark);font-size:.82rem;font-weight:700;letter-spacing:.04em}@media (max-width: 900px){.projects-highlight-inner{grid-template-columns:1fr;text-align:center}.projects-highlight-inner button{justify-self:center;width:100%}.projects-highlight-logo{justify-content:center}.projects-highlight-cta{align-items:center}}.grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.p-card{background:#fff;border:1px solid #e8eaed;border-radius:20px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:all .4s ease}.p-card-clickable{cursor:pointer}.p-card-clickable:focus-visible{outline:3px solid #c5a059;outline-offset:4px}.p-card:hover{border-color:#c5a0594d;box-shadow:0 8px 30px #0000001a;transform:translateY(-4px)}.p-card-img{position:relative;height:220px;overflow:hidden}.p-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.p-card-img video{width:100%;height:100%;object-fit:cover}.p-card:hover .p-card-img img,.p-card:hover .p-card-img video{transform:scale(1.05)}.p-card-img .tag{position:absolute;top:1rem;left:1rem;padding:.25rem 1rem;border-radius:50px;font-size:.7rem;font-weight:600}.p-card-body{padding:1.2rem 1.5rem 1.5rem}.p-card-body .type{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;color:#c5a059;margin-bottom:.3rem}.p-card-body h3{font-family:var(--font-heading);font-size:1.1rem;color:#1a1a2e;margin-bottom:.5rem}.p-card-body p{font-size:.85rem;color:#666;line-height:1.6;margin-bottom:1rem}.p-card-body .specs{display:flex;gap:1rem;font-size:.78rem;color:#888;margin-bottom:1rem}.p-card-body .specs span{display:flex;align-items:center;gap:4px}.p-card-body .specs i{color:#c5a059}.p-card-body .footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f0f2f5}.p-card-body .footer .price{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:#1a1a2e}body.modal-open{overflow:hidden}.project-modal-backdrop{position:fixed;z-index:3000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#08101eb8;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);animation:modal-fade-in .22s ease-out}.project-modal{position:relative;display:grid;grid-template-columns:minmax(330px,.95fr) minmax(420px,1.05fr);width:min(1060px,100%);max-height:min(760px,calc(100vh - 48px));overflow:auto;background:#fff;border:1px solid rgba(255,255,255,.35);border-radius:28px;box-shadow:0 28px 90px #00000061;animation:modal-slide-up .28s ease-out}.project-modal-close{position:absolute;z-index:3;top:16px;right:16px;width:40px;height:40px;border:0;border-radius:50%;color:#fff;background:#0d182ab3;cursor:pointer;font-size:1.05rem;transition:.2s}.project-modal-close:hover{background:#c5a059;transform:rotate(90deg)}.project-modal-gallery{position:relative;min-height:535px;background:#1b2636;overflow:hidden}.project-modal-gallery>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.project-modal-gallery:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#050c15bf);pointer-events:none}.project-modal-gallery-logo{position:absolute;top:18px;left:18px;width:64px;height:64px;border-radius:10px;overflow:hidden;border:2px solid rgba(255,255,255,.7);box-shadow:0 8px 20px #00000059;display:grid;place-items:center;background:#ffffff05;z-index:4}.project-modal-gallery-logo img{width:78%;height:78%;object-fit:contain;display:block}.project-modal-badge{position:absolute;z-index:1;top:24px;left:24px;padding:8px 12px;color:#fff;background:#101f2eb8;border:1px solid rgba(255,255,255,.26);border-radius:50px;font-size:.72rem;letter-spacing:.04em}.project-modal-badge i,.project-highlights i{color:#e2bb6d}.gallery-arrow{position:absolute;z-index:2;top:50%;display:grid;place-items:center;width:38px;height:38px;color:#fff;background:#0a14229e;border:1px solid rgba(255,255,255,.4);border-radius:50%;cursor:pointer;transform:translateY(-50%)}.gallery-arrow:hover{background:#c5a059}.gallery-prev{left:16px}.gallery-next{right:16px}.gallery-count{position:absolute;z-index:1;bottom:22px;left:25px;color:#fff;font-size:.76rem;letter-spacing:.12em}.project-modal-content{padding:48px 42px 36px}.project-modal-type{color:#b7893d;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em}.project-modal-content h2{margin:8px 0 14px;color:#152339;font-family:var(--font-heading);font-size:clamp(1.65rem,3vw,2.3rem);line-height:1.15}.project-modal-intro{color:#627080;font-size:.94rem;line-height:1.7}.project-modal-thumbnails{display:flex;gap:9px;margin:22px 0 25px}.project-modal-thumbnails button{width:57px;height:44px;padding:0;overflow:hidden;background:none;border:2px solid transparent;border-radius:8px;cursor:pointer;opacity:.68}.project-modal-thumbnails button.active{border-color:#c5a059;opacity:1}.project-modal-thumbnails img{width:100%;height:100%;object-fit:cover}.project-detail-grid{display:grid;grid-template-columns:1fr;border-top:1px solid #e9edf0}.project-detail-grid>div{display:grid;grid-template-columns:25px 100px 1fr;align-items:center;gap:7px;padding:13px 0;border-bottom:1px solid #e9edf0;font-size:.78rem}.project-detail-grid i{color:#c5a059}.project-detail-grid span{color:#7b8793}.project-detail-grid strong{color:#26384c;text-align:right;font-size:.82rem}.project-modal-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:25px}.project-highlights span{color:#20334a;font-size:.77rem;font-weight:700}.project-highlights p{margin:5px 0 0;color:#6e7c88;font-size:.7rem;line-height:1.8}.project-modal-bottom .sis-btn{white-space:nowrap}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}@media (max-width:760px){.project-modal-backdrop{padding:12px;align-items:end}.project-modal{grid-template-columns:1fr;max-height:calc(100vh - 24px);border-radius:22px}.project-modal-gallery{min-height:280px}.project-modal-content{padding:30px 24px}.project-modal-bottom{align-items:flex-start;flex-direction:column}.project-modal-bottom .sis-btn{width:100%;justify-content:center}.project-modal-thumbnails button{width:48px;height:40px}}.map-sec{background:#f8f9fa;padding:1.5rem 0}.map-section{border-radius:20px;overflow:hidden;border:1px solid #e8eaed;box-shadow:0 4px 20px #00000014}.map-section iframe{width:100%;height:380px;display:block;border:none}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}@media (max-width: 1024px){section{padding:3.5rem 0}.hero-content{padding:0 1.5rem}.hero-content h1{font-size:2rem}.hero-content>p{font-size:.9rem}.hero-btns .sis-btn{padding:.6rem 1.4rem;font-size:.8rem}.navbar-links{gap:0}.navbar-links>li>a{font-size:.78rem;padding:.4rem .7rem}.about-grid{gap:2rem}.process-grid{grid-template-columns:1fr}.process-image img{height:320px}.footer-grid{gap:2rem}}@media (max-width: 991px){.navbar-cta{display:none}.mobile-cta{display:flex;flex-direction:column;gap:1rem;width:80%;align-items:center;margin:1.5rem auto 0}.mobile-cta .sis-btn{width:100%;justify-content:center}.hamburger{display:flex;background:#ffffffe6;border:1px solid var(--border);box-shadow:0 2px 8px #0000000f}.navbar-main{border-radius:50px;padding:.5rem 1rem;background:#fffffff2;border:1px solid var(--border);box-shadow:0 4px 20px #0000000f;position:relative;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.navbar.scrolled .navbar-main{background:#fffffff2;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.navbar-links{position:fixed!important;top:0!important;left:-300px!important;right:auto!important;height:100vh!important;width:280px!important;max-width:80vw!important;background:#fff!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;padding:90px 24px 24px!important;gap:18px!important;box-shadow:4px 0 24px #0000002e!important;transition:left .35s ease!important;z-index:999!important;margin:0!important;display:flex!important;opacity:1!important;visibility:visible!important;transform:none!important;overflow-y:auto!important}.navbar-links.active{left:0!important}.navbar-links>li{width:100%!important}.navbar-links>li>a{font-size:.9rem;padding:.6rem 1rem;border-radius:12px}.navbar-links .dropdown-menu{position:static!important;opacity:1!important;visibility:visible!important;transform:none!important;box-shadow:none!important;border:none!important;padding:0 0 0 14px!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;margin-top:6px!important}.dropdown-menu a{font-size:.82rem;padding:.4rem .8rem}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:998;display:none}.nav-overlay.active{display:block}body.menu-open{overflow:hidden}.hero-slide [data-swiper-parallax]{transform:none!important}.features-grid{grid-template-columns:1fr 1fr}.values-grid{grid-template-columns:1fr;gap:1.2rem}.grid{grid-template-columns:1fr 1fr}.navbar-logo span{font-size:.85rem}body{padding-bottom:0}.contact-grid{grid-template-columns:1fr}.contact-page-grid{grid-template-columns:1fr!important;gap:2rem}.about-grid-2{grid-template-columns:1fr;text-align:center;gap:1.5rem}.about-content-2{text-align:center}.ldr-featured-inner{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:2rem}.ldr-featured-img{width:180px;height:180px}.ldr-featured-text p{max-width:none}.ldr-stats{justify-content:center}.ldr-side{grid-template-columns:repeat(2,1fr);gap:1.2rem}.dir-card p{font-size:.85rem;padding:0 .8rem}.page-hero{padding:5rem 0 1rem!important}}@media (max-width: 768px){section{padding:2.5rem 0}.hero-content h1{font-size:1.6rem}.hero-content>p{font-size:.88rem}.hero-btns{flex-direction:column}.hero-btns .sis-btn{width:100%;justify-content:center}.about-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.about-image img{height:260px}.about-image-badge{position:static;margin-top:1rem;justify-content:center}.about-content p{text-align:center}.about-feature{text-align:left}.features-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr;gap:1rem}.grid{grid-template-columns:1fr}.form-wrapper{padding:1.5rem}.page-hero{padding:6rem 0 2rem}.page-hero h1{font-size:1.6rem}.page-hero p{font-size:.9rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem;text-align:center}.footer-brand{grid-column:1 / -1}.footer-brand .logo{justify-content:center}.footer-col:last-child{grid-column:1 / -1}.footer-col h4{margin-bottom:.8rem}.footer-col h4:after{left:50%;transform:translate(-50%)}.footer-col ul li{text-align:center}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.stat-number{font-size:1.6rem}.stat-item{padding:1.2rem;text-align:center}.section-title h2{font-size:1.35rem}.project-card-img{height:190px}.process-image img{height:220px}.contact-process{flex-direction:column}.stats-grid-2{grid-template-columns:1fr;max-width:280px;margin-left:auto;margin-right:auto}.contact-page-grid{grid-template-columns:1fr!important}.contact-info-grid{max-width:400px;margin:0 auto}.about-section{padding:2.5rem 0}.ldr-side{grid-template-columns:repeat(2,1fr);gap:1rem}.dir-card{padding-bottom:1rem}.dir-card .avatar{width:100px;height:100px;margin-top:1.2rem}.dir-card h3{font-size:.95rem}.dir-card p{font-size:.8rem;padding:0 .7rem;line-height:1.5}.ldr-featured-text h3{font-size:1.5rem}.val-card{padding:2rem 1.2rem}}@media (max-width: 480px){.container{padding:0 1rem}section{padding:2rem 0}.section-title{margin-bottom:1.5rem}.hero-content h1{font-size:1.4rem}.hero-content>p{font-size:.8rem}.hero-btns .sis-btn{width:100%;justify-content:center}.stats-grid{grid-template-columns:1fr 1fr;gap:.6rem}.stat-item{padding:1rem}.stat-number{font-size:1.8rem}.sis-btn{padding:.6rem 1.2rem;font-size:.75rem}.section-title h2{font-size:1.3rem}.page-hero{padding:5rem 0 1.5rem}.page-hero h1{font-size:1.3rem}.footer-grid{gap:1.2rem}.project-card-img{height:170px}.navbar-links{width:100%;max-width:none;padding:1.5rem}.navbar-links>li>a{font-size:.95rem;padding:.6rem 1rem}.navbar-logo span{display:none}.navbar-logo img{height:36px;width:36px}.ldr-side{grid-template-columns:1fr;gap:1rem;max-width:320px;margin:0 auto}.dir-card .avatar{width:110px;height:110px}.dir-card p{font-size:.85rem;padding:0 1.2rem}.ldr-featured-img{width:150px;height:150px}.ldr-featured-text h3{font-size:1.35rem}.ldr-featured-text p{font-size:.9rem}.ldr-stats{flex-wrap:wrap;gap:1rem}.val-card p{font-size:.85rem}}.floating-social{position:fixed;right:1.1rem;top:50%;transform:translateY(-50%);z-index:900;display:flex;flex-direction:column;gap:.7rem}.floating-social-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--fs-bg, var(--primary));color:#fff;font-size:1.1rem;box-shadow:0 6px 18px #101c332e;transition:var(--transition)}.floating-social-btn:hover{transform:scale(1.1);filter:brightness(1.08)}@media (max-width: 767px){.floating-social{right:.6rem;gap:.5rem}.floating-social-btn{width:38px;height:38px;font-size:.95rem}}.bottom-nav{display:none}@media (max-width: 991px){.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding:.4rem 0;justify-content:space-around;align-items:center;z-index:9999;box-shadow:0 -4px 20px #0000000f}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:.6rem;color:var(--text-muted);padding:.3rem .6rem;border-radius:12px;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.bottom-nav a i{font-size:1.2rem;transition:var(--transition)}.bottom-nav a:hover,.bottom-nav a.active{color:var(--primary-dark)}.bottom-nav a:hover i,.bottom-nav a.active i{transform:translateY(-2px)}body{padding-bottom:60px}}@media (max-width: 480px){.bottom-nav a{font-size:.55rem}.bottom-nav a i{font-size:1.1rem}body{padding-bottom:55px}}.install-banner{position:fixed;bottom:0;left:0;right:0;background:#fffffff7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);padding:1rem 1.2rem;display:flex;align-items:center;gap:1rem;z-index:99999;transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 -8px 30px #0000001a}.install-banner.show{transform:translateY(0)}.install-banner.show .ib-install{animation:pulse-glow 2s ease-in-out 3}@keyframes pulse-glow{0%,to{box-shadow:0 0 #e0a53c66}50%{box-shadow:0 0 0 8px #e0a53c00}}.install-banner .ib-icon{width:48px;height:48px;border-radius:12px;object-fit:cover;flex-shrink:0;border:1px solid var(--border)}.install-banner .ib-text{flex:1}.install-banner .ib-text strong{display:block;font-size:.9rem;color:var(--indigo)}.install-banner .ib-text span{font-size:.75rem;color:var(--text-muted)}.install-banner .ib-close{background:none;border:none;font-size:1.2rem;color:var(--text-muted);cursor:pointer;padding:.3rem;line-height:1;transition:var(--transition)}.install-banner .ib-close:hover{color:var(--indigo)}.install-banner .ib-install{padding:.5rem 1.2rem;background:linear-gradient(135deg,var(--primary),var(--gold));color:#fff;border:none;border-radius:50px;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:var(--transition)}.install-banner .ib-install:hover{filter:brightness(.94);transform:translateY(-1px)}
