@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html,body,#__next{width:100%;min-height:100%;margin:0;padding:0;overflow-x:hidden}body{width:100%;min-height:100vh}.architectural-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100vw;min-height:100vh;margin:0;padding:0 20px;display:flex;position:relative;top:1%}.hero-overlay{background:#0000008c;position:absolute;inset:0}.slide-number{z-index:2;color:#fff;font-size:32px;font-weight:700;position:absolute;top:40px;right:60px}.architectural-content{z-index:2;text-align:center;color:#fff;width:80%;max-width:900px;position:relative}.architectural-content h1{margin-bottom:20px;font-family:roboto;font-size:60px;line-height:1.2}.architectural-content p{margin-bottom:30px;font-family:roboto;font-size:22px}.hero-buttons{justify-content:center;gap:20px;display:flex}.hero-buttons button{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:8px;padding:15px 28px;font-size:17px;transition:all .3s}.hero-buttons button:hover{transform:translateY(-3px)}.progress-line{background:#fff3;width:100%;height:5px;position:absolute;bottom:0;left:0}.progress-fill{background:#4169e1;height:100%;transition:width .5s}.popup-overlay{z-index:100;z-index:9999;inset:0;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup-form{background:#fff;border-radius:15px;width:420px;margin-top:160px;margin-left:600px;padding:25px;animation:.35s popup;position:relative;box-shadow:0 15px 40px #0000004d}@keyframes popup{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.popup-close{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:50%;width:35px;height:35px;font-size:22px;position:absolute;top:10px;right:10px}.popup-form input,.popup-form select,.popup-form textarea{border:1px solid #ddd;border-radius:8px;outline:none;width:100%;margin-bottom:14px;padding:12px}.popup-form textarea{resize:none}.popup-form button[type=submit]{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;padding:13px}@media (max-width:1200px){.popup-form{width:380px}}@media (max-width:992px){.popup-form{width:85%;max-width:500px}}@media (max-width:600px){.popup-form{width:95%;padding:20px}.popup-form h2{font-size:22px}.popup-form input,.popup-form select,.popup-form textarea{padding:10px}.popup-form button[type=submit]{padding:12px}}.progress-line{background:#ffffff40;width:100%;height:5px;position:absolute;bottom:0}.progress-fill{background:#4169e1;height:100%}.architectural-hero{position:relative}.floating-contact{z-index:9999;position:fixed;bottom:100px;right:20px}.floating-contact-btn{color:#fff;background:#0b6efd;border-radius:50px;justify-content:center;align-items:center;width:150px;height:52px;font-size:17px;font-weight:600;text-decoration:none;transition:all .35s;display:flex;box-shadow:0 8px 25px #00000040}.floating-contact-btn:hover{background:#084298;transform:translateY(-4px);box-shadow:0 12px 30px #00000059}@media (max-width:480px){.floating-contact{bottom:25px;right:15px}.floating-contact-btn{padding:10px 18px;font-size:13px}}@media (min-width:1200px){.floating-contact-btn{padding:14px 26px;font-size:16px}}@media (max-width:1199px){.floating-contact{bottom:30px;right:18px}.floating-contact-btn{padding:13px 22px;font-size:15px}}@media (max-width:768px){.floating-contact{bottom:25px;right:15px}.floating-contact-btn{padding:12px 20px;font-size:14px}}@media (max-width:480px){.floating-contact{bottom:20px;right:12px}.floating-contact-btn{padding:10px 18px;font-size:13px}}@media (max-width:600px){.architectural-hero{height:80vh;padding:20px}.slide-number{font-size:20px;top:20px;right:20px}.architectural-content{width:95%}.architectural-content h1{margin-bottom:15px;font-size:32px}.architectural-content p{margin-bottom:20px;font-size:15px;line-height:1.5}.hero-buttons{flex-direction:column;align-items:center;gap:12px}.hero-buttons button{width:100%;max-width:280px;padding:12px 20px;font-size:15px}}@media (min-width:601px) and (max-width:992px){.architectural-hero{height:90vh;padding:30px}.slide-number{font-size:26px;top:30px;right:30px}.architectural-content{width:90%}.architectural-content h1{font-size:46px}.architectural-content p{font-size:18px}.hero-buttons{flex-wrap:wrap;gap:15px}.hero-buttons button{padding:14px 24px;font-size:16px}}@media (min-width:993px) and (max-width:1440px){.architectural-content h1{font-size:56px}.architectural-content p{font-size:20px}.hero-buttons button{padding:15px 26px}}@media (min-width:1441px){.architectural-content h1{font-size:72px}.architectural-content p{font-size:24px}.hero-buttons button{padding:18px 30px;font-size:18px}}
*{box-sizing:border-box;margin:0;padding:0}.glazing-section{background:linear-gradient(135deg,#f8fafc,#eef4ff);width:100%;padding:80px 40px;overflow:hidden}.main-title{text-align:center;color:#111827;margin-bottom:10px;font-family:Roboto;font-size:30px;font-weight:700;animation:1s fadeDown}.sub-title{text-align:center;color:#2563eb;margin-bottom:60px;font-family:Roboto;font-size:20px;animation:1.2s fadeDown}.glazing-row{justify-content:center;align-items:center;gap:40px;margin-bottom:70px;font-family:Roboto;display:flex}.glazing-row:first-of-type{flex-direction:row-reverse}.content-box{background:#fff;border-radius:20px;width:500px;padding:35px;transition:all .4s;animation:1s slideLeft;box-shadow:0 8px 25px #0000001f}.content-box:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 18px 40px #2563eb40}.content-box h3{color:#111827;margin-bottom:18px;font-family:Roboto;font-size:20px}.content-box p{color:#4b5563;font-family:Roboto;font-size:16px;line-height:1.8}.left-img,.right-img{transition:all .4s;animation:1s slideRight}.left-img:hover,.right-img:hover{transform:scale(1.06)rotate(1deg)}.glazing-image{border-radius:20px;width:100%;max-width:380px;height:auto;transition:all .4s;box-shadow:0 8px 20px #00000026}.glazing-image:hover{box-shadow:0 20px 40px #00000040}@keyframes fadeDown{0%{opacity:0;transform:translateY(-35px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(-70px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(70px)}to{opacity:1;transform:translate(0)}}@media (min-width:1440px){.glazing-section{padding:100px 80px}.main-title{font-size:52px}.sub-title{font-size:38px}.content-box{width:600px;padding:45px}.glazing-image{max-width:450px}}@media (max-width:1439px) and (min-width:1024px){.glazing-section{padding:80px 40px}.content-box{width:450px}.glazing-image{max-width:350px}}@media (max-width:1023px) and (min-width:768px){.glazing-row{flex-wrap:wrap;gap:25px}.content-box{width:100%;max-width:650px}.main-title{font-size:34px}.sub-title{font-size:26px}.content-box h3{font-size:24px}.content-box p{font-size:15px}.glazing-image{max-width:320px}}@media (max-width:767px) and (min-width:480px){.glazing-section{padding:50px 20px}.glazing-row,.glazing-row:first-of-type{flex-direction:column}.content-box{width:100%;padding:22px}.main-title{font-size:28px}.sub-title{font-size:22px}.content-box h3{font-size:20px}.content-box p{font-size:14px}.glazing-image{max-width:100%}}@media (max-width:479px){.glazing-section{padding:35px 15px}.glazing-row,.glazing-row:first-of-type{flex-direction:column;gap:20px}.main-title{font-size:22px}.sub-title{font-size:18px}.content-box{border-radius:12px;width:100%;padding:16px}.content-box h3{font-size:18px}.content-box p{font-size:13px;line-height:1.6}.glazing-image{border-radius:12px;max-width:100%}}
*{box-sizing:border-box;margin:0;padding:0}.insect-wrapper{background:#f8fafc;width:100%;padding:80px 5%}.insect-row{justify-content:space-between;align-items:center;gap:50px;margin-bottom:80px;display:flex}.content-box{background:#fff;border-radius:20px;flex:1;padding:35px;transition:all .4s;box-shadow:0 8px 25px #0000001f}.content-box:hover{transform:translateY(-8px)}.content-box h1{margin-bottom:20px;font-family:Roboto;font-size:20px}.content-box h2{margin-bottom:18px;font-family:Roboto;font-size:20px}.content-box h3{margin-bottom:20px;font-family:Roboto;font-size:20px}.content-box ul{padding-left:20px}.content-box li{margin-bottom:14px;font-size:18px;line-height:1.6}.image-box{flex:1;justify-content:center;display:flex}.section-image{border-radius:20px;width:100%;max-width:450px;height:auto;transition:all .5s}.section-image:hover{transform:scale(1.05)}@media (max-width:767px){.insect-row{flex-direction:column;gap:25px}.insect-wrapper{padding:50px 20px}.content-box{width:100%;padding:20px}.content-box h1{font-size:24px}.content-box h2,.content-box h3{font-size:18px}.content-box li{font-size:14px}}@media (min-width:768px) and (max-width:1023px){.insect-row{gap:30px}.content-box h1{font-size:28px}.content-box li{font-size:16px}}@media (min-width:1024px) and (max-width:1439px){.content-box h1{font-size:30px}}@media (min-width:1440px){.content-box h1{font-size:36px}.content-box li{font-size:20px}}
*{box-sizing:border-box;margin:0;padding:0}.main-wrapper{width:100%;padding:60px 5%}.slide-link{color:inherit;text-decoration:none}.tab-section{flex-wrap:wrap;justify-content:center;align-items:center;gap:60px;display:flex}.tab-section h1{cursor:pointer;font-family:Roboto,sans-serif;font-size:52px;transition:all .3s;position:relative}.tab-section h1:hover{color:#4169e1}.active-tab:after{content:"";background:#4169e1;width:100%;height:3px;position:absolute;bottom:-8px;left:0}.tab-description{text-align:center;color:#555;max-width:850px;margin:35px auto 50px;font-family:Roboto,sans-serif;font-size:20px;line-height:1.8}.slider-wrapper{justify-content:center;align-items:center;width:100%;padding:0 70px;display:flex;position:relative}.slider-container{justify-content:center;gap:25px;width:100%;display:flex}.slide-card{text-align:center;cursor:pointer;border:2px solid #0000;border-radius:12px;width:260px;padding:18px;transition:all .35s}.slide-card:hover{border-color:#4169e1;transform:translateY(-8px)}.slide-card img{object-fit:contain;width:100%;height:auto}.slide-card h3{color:#4169e1;margin-top:18px;font-family:Roboto,sans-serif;font-size:22px}.arrow{cursor:pointer;z-index:100;background:#fff;border:none;border-radius:50%;width:48px;height:48px;font-size:18px;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 5px 20px #0000001f}.arrow:hover{color:#fff;background:#4169e1}.left-arrow{left:0}.right-arrow{right:0}@media (min-width:1600px){.main-wrapper{padding:80px 8%}.tab-section h1{font-size:60px}.tab-description{max-width:950px;font-size:22px}.slide-card{width:290px}.slide-card h3{font-size:24px}}@media (max-width:1400px){.main-wrapper{padding:60px 4%}.slide-card{width:230px}.slider-container{gap:20px}}@media (max-width:1200px){.tab-section h1{font-size:42px}.tab-description{font-size:18px}.slider-wrapper{padding:0 55px}.slide-card{width:200px;padding:15px}.slide-card h3{font-size:19px}}@media (max-width:992px){.main-wrapper{padding:50px 20px}.tab-section{gap:35px}.tab-section h1{font-size:34px}.tab-description{margin-bottom:35px;font-size:17px}.slider-wrapper{padding:0 45px}.slider-container{gap:15px}.slide-card{width:170px}.slide-card h3{font-size:17px}.arrow{width:40px;height:40px;font-size:15px}}@media (max-width:768px){.main-wrapper{padding:40px 15px}.tab-section{gap:20px}.tab-section h1{font-size:28px}.tab-description{margin:25px auto;font-size:15px;line-height:1.6}.slider-wrapper{padding:0 35px}.slider-container{gap:10px}.slide-card{width:140px;padding:10px}.slide-card h3{margin-top:12px;font-size:15px}.arrow{width:34px;height:34px;font-size:13px}}@media (max-width:480px){.main-wrapper{padding:30px 10px}.tab-section{flex-direction:column;gap:15px}.tab-section h1{font-size:22px}.tab-description{font-size:14px}.slider-wrapper{padding:0 25px}.slider-container{flex-wrap:wrap;justify-content:center;gap:15px}.slide-card{width:130px}.slide-card h3{font-size:14px}.arrow{width:30px;height:30px;font-size:12px}}
*{box-sizing:border-box;margin:0;padding:0}.doors-wrapper{background:#f5f7fb;width:100%;padding:50px 30px}.doors-heading{text-align:center;color:#1f3b64;margin-bottom:40px;font-size:52px;font-weight:700;text-decoration:none;display:block}.slider-wrapper{width:100%;padding:0 60px;position:relative}.slider-container{justify-content:center;gap:20px;display:flex}.slide-link{color:inherit;text-decoration:none}.slide-card{text-align:center;cursor:pointer;width:240px;transition:all .3s}.slide-card:hover{transform:translateY(-8px)}.slide-card img{object-fit:contain;width:100%;height:220px}.slide-card h3{color:#2f4f78;margin-top:15px;font-size:22px}.arrow{cursor:pointer;background:#fff;border:none;border-radius:50%;width:45px;height:45px;font-size:20px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #00000026}.left-arrow{left:0}.right-arrow{right:0}@media (max-width:992px){.doors-heading{font-size:38px}.slide-card{width:180px}.slide-card img{height:160px}.slide-card h3{font-size:18px}}@media (max-width:768px){.doors-wrapper{padding:30px 15px}.doors-heading{font-size:28px}.slider-container{flex-wrap:wrap;gap:10px}.slide-card{width:140px}.slide-card img{height:120px}.slide-card h3{font-size:16px}.arrow{width:35px;height:35px;font-size:14px}}
*{box-sizing:border-box;margin:0;padding:0}.partition-section{background:#f8f8f8;width:100%;padding:60px 40px}.partition-heading{text-align:center;color:#0f172a;margin-bottom:40px;font-size:38px;font-weight:700;text-decoration:none;display:block}.partition-heading:hover{color:#2563eb}.slider-wrapper{justify-content:center;align-items:center;gap:20px;display:flex}.slider-container{gap:20px;display:flex}.partition-card{background:#fff;border-radius:16px;width:320px;height:250px;text-decoration:none;transition:all .3s;overflow:hidden}.partition-card:hover{transform:translateY(-8px)}.partition-card img{object-fit:cover;width:100%;height:200px}.partition-card p{text-align:center;color:#111827;padding:12px;font-size:18px;font-weight:600}.arrow-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:50%;width:50px;height:50px;font-size:22px}.arrow-btn:hover{background:#1d4ed8}@media (max-width:600px){.partition-section{padding:30px 15px}.partition-heading{margin-bottom:25px;font-size:26px}.slider-wrapper{flex-direction:column;gap:10px}.slider-container{flex-direction:column;align-items:center;gap:15px}.partition-card{width:100%;max-width:300px;height:auto}.partition-card img{height:180px}.partition-card p{font-size:15px}.arrow-btn{width:40px;height:40px;font-size:18px}}@media (min-width:601px) and (max-width:992px){.partition-section{padding:40px 25px}.partition-heading{font-size:32px}.slider-container{flex-wrap:wrap;justify-content:center;gap:15px}.partition-card{width:280px;height:auto}.partition-card img{height:190px}.partition-card p{font-size:16px}.arrow-btn{width:45px;height:45px}}@media (min-width:993px) and (max-width:1400px){.partition-section{padding:50px 30px}.partition-heading{font-size:36px}.slider-container{gap:18px}.partition-card{width:290px}.partition-card img{height:190px}.partition-card p{font-size:17px}}@media (min-width:1401px){.partition-section{padding:70px 60px}.partition-heading{font-size:42px}.partition-card{width:340px}.partition-card img{height:210px}.partition-card p{font-size:19px}.arrow-btn{width:55px;height:55px;font-size:24px}}
*{box-sizing:border-box;margin:0;padding:0}.railings-section{background:#f8f8f8;width:100%;padding:50px 40px}.railings-heading{text-align:center;color:#000;margin-bottom:30px;font-size:36px;font-weight:700;text-decoration:none;display:block}.railings-slider-wrapper{justify-content:center;align-items:center;gap:20px;display:flex}.railings-slider-container{gap:25px;display:flex;overflow:hidden}.railings-card{background:#fff;border-radius:15px;width:320px;text-decoration:none;transition:all .4s;overflow:hidden;box-shadow:0 4px 15px #00000026}.railings-card:hover{transform:translateY(-8px)}.railings-card img{object-fit:cover;width:100%;height:250px}.railings-card p{text-align:center;color:#000;padding:15px;font-size:20px;font-weight:600}.railings-arrow-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;width:45px;height:45px;font-size:18px}.railings-arrow-btn:hover{transform:scale(1.1)}@media (max-width:992px){.railings-card{width:260px}.railings-card img{height:200px}}@media (max-width:768px){.railings-slider-wrapper{flex-direction:column}.railings-slider-container{flex-direction:column;align-items:center}.railings-card{width:90%}.railings-heading{font-size:28px}}
*{box-sizing:border-box;margin:0;padding:0}.showerqubicles-section{background:#f8f8f8;width:100%;padding:50px 40px}.showerqubicles-heading{text-align:center;color:#000;margin-bottom:30px;font-size:36px;font-weight:700;text-decoration:none;display:block}.showerqubicles-slider-wrapper{justify-content:center;align-items:center;gap:20px;display:flex}.showerqubicles-slider-container{gap:25px;display:flex;overflow:hidden}.showerqubicles-card{background:#fff;border-radius:16px;width:320px;text-decoration:none;transition:all .4s;overflow:hidden;box-shadow:0 4px 15px #00000026}.showerqubicles-card:hover{transform:translateY(-8px)}.showerqubicles-card img{object-fit:cover;width:100%;height:250px}.showerqubicles-card p{text-align:center;color:#000;padding:15px;font-size:20px;font-weight:600}.showerqubicles-arrow-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;width:45px;height:45px;font-size:18px}.showerqubicles-arrow-btn:hover{transform:scale(1.1)}@media (max-width:992px){.showerqubicles-card{width:260px}.showerqubicles-card img{height:200px}}@media (max-width:768px){.showerqubicles-slider-wrapper{flex-direction:column}.showerqubicles-slider-container{flex-direction:column;align-items:center}.showerqubicles-card{width:90%}.showerqubicles-heading{font-size:28px}}
*{box-sizing:border-box;margin:0;padding:0}.step-process{background:#f5f5f5;width:100%;padding:60px 5%}.process-title{text-align:center;color:#222;margin-bottom:50px;font-family:Roboto;font-size:42px}.steps-wrapper{justify-content:center;gap:70px;margin-bottom:70px;display:flex;position:relative}.step-line{z-index:1;background:#ccc;width:75%;height:3px;position:absolute;top:25px}.step-circle{color:#fff;cursor:pointer;z-index:2;background:#d9d9d9;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;transition:all .3s;display:flex}.step-circle.active{background:#4169e1}.process-content{justify-content:space-between;align-items:center;gap:30px;display:flex}.content-left{width:40%}.content-left h3{color:#111;margin-bottom:20px;font-family:Roboto;font-size:40px}.content-left p{color:#555;font-family:Roboto;font-size:20px;line-height:1.7}.content-right{width:40%}.content-right img{width:100%;max-width:500px}.arrow-btn{cursor:pointer;background:0 0;border:none;font-size:28px}.btn-wrap{text-align:center;margin-top:40px}.book-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:8px;width:20%;height:15vh;padding:18px 35px;font-family:Roboto;font-size:18px;transition:all .3s}.book-btn:hover{background:#000}@media (min-width:1200px){.process-title{font-size:42px}}@media (max-width:1199px){.process-title{font-size:34px}.content-left h3{font-size:32px}}@media (max-width:992px){.steps-wrapper{gap:30px}.process-content{text-align:center;flex-direction:column}.content-left,.content-right{width:100%}.content-right img{max-width:350px}}@media (max-width:600px){.process-title{font-size:24px}.steps-wrapper{flex-wrap:wrap;gap:12px}.step-line{display:none}.step-circle{width:40px;height:40px;font-size:16px}.content-left h3{font-size:24px}.content-left p{font-size:16px}.book-btn{width:100%;font-size:16px}}
*{box-sizing:border-box;margin:0;padding:0}.testimonial-section{background:#f8fafc;width:100%;padding:80px 20px}.testimonial-header{text-align:center;margin-bottom:40px}.small-title{color:#4169e1;letter-spacing:2px;margin-bottom:12px;font-family:Roboto;font-weight:700}.main-title{color:#111827;font-family:Roboto;font-size:46px}.testimonial-slider-wrapper{max-width:900px;margin:auto;position:relative;overflow:hidden}.testimonial-slider-track{transition:transform .5s;display:flex}.testimonial-slide{min-width:100%;padding:10px}.testimonial-card{background:#fff;border-radius:20px;padding:35px;box-shadow:0 10px 30px #00000014}.card-top{justify-content:space-between;margin-bottom:20px;display:flex}.quote-icon{font-size:42px}.category{margin-bottom:15px;font-size:24px}.testimonial-text{color:#6b7280;margin-bottom:25px;line-height:1.7}.user-info{align-items:center;gap:15px;display:flex}.user-avatar{border-radius:50%;width:60px;height:60px}.slider-btn{cursor:pointer;border:none;border-radius:50%;padding:14px;font-size:18px;position:absolute;top:50%;transform:translateY(-50%)}.left-btn{left:10px}.right-btn{right:10px}.slider-dots{text-align:center;margin-top:25px}.dot{cursor:pointer;background:#cbd5e1;border-radius:50%;width:12px;height:12px;margin:0 6px;display:inline-block}.active-dot{background:#4169e1}@media (min-width:1441px){.main-title{font-size:58px}}@media (min-width:993px) and (max-width:1440px){.main-title{font-size:44px}}@media (min-width:601px) and (max-width:992px){.main-title{font-size:34px}.testimonial-card{padding:28px}}@media (max-width:600px){.testimonial-section{padding:50px 15px}.main-title{font-size:26px}.testimonial-card{padding:20px}.category{font-size:18px}.testimonial-text{font-size:14px}.slider-btn{padding:10px;font-size:14px}.user-avatar{width:45px;height:45px}}
.subsidy-container{background:linear-gradient(90deg,#f5f7fa,#e9eef3);width:100%;padding:80px 40px}.subsidy-wrapper{justify-content:space-between;align-items:center;gap:50px;max-width:1200px;margin:auto;display:flex}.subsidy-left{flex:1}.subsidy-title{color:#4169e1;margin-bottom:15px;font-size:34px;font-weight:700;line-height:1.3}.highlight-price{color:#4169e1}.subsidy-description{color:#4169e1;margin-bottom:25px;font-size:15px;line-height:1.6}.subsidy-table{border-collapse:collapse;width:85%;margin-bottom:25px}.subsidy-table th{color:#fff;text-align:left;background:#4169e1;padding:12px}.subsidy-table td{border:1px solid #ccc;padding:10px}.survey-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:6px;width:50%;padding:14px 30px;font-weight:700;transition:all .3s}.survey-btn:hover{background:#000;transform:translateY(-2px)}.subsidy-right{flex:1}.image-card-wrapper{position:relative}.main-hero-img{border-radius:15px;width:100%;box-shadow:0 10px 25px #00000026}.slider-img{transition:all .6s ease-in-out}.trust-badge-float{color:#fff;text-align:center;background:#235284;border-radius:25px;padding:10px 15px;position:absolute;top:20px;right:20px}.badge-number{font-weight:700;display:block}.badge-text{font-size:12px}.slider-dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#ccc;border-radius:50%;width:8px;height:8px;margin:0 5px;transition:all .3s;display:inline-block}.dot.active{background:#235284;transform:scale(1.2)}.trust-badges-row{gap:15px;margin-top:20px;display:flex}.badge-card{text-align:center;background:#fff;border-radius:12px;flex:1;padding:15px;transition:all .3s;box-shadow:0 5px 15px #0000001a}.badge-card:hover{transform:translateY(-5px)}.badge-card img{width:60px;margin-top:10px}@media (max-width:1200px){.subsidy-title{font-size:30px}}@media (max-width:992px){.subsidy-wrapper{text-align:center;flex-direction:column}.subsidy-table{width:100%}.trust-badges-row{justify-content:center}}@media (max-width:600px){.subsidy-container{padding:50px 20px}.subsidy-title{font-size:22px}.subsidy-description{font-size:14px}.survey-btn{width:100%}.trust-badges-row{flex-direction:column}.badge-card{width:100%}.slider-dots{bottom:10px}.dot{width:6px;height:6px}}@media (max-width:480px){.subsidy-title{font-size:20px}.badge-text{font-size:10px}}
*{box-sizing:border-box;margin:0;padding:0}.hero-section{background-position:50%;background-size:cover;align-items:center;height:100vh;display:flex;position:relative;top:6px}.overlay{background:#0000008c;position:absolute;inset:0}.hero-container{z-index:2;justify-content:space-between;align-items:center;gap:60px;width:90%;margin:auto;display:flex;position:relative}.hero-content{color:#fff;flex:1}.tag{color:#000;background:#ffc107;border-radius:30px;margin-bottom:20px;padding:10px 18px;font-weight:600;display:inline-block}.hero-content h1{margin-bottom:20px;font-size:60px}.hero-content p{max-width:600px;margin-bottom:30px;font-size:20px;line-height:1.7}.hero-content button{color:#fff;cursor:pointer;background:#ff9800;border:none;border-radius:6px;padding:15px 40px;font-size:18px}.hero-image{text-align:center;flex:1}.hero-image img{width:100%;max-width:520px;animation:4s infinite float}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.subsidy-section{background:#f8f8f8;padding:80px 8%}.subsidy-section h2{text-align:center;margin-bottom:10px;font-size:40px}.subsidy-section p{text-align:center;margin-bottom:40px;font-size:18px}.table-wrapper{overflow:auto}table{border-collapse:collapse;background:#fff;width:100%}table th{color:#fff;background:#1b5e20;padding:18px}table td{text-align:center;border:1px solid #ddd;padding:18px}table tr:nth-child(2n){background:#f3f3f3}.popup-overlay{z-index:9999;background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.popup-form{background:#fff;border-radius:15px;width:100%;max-width:480px;height:100vh;padding:35px;animation:.3s popup;position:relative;box-shadow:0 15px 40px #00000040}@keyframes popup{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.popup-close{cursor:pointer;background:#f1f1f1;border:none;border-radius:50%;width:38px;height:38px;font-size:24px;position:absolute;top:15px;right:15px}.popup-close:hover{color:#fff;background:#000}.popup-right h2{text-align:center;margin-bottom:10px;font-size:30px}.popup-right p{text-align:center;color:#666;margin-bottom:25px}.popup-right form{flex-direction:column;gap:15px;display:flex}.popup-right input,.popup-right textarea{border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:14px 16px;font-size:15px}.popup-right textarea{resize:none}.two-input{gap:15px;display:flex}.two-input input{flex:1}.submit-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:8px;width:100%;margin-top:-29px;padding:15px;font-size:17px}.submit-btn:hover{background:#000}@media (min-width:1600px){.hero-container{width:85%}.hero-content h1{font-size:72px}.hero-content p{max-width:700px;font-size:22px}.hero-image img{max-width:620px}.popup-form{max-width:560px;padding:45px}.popup-right h2{font-size:36px}}@media (max-width:1599px){.hero-content h1{font-size:60px}.hero-image img{max-width:520px}}@media (max-width:1199px){.hero-section{height:auto;min-height:100vh;padding:120px 0 80px}.hero-container{gap:40px;width:92%}.hero-content h1{font-size:48px}.hero-content p{font-size:18px}.hero-image img{max-width:430px}.subsidy-section h2{font-size:34px}}@media (max-width:991px){.hero-section{height:auto;min-height:auto;padding:120px 0 70px}.hero-container{text-align:center;flex-direction:column;gap:40px}.hero-content{order:2}.hero-image{order:1}.hero-content h1{margin-top:-10px;font-size:20px}.hero-content p{margin:auto auto 25px;font-size:17px}.hero-image img{max-width:380px}.hero-content button{padding:14px 32px}.popup-form{max-width:450px;padding:30px}.popup-right h2{font-size:28px}.popup-right input,.popup-right textarea{font-size:15px}}@media (max-width:767px){.popup-overlay{align-items:center;padding:10px}.popup-form{width:100%;max-width:360px;max-height:60vh;margin:0;padding:18px 16px;top:0;overflow-y:auto}.popup-right h2{margin-bottom:6px;font-size:22px}.popup-right p{margin-bottom:15px;font-size:13px}.popup-right form{gap:10px}.popup-right textarea{rows:3;min-height:70px}.submit-btn{padding:12px}.popup-close{top:8px;right:8px}.popup-overlay{padding:15px}.popup-form{max-width:100%;margin-left:20px;padding:25px 18px;top:-17px}.popup-right h2{font-size:24px}.popup-right p{font-size:14px}.popup-right input,.popup-right textarea{padding:12px;font-size:14px}.two-input{flex-direction:column;gap:12px}.submit-btn{padding:13px;font-size:15px}}@media (max-width:480px){.popup-form{max-width:330px;max-height:88vh;padding:15px}.popup-right h2{font-size:20px}.popup-right input,.popup-right textarea{padding:9px 10px}.popup-right form{gap:8px}}@media (max-width:360px){.hero-content h1{font-size:24px}.hero-content p{font-size:14px}.hero-image img{max-width:220px}.popup-form{padding:18px 12px}.popup-right h2{font-size:20px}.popup-right input,.popup-right textarea{padding:10px;font-size:12px}.submit-btn{padding:11px;font-size:13px}}
.subsidy-container{background:#f8fafc;width:100%;padding:80px 6%}.subsidy-wrapper{justify-content:space-between;align-items:center;gap:60px;display:flex}.subsidy-left{flex:1}.subsidy-title{color:#111;margin-bottom:15px;font-size:48px;line-height:1.2}.highlight-price{color:#0b6cff}.subsidy-description{color:#555;margin:25px 0;font-size:18px;line-height:1.7}.subsidy-table{border-collapse:collapse;width:100%;margin:35px 0}.subsidy-table th,.subsidy-table td{text-align:center;border:1px solid #ddd;padding:15px}.subsidy-table th{color:#fff;background:#4169e1}.subsidy-table tr:nth-child(2n){background:#f4f4f4}.survey-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:50px;padding:15px 35px;font-size:17px;transition:all .4s}.survey-btn:hover{background:#111;transform:translateY(-5px)}.subsidy-right{flex:1}.image-slider{border-radius:20px;width:100%;height:600px;position:relative;overflow:hidden;box-shadow:0 20px 45px #00000026}.slide{opacity:0;transition:opacity .8s;position:absolute;inset:0}.slide.active{opacity:1}.slider-image{object-fit:cover}.slider-dots{gap:10px;display:flex;position:absolute;bottom:25px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:14px;height:14px;transition:all .4s}.active-dot{background:#4169e1;transform:scale(1.3)}@media (max-width:1400px){.subsidy-title{font-size:42px}.image-slider{height:520px}}@media (max-width:1024px){.subsidy-wrapper{flex-direction:column}.subsidy-left,.subsidy-right{width:100%}.image-slider{height:500px}.subsidy-title{font-size:38px}}@media (max-width:768px){.subsidy-container{padding:60px 20px}.subsidy-title{font-size:32px}.subsidy-description{font-size:16px}.image-slider{height:400px}.subsidy-table th,.subsidy-table td{padding:12px;font-size:14px}}@media (max-width:480px){.subsidy-title{font-size:26px}.subsidy-description{font-size:15px}.image-slider{height:280px}.survey-btn{width:100%;padding:14px;font-size:15px}.subsidy-table th,.subsidy-table td{padding:10px;font-size:13px}.dot{width:10px;height:10px}}
.heading{text-align:center;padding:60px 20px}.heading h3{color:#4169e1;margin:0;font-size:20px}.heading h1{margin-top:10px;font-size:45px;line-height:1.2}.section{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:80px 30px;transition:all 1s;position:relative}.overlay{position:absolute;inset:0}.cards{z-index:2;grid-template-columns:repeat(3,1fr);gap:30px;width:100%;max-width:1400px;margin:0 auto;display:grid;position:relative}.glass-card{-webkit-backdrop-filter:blur(18px);cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:20px;transition:all .5s;overflow:hidden}.glass-card:hover{transform:translateY(-15px)scale(1.03);box-shadow:0 20px 45px #0000004d}.glass-card.active{background:#fff3}.card-image{height:220px;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;transition:all .6s;display:block}.glass-card:hover .card-image img{transform:scale(1.1)}.card-content{color:#fff;flex-direction:column;min-height:260px;padding:25px;display:flex}.card-content h2{margin:0 0 15px;font-size:26px;line-height:1.3}.card-content p{color:#000;flex:1;margin:0;line-height:1.8}@media screen and (min-width:1400px){.heading{padding:80px 40px}.heading h3{font-size:22px}.heading h1{font-size:52px}.section{padding:100px 5%}.cards{grid-template-columns:repeat(3,1fr);gap:35px;max-width:1400px}.card-image{height:250px}.card-content{min-height:280px;padding:30px}.card-content h2{font-size:28px}.card-content p{font-size:17px}}@media screen and (min-width:1200px) and (max-width:1399px){.heading{padding:70px 30px}.heading h1{font-size:45px}.section{padding:80px 5%}.cards{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px}.card-image{height:220px}.card-content{min-height:260px;padding:25px}.card-content h2{font-size:26px}}@media screen and (min-width:992px) and (max-width:1199px){.heading{padding:60px 25px}.heading h3{font-size:19px}.heading h1{font-size:40px}.section{padding:70px 4%}.cards{grid-template-columns:repeat(3,1fr);gap:22px}.glass-card{border-radius:18px}.card-image{height:200px}.card-content{min-height:240px;padding:22px}.card-content h2{font-size:23px}.card-content p{font-size:15px;line-height:1.7}}@media screen and (min-width:768px) and (max-width:991px){.heading{padding:50px 20px}.heading h3{font-size:18px}.heading h1{font-size:36px}.section{padding:60px 30px}.cards{grid-template-columns:repeat(2,1fr);gap:25px}.glass-card{border-radius:18px}.card-image{height:210px}.card-content{min-height:240px;padding:22px}.card-content h2{font-size:22px}.card-content p{font-size:15px;line-height:1.7}}@media screen and (min-width:576px) and (max-width:767px){.heading{padding:45px 20px}.heading h3{font-size:17px}.heading h1{font-size:32px}.section{padding:50px 20px}.cards{grid-template-columns:1fr;gap:25px}.glass-card{border-radius:16px}.card-image{height:230px}.card-content{min-height:auto;padding:22px}.card-content h2{font-size:23px}.card-content p{font-size:15px;line-height:1.7}}@media screen and (max-width:575px){.heading{padding:35px 15px}.heading h3{font-size:16px}.heading h1{font-size:28px;line-height:1.25}.section{padding:40px 15px}.cards{grid-template-columns:1fr;gap:20px}.glass-card{border-radius:15px}.glass-card:hover{transform:translateY(-8px)scale(1.01)}.card-image{height:200px}.card-content{min-height:auto;padding:20px}.card-content h2{margin-bottom:12px;font-size:21px}.card-content p{font-size:14px;line-height:1.6}}@media screen and (max-width:400px){.heading{padding:30px 12px}.heading h3{font-size:15px}.heading h1{font-size:25px}.section{padding:35px 12px}.cards{gap:18px}.card-image{height:180px}.card-content{padding:18px}.card-content h2{font-size:20px}.card-content p{font-size:13px}}
body{color:#374151;background-color:#f9fafb;margin:0;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif}.min-h-screen{box-sizing:border-box;min-height:100vh;padding:40px 16px}.max-w-4xl{max-width:56rem;margin:0 auto}.text-center{text-align:center;margin-bottom:40px}.text-center h1{color:#4169e1;margin-bottom:12px;font-size:1.875rem;font-weight:800}.text-center p{color:#4b5563;margin:0;font-size:1.125rem}.animate-pulse{color:#854d0e;background-color:#fef9c3;border-radius:4px;margin-top:8px;padding:4px 10px;font-size:.75rem;font-weight:600;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.bg-white{background-color:#fff;border-radius:12px;margin-bottom:40px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.border-t-4{border-top:4px solid #4169e1}.bg-white h2{color:#1f2937;margin-top:0;margin-bottom:16px;font-size:1.25rem;font-weight:700}.grid{grid-template-columns:1fr;align-items:center;gap:24px;display:grid}.block{display:block}.text-sm{color:#374151;margin-bottom:8px;font-size:.875rem;font-weight:500}select{box-sizing:border-box;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:12px;font-size:1.125rem;transition:border-color .2s}select:focus{border-color:#4169e1;box-shadow:0 0 0 3px #22c55e33}.bg-green-50{text-align:center;background-color:#f0fdf4;border-radius:8px;grid-template-columns:repeat(3,1fr);gap:8px;padding:16px;display:grid}.text-xs{margin:0 0 4px;font-size:.75rem;font-weight:500}.text-xs.text-gray-500{color:#6b7280}.text-xs.text-green-600{color:#16a34a}.text-xs.text-blue-600{color:#2563eb}.bg-green-50 p:last-child{margin:0}.text-base{color:#374151;font-size:1rem;font-weight:700}.text-green-600{color:#16a34a;font-weight:700}.text-lg{color:#1d4ed8;font-size:1.125rem;font-weight:800}.overflow-hidden{border:1px solid #e5e7eb;padding:0;overflow:hidden}.bg-green-700{background-color:#4169e1;padding:16px 24px}.bg-green-700 h3{color:#fff;margin:0;font-size:1.125rem;font-weight:700}.overflow-x-auto{overflow-x:auto}table{border-collapse:collapse;text-align:left;width:100%}th{color:#374151;text-transform:uppercase;letter-spacing:.05em;background-color:#f3f4f6;border-bottom:1px solid #e5e7eb;padding:16px 24px;font-size:.75rem;font-weight:600}td{color:#4b5563;border-bottom:1px solid #e5e7eb;padding:16px 24px;font-size:.875rem}tr.hover\:bg-green-50:hover{cursor:pointer;background-color:#f0fdf4}tr.bg-green-50{background-color:#f0fdf4;font-weight:500}td.font-bold{color:#111827;font-weight:700}td.text-blue-600{color:#2563eb;font-weight:700}.bg-gray-50{background-color:#f9fafb;border-top:1px solid #e5e7eb;padding:16px 24px}.italic{color:#6b7280;margin:0;font-size:.75rem;font-style:italic}@media (min-width:768px){.text-center h1{font-size:2.25rem}.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.min-h-screen{padding:20px 10px}.bg-white{padding:16px}.bg-green-50{grid-template-columns:1fr;gap:12px}th,td{padding:12px 14px}}
.glassrenovation-section{background:linear-gradient(135deg,#eef5ff,#fff);width:100%;padding:80px 20px;overflow:hidden}.glassrenovation-heading{text-align:center;margin-bottom:60px}.glassrenovation-heading span{color:#4169e1;letter-spacing:2px;text-transform:uppercase;font-size:18px;font-weight:600}.glassrenovation-heading h2{color:#222;margin-top:12px;font-size:42px;font-weight:700}.glassrenovation-container{grid-template-columns:repeat(3,1fr);gap:35px;max-width:1350px;margin:auto;display:grid}.glassrenovation-card{cursor:pointer;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff2e;border:1px solid #ffffff59;border-radius:25px;transition:all .5s;position:relative;overflow:hidden;box-shadow:0 20px 45px #00000026}.glassrenovation-card:hover{transform:translateY(-12px)}.glassrenovation-image{overflow:hidden}.glassrenovation-image img{object-fit:cover;width:100%;height:550px;transition:all .8s}.glassrenovation-card:hover img{transform:scale(1.15)}.glassrenovation-overlay{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#fff;background:#ffffff2e;padding:30px;transition:all .55s;position:absolute;bottom:0;left:0;right:0;transform:translateY(72%)}.glassrenovation-card:hover .glassrenovation-overlay{transform:translateY(0)}.glassrenovation-overlay h3{margin-bottom:15px;font-size:30px}.glassrenovation-overlay p{margin-bottom:22px;font-size:15px;line-height:1.8}.glassrenovation-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:50px;padding:14px 32px;font-size:16px;transition:all .4s}.glassrenovation-btn:hover{background:#111;transform:scale(1.08)}.glassrenovation-overlay p{color:#fffffff2;text-align:justify;letter-spacing:.4px;margin:15px 0 22px;font-size:16px;font-weight:400;line-height:1.8;transition:all .4s}.glassrenovation-card:hover .glassrenovation-overlay p{color:#fff;transform:translateY(-2px)}@media screen and (min-width:1400px){.glassrenovation-overlay p{font-size:17px;line-height:1.9}}@media screen and (min-width:1201px) and (max-width:1399px){.glassrenovation-overlay p{font-size:16px;line-height:1.8}}@media screen and (min-width:992px) and (max-width:1200px){.glassrenovation-overlay p{margin:12px 0 20px;font-size:15px;line-height:1.7}}@media screen and (min-width:768px) and (max-width:991px){.glassrenovation-overlay p{text-align:left;margin:10px 0 18px;font-size:14px;line-height:1.7}}@media screen and (min-width:481px) and (max-width:767px){.glassrenovation-overlay p{text-align:left;margin:10px 0 16px;font-size:14px;line-height:1.6}}@media screen and (max-width:480px){.glassrenovation-overlay p{text-align:left;letter-spacing:.2px;margin:8px 0 14px;font-size:13px;line-height:1.6}}.glassrenovation-card{animation:1s cardUp}@keyframes cardUp{0%{opacity:0;transform:translateY(70px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1400px){.glassrenovation-container{grid-template-columns:repeat(3,1fr)}}@media (max-width:1200px){.glassrenovation-container{grid-template-columns:repeat(3,1fr);gap:25px}.glassrenovation-image img{height:460px}.glassrenovation-heading h2{font-size:36px}}@media (max-width:992px){.glassrenovation-container{grid-template-columns:repeat(2,1fr)}.glassrenovation-image img{height:400px}.glassrenovation-overlay{transform:translateY(0)}}@media (max-width:768px){.glassrenovation-container{grid-template-columns:1fr}.glassrenovation-heading h2{font-size:30px}.glassrenovation-heading span{font-size:15px}.glassrenovation-image img{height:340px}.glassrenovation-overlay{padding:20px}.glassrenovation-overlay h3{font-size:24px}.glassrenovation-overlay p{font-size:14px}}@media (max-width:480px){.glassrenovation-section{padding:60px 15px}.glassrenovation-heading h2{font-size:24px}.glassrenovation-image img{height:280px}.glassrenovation-btn{width:100%;padding:12px;font-size:15px}}
.servoluxecare-section{background:linear-gradient(135deg,#edf5ff,#fff);padding:90px 20px;overflow:hidden}.servoluxecare-heading{text-align:center;max-width:900px;margin:auto auto 60px}.servoluxecare-heading span{letter-spacing:2px;color:#4169e1;text-transform:uppercase;font-size:17px;font-weight:700}.servoluxecare-heading h2{color:#222;margin:15px 0;font-size:44px}.servoluxecare-heading p{color:#666;font-size:17px;line-height:1.8}.servoluxecare-container{grid-template-columns:repeat(3,1fr);gap:35px;max-width:1350px;margin:auto;display:grid}.servoluxecare-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff2e;border:1px solid #ffffff59;border-radius:25px;transition:all .5s;animation:1s cardAnimation;overflow:hidden;box-shadow:0 20px 40px #0000001f}.servoluxecare-card:hover{transform:translateY(-15px);box-shadow:0 30px 60px #0000002e}.servoluxecare-image{overflow:hidden}.servoluxecare-image img{object-fit:cover;width:100%;height:280px;transition:all .7s}.servoluxecare-card:hover img{transform:scale(1.12)}.servoluxecare-content{text-align:center;padding:30px}.servoluxecare-content h3{color:#111;margin-bottom:15px;font-size:28px;transition:all .4s}.servoluxecare-card:hover h3{color:#4169e1}.servoluxecare-content p{color:#666;margin-bottom:25px;font-size:15px;line-height:1.8}.servoluxecare-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:40px;padding:14px 35px;font-size:15px;transition:all .4s}.servoluxecare-btn:hover{background:#111;transform:scale(1.08)}@keyframes cardAnimation{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1400px){.servoluxecare-container{grid-template-columns:repeat(3,1fr)}}@media (max-width:1200px){.servoluxecare-container{grid-template-columns:repeat(3,1fr);gap:25px}.servoluxecare-heading h2{font-size:38px}.servoluxecare-image img{height:240px}}@media (max-width:992px){.servoluxecare-container{grid-template-columns:repeat(2,1fr)}.servoluxecare-heading h2{font-size:34px}}@media (max-width:768px){.servoluxecare-container{grid-template-columns:1fr}.servoluxecare-heading h2{font-size:28px}.servoluxecare-heading p{font-size:15px}.servoluxecare-image img{height:220px}.servoluxecare-content{padding:22px}}@media (max-width:480px){.servoluxecare-section{padding:60px 15px}.servoluxecare-heading span{font-size:14px}.servoluxecare-heading h2{font-size:24px}.servoluxecare-content h3{font-size:22px}.servoluxecare-content p{font-size:14px}.servoluxecare-btn{width:100%;padding:12px}}
*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif}.solar-features-section{background:#f5f7fb;width:100%;padding:90px 20px}.features-heading{text-align:center;max-width:800px;margin:auto auto 60px}.features-heading span{color:#ff9800;letter-spacing:2px;font-size:14px;font-weight:700}.features-heading h1{color:#111;margin-top:15px;font-size:42px;font-weight:700}.features-heading p{color:#666;margin-top:18px;font-size:16px;line-height:1.8}.solar-features-container{grid-template-columns:repeat(2,1fr);gap:35px;max-width:1300px;margin:auto;display:grid}.solar-feature-card{background:#fff;border-radius:22px;transition:all .4s;overflow:hidden;box-shadow:0 10px 30px #00000014}.solar-feature-card:hover{transform:translateY(-10px)}.feature-image{width:100%;height:350px;overflow:hidden}.feature-image img{object-fit:cover;width:100%;height:100%;transition:all .5s}.solar-feature-card:hover img{transform:scale(1.08)}.feature-bottom{text-align:center;padding:25px}.feature-bottom h2{color:#111;font-size:28px;font-weight:700}@media (max-width:992px){.solar-features-container{grid-template-columns:1fr}.features-heading h1{font-size:34px}.feature-image{height:300px}}@media (max-width:600px){.solar-features-section{padding:60px 15px}.features-heading h1{font-size:26px}.features-heading p{font-size:14px}.feature-image{height:220px}.feature-bottom{padding:18px}.feature-bottom h2{font-size:22px}}@media (min-width:1400px){.solar-features-container{max-width:1450px}.features-heading h1{font-size:50px}.feature-image{height:420px}}
.yojana-container{width:100%;margin-top:40px;font-family:Roboto,sans-serif}.yojana-header{background:#4169e1;justify-content:center;align-items:center;padding:20px 30px;display:flex}.yojana-header h1{color:#fff;text-align:center;margin:0;font-size:28px;font-weight:700;line-height:1.4}.yojana-content{background:#f5f7fa;padding:20px 30px}.yojana-content p{color:#fff;text-align:center;margin:0;font-size:16px;line-height:1.6}@media (max-width:1200px){.yojana-header h1{font-size:24px}.yojana-content p{font-size:15px}}@media (max-width:992px){.yojana-header,.yojana-content{padding:18px 20px}.yojana-header h1{font-size:22px}.yojana-content p{font-size:15px}}@media (max-width:600px){.yojana-container{margin-top:25px}.yojana-header,.yojana-content{padding:14px 15px}.yojana-header h1{font-size:18px}.yojana-content p{font-size:14px}}@media (max-width:400px){.yojana-header h1{font-size:16px}.yojana-content p{font-size:13px}}
*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}body{background:#f4f4f4}.solar-wrapper{background:#4169e1;border-radius:25px;flex-wrap:wrap;gap:30px;width:90%;max-width:1400px;min-height:auto;margin:40px auto;padding:40px;display:flex}.left-panel{color:#fff;flex:1;min-width:320px}.left-panel h1{margin-bottom:20px;font-family:Roboto;font-size:10px;line-height:60px}.left-panel p{margin-bottom:30px;font-family:Roboto;font-size:10px;line-height:35px}.toggle-box{gap:15px;margin-bottom:30px;display:flex}.toggle-btn{color:#fff;cursor:pointer;background:#163c59;border:none;border-radius:40px;align-items:center;gap:10px;padding:16px 25px;font-size:18px;font-weight:600;display:flex}.toggle-btn.active{color:#fff;background:#4169e1}.bill-box{background:#fff;border-radius:20px;margin-bottom:30px;padding:25px}.bill-box label{color:#555;margin-bottom:15px;font-size:20px;display:block}.bill-input{align-items:center;gap:15px;font-size:35px;font-weight:700;display:flex}.bill-input input{border:none;outline:none;width:100%;font-size:35px}.switch-section{align-items:center;gap:20px;margin-bottom:30px;font-size:10px;display:flex}.switch-item{color:#fff;align-items:center;gap:10px;font-size:18px;display:flex}.switch{width:70px;height:35px;position:relative}.switch input{opacity:0}.slider:before{content:"";background:#fff;border-radius:50%;width:28px;height:28px;transition:all .4s;position:absolute;top:3px;left:4px}.switch input:checked+.slider:before{transform:translate(33px)}.calculate-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:40px;padding:18px 35px;font-size:20px;font-weight:700}.right-panel{flex:1.5;grid-template-columns:repeat(3,1fr);gap:20px;min-width:320px;display:grid}.result-card,.small-card,.effective-card{background:#fff;border-radius:25px;padding:25px}.big-card h3,.small-card h3{color:#555;margin-bottom:20px;font-size:24px}.big-card h1{color:#1f557f;font-size:55px}.small-card h2{color:#1f557f;font-size:38px}.effective-card{text-align:center;grid-column:span 3;width:50%}.icon-circle{background:#4169e1;border-radius:50%;justify-content:center;align-items:center;width:50px;height:70px;margin:auto auto 20px;font-size:28px;display:flex}.effective-card h3{margin-bottom:15px;font-size:35px}.effective-card h2{color:#0c5b32;margin-bottom:10px;font-size:55px}.effective-card p{color:#555;font-size:20px}.bottom-buttons{text-align:center;width:100%;margin-top:20px}.consult-btn{cursor:pointer;background:#4169e1;border:none;border-radius:40px;width:28%;padding:18px 35px;font-size:20px;font-weight:700}@media (min-width:1400px){.solar-wrapper{width:85%;max-width:1500px;padding:50px}.left-panel h1{font-size:58px;line-height:70px}.right-panel{gap:25px}}@media (max-width:1399px){.solar-wrapper{width:90%;padding:40px}.left-panel h1{font-size:50px}}@media (max-width:1199px){.solar-wrapper{width:95%;padding:30px}.left-panel h1{font-size:42px;line-height:52px}.left-panel p{font-size:18px;line-height:30px}.right-panel{grid-template-columns:repeat(2,1fr)}.effective-card{grid-column:span 2}.consult-btn{width:40%}}@media (max-width:991px){.solar-wrapper{flex-direction:column;width:95%;padding:25px}.left-panel,.right-panel{width:100%}.right-panel{grid-template-columns:repeat(2,1fr)}.effective-card{grid-column:span 2}.left-panel h1{font-size:36px;line-height:46px}.consult-btn{width:60%}}@media (max-width:767px){.solar-wrapper{border-radius:15px;width:96%;padding:20px}.left-panel h1{font-size:32px;line-height:40px}.left-panel p{font-size:16px;line-height:26px}.toggle-box{flex-direction:column}.toggle-btn{justify-content:center;width:100%}.right-panel{grid-template-columns:1fr}.effective-card{grid-column:span 1}.consult-btn{width:100%}.switch-section{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.solar-wrapper{width:98%;padding:15px}.left-panel h1{font-size:28px;line-height:36px}.left-panel p{font-size:15px}.bill-input,.bill-input input{font-size:24px}.big-card h1{font-size:34px}.small-card h2{font-size:24px}.effective-card h2{font-size:30px}.consult-btn{padding:14px 20px;font-size:16px}}
.experience-section{box-sizing:border-box;background-color:#fbeeee;grid-template-columns:42% 58%;width:100%;height:100vh;min-height:600px;margin-top:150px;font-family:Poppins,sans-serif;display:grid;position:relative;overflow:hidden}.experience-left{z-index:2;flex-direction:column;justify-content:flex-start;padding:80px 10% 40px 12%;display:flex}.section-main-title{color:#111;margin:0 0 80px;font-size:3.8rem;font-weight:400;line-height:1.15}.location-tabs-list{flex-direction:column;align-items:flex-start;gap:25px;display:flex}.location-tab-btn{color:#8c8c8c;cursor:pointer;background:0 0;border:none;align-items:center;padding:5px 0;font-size:1.8rem;font-weight:400;transition:color .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.location-tab-btn:hover{color:#111}.location-tab-btn.is-active{color:#111;border-bottom:2px solid #4169e1;padding-bottom:2px}.arrow-indicator{color:#4169e1;margin-right:12px;font-size:2rem;font-weight:600;line-height:1}.experience-right{width:100%;height:100%;position:relative}.display-image-container{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:background-image .5s ease-in-out;position:relative}.frosted-content-card{-webkit-backdrop-filter:blur(20px);z-index:5;box-sizing:border-box;background:#ffffff73;border:1px solid #fff3;width:480px;margin-left:100px;padding:60px 45px;position:absolute;top:50%;left:0;transform:translate(-42%,-50%);box-shadow:0 15px 35px #00000014}.card-display-heading{color:#000;margin:0 0 35px;font-size:2.3rem;font-weight:400;line-height:1.3}.book-visit-btn{color:#000;cursor:pointer;background:0 0;border:1px solid #000;padding:12px 35px;font-size:.9rem;font-weight:500;transition:all .3s}.book-visit-btn:hover{color:#fff;background:#000}.floating-ui-controls{z-index:10;flex-direction:column;align-items:center;gap:15px;display:flex;position:absolute;bottom:40px;right:40px}.scroll-up-trigger{color:#fff;cursor:pointer;background-color:#4169e1;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.3rem;display:flex;box-shadow:0 4px 12px #00000026}.live-chat-avatar{border:3px solid #fff;border-radius:50%;width:55px;height:55px;overflow:hidden;box-shadow:0 4px 12px #0003}.live-chat-avatar img{object-fit:cover;width:100%;height:100%}.experience-heading{text-align:center;max-width:900px;margin:60px auto 40px;padding:0 20px}.experience-heading span{color:#4169e1;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;font-size:16px;font-weight:600;display:inline-block}.experience-heading h1{color:#111;margin-bottom:18px;font-family:Roboto;font-size:48px;font-weight:700}.experience-heading p{color:#666;max-width:700px;margin:0 auto;font-family:Roboto;font-size:18px;line-height:1.7}@media (max-width:768px){.experience-heading h1{font-size:36px}.experience-heading p{font-size:16px}}@media (max-width:480px){.experience-heading{margin:40px auto 25px}.experience-heading h1{font-size:28px}.experience-heading span,.experience-heading p{font-size:14px}}@media (max-width:1200px){.section-main-title{margin-bottom:50px;font-size:3.2rem}.location-tab-btn{font-size:1.6rem}.frosted-content-card{width:420px;padding:45px 35px;transform:translate(-35%,-50%)}.card-display-heading{font-size:1.9rem}}@media (max-width:1023px){.experience-section{grid-template-rows:auto 520px;grid-template-columns:100%;height:auto}.experience-left{padding:50px 40px}.section-main-title{margin-bottom:35px;font-size:2.8rem}.section-main-title br{display:none}.location-tabs-list{flex-flow:wrap;gap:30px}.location-tab-btn{font-size:1.4rem}.frosted-content-card{text-align:center;width:85%;max-width:450px;position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.floating-ui-controls{bottom:25px;right:25px}}@media (max-width:767px){.experience-section{grid-template-rows:auto 440px}.experience-left{padding:40px 20px 25px}.section-main-title{text-align:center;width:100%;margin-bottom:25px;font-size:2.2rem}.location-tabs-list{justify-content:center;gap:15px;width:100%}.location-tab-btn{font-size:1.15rem}.arrow-indicator{margin-right:5px;font-size:1.3rem}.frosted-content-card{padding:35px 20px}.card-display-heading{margin-bottom:25px;font-size:1.35rem}.floating-ui-controls{display:none}}
.blogs-section{background:#f8fafc;width:100%;padding:70px 20px;font-family:Arial,sans-serif;overflow:hidden}.blogs-header{justify-content:space-between;align-items:center;gap:20px;width:90%;margin:auto auto 45px;display:flex}.header-text{max-width:700px;font-family:roboto}.blogs-main-heading{color:#111827;margin-bottom:14px;font-family:roboto;font-size:48px;font-weight:700}.blogs-sub-heading{color:#64748b;font-family:roboto;font-size:17px;line-height:1.8}.read-all-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:8px;width:30%;padding:14px 30px;font-size:15px;transition:all .3s}.read-all-btn:hover{background:#000}.blogs-slider-wrapper{border-radius:20px;width:85%;margin:auto;position:relative;overflow:hidden}.blogs-slider-track{transition:transform .8s ease-in-out;display:flex}.blog-slide{min-width:100%}.blog-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 6px 20px #00000014}.blog-image-wrapper{width:100%;height:300px;overflow:hidden}.blog-img{object-fit:cover;width:100%;height:100%;transition:all .5s}.blog-card:hover .blog-img{transform:scale(1.06)}.blog-content{padding:30px}.blog-card-title{color:#111827;margin-bottom:18px;font-size:32px}.blog-card-desc{color:#475569;font-size:16px;line-height:1.8}.slider-btn{color:#fff;cursor:pointer;z-index:10;background:#111827d9;border:none;border-radius:50%;width:52px;height:52px;font-size:18px;position:absolute;top:50%;transform:translateY(-50%)}.left-btn{left:15px}.right-btn{right:15px}.slider-dots{justify-content:center;gap:10px;margin-top:28px;display:flex}.dot{cursor:pointer;background:#cbd5e1;border-radius:50%;width:14px;height:14px;transition:all .3s}.active-dot{background:#111827}@media (max-width:1200px){.blogs-main-heading{font-size:40px}.blog-image-wrapper{height:520px}.blog-card-title{font-size:28px}}@media (max-width:992px){.blogs-section{padding:55px 18px}.blogs-header{flex-direction:column;align-items:flex-start;width:100%}.blogs-slider-wrapper{width:100%}.blogs-main-heading{font-size:34px}.blogs-sub-heading{font-size:15px}.blog-image-wrapper{height:430px}.blog-content{padding:24px}.blog-card-title{font-size:24px}.blog-card-desc{font-size:15px}}@media (max-width:600px){.blogs-section{padding:45px 12px}.blogs-main-heading{font-size:28px}.blogs-sub-heading{font-size:14px;line-height:1.7}.read-all-btn{width:100%}.blog-image-wrapper{height:300px}.blog-content{padding:18px}.blog-card-title{font-size:20px}.blog-card-desc{font-size:14px}.slider-btn{width:38px;height:38px;font-size:13px}.left-btn{left:8px}.right-btn{right:8px}.dot{width:11px;height:11px}}@media (min-width:1400px){.blog-image-wrapper{height:720px}.blogs-slider-wrapper{width:80%}}
.trusted-section{text-align:center;background-color:#f5f5f5;padding:60px 0;overflow:hidden}.container{max-width:1200px;margin:0 auto}.trusted-title{margin-bottom:40px;font-family:sans-serif;font-size:36px;font-weight:800}.marquee-wrapper{-webkit-user-select:none;user-select:none;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marquee-content{flex-shrink:0;gap:60px;min-width:100%;padding:20px 0;animation:20s linear infinite scroll-left;display:flex}.marquee-wrapper:hover .marquee-content{animation-play-state:paused}.logo-item{justify-content:center;align-items:center;display:flex}.client-logo{object-fit:contain;max-width:150px;height:auto}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.trusted-title{font-size:26px}.marquee-content{gap:40px;animation:15s linear infinite scroll-left}.client-logo{max-width:110px}}@media (max-width:480px){.trusted-section{padding:30px 0}.client-logo{max-width:90px}}
.faq-container{max-width:1200px;margin:60px auto;padding:0 20px;font-family:Roboto}.faq-title{text-align:center;margin-bottom:50px;font-family:Roboto;font-size:42px;font-weight:800}.faq-wrapper{align-items:flex-start;gap:60px;display:flex}.faq-left{flex:1.5}.faq-right{flex:1;position:relative}.tabs-header{border-bottom:2px solid #f0f0f0;margin-bottom:30px;font-family:Roboto;display:flex}.tab-btn{cursor:pointer;background:0 0;border:none;padding:15px 30px;font-size:18px;font-weight:700;transition:all .3s}.tab-btn.active{color:#fff;background-color:#4169e1}.accordion-item{border-bottom:1px solid #eee}.accordion-header{cursor:pointer;align-items:center;padding:20px 0;font-family:Roboto;display:flex}.question-text{margin-left:15px;font-family:Roboto;font-size:18px;font-weight:600}.accordion-body{opacity:0;max-height:0;padding-left:40px;transition:all .4s ease-in-out;overflow:hidden}.accordion-body.show{opacity:1;max-height:200px;padding-bottom:20px}.image-container{position:relative}.blue-circle{width:100%;height:50vh;position:absolute}.expert-img{border-radius:0 0 200px 200px;width:100%}@media (max-width:1024px){.faq-wrapper{gap:30px}.faq-title{font-size:34px}.tab-btn{padding:12px 20px;font-size:16px}}@media (max-width:768px){.faq-wrapper{flex-direction:column-reverse}.faq-left,.faq-right{width:100%}.tabs-header{border:none;flex-direction:column}.tab-btn{text-align:left;border:1px solid #eee;margin-bottom:5px}.faq-right{max-width:300px;margin:0 auto 40px}}@media (max-width:480px){.faq-title{font-size:26px}.question-text{font-size:15px}.answer-paragraph{font-size:14px}}
html,body{width:100%;min-width:100%;margin:0;padding:0;overflow-x:hidden}#__next{width:100%;min-height:100vh}.aboutt-section{background:#fff;width:100%;margin-top:100px;padding:80px 8%}.aboutt-heading{text-align:center;margin-bottom:60px}.aboutt-heading h5{color:#4169e1;letter-spacing:2px;text-transform:uppercase;margin-top:60px;margin-bottom:12px;font-family:Roboto;font-size:18px}.aboutt-heading h2{color:#111;margin-bottom:20px;font-family:Roboto;font-size:20px;font-weight:700}.aboutt-heading p{color:#000;max-width:850px;margin:auto;font-family:Roboto;font-size:18px;line-height:1.8}.aboutt-container{justify-content:space-between;align-items:center;gap:60px;display:flex}.aboutt-image{flex:1}.aboutt-img{object-fit:cover;border-radius:20px;width:100%;height:auto;transition:all .5s}.aboutt-img:hover{transform:scale(1.04)}.aboutt-content{flex:1}.aboutt-content h2{color:#111;margin-bottom:20px;font-family:Roboto;font-size:20px}.aboutt-content p{color:#000;margin-bottom:18px;font-family:Roboto;font-size:17px;line-height:1.9}.aboutt-content strong{color:#4169e1}.about-slider{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100vw;height:85vh;margin-top:-220px;margin-left:calc(50% - 50vw);transition:background-image .8s ease-in-out;display:flex;position:relative;overflow:hidden}.about-slider-overlay{background:#00000073;width:100%;height:100%;position:absolute;top:0;left:0}.about-slider-content{z-index:2;text-align:center;color:#fff;width:90%;max-width:1100px;padding:20px;position:relative}.about-slider-content h1{margin-bottom:20px;font-size:64px;font-weight:700;line-height:1.2}.about-slider-content p{max-width:850px;margin:auto;font-size:22px;line-height:34px}@media (min-width:1400px){.about-slider{height:90vh}.about-slider-content h1{font-size:70px}.about-slider-content p{font-size:24px}}@media (max-width:1200px){.about-slider{height:75vh}.about-slider-content h1{font-size:52px}.about-slider-content p{font-size:20px}}@media (max-width:992px){.about-slider{height:60vh}.about-slider-content{width:92%}.about-slider-content h1{font-size:42px}.about-slider-content p{font-size:18px;line-height:30px}}@media (max-width:768px){.about-slider{height:50vh}.about-slider-content h1{font-size:30px;line-height:40px}.about-slider-content p{font-size:15px;line-height:26px}}@media (max-width:480px){.about-slider{height:42vh}.about-slider-content{width:95%;padding:15px}.about-slider-content h1{font-size:24px;line-height:32px}.about-slider-content p{font-size:14px;line-height:22px}}@media (min-width:1400px){.aboutt-section{padding:100px 10%}.aboutt-heading h2{font-size:52px}.aboutt-content h2{font-size:44px}}@media (max-width:1200px){.aboutt-container{gap:40px}.aboutt-heading h2{font-size:40px}.aboutt-content h2{font-size:34px}}@media (max-width:992px){.aboutt-container{text-align:center;flex-direction:column}.aboutt-heading h2{font-size:34px}.aboutt-content h2{font-size:30px}.aboutt-content p{font-size:16px}}@media (max-width:576px){.aboutt-section{padding:50px 20px}.aboutt-heading{margin-bottom:35px}.aboutt-heading h5{font-size:15px}.aboutt-heading h2{font-size:26px;line-height:1.4}.aboutt-heading p{font-size:15px}.aboutt-content h2{font-size:24px}.aboutt-content p{font-size:15px;line-height:1.7}.aboutt-img{border-radius:12px}}
html,body{width:100%;min-width:100%;min-height:100%;margin:0;padding:0;overflow-x:hidden}body{min-height:100vh;font-family:Roboto,sans-serif}#__next{width:100%;min-height:100vh}*,:before,:after{box-sizing:border-box}img{max-width:100%;height:auto}main{width:100%;min-height:100vh}.stats-section{background:0 0;width:100vw;max-width:100vw;height:600px;margin-left:-100px;padding:80px 5%;position:relative;overflow:hidden}.stats-container{grid-template-columns:repeat(3,1fr);align-items:center;gap:30px;width:100%;max-width:1500px;height:100%;margin:0 auto;display:grid}.stats-card{text-align:center;background:#fff;border-top:5px solid #4169e1;border-radius:18px;width:100%;padding:40px 30px;transition:all .4s;box-shadow:0 10px 30px #00000014}.stats-card:hover{transform:translateY(-10px);box-shadow:0 18px 40px #00000026}.stats-card h2{color:#4169e1;margin-bottom:15px;font-family:Roboto,sans-serif;font-size:30px;font-weight:700}.stats-card h3{color:#222;margin-bottom:15px;font-family:Roboto,sans-serif;font-size:24px;line-height:1.4}.stats-card p{color:#666;font-family:Roboto,sans-serif;font-size:16px;line-height:1.8}@media (min-width:1400px){.stats-section{width:100vw;height:650px;padding:90px 6%}.stats-container{gap:40px;max-width:1500px}.stats-card{padding:50px 35px}.stats-card h2{font-size:65px}.stats-card h3{font-size:28px}.stats-card p{font-size:17px}}@media (min-width:1200px) and (max-width:1399px){.stats-section{width:100vw;height:580px;padding:70px 5%}.stats-container{grid-template-columns:repeat(3,1fr);gap:25px}.stats-card{padding:35px 25px}.stats-card h2{font-size:48px}.stats-card h3{font-size:22px}.stats-card p{font-size:16px}}@media (min-width:993px) and (max-width:1199px){.stats-section{width:100vw;height:550px;padding:60px 4%}.stats-container{grid-template-columns:repeat(3,1fr);gap:20px}.stats-card{padding:30px 20px}.stats-card h2{font-size:44px}.stats-card h3{font-size:21px}.stats-card p{font-size:15px}}@media (min-width:769px) and (max-width:992px){.stats-section{width:100vw;height:650px;padding:60px 30px}.stats-container{grid-template-columns:repeat(2,1fr);gap:25px}.stats-card:last-child{grid-column:span 2}.stats-card{padding:30px 25px}.stats-card h2{font-size:45px}.stats-card h3{font-size:21px}.stats-card p{font-size:15px}}@media (min-width:481px) and (max-width:768px){.stats-section{width:100vw;height:auto;min-height:850px;padding:60px 20px}.stats-container{grid-template-columns:1fr;gap:20px;width:100%}.stats-card:last-child{grid-column:span 1}.stats-card{padding:30px 20px}.stats-card h2{font-size:42px}.stats-card h3{font-size:22px}.stats-card p{font-size:15px;line-height:1.7}}@media (max-width:480px){.stats-section{width:100vw;height:auto;min-height:850px;padding:50px 15px}.stats-container{grid-template-columns:1fr;gap:18px;width:100%}.stats-card{width:100%;padding:28px 18px}.stats-card h2{font-size:36px}.stats-card h3{font-size:20px}.stats-card p{font-size:14px;line-height:1.7}}
.section-heading{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:40px auto;padding:0 20px;display:flex}.section-heading h3{color:#0d6efd;margin-bottom:10px;font-size:22px;font-weight:600}.section-heading h1{color:#222;font-size:42px;font-weight:700;line-height:1.3}.spaces-section{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:flex-end;width:100%;height:40px;margin-top:-135px;transition:background-image .5s ease-in-out;display:flex;position:relative;overflow:hidden}.overlay{background:0 0;position:absolute;inset:0}.cards-row{z-index:2;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:20px;margin-bottom:30px;display:flex;position:relative}.space-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;text-align:center;background:#fffffff2;border-radius:12px;width:180px;min-height:120px;padding:20px;transition:all .35s}.space-card:hover{transform:translateY(-8px)}.space-card.active{background:#fff;width:280px}.space-card h2{color:#111;margin-bottom:10px;font-size:26px}.space-card h3{color:#111;font-size:20px}.space-card p{color:#666;margin:15px 0;font-size:15px;line-height:1.6}.space-card button{color:#fff;cursor:pointer;background:#0d6efd;border:none;border-radius:30px;padding:12px 28px;transition:all .3s}.space-card button:hover{background:#084298}@media (min-width:1441px){.section-heading{margin:50px auto}.section-heading h3{font-size:24px}.section-heading h1{font-size:50px}.spaces-section{min-height:85vh}.space-card{width:220px}.space-card.active{width:320px}}@media (min-width:993px) and (max-width:1440px){.section-heading{margin:40px auto}.section-heading h3{font-size:20px}.section-heading h1{font-size:38px}.spaces-section{min-height:75vh}.space-card{width:170px}.space-card.active{width:260px}}@media (min-width:601px) and (max-width:992px){.section-heading{margin:30px auto;padding:0 20px}.section-heading h3{margin:0 0 10px;font-size:18px}.section-heading h1{font-size:30px}.spaces-section{min-height:auto;padding:50px 20px}.cards-row{gap:15px;margin-bottom:20px}.space-card{width:160px;min-height:110px;padding:16px}.space-card.active{width:230px}}@media (max-width:600px){.section-heading{margin:20px auto;padding:0 15px}.section-heading h3{margin:0 0 8px;font-size:16px}.section-heading h1{font-size:24px;line-height:1.4}.spaces-section{min-height:auto;margin-top:-150px;padding:35px 15px}.cards-row{flex-direction:column;align-items:center;gap:15px;margin-bottom:0}.space-card{width:100%;min-height:auto;padding:18px}.space-card.active{width:100%}.space-card h2{font-size:22px}.space-card h3{font-size:18px}.space-card p{font-size:14px}.space-card button{width:50%;margin-left:100px}}
html,body{width:100%;min-width:100%;margin:0;padding:0;overflow-x:hidden}body{background:#fff;min-height:100vh;font-family:Roboto,sans-serif}#__next{width:100%;min-height:100vh}*,:before,:after{box-sizing:border-box}main{width:100%;min-height:100vh}.why-servoluxe-section{background:#fff;width:100vw;max-width:100vw;height:750px;margin-left:-100px;padding:80px 7%;position:relative;overflow:hidden}.why-servoluxe-header{text-align:center;width:100%;max-width:900px;margin:0 auto 70px;font-family:Roboto,sans-serif}.why-servoluxe-header h5{color:#4169e1;letter-spacing:2px;margin:0 0 15px;font-family:Roboto,sans-serif;font-size:18px;font-weight:700}.why-servoluxe-header h2{color:#111;margin:0 0 25px;font-family:Roboto,sans-serif;font-size:30px;line-height:1.3}.why-servoluxe-header h2 span{color:#4169e1;font-family:Roboto,sans-serif}.why-servoluxe-header p{color:#000;margin:0;font-family:Roboto,sans-serif;font-size:18px;line-height:1.9}.why-servoluxe-container{justify-content:space-between;align-items:center;gap:70px;width:100%;max-width:1500px;height:auto;margin:0 auto;font-family:Roboto,sans-serif;display:flex}.why-servoluxe-content{flex:1;min-width:0}.why-servoluxe-points{grid-template-columns:repeat(2,1fr);gap:22px;margin-bottom:45px;display:grid}.servoluxe-point{align-items:flex-start;gap:12px;display:flex}.servoluxe-tick{color:#fff;background:#4169e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-weight:700;display:flex}.servoluxe-point p{color:#000;margin:0;font-size:17px;line-height:1.6}.servoluxe-bottom-heading{color:#111;margin:0 0 18px;font-family:Roboto,sans-serif;font-size:30px}.servoluxe-bottom-text{color:#000;margin:0;font-size:17px;line-height:1.9}.why-servoluxe-image{text-align:center;flex:1;min-width:0}.why-servoluxe-img{border-radius:20px;width:100%;max-width:600px;height:auto;margin:0 auto;transition:all .4s;display:block}.why-servoluxe-img:hover{transform:scale(1.04)}@media (min-width:1400px){.why-servoluxe-section{width:100vw;height:800px;padding:90px 7%}.why-servoluxe-header{max-width:1000px}.why-servoluxe-header h5{font-size:20px}.why-servoluxe-header h2{font-size:54px}.why-servoluxe-header p{font-size:20px}.why-servoluxe-container{gap:80px;max-width:1500px}.why-servoluxe-img{max-width:650px}}@media (min-width:1201px) and (max-width:1399px){.why-servoluxe-section{width:100vw;height:720px;padding:75px 6%}.why-servoluxe-container{gap:50px}.why-servoluxe-header h2{font-size:44px}.why-servoluxe-header p{font-size:18px}.why-servoluxe-points{gap:18px}.servoluxe-point p{font-size:16px}.servoluxe-bottom-heading{font-size:28px}.servoluxe-bottom-text{font-size:16px}}@media (min-width:993px) and (max-width:1200px){.why-servoluxe-section{width:100vw;height:700px;padding:65px 5%}.why-servoluxe-container{gap:40px}.why-servoluxe-header{margin-bottom:50px}.why-servoluxe-header h2{font-size:40px}.why-servoluxe-header p{font-size:17px}.why-servoluxe-points{gap:18px}.servoluxe-point p{font-size:15px}.servoluxe-bottom-heading{font-size:26px}.servoluxe-bottom-text{font-size:15px}.why-servoluxe-img{max-width:500px}}@media (min-width:769px) and (max-width:992px){.why-servoluxe-section{width:100vw;height:auto;min-height:1000px;padding:70px 40px}.why-servoluxe-header{max-width:750px;margin-bottom:50px}.why-servoluxe-header h5{font-size:16px}.why-servoluxe-header h2{font-size:34px}.why-servoluxe-header p{font-size:17px;line-height:1.8}.why-servoluxe-container{text-align:center;flex-direction:column-reverse;gap:45px;width:100%}.why-servoluxe-content{width:100%}.why-servoluxe-points{text-align:left;grid-template-columns:repeat(2,1fr);gap:20px}.servoluxe-point{text-align:left}.servoluxe-point p{font-size:16px}.why-servoluxe-image{width:100%}.why-servoluxe-img{max-width:650px}.servoluxe-bottom-heading{font-size:28px}.servoluxe-bottom-text{text-align:left;font-size:16px}}@media (min-width:481px) and (max-width:768px){.why-servoluxe-section{width:100vw;height:auto;min-height:1100px;padding:60px 25px}.why-servoluxe-header{margin-bottom:40px}.why-servoluxe-header h5{font-size:15px}.why-servoluxe-header h2{font-size:30px;line-height:1.35}.why-servoluxe-header p{font-size:15px;line-height:1.7}.why-servoluxe-container{text-align:center;flex-direction:column-reverse;gap:35px;width:100%}.why-servoluxe-content{width:100%}.why-servoluxe-points{text-align:left;grid-template-columns:1fr;gap:18px}.servoluxe-point{text-align:left;justify-content:flex-start}.servoluxe-point p{font-size:15px}.why-servoluxe-image{width:100%}.why-servoluxe-img{border-radius:14px;width:100%;max-width:100%}.servoluxe-bottom-heading{text-align:left;font-size:24px}.servoluxe-bottom-text{text-align:left;font-size:15px}}@media (max-width:480px){.why-servoluxe-section{width:100vw;height:auto;min-height:1150px;padding:50px 18px}.why-servoluxe-header{width:100%;margin-bottom:35px}.why-servoluxe-header h5{letter-spacing:1.5px;font-size:14px}.why-servoluxe-header h2{margin-bottom:18px;font-size:27px;line-height:1.35}.why-servoluxe-header p{font-size:14px;line-height:1.7}.why-servoluxe-container{text-align:center;flex-direction:column-reverse;gap:30px;width:100%}.why-servoluxe-content{width:100%}.why-servoluxe-points{grid-template-columns:1fr;gap:16px;margin-bottom:35px}.servoluxe-point{text-align:left;justify-content:flex-start;gap:10px;width:100%}.servoluxe-tick{width:28px;min-width:28px;height:28px}.servoluxe-point p{font-size:14px;line-height:1.6}.why-servoluxe-image{width:100%}.why-servoluxe-img{border-radius:12px;width:100%;max-width:100%}.servoluxe-bottom-heading{text-align:left;font-size:23px}.servoluxe-bottom-text{text-align:left;font-size:14px;line-height:1.7}}
.contact-section{box-sizing:border-box;background:#f5f8fc;width:100%;max-width:100%;height:900px;min-height:900px;padding:90px 7%;overflow:hidden}.contact-heading{text-align:center;width:100%;margin-bottom:50px}.contact-heading h5{color:#4169e1;letter-spacing:2px;margin-bottom:12px;font-size:18px;font-weight:700}.contact-heading h2{color:#000;margin-bottom:18px;font-family:Roboto,sans-serif;font-size:42px}.contact-heading p{color:#000;width:700px;max-width:100%;margin:auto;font-family:Roboto,sans-serif;font-size:17px;line-height:1.8}.contact-container{width:100%;max-width:1100px;margin:auto}.contact-form{box-sizing:border-box;background:#fff;border-radius:20px;grid-template-columns:repeat(2,1fr);gap:25px;width:100%;padding:45px;display:grid;box-shadow:0 15px 40px #00000014}.input-group{flex-direction:column;display:flex}.input-group label{color:#333;margin-bottom:10px;font-size:15px;font-weight:600}.input-group input,.input-group textarea{resize:none;box-sizing:border-box;border:1px solid #ddd;border-radius:10px;outline:none;width:100%;padding:16px 18px;font-family:inherit;font-size:15px;transition:all .3s}.input-group input:focus,.input-group textarea:focus{border-color:#0d6efd;box-shadow:0 0 10px #0d6efd26}.full-width{grid-column:1/-1}.submit-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:50px;width:220px;padding:17px;font-size:17px;font-weight:600;transition:all .3s}.submit-btn:hover{background:#000;transform:translateY(-4px)}@media (min-width:1400px){.contact-section{width:100%;height:900px;min-height:900px;padding:90px 7%}.contact-heading h2{font-size:48px}.contact-form{max-width:1200px;margin:auto}}@media (min-width:1200px) and (max-width:1399px){.contact-section{width:100%;height:850px;min-height:850px;padding:80px 5%}.contact-heading h2{font-size:42px}}@media (min-width:992px) and (max-width:1199px){.contact-section{width:100%;height:auto;min-height:850px;padding:80px 5%}.contact-heading h2{font-size:38px}}@media (min-width:768px) and (max-width:991px){.contact-section{width:100%;height:auto;min-height:900px;padding:70px 5%}.contact-form{grid-template-columns:1fr;padding:35px}.contact-heading h2{font-size:34px}.submit-btn{width:100%}}@media (min-width:577px) and (max-width:767px){.contact-section{width:100%;height:auto;min-height:900px;padding:60px 20px}.contact-heading{margin-bottom:35px}.contact-heading h5{font-size:15px}.contact-heading h2{font-size:30px}.contact-heading p{width:100%;font-size:15px}.contact-form{grid-template-columns:1fr;gap:18px;padding:25px}.submit-btn{width:100%;padding:15px;font-size:16px}}@media (max-width:576px){.contact-section{width:100%;height:auto;min-height:950px;padding:60px 20px}.contact-heading{margin-bottom:35px}.contact-heading h5{font-size:15px}.contact-heading h2{font-size:28px}.contact-heading p{width:100%;font-size:15px}.contact-form{grid-template-columns:1fr;gap:18px;width:100%;padding:22px}.input-group input,.input-group textarea{padding:14px}.submit-btn{width:100%;padding:15px;font-size:16px}}
.map-section{box-sizing:border-box;background:#fff;width:100%;max-width:100%;padding:90px 7%}.map-heading{text-align:center;width:100%;max-width:900px;margin:0 auto 55px}.map-heading h5{color:#4169e1;letter-spacing:2px;margin:0 0 12px;font-family:Roboto,sans-serif;font-size:18px;font-weight:700}.map-heading h2{color:#111;margin:0 0 18px;font-family:Roboto,sans-serif;font-size:46px;font-weight:700;line-height:1.2}.map-heading p{color:#555;text-align:center;width:100%;max-width:750px;margin:0 auto;font-family:Roboto,sans-serif;font-size:17px;line-height:1.8}.map-container{background:#f5f5f5;border-radius:18px;width:100%;max-width:1300px;margin:0 auto;overflow:hidden;box-shadow:0 15px 40px #0000001a}.map-container iframe{border:0;width:100%;height:500px;display:block}@media (min-width:1400px){.map-section{width:100%;padding:100px 7%}.map-heading{max-width:950px;margin-bottom:60px}.map-heading h5{font-size:19px}.map-heading h2{font-size:52px}.map-heading p{max-width:800px;font-size:18px}.map-container{max-width:1400px}.map-container iframe{height:550px}}@media (min-width:1200px) and (max-width:1399px){.map-section{padding:90px 6%}.map-heading{max-width:900px;margin-bottom:55px}.map-heading h2{font-size:46px}.map-heading p{font-size:17px}.map-container{max-width:1200px}.map-container iframe{height:500px}}@media (min-width:992px) and (max-width:1199px){.map-section{padding:80px 5%}.map-heading{max-width:800px;margin-bottom:45px}.map-heading h5{font-size:17px}.map-heading h2{font-size:40px}.map-heading p{font-size:16px;line-height:1.7}.map-container{width:100%}.map-container iframe{height:450px}}@media (min-width:768px) and (max-width:991px){.map-section{padding:70px 5%}.map-heading{max-width:700px;margin-bottom:40px}.map-heading h5{letter-spacing:1.5px;font-size:16px}.map-heading h2{font-size:36px}.map-heading p{font-size:16px;line-height:1.7}.map-container{border-radius:15px;width:100%}.map-container iframe{height:400px}}@media (min-width:577px) and (max-width:767px){.map-section{padding:60px 25px}.map-heading{width:100%;margin-bottom:35px}.map-heading h5{letter-spacing:1.5px;font-size:15px}.map-heading h2{font-size:32px;line-height:1.25}.map-heading p{font-size:15px;line-height:1.7}.map-container{border-radius:12px;width:100%}.map-container iframe{height:350px}}@media (max-width:576px){.map-section{width:100%;padding:55px 18px}.map-heading{width:100%;margin-bottom:30px}.map-heading h5{letter-spacing:1.2px;margin-bottom:10px;font-size:14px}.map-heading h2{margin-bottom:15px;font-size:27px;line-height:1.25}.map-heading p{width:100%;font-size:14px;line-height:1.7}.map-container{border-radius:10px;width:100%}.map-container iframe{width:100%;height:300px}}@media (max-width:400px){.map-section{padding:50px 15px}.map-heading h2{font-size:25px}.map-heading p{font-size:14px}.map-container iframe{height:280px}}
.auto-flow-section{background:#f7f7f7;width:100%;padding:80px 0;overflow:hidden}.flow-heading{text-align:center;margin-bottom:45px}.flow-heading h5{color:#4169e1;letter-spacing:2px;margin-bottom:10px;font-size:18px}.flow-heading h2{color:#111;margin-bottom:15px;font-size:42px}.flow-heading p{color:#666;font-size:18px}.flow-slider{width:100%;position:relative;overflow:hidden}.flow-track{width:max-content;animation:35s linear infinite scrollImages;display:flex}.flow-slider:hover .flow-track{animation-play-state:paused}.flow-card{background:#fff;border-radius:18px;flex:none;width:420px;margin-right:25px;transition:all .4s;overflow:hidden;box-shadow:0 15px 35px #0000001f}.flow-card:hover{transform:translateY(-12px)}.flow-image{object-fit:cover;width:100%;height:300px;transition:all .5s}.flow-card:hover .flow-image{transform:scale(1.08)}@keyframes scrollImages{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (min-width:1600px){.flow-card{width:480px}.flow-image{height:340px}.flow-heading h2{font-size:48px}}@media (max-width:1200px){.flow-card{width:340px}.flow-image{height:250px}.flow-heading h2{font-size:36px}}@media (max-width:992px){.auto-flow-section{padding:60px 0}.flow-card{width:280px;margin-right:18px}.flow-image{height:210px}.flow-heading h2{font-size:30px}.flow-heading p{font-size:16px}}@media (max-width:600px){.auto-flow-section{padding:40px 0}.flow-heading h5{font-size:14px}.flow-heading h2{font-size:24px}.flow-heading p{padding:0 15px;font-size:14px}.flow-card{width:220px;margin-right:15px}.flow-image{height:170px}}
*{box-sizing:border-box;margin:0;padding:0}.contact-page{background:#f7f8fc;width:100%;margin-top:3px;overflow-x:hidden}.contact-banner{width:100%;height:65vh;position:relative;overflow:hidden}.banner-image{object-fit:cover}.banner-overlay{background:#0000008c;position:absolute;inset:0}.banner-content{text-align:center;color:#fff;z-index:2;width:90%;max-width:900px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.banner-content h1{margin-bottom:20px;font-family:Roboto;font-size:30px}.banner-content p{font-family:Roboto;font-size:20px;line-height:34px}.contact-container{align-items:flex-start;gap:60px;width:90%;max-width:1400px;margin:80px auto;display:flex}.contact-info{flex:1}.contact-info h2{color:#4169e1;margin-bottom:20px;font-family:Roboto;font-size:40px}.contact-info>p{color:#555;margin-bottom:35px;font-size:17px;line-height:30px}.info-box{background:#fff;border-radius:15px;align-items:flex-start;gap:18px;margin-bottom:25px;padding:25px;transition:all .4s;display:flex;box-shadow:0 10px 25px #00000014}.info-box:hover{transform:translateY(-8px);box-shadow:0 15px 30px #00000026}.icon{color:#fff;background:#4169e1;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:22px;display:flex}.info-box h3{margin-bottom:8px;font-family:Roboto;font-size:22px}.info-box p{color:#555;line-height:28px}.contact-form{background:#fff;border-radius:20px;flex:1;padding:40px;box-shadow:0 10px 30px #00000014}.contact-form h2{color:#4169e1;margin-bottom:25px;font-size:35px}.contact-form form{flex-direction:column;gap:20px;display:flex}.contact-form input,.contact-form textarea{border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:15px;font-size:16px;transition:all .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:#4169e1;box-shadow:0 0 8px #4169e140}.contact-form textarea{resize:none}.contact-form button{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:8px;padding:16px;font-size:18px;transition:all .4s}.contact-form button:hover{background:#0d47d9;transform:translateY(-3px)}@media (min-width:1400px){.contact-banner{height:75vh}.banner-content h1{font-size:72px}.banner-content p{font-size:24px}.contact-container{width:85%}}@media (max-width:1400px){.banner-content h1{font-size:58px}.contact-container{gap:50px}}@media (max-width:1200px){.contact-banner{height:60vh}.banner-content h1{font-size:48px}.banner-content p{font-size:18px}.contact-info h2,.contact-form h2{font-size:32px}.contact-container{gap:40px}}@media (max-width:992px){.contact-container{flex-direction:column}.contact-info,.contact-form{width:100%}.contact-banner{height:55vh}.banner-content h1{font-size:40px}.banner-content p{font-size:17px;line-height:30px}}@media (max-width:768px){.contact-banner{height:45vh}.banner-content h1{font-size:32px}.banner-content p{font-size:15px;line-height:26px}.contact-container{gap:30px;width:94%;margin:50px auto}.contact-info h2,.contact-form h2{font-size:28px}.contact-form{padding:25px}.info-box{padding:18px}.icon{width:50px;height:50px;font-size:18px}}@media (max-width:480px){.contact-banner{height:38vh}.banner-content{width:95%}.banner-content h1{font-size:26px}.banner-content p{font-size:14px;line-height:24px}.contact-info h2,.contact-form h2{font-size:24px}.contact-info>p{font-size:15px;line-height:26px}.info-box{text-align:center;flex-direction:column;align-items:center;padding:20px}.contact-form{padding:20px}.contact-form input,.contact-form textarea{padding:12px;font-size:14px}.contact-form button{padding:14px;font-size:16px}}
