@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif}
*{box-sizing:border-box;margin:0;padding:0}.home-page{background:#fff;width:100%;overflow-x:hidden}@media (min-width:1440px){.home-page{width:100%}}@media (max-width:1439px) and (min-width:1024px){.home-page{width:100%}}@media (max-width:1023px) and (min-width:768px){.home-page{width:100%}}@media (max-width:767px){.home-page{width:100%}}
.mega-container{z-index:999;width:100%;position:fixed}.navbar{background:#fff;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 6%;display:flex;box-shadow:0 3px 15px #00000014}.logo{align-items:center;text-decoration:none;display:flex}.logoImage{object-fit:contain;width:170px;height:100px}.navMenu{align-items:center;gap:40px;display:flex}.nav-item{color:#222;cursor:pointer;font-family:Roboto,sans-serif;font-size:17px;font-weight:500;transition:all .3s;position:relative}.nav-item:hover{color:#2563eb}.nav-item:after{content:"";background:#2563eb;width:0;height:2px;transition:all .3s;position:absolute;bottom:-6px;left:0}.nav-item:hover:after{width:100%}.show{transform:translateY(0)}.hide{transform:translateY(-100%)}.mega-menu{background:#fff;width:100%;padding:35px;font-family:Roboto;position:absolute;top:90px;left:0;box-shadow:0 12px 30px #0000001f}.right-area{gap:35px;display:flex}.sidebar{border-right:1px solid #ddd;flex-direction:column;width:260px;display:flex}.sidebar-item{color:#000;padding:16px 20px;font-family:Roboto;text-decoration:none;transition:all .3s}.sidebar-item:hover,.sidebar-item.active{color:#fff;background:#2563eb}.content{flex:1;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;display:grid}.card{background:#fff;border-radius:12px;text-decoration:none;transition:all .3s;overflow:hidden;box-shadow:0 6px 18px #00000014}.card:hover{transform:translateY(-6px)}.card img{object-fit:cover;width:100%;height:180px}.card-title{color:#222;padding:18px;font-family:Roboto,sans-serif;font-size:20px}@media (max-width:1200px){.navbar{padding:0 30px}.navMenu{gap:25px}.logoImage{width:150px}}@media (max-width:992px){.navbar{flex-wrap:wrap;gap:20px;height:auto;padding:20px}.navMenu{flex-wrap:wrap;justify-content:center;gap:20px;width:100%}.right-area{flex-direction:column}.sidebar{border-bottom:1px solid #ddd;border-right:none;width:100%}.content{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.logoImage{width:130px}.navMenu{gap:15px}.nav-item{font-size:15px}.content{grid-template-columns:1fr}.card-title{font-size:18px}}@media (max-width:480px){.navbar{padding:15px}.logoImage{width:110px}.navMenu{flex-direction:column;gap:12px}.nav-item{font-size:14px}.mega-menu{padding:20px}.sidebar-item{padding:14px}.card-title{font-size:16px}}
*{box-sizing:border-box;margin:0;padding:0}.top-navbar{z-index:999;background:#010d1a;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 6%;transition:all .4s;display:flex;position:fixed;top:60px;left:0;box-shadow:0 2px 12px #00000014}.show{transform:translateY(0)}.hide{transform:translateY(-100%)}.nav-left{align-items:center;gap:40px;display:flex}.nav-link{color:#fff;font-family:Roboto;font-size:17px;font-weight:500;text-decoration:none;transition:all .3s}.nav-link:hover{color:#2563eb}.nav-right{align-items:center;gap:15px;display:flex}.nav-icon-btn{cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.nav-icon-btn:hover{color:#fff;background:#2563eb}.mobile-menu-btn{cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:none}.mobile-dropdown{z-index:999;background:#fff;flex-direction:column;width:100%;transition:all .4s;display:flex;position:fixed;top:80px;left:-100%;box-shadow:0 5px 15px #00000014}.mobile-dropdown.active{left:0}.mobile-link{color:#000;border-bottom:1px solid #eee;padding:18px;font-family:Roboto,sans-serif;text-decoration:none}@media (max-width:1200px){.top-navbar{padding:0 30px}.nav-left{gap:25px}}@media (max-width:992px){.nav-left{display:none}.mobile-menu-btn{display:flex}}@media (max-width:768px){.top-navbar{height:70px;padding:0 20px}.mobile-dropdown{top:70px}.nav-icon-btn,.mobile-menu-btn{width:38px;height:38px}}@media (max-width:480px){.top-navbar{padding:0 15px}.nav-icon-btn,.mobile-menu-btn{width:34px;height:34px}}
*{box-sizing:border-box;margin:0;padding:0}.hero-video{width:100%;height:100vh;position:relative;overflow:hidden}.background-video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.video-overlay{display:none}.hero-content{z-index:10;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:1400px;height:100%;margin:auto;padding:0 8%;display:flex;position:relative}.hero-tag{color:#fff;background:#2563eb;border-radius:30px;margin-bottom:20px;padding:8px 18px;font-family:Roboto,sans-serif;font-size:15px;font-weight:600;display:inline-block}.hero-content h1{color:#fff;max-width:750px;margin-bottom:25px;font-family:Roboto,sans-serif;font-size:68px;font-weight:700;line-height:1.15}.hero-content p{color:#fff;max-width:650px;font-family:Roboto,sans-serif;font-size:20px;line-height:34px}@media (max-width:1400px){.hero-content h1{font-size:60px}.hero-content p{font-size:19px}}@media (max-width:1200px){.hero-content{padding:0 6%}.hero-content h1{font-size:52px}.hero-content p{font-size:18px;line-height:30px}}@media (max-width:992px){.hero-video{height:85vh}.hero-content{text-align:center;align-items:center}.hero-content h1{font-size:42px}.hero-content p{font-size:17px;line-height:30px}}@media (max-width:768px){.hero-video{height:75vh}.hero-content{padding:0 20px}.hero-tag{font-size:13px}.hero-content h1{font-size:34px}.hero-content p{font-size:15px;line-height:26px}}@media (max-width:480px){.hero-video{height:65vh}.hero-content h1{font-size:28px;line-height:38px}.hero-content p{font-size:14px;line-height:24px}.hero-tag{padding:7px 15px;font-size:12px}}
*{box-sizing:border-box;margin:0;padding:0}.section-heading{padding:20px 20px 30px}.section-heading h3{color:#000;width:fit-content;margin-bottom:10px;margin-right:auto;font-family:Roboto;font-size:15px}.section-heading h1{color:#4169e1;font-family:Roboto;font-size:20px;font-weight:700}.spaces-section{background-position:50%;background-size:cover;justify-content:flex-start;align-items:flex-end;width:100%;min-height:auto;margin-top:70px;padding:20px;transition:background-image .5s;display:flex;position:relative}.overlay{background:#00000073;position:absolute;inset:0}.cards-row{z-index:2;align-items:stretch;gap:20px;width:100%;display:flex;position:relative}.space-card{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;text-align:justify;background:#ffffff1f;border:1px solid #fff3;flex:1;padding:25px;transition:all .4s}.space-card:hover{background:#fff3}.space-card.active{color:#222;background:#fff}.space-card h2,.space-card h3{text-align:left;margin-bottom:10px;font-family:Roboto}.space-card p{text-align:justify;font-family:Roboto;line-height:1.8}@media (min-width:1400px){.section-heading h1{font-size:48px}.spaces-section{min-height:500px;margin-top:80px}}@media (max-width:1399px) and (min-width:1024px){.cards-row{gap:15px}.section-heading h1{font-size:36px}.spaces-section{margin-top:70px}}@media (max-width:1023px){.section-heading{padding:20px}.section-heading h3{font-size:18px}.section-heading h1{font-size:32px}.spaces-section{min-height:auto;margin-top:60px;padding:30px}.cards-row{flex-direction:column}.space-card{text-align:justify;width:100%}.space-card p{text-align:justify}}@media (max-width:767px){.section-heading{padding:20px 15px}.section-heading h3{font-size:18px}.section-heading h1{font-size:24px}.spaces-section{margin-top:50px;padding:15px}.space-card{text-align:justify;padding:18px}.space-card h2{font-size:20px}.space-card h3{font-size:18px}.space-card p{text-align:justify;font-size:14px;line-height:1.6}}@media (max-width:480px){.section-heading h3{font-size:16px}.section-heading h1{font-size:22px}.spaces-section{margin-top:40px}.space-card{padding:15px}.space-card h2{font-size:18px}.space-card h3{font-size:17px}.space-card p{text-align:justify;font-size:13px;line-height:1.6}}
*{box-sizing:border-box;margin:0;padding:0}.industry-section{background:#fff;border:1px solid #ddd;width:100%;max-width:1400px;margin:60px auto;display:flex}.industry-sidebar{background:#fff;border-right:1px solid #ddd;flex-direction:column;width:320px;display:flex}.industry-btn{text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #eee;width:100%;padding:22px 25px;font-size:18px;font-weight:500;transition:all .3s}.industry-btn:hover{background:#f5f5f5}.industry-btn.active{color:#fff;background:#4169e1}.industry-content{flex-direction:column;flex:1;display:flex}.industry-image{object-fit:cover;width:100%;height:420px}.industry-text{padding:35px}.industry-text h2{color:#222;margin-bottom:20px;font-size:34px;line-height:1.3}.industry-text p{color:#555;margin-bottom:25px;font-size:17px;line-height:1.8}.industry-links{flex-wrap:wrap;gap:20px;display:flex}.industry-links a{color:#4169e1;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s}.industry-links a:hover{color:#000}@media (min-width:1600px){.industry-section{max-width:1500px}.industry-image{height:500px}.industry-text h2{font-size:40px}}@media (max-width:1400px){.industry-section{max-width:1200px}.industry-sidebar{width:280px}.industry-image{height:380px}}@media (max-width:1200px){.industry-sidebar{width:240px}.industry-btn{padding:18px;font-size:16px}.industry-image{height:340px}.industry-text h2{font-size:28px}}@media (max-width:992px){.industry-section{flex-direction:column}.industry-sidebar{border-bottom:1px solid #ddd;border-right:none;flex-direction:row;width:100%;display:flex;overflow-x:auto}.industry-btn{text-align:center;border-bottom:none;border-right:1px solid #ddd;min-width:220px}.industry-image{height:300px}.industry-text{padding:25px}.industry-text h2{font-size:26px}}@media (max-width:768px){.industry-sidebar{flex-direction:column}.industry-btn{text-align:left;width:100%;min-width:100%}.industry-image{height:230px}.industry-text{padding:20px}.industry-text h2{font-size:22px}.industry-text p{font-size:15px}.industry-links{gap:12px}.industry-links a{font-size:14px}}@media (max-width:480px){.industry-section{margin:20px auto}.industry-image{height:180px}.industry-btn{padding:15px;font-size:15px}.industry-text h2{font-size:20px}.industry-text p{font-size:14px;line-height:1.6}.industry-links{flex-direction:column;gap:10px}.industry-links a{font-size:13px}}
*{box-sizing:border-box;margin:0;padding:0}.servoluxe-hero{background:#000;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.servoluxe-video{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.servoluxe-overlay{z-index:2;background:#00000073;width:100%;height:100%;position:absolute;top:0;left:0}.servoluxe-content{z-index:3;color:#fff;justify-content:space-between;align-items:flex-end;gap:80px;width:90%;max-width:1400px;padding-bottom:80px;display:flex;position:relative}.servoluxe-left{flex:1}.servoluxe-left h1{margin-bottom:45px;margin-left:43px;font-size:72px;font-weight:700;line-height:1.1}.servoluxe-watch{align-items:center;gap:20px;display:flex}.servoluxe-play-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:50%;width:70px;height:70px;font-size:24px;transition:all .3s}.servoluxe-play-btn:hover{background:#0057d9;transform:scale(1.08)}.servoluxe-watch-text h3{margin-bottom:8px;font-size:24px}.servoluxe-watch-text span{opacity:.85;font-size:16px}.servoluxe-right{flex:1;max-width:550px}.servoluxe-right p{font-size:23px;font-weight:300;line-height:1.8}@media (min-width:1600px){.servoluxe-left h1{font-size:90px}.servoluxe-right p{font-size:28px}}@media (max-width:1400px){.servoluxe-left h1{font-size:64px}.servoluxe-right p{font-size:20px}.servoluxe-content{gap:60px}}@media (max-width:1200px){.servoluxe-content{gap:50px;padding-bottom:60px}.servoluxe-left h1{font-size:52px}.servoluxe-right p{font-size:18px}.servoluxe-play-btn{width:60px;height:60px;font-size:20px}}@media (max-width:992px){.servoluxe-hero{height:90vh}.servoluxe-content{flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:35px;padding-bottom:40px}.servoluxe-left h1{font-size:42px}.servoluxe-right{max-width:100%}.servoluxe-right p{font-size:17px;line-height:1.7}}@media (max-width:768px){.servoluxe-hero{height:80vh}.servoluxe-content{width:92%;padding-bottom:25px}.servoluxe-left h1{margin-bottom:20px;font-size:32px}.servoluxe-watch{gap:15px}.servoluxe-play-btn{width:52px;height:52px;font-size:18px}.servoluxe-watch-text h3{font-size:18px}.servoluxe-watch-text span{font-size:13px}.servoluxe-right p{font-size:15px;line-height:1.6}}@media (max-width:480px){.servoluxe-hero{height:70vh}.servoluxe-left h1{font-size:26px}.servoluxe-play-btn{width:45px;height:45px;font-size:15px}.servoluxe-watch-text h3{font-size:16px}.servoluxe-watch-text span{font-size:12px}.servoluxe-right p{font-size:14px;line-height:1.5}}
.historySection{background:#fff;justify-content:space-between;align-items:center;gap:60px;width:100%;padding:70px 8%;display:flex}.historyContent{flex-direction:column;flex:1;height:620px;display:flex}.historySubTitle{color:#1e40af;margin-bottom:15px;font-family:Roboto;font-size:18px;font-weight:600;display:block}.historyContent h2{color:#111;margin-top:40px;margin-bottom:20px;font-family:Roboto;font-size:30px}.historyContent p{color:#000;margin-top:10px;font-family:Roboto;font-size:18px;line-height:1.8}.historyImage{border-radius:12px;flex:1;height:620px;position:relative;overflow:hidden}.historyImg{object-fit:cover;transition:all .5s}.historyImage:hover .historyImg{transform:scale(1.05)}.historyOverlay{color:#fff;background:linear-gradient(#0000,#00000040,#000000e6);width:100%;padding:30px;position:absolute;bottom:0;left:0}.historyOverlay span{letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:14px;display:block}.historyOverlay h3{margin-bottom:12px;font-size:34px}.historyOverlay p{font-size:16px;line-height:1.6}@media (max-width:1200px){.historySection{gap:40px}.historyContent h2{font-size:40px}.historyImage{height:520px}}@media (max-width:992px){.historySection{flex-direction:column}.historyContent{width:100%}.historyImage{width:100%;height:500px}.historyContent h2{font-size:36px}.historyContent p{font-size:17px}}@media (max-width:768px){.historySection{padding:50px 20px}.historyContent h2{font-size:30px}.historyContent p{font-size:15px;line-height:1.6}.historyImage{height:380px}.historyOverlay{padding:20px}.historyOverlay h3{font-size:24px}.historyOverlay p{font-size:14px}}@media (max-width:480px){.historyContent h2{font-size:26px}.historyContent p{font-size:14px}.historyImage{height:300px}.historyOverlay{padding:15px}.historyOverlay h3{font-size:20px}.historyOverlay span{font-size:12px}.historyOverlay p{font-size:13px}}
*{box-sizing:border-box;margin:0;padding:0}.aboutus-section{width:100%;height:100vh;margin-top:100px;position:relative;overflow:hidden}.aboutus-video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.aboutus-overlay{background:#00000073;position:absolute;inset:0}.aboutus-content{z-index:2;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:70px;display:flex;position:relative}.aboutus-top h1{color:#fff;margin-top:50px;margin-left:70px;font-family:Roboto;font-size:20px;font-weight:700;line-height:1.1}.aboutus-bottom{justify-content:space-between;align-items:flex-end;gap:60px;display:flex}.aboutus-watch{align-items:center;gap:18px;display:flex}.aboutus-play-btn{color:#fff;cursor:pointer;background:#07f;border:none;border-radius:50%;width:70px;height:70px;font-size:24px;transition:all .3s}.aboutus-play-btn:hover{transform:scale(1.08)}.aboutus-watch-text h3{color:#fff;margin-bottom:6px;font-family:Roboto;font-size:28px}.aboutus-watch-text span{color:#ddd;font-size:16px}.aboutus-description{max-width:500px}.aboutus-description p{color:#fff;margin-top:-220px;margin-left:50px;font-family:Roboto;font-size:20px;line-height:1.8}@media (min-width:1600px){.aboutus-top h1{font-size:88px}.aboutus-description p{font-size:24px}}@media (max-width:1400px){.aboutus-content{padding:60px}.aboutus-top h1{font-size:60px}.aboutus-description p{font-size:18px}}@media (max-width:1200px){.aboutus-content{padding:50px}.aboutus-top h1{font-size:52px}.aboutus-bottom{gap:40px}.aboutus-watch-text h3{font-size:24px}}@media (max-width:992px){.aboutus-content{padding:40px}.aboutus-top h1{text-align:center;font-size:42px}.aboutus-bottom{text-align:center;flex-direction:column;align-items:center;gap:30px}.aboutus-description{max-width:100%}}@media (max-width:768px){.aboutus-section{height:80vh}.aboutus-content{padding:30px 20px}.aboutus-top h1{font-size:34px}.aboutus-watch{flex-direction:column}.aboutus-play-btn{width:60px;height:60px;font-size:20px}.aboutus-watch-text h3{font-size:20px}.aboutus-watch-text span{font-size:14px}.aboutus-description p{font-size:16px;line-height:1.7}}@media (max-width:480px){.aboutus-section{height:75vh}.aboutus-content{padding:20px 15px}.aboutus-top h1{font-size:28px}.aboutus-play-btn{width:50px;height:50px;font-size:18px}.aboutus-watch-text h3{font-size:18px}.aboutus-description p{font-size:14px}}
*{box-sizing:border-box;margin:0;padding:0}.definedquality{width:100%;height:100vh;margin-top:120px;position:relative;overflow:hidden}.definedquality-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.definedquality-overlay{background:#0000008c;position:absolute;inset:0}.definedquality-container{z-index:2;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 8%;display:flex;position:relative}.definedquality-left{width:50%}.definedquality-left h5{color:#4169e1;letter-spacing:3px;text-transform:uppercase;margin-bottom:20px;font-size:18px}.definedquality-left h1{color:#fff;margin-bottom:35px;margin-left:10px;font-family:Roboto;font-size:20px}.definedquality-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:50px;padding:16px 38px;font-size:18px;transition:all .4s}.definedquality-btn:hover{color:#4169e1;background:#fff}.definedquality-right{width:42%}.definedquality-right p{color:#fff;font-family:Roboto;font-size:22px;line-height:1.9}@media (min-width:1600px){.definedquality-left h1{font-size:72px}.definedquality-right p{font-size:24px}}@media (max-width:1400px){.definedquality-left h1{font-size:56px}.definedquality-right p{font-size:20px}}@media (max-width:1200px){.definedquality-container{padding:0 6%}.definedquality-left h1{font-size:48px}.definedquality-right p{font-size:18px}}@media (max-width:992px){.definedquality{height:auto;padding:100px 0}.definedquality-container{text-align:center;flex-direction:column;gap:50px}.definedquality-left,.definedquality-right{width:100%}.definedquality-left h1{font-size:42px}.definedquality-right p{max-width:700px;margin:auto;font-size:18px}}@media (max-width:768px){.definedquality{padding:80px 0}.definedquality-container{padding:0 25px}.definedquality-left h5{font-size:15px}.definedquality-left h1{font-size:34px}.definedquality-right p{font-size:16px;line-height:1.8}.definedquality-btn{padding:14px 28px;font-size:16px}}@media (max-width:480px){.definedquality{padding:60px 0}.definedquality-container{padding:0 18px}.definedquality-left h5{font-size:13px}.definedquality-left h1{font-size:28px}.definedquality-right p{font-size:15px}.definedquality-btn{width:100%;padding:14px;font-size:15px}}
.history{background:#fff;justify-content:space-between;align-items:flex-start;gap:50px;width:100%;padding:70px 8%;display:flex}.historyLeft{flex:1}.historyLeft h2{color:#111;margin-top:200px;font-family:Roboto;font-size:42px}.leftImage{width:100%}.leftImage img{object-fit:cover;border-radius:10px;width:100%;height:100px}.historyRight{flex:1;gap:25px;display:flex}.timeline{flex-direction:column;gap:15px;display:flex}.timeline button{cursor:pointer;text-align:left;color:#333;background:0 0;border:none;padding:10px 20px;font-size:16px}.timeline button.active{color:#fff;background:#0b5ed7;border-radius:30px}.historyCard{border-radius:10px;width:420px;height:600px;position:relative;overflow:hidden}.historyCard img{object-fit:cover;width:100%;height:300px}.overlay{color:#fff;width:100%;padding:25px;position:absolute;bottom:0;left:0}.overlay span{text-transform:uppercase;margin-bottom:10px;font-size:13px;display:block}.overlay h3{margin-bottom:10px;font-size:30px}.overlay p{font-size:15px;line-height:1.6}@media (max-width:1200px){.historyCard{width:360px;height:520px}.leftImage img{height:480px}}@media (max-width:992px){.history{flex-direction:column}.historyRight{width:100%}.leftImage img{height:420px}.historyCard{width:100%;height:500px}}@media (max-width:768px){.history{padding:40px 20px}.historyRight{flex-direction:column}.timeline{white-space:nowrap;flex-direction:row;overflow-x:auto}.leftImage img{height:300px}.historyCard{width:100%;height:380px}.historyLeft h2{font-size:30px}.overlay h3{font-size:24px}}@media (max-width:480px){.leftImage img{height:250px}.historyCard{height:320px}.historyLeft h2{font-size:24px}.overlay{padding:15px}.overlay h3{font-size:20px}.overlay p{font-size:13px}}
.heroSection{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;min-height:550px;display:flex;position:relative;overflow:hidden}.heroOverlay{background:#0000008c;position:absolute;inset:0}.heroContainer{z-index:2;justify-content:space-between;align-items:center;gap:60px;width:100%;max-width:1400px;margin:auto;padding:0 6%;display:flex;position:relative}.contentBox{flex:1;max-width:700px}.mainTitle{color:#fff;margin-bottom:25px;font-family:Roboto,sans-serif;font-size:64px;font-weight:700;line-height:1.15}.description{font-size:20px;line-height:1.8;font-family:"Roboto",;color:#fff!important}.enquireWrapper{flex-shrink:0}.enquireBtn{color:#4169e1;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:18px 40px;font-size:17px;font-weight:700;transition:all .4s}.enquireBtn:hover{color:#fff;background:#2563eb;transform:translateY(-3px)}@media (max-width:1400px){.mainTitle{font-size:56px}.description{font-size:19px}}@media (max-width:1200px){.heroContainer{gap:40px}.mainTitle{font-size:48px}.description{font-size:18px}.enquireBtn{padding:16px 34px}}@media (max-width:992px){.heroSection{min-height:600px}.heroContainer{text-align:center;flex-direction:column;justify-content:center}.contentBox{max-width:100%}.mainTitle{font-size:42px}.description{font-size:17px}}@media (max-width:768px){.heroSection{min-height:500px}.heroContainer{padding:0 20px}.mainTitle{margin-bottom:20px;font-size:34px}.description{font-size:15px;line-height:1.7}.enquireBtn{width:100%;max-width:260px;padding:15px 25px;font-size:15px}}@media (max-width:480px){.heroSection{min-height:420px}.mainTitle{font-size:28px}.description{font-size:14px}.enquireBtn{width:100%;padding:14px 20px;font-size:14px}}
.unifiedSection{background:#f8f8f8;width:100%;padding:80px 6%}.unifiedContainer{max-width:1400px;margin:auto}.unifiedHeader{text-align:center;margin-bottom:60px}.unifiedHeader h2{color:#111;margin-bottom:20px;font-size:30px;font-weight:800}.unifiedHeader p{color:#555;max-width:900px;margin:auto;font-size:18px;line-height:32px}.unifiedRow{justify-content:space-between;align-items:center;gap:60px;display:flex}.leftContent{flex-direction:column;flex:1;gap:25px;display:flex}.unifiedCard{background:#fff;border-left:5px solid #4169e1;border-radius:15px;padding:30px;transition:all .4s;box-shadow:0 10px 30px #00000014}.unifiedCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.unifiedCard h3{color:#111;margin-bottom:15px;font-family:Roboto;font-size:20px;font-weight:700}.unifiedCard p{color:#666;font-family:Roboto;font-size:16px;line-height:30px}.rightImage{flex:1;justify-content:center;align-items:center;display:flex}.image{object-fit:cover;border-radius:20px;width:100%;max-width:600px;height:auto;box-shadow:0 15px 40px #00000026}@media (max-width:1400px){.unifiedHeader h2{font-size:40px}.image{max-width:550px}}@media (max-width:1200px){.unifiedRow{gap:40px}.unifiedHeader h2{font-size:36px}.unifiedCard h3{font-size:22px}}@media (max-width:992px){.unifiedRow{flex-direction:column-reverse}.leftContent,.rightImage{width:100%}.image{max-width:100%}.unifiedHeader h2{font-size:32px}.unifiedHeader p{font-size:17px}}@media (max-width:768px){.unifiedSection{padding:60px 20px}.unifiedHeader{margin-bottom:40px}.unifiedHeader h2{font-size:28px;line-height:38px}.unifiedHeader p{font-size:15px;line-height:28px}.unifiedCard{padding:22px}.unifiedCard h3{font-size:20px}.unifiedCard p{font-size:15px;line-height:26px}}@media (max-width:480px){.unifiedHeader h2{font-size:24px;line-height:34px}.unifiedHeader p{font-size:14px;line-height:24px}.unifiedCard{padding:18px}.unifiedCard h3{font-size:18px}.unifiedCard p{font-size:14px;line-height:24px}.image{border-radius:12px}}
.projects{background:#fff;width:100%;padding:80px 20px}.projects-container{justify-content:space-between;align-items:center;gap:60px;max-width:1300px;margin:auto;display:flex}.projects-left,.projects-right{flex:1}.projects-left h5{color:#4169e1;letter-spacing:1px;margin-bottom:15px;font-size:18px}.projects-left h1{color:#222;font-size:46px;line-height:1.3}.projects-right p{color:#666;margin-bottom:25px;font-size:17px;line-height:1.8}.projects-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;padding:15px 35px;font-size:16px;transition:all .3s}.projects-btn:hover{background:#000}@media (min-width:1400px){.projects-container{max-width:1400px}.projects-left h1{font-size:54px}}@media (min-width:1200px) and (max-width:1399px){.projects-left h1{font-size:46px}}@media (min-width:992px) and (max-width:1199px){.projects-container{gap:40px}.projects-left h1{font-size:38px}.projects-right p{font-size:16px}}@media (min-width:768px) and (max-width:991px){.projects-container{text-align:center;flex-direction:column;gap:35px}.projects-left h1{font-size:34px}}@media (max-width:767px){.projects{padding:50px 15px}.projects-container{text-align:center;flex-direction:column;gap:30px}.projects-left h5{font-size:16px}.projects-left h1{font-size:28px}.projects-right p{font-size:15px}.projects-btn{width:100%;padding:14px;font-size:15px}}
*{box-sizing:border-box;margin:0;padding:0}.cardSliderSection{background:#efebff;width:100%;padding:80px 6%;overflow:hidden}.sliderContainer{justify-content:center;align-items:center;gap:25px;max-width:1400px;margin:auto;display:flex;position:relative}.sliderWrapper{width:100%;overflow:hidden}.sliderTrack{transition:all .6s;display:flex}.cardItem{min-width:33.333%;padding:15px}.cardItem:hover .cardImage{transform:scale(1.08)}.imageBox{border-radius:16px 16px 0 0;position:relative;overflow:hidden}.cardImage{object-fit:cover;width:100%;height:220px;transition:all .5s}.badge{z-index:2;color:#555;letter-spacing:.5px;background:#fff;border-radius:30px;padding:7px 15px;font-size:12px;font-weight:700;position:absolute;top:14px;left:14px}.cardContent{background:#fff;border-radius:0 0 16px 16px;padding:22px;box-shadow:0 10px 35px #00000014}.cardContent h3{color:#222;margin-bottom:15px;font-family:Roboto;font-size:24px;font-weight:700;line-height:34px}.cardContent p{color:#777;margin-bottom:25px;font-family:Roboto;font-size:15px;line-height:28px}.bottomRow{justify-content:space-between;align-items:center;gap:15px;display:flex}.author{align-items:center;gap:12px;display:flex}.avatar{object-fit:cover;border-radius:50%;width:45px;height:45px}.author h5{color:#222;margin-bottom:3px;font-family:Roboto;font-size:15px}.author span{color:#888;font-size:13px}.readBtn{cursor:pointer;color:#fff;background:#4169e1;border:none;border-radius:30px;outline:none;padding:12px 22px;font-size:14px;font-weight:600;transition:all .4s}.readBtn:hover{background:#5537ff}.arrow{cursor:pointer;color:#6a5cff;background:#fff;border:none;border-radius:50%;flex-shrink:0;width:55px;height:55px;font-size:28px;transition:all .4s;box-shadow:0 10px 25px #00000026}.arrow:hover{color:#fff;background:#6a5cff;transform:scale(1.08)}.leftArrow{order:1}.sliderWrapper{order:2}.rightArrow{order:3}.dots{justify-content:center;align-items:center;gap:10px;margin-top:35px;display:flex}.dot{cursor:pointer;background:#c9c9c9;border-radius:50%;width:12px;height:12px;transition:all .4s}.dot.active{background:#7258ff;border-radius:20px;width:34px}@media (max-width:1400px){.cardSliderSection{padding:70px 4%}.sliderContainer{max-width:1200px}.cardItem{min-width:33.333%}.cardImage{height:210px}.cardContent h3{font-size:22px;line-height:30px}.cardContent p{font-size:15px;line-height:26px}}@media (max-width:1200px){.cardSliderSection{padding:70px 30px}.sliderContainer{gap:15px}.cardItem{min-width:50%}.cardImage{height:210px}.cardContent{padding:20px}.cardContent h3{font-size:21px;line-height:30px}.cardContent p{font-size:15px;line-height:25px}.arrow{width:50px;height:50px;font-size:24px}.readBtn{padding:10px 18px}}@media (max-width:992px){.cardSliderSection{padding:60px 25px}.sliderContainer{gap:10px}.cardItem{min-width:100%;padding:10px}.cardImage{height:260px}.cardContent{padding:20px}.cardContent h3{font-size:22px;line-height:30px}.cardContent p{font-size:15px;line-height:25px}.bottomRow{flex-wrap:wrap;gap:15px}.readBtn{width:100%}.arrow{width:45px;height:45px;font-size:22px}}@media (max-width:768px){.cardSliderSection{padding:50px 18px}.sliderContainer{gap:8px}.cardItem{min-width:100%;padding:5px}.cardImage{height:220px}.badge{padding:6px 12px;font-size:11px}.cardContent{padding:18px}.cardContent h3{font-size:20px;line-height:28px}.cardContent p{font-size:14px;line-height:24px}.bottomRow{flex-direction:column;align-items:flex-start}.author{width:100%}.readBtn{width:100%;padding:12px}.arrow{width:40px;height:40px;font-size:20px}.dots{margin-top:25px}.dot{width:10px;height:10px}.dot.active{width:28px}}@media (max-width:480px){.cardSliderSection{padding:40px 15px}.sliderContainer{gap:5px}.cardItem{min-width:100%;padding:0}.cardImage{height:180px}.badge{padding:5px 10px;font-size:10px;top:10px;left:10px}.cardContent{padding:15px}.cardContent h3{font-size:18px;line-height:25px}.cardContent p{font-size:13px;line-height:22px}.author h5{font-size:14px}.author span{font-size:12px}.avatar{width:40px;height:40px}.readBtn{width:100%;padding:10px;font-size:13px}.arrow{width:35px;height:35px;font-size:18px}}@media (max-width:360px){.cardImage{height:160px}.cardContent h3{font-size:16px}.cardContent p{font-size:12px;line-height:20px}.badge{font-size:9px}.readBtn{font-size:12px}.arrow{width:32px;height:32px;font-size:16px}}
.features-section{background:#f8fafc;width:100%;padding:80px 5%}.features-container{grid-template-columns:1fr 1fr;align-items:center;gap:50px;max-width:1400px;margin:auto;display:grid}.subtitle{color:#2563eb;letter-spacing:2px;margin-bottom:15px;font-family:Roboto;font-size:14px;font-weight:700}.features-left h1{color:#111827;margin-bottom:20px;font-family:Roboto;font-size:52px}.description{color:#000;margin-bottom:30px;font-family:Roboto;font-size:18px;line-height:1.8}.features-image{border-radius:20px;overflow:hidden}.features-image img{object-fit:cover;border-radius:20px;width:100%;height:450px;transition:all .5s}.features-image:hover img{transform:scale(1.08)}.features-right{grid-template-columns:repeat(2,1fr);gap:25px;display:grid}.feature-card{background:#fff;border-radius:18px;transition:all .4s;overflow:hidden;box-shadow:0 10px 25px #00000014}.feature-card:hover{transform:translateY(-10px)}.card-image{overflow:hidden}.card-image img{object-fit:cover;width:100%;height:220px;transition:all .5s}.feature-card:hover .card-image img{transform:scale(1.1)}.card-content{padding:20px}.card-content h3{color:#111827;margin-bottom:10px;font-family:Roboto;font-size:22px}.card-content p{color:#000;font-family:Roboto;font-size:17px;line-height:1.7}@media (max-width:1200px){.features-left h1{font-size:42px}}@media (max-width:992px){.features-container{grid-template-columns:1fr}.features-right{grid-template-columns:repeat(2,1fr)}.features-left{text-align:center}}@media (max-width:768px){.features-section{padding:60px 4%}.features-left h1{font-size:32px}.features-right{grid-template-columns:1fr}.features-image img{height:300px}.card-image img{height:200px}}@media (max-width:480px){.features-left h1{font-size:28px}.card-content h3{font-size:20px}.card-content p{font-size:14px}}
*{box-sizing:border-box;margin:0;padding:0}.footer-wrapper{color:#fff;background:#4169e1;width:100%}.cta-box{background:#4169e1;border-radius:20px;justify-content:space-between;gap:40px;max-width:1400px;margin:auto;padding:50px;display:flex;transform:translateY(-50px)}.cta-left,.cta-right{flex:1}.cta-subtitle{letter-spacing:2px;margin-bottom:15px;font-size:14px}.cta-left h1{font-family:Roboto;font-size:48px;line-height:1.2}.cta-right p{margin-bottom:20px;font-family:Roboto;font-size:18px;line-height:1.7}.cta-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:10px;padding:15px 30px}.footer{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;max-width:1400px;margin:auto;padding:40px 20px 80px;display:grid}.footer-col h3,.logo{margin-bottom:20px}.footer-col p,.footer-col li{color:#cbd5e1;line-height:1.8}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:12px}.footer-col a{color:#fff;text-decoration:none}.socials{gap:15px;margin-top:20px;display:flex}.socials a{background:#1e293b;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.whatsapp-btn{position:fixed;bottom:20px;right:20px}@media (min-width:1441px){.cta-left h1{font-size:60px}}@media (min-width:993px) and (max-width:1440px){.footer{grid-template-columns:repeat(4,1fr)}}@media (min-width:601px) and (max-width:992px){.cta-box{flex-direction:column;padding:35px}.footer{grid-template-columns:repeat(2,1fr)}.cta-left h1{font-size:36px}}@media (max-width:600px){.cta-box{flex-direction:column;margin:0 10px;padding:25px}.cta-left h1{font-size:26px}.cta-right p{font-size:14px}.footer{grid-template-columns:1fr;gap:30px}.whatsapp-btn{bottom:12px;right:12px}}
*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%;overflow:hidden auto}body{margin:0;padding:0}.productslider-section{text-align:center;background:#f5f5f5;width:100%;margin-top:50px;padding:50px 20px}.productslider-top-content{max-width:800px;margin:0 auto 40px}.productslider-top-content h2{color:#222;margin-bottom:10px;font-size:32px}.productslider-top-content p{color:#666;font-size:16px;line-height:1.6}.productslider-container{width:100%;overflow:hidden}.productslider-track{transition:transform .6s ease-in-out;display:flex}.productslider-card{min-width:33.33%;padding:10px}.productslider-card img{object-fit:cover;width:100%;height:350px}.productslider-card-footer{justify-content:space-between;align-items:center;padding:12px 5px;display:flex}.productslider-card-footer h3{color:#333;font-size:18px}.productslider-arrow{color:red;cursor:pointer;font-size:20px;transition:all .3s}.productslider-arrow:hover{transform:translate(5px)}@media (max-width:1200px){.productslider-card{min-width:50%}}@media (max-width:992px){.productslider-section{margin-top:30px}.productslider-container{margin-top:20px}}@media (max-width:600px){.productslider-section{margin-top:20px}.productslider-container{margin-top:15px}.productslider-top-content h2{font-size:22px}.productslider-top-content p{font-size:13px}.productslider-card img{height:220px}.productslider-card-footer h3{font-size:16px}}@media (min-width:1400px){.productslider-card img{height:400px}}
.float-btn{z-index:99999;position:fixed;bottom:35px;right:25px}.float-btn-link{color:#fff;background:#0056b3;border-radius:50px;justify-content:center;align-items:center;width:170px;height:55px;font-size:17px;font-weight:600;text-decoration:none;transition:all .4s;display:flex;box-shadow:0 8px 25px #00000040}.float-btn-link:hover{background:#003f8a;transform:translateY(-4px);box-shadow:0 15px 35px #00000059}html,body{scroll-behavior:smooth;overflow-x:hidden}@media (min-width:1600px){.float-btn{bottom:45px;right:40px}.float-btn-link{width:190px;height:60px;font-size:19px}}@media (max-width:1400px){.float-btn{bottom:35px;right:25px}.float-btn-link{width:165px;height:54px;font-size:17px}}@media (max-width:1200px){.float-btn{bottom:30px;right:22px}.float-btn-link{width:155px;height:52px;font-size:16px}}@media (max-width:992px){.float-btn{bottom:25px;right:18px}.float-btn-link{width:145px;height:48px;font-size:15px}}@media (max-width:768px){.float-btn{bottom:20px;right:15px}.float-btn-link{width:130px;height:45px;font-size:14px}}@media (max-width:576px){.float-btn{bottom:18px;right:12px}.float-btn-link{width:120px;height:42px;font-size:13px}}@media (max-width:375px){.float-btn{bottom:15px;right:10px}.float-btn-link{width:110px;height:40px;font-size:12px}}
html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}#__next{width:100%;min-height:100vh}.slider-wrapper{width:100%;height:100vh;margin:0;padding:0}.slider-container{width:100%;height:100vh;position:relative;overflow:hidden}.slide{opacity:0;width:100%;height:100%;transition:opacity .8s;position:absolute;inset:0}.slide.active{opacity:1}.slide img,.slide span img{object-fit:cover;width:100%;height:100%}.slider-container:before{content:"";z-index:1;background:#00000059;position:absolute;inset:0}.overlay-content{z-index:2;color:#fff;max-width:700px;position:absolute;top:50%;left:8%;transform:translateY(-50%)}.slider-heading{font-size:60px;font-weight:700;line-height:1.2}.price-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:12px;width:360px;margin-top:20px;padding:22px}.slider-dots{z-index:10;gap:8px;display:flex;position:absolute;bottom:25px;left:50%;transform:translate(-50%)}.slider-dot{cursor:pointer;background:#fff9;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.slider-dot.active{background:#fff;border-radius:20px;width:26px}@media screen and (min-width:1025px){.slider-container{height:600px}.slider-heading{font-size:48px}.price-box{width:350px}}@media screen and (min-width:769px) and (max-width:1024px){.slider-container{height:500px}.overlay-content{left:6%}.slider-heading{max-width:550px;font-size:36px}.price-box{width:300px;padding:18px}}@media screen and (min-width:481px) and (max-width:768px){.slider-container{height:400px}.overlay-content{top:50%;left:5%}.slider-heading{max-width:420px;font-size:28px}.price-box{width:280px;padding:15px}.price-box h2{font-size:20px}.price-box p{font-size:14px}}@media screen and (max-width:480px){.slider-container{height:300px}.overlay-content{top:50%;left:4%;right:4%}.slider-heading{max-width:100%;font-size:18px;line-height:1.4}.price-box{width:100%;margin-top:12px;padding:12px}.price-box h2{font-size:16px}.price-box p{font-size:12px}}
.spaces-section{background-position:50%;background-size:cover;width:100%;height:100vh;margin-top:100px;transition:all .5s;position:relative}.overlay{background:#00000059;position:absolute;inset:0}.spaces-title{color:#fff;z-index:2;font-size:60px;position:absolute;top:40px;left:60px}.cards-row{z-index:2;justify-content:space-around;align-items:end;width:100%;padding:0 30px;display:flex;position:absolute;bottom:60px}.space-card{color:#fff;cursor:pointer;transition:all .3s}.space-card h3{font-family:Roboto;font-size:24px}.space-card.active{color:#000;background:#ffffffd9;width:290px;padding:35px}.space-card.active h2{margin-bottom:15px;font-family:Roboto;font-size:30px}.space-card.active p{margin-bottom:20px;font-family:Roboto}.space-card.active button{cursor:pointer;background:#fff;border:1px solid #000;width:150px;height:50px}.arrow-btn{color:#fff;cursor:pointer;z-index:3;background:#4169e1;border:none;border-radius:50%;width:60px;height:60px;font-size:28px;position:absolute;bottom:120px;right:40px}.section-heading{text-align:center;padding:60px 20px 30px}.section-heading h3{color:#4169e1;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-family:Roboto;font-size:20px}.section-heading h1{color:#111;font-family:Roboto;font-size:42px;font-weight:700}@media (max-width:992px){.spaces-title{font-size:44px;left:30px}.cards-row{flex-wrap:wrap;gap:20px}}@media (max-width:768px){.spaces-section{height:auto;min-height:100vh}.cards-row{flex-direction:column;align-items:center;padding:120px 20px 40px;position:static}.space-card.active{width:100%}.arrow-btn{bottom:20px;right:20px}}@media screen and (min-width:1025px){.spaces-section{height:100vh}.spaces-title{font-size:60px;top:40px;left:60px}.cards-row{padding:0 30px;bottom:60px}.space-card.active{width:290px;padding:35px}.space-card.active h2{font-size:42px}.arrow-btn{bottom:120px;right:40px}}@media screen and (min-width:769px) and (max-width:1024px){.spaces-section{height:90vh}.spaces-title{font-size:48px;top:30px;left:40px}.cards-row{gap:15px;padding:0 20px;bottom:40px}.space-card h3{font-size:20px}.space-card.active{width:240px;padding:25px}.space-card.active h2{font-size:30px}.space-card.active p{font-size:14px}.arrow-btn{width:55px;height:55px;bottom:100px;right:25px}}@media screen and (min-width:481px) and (max-width:768px){.spaces-section{height:auto;min-height:100vh}.spaces-title{font-size:38px;top:20px;left:20px}.cards-row{flex-wrap:wrap;justify-content:center;gap:20px;padding:120px 20px 30px;position:static}.space-card h3{font-size:18px}.space-card.active{width:90%;padding:20px}.space-card.active h2{font-size:26px}.space-card.active p{font-size:14px}.space-card.active button{width:130px;height:45px}.arrow-btn{width:50px;height:50px;font-size:22px;bottom:20px;right:20px}}@media screen and (max-width:480px){.spaces-section{height:auto;min-height:100vh}.spaces-title{font-size:28px;top:15px;left:15px}.cards-row{flex-direction:column;align-items:center;gap:15px;padding:80px 15px 20px;display:flex;position:static}.space-card{text-align:center;width:100%}.space-card h3{font-size:16px}.space-card.active{width:100%;padding:18px}.space-card.active h2{font-size:22px}.space-card.active p{font-size:12px;line-height:1.5}.space-card.active button{width:110px;height:40px;font-size:14px}.arrow-btn{width:45px;height:45px;font-size:18px;bottom:15px;right:15px}}
*{box-sizing:border-box;margin:0;padding:0}.tracker-container{background:#f5f7fb;width:100%;min-height:100vh;padding:50px 20px;font-family:Arial,sans-serif}.tracker-header{text-align:center;margin-bottom:30px}.tracker-header h1{color:#111;margin-bottom:10px;font-family:Roboto;font-size:42px}.tracker-header p{color:#666;font-family:Roboto;font-size:18px}.city-select{justify-content:center;margin-bottom:40px;display:flex}.city-select select{cursor:pointer;background:#fff;border:none;border-radius:10px;outline:none;width:180px;padding:10px 15px;font-size:15px;transition:all .3s;box-shadow:0 4px 15px #0000001a}.city-select select:hover{transform:scale(1.02)}.ticker{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:40px;display:grid}.ticker-item{text-align:center;background:#fff;border-radius:20px;padding:30px;transition:all .4s;box-shadow:0 8px 20px #00000014}.ticker-item:hover{transform:translateY(-10px)scale(1.03)}.ticker-item h3{color:#222;margin-bottom:15px;font-size:28px}.ticker-item p{margin-bottom:10px;font-size:32px;font-weight:700}.up{color:green;font-weight:700}.down{color:red;font-weight:700}.graph-card{background:#fff;border-radius:20px;margin-bottom:40px;padding:30px;transition:all .4s;box-shadow:0 8px 20px #00000014}.graph-card:hover{transform:translateY(-5px)}.graph-card h2{color:#222;margin-bottom:20px;font-size:30px}.tracker-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 8px 20px #00000014}.tracker-card h2{margin-bottom:20px;font-size:30px}.price-row{border-bottom:1px solid #ddd;justify-content:space-between;padding:18px 0;font-size:18px;display:flex}@media (max-width:992px){.tracker-header h1{font-size:34px}.ticker-item p{font-size:28px}.graph-card h2,.tracker-card h2{font-size:26px}.city-select select{width:160px;font-size:14px}}@media (max-width:600px){.tracker-container{padding:30px 15px}.tracker-header h1{font-size:28px}.tracker-header p{font-size:15px}.ticker{grid-template-columns:1fr}.ticker-item{padding:20px}.ticker-item h3{font-size:22px}.ticker-item p{font-size:24px}.graph-card,.tracker-card{padding:20px}.price-row{font-size:16px}.city-select select{width:140px;padding:9px 12px;font-size:13px}}@media (min-width:1400px){.tracker-container{max-width:1400px;margin:auto}.city-select select{width:200px}}
.construction-section{background:#f8f8f8;width:100%;padding:70px 5%}.construction-top-heading{text-align:center;margin-bottom:50px}.construction-top-heading span{color:#4169e1;text-transform:uppercase;font-size:16px;font-weight:600}.construction-top-heading h1{color:#222;margin-top:15px;font-family:Roboto;font-size:42px}.construction-top-heading p{color:#666;max-width:800px;margin:15px auto;font-family:Roboto;line-height:1.7}.construction-container{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:25px;display:grid}.construction-card{background:#fff;border-radius:15px;flex-direction:column;min-height:650px;transition:all .4s;display:flex;overflow:hidden;box-shadow:0 5px 20px #00000014}.construction-card:hover{transform:translateY(-8px)}.card-top{color:#fff;text-align:center;background:#000;padding:25px 15px}.card-top h3{margin-bottom:10px;font-family:Roboto;font-size:15px}.construction-price{color:#4169e1;font-family:Roboto;font-size:22px}.construction-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:8px;width:85%;margin:-2px auto 20px;padding:14px;font-size:16px;font-weight:600;transition:all .3s}.construction-btn:hover{background:#000}.plan-features{flex:1;padding:20px}.plan-features p{color:#444;border-bottom:1px solid #eee;padding:12px 0;font-size:15px;line-height:1.6}@media (min-width:1440px){.construction-section{padding:90px 6%}.construction-container{grid-template-columns:repeat(4,1fr);gap:35px}.construction-top-heading h1{font-size:52px}.construction-top-heading p{max-width:950px;font-size:18px}.construction-card{min-height:760px}.card-top h3{font-size:22px}.construction-price{font-size:28px}.plan-features p{font-size:17px}}@media (min-width:1800px){.construction-section{max-width:1800px;margin:auto}.construction-top-heading h1{font-size:60px}.construction-top-heading p{font-size:20px}.construction-card{min-height:850px}.card-top{padding:35px 20px}.construction-price{font-size:32px}.plan-features p{padding:16px 0;font-size:18px}}@media (max-width:1200px){.construction-container{grid-template-columns:repeat(2,1fr)}.construction-card{min-height:850px}}@media (max-width:768px){.construction-container{grid-template-columns:1fr}.construction-top-heading h1{font-size:32px}.construction-price{font-size:20px}.construction-card{min-height:auto}}@media (max-width:480px){.construction-section{padding:50px 15px}.construction-top-heading h1{font-size:26px}.construction-top-heading p{font-size:14px}.card-top h3{font-size:20px}.construction-price{font-size:18px}.plan-features p{font-size:14px;line-height:1.5}.construction-btn{padding:10px;font-size:14px}.construction-card{min-height:auto}}
.calculator{text-align:center;background:#f5f5f5;margin-top:180px;padding:40px 20px}.form{grid-template-columns:repeat(2,1fr);gap:12px;width:100%;max-width:700px;margin:20px auto;display:grid}.form select,.form input{box-sizing:border-box;border:1px solid #ccc;border-radius:6px;width:100%;padding:10px;font-size:14px}.form button{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:30px;grid-column:span 2;width:180px;height:45px;margin:10px auto 0;font-size:14px;transition:all .3s}.form button:hover{background:#214fc6}.result{background:#fff;border-radius:10px;max-width:700px;margin:20px auto;padding:20px}.diagram{flex-wrap:wrap;justify-content:center;gap:10px;max-width:700px;margin:20px auto;display:flex}.diagram div{background:#eee;border-radius:6px;padding:10px 14px;font-size:14px}@media (min-width:1200px){.form,.result,.diagram{max-width:750px}}@media (max-width:1199px) and (min-width:992px){.form{max-width:650px}.form button{width:170px}}@media (max-width:991px) and (min-width:768px){.calculator{padding:35px 18px}.form{gap:10px;max-width:100%}.form button{width:160px;height:42px}.result,.diagram{max-width:100%}}@media (max-width:767px){.calculator{padding:30px 15px}.form{grid-template-columns:1fr;gap:10px}.form button{grid-column:span 1;width:150px;height:40px;font-size:13px}.form select,.form input{padding:9px;font-size:13px}.result{padding:15px}.diagram{gap:8px}.diagram div{padding:8px 12px;font-size:12px}}
.commercial-section{box-sizing:border-box;background:#f5f7fa;width:100%;padding:80px 40px;font-family:Arial,sans-serif}.commercial-header{text-align:center;margin-bottom:60px}.commercial-header h1{color:#111;margin-bottom:15px;font-family:roboto;font-size:30px;font-weight:700}.commercial-header p{color:#666;max-width:700px;margin:auto;font-family:roboto;font-size:18px;line-height:1.6}.commercial-container{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.commercial-card{background:#fff;border-radius:20px;width:500px;transition:all .4s;overflow:hidden;box-shadow:0 5px 20px #00000014}.commercial-card:hover{transform:translateY(-10px)}.plan-heading{text-align:center;background:#111827;padding:10px}.plan-heading h2{color:#fff;margin:0;font-family:roboto;font-size:20px;font-weight:700}.card-box{border-bottom:1px solid #eee;padding:25px}.card-box h3{color:#111;margin-bottom:15px;font-family:roboto;font-size:22px}.card-box p{color:#555;margin-bottom:10px;font-size:16px;line-height:1.7}.commercial-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:12px;width:85%;margin:30px auto;padding:15px;font-size:16px;transition:all .3s;display:block}.commercial-btn:hover{background:#000}@media (max-width:992px){.commercial-section{padding:60px 20px}.commercial-header h1{font-size:40px}.commercial-card{width:100%;max-width:700px}.plan-heading h2{font-size:24px}}@media (max-width:600px){.commercial-section{padding:50px 15px}.commercial-header h1{font-size:30px}.commercial-header p{font-size:15px}.commercial-card{width:100%}.plan-heading{padding:18px}.plan-heading h2{font-size:20px}.card-box{padding:18px}.card-box h3{font-size:18px}.card-box p{font-size:14px}.commercial-btn{width:90%;padding:13px;font-size:15px}}@media (min-width:993px) and (max-width:1400px){.commercial-card{width:460px}}@media (min-width:1401px){.commercial-container{gap:40px}.commercial-card{width:550px}.commercial-header h1{font-size:60px}}
.renovation-section{box-sizing:border-box;background:#f4f6f9;width:100%;padding:80px 40px;font-family:Arial,sans-serif}.renovation-header{text-align:center;margin-bottom:60px}.renovation-header h1{color:#111827;margin-bottom:18px;font-family:Roboto;font-size:18px;font-weight:700}.renovation-header p{color:#000;max-width:850px;margin:auto;font-family:Roboto;font-size:18px;line-height:1.8}.renovation-container{flex-wrap:wrap;justify-content:center;gap:35px;display:flex}.renovation-card{background:#fff;border-radius:22px;width:500px;transition:all .4s;overflow:hidden;box-shadow:0 5px 20px #00000014}.renovation-card:hover{transform:translateY(-10px)}.plan-heading{text-align:center;background:#111827;padding:18px}.plan-heading h2{color:#fff;margin:0;font-family:roboto;font-size:20px;font-weight:700}.card-box{border-bottom:1px solid #eee;padding:25px}.card-box h3{color:#111827;margin-bottom:15px;font-size:22px;font-weight:600}.card-box p{color:#555;margin-bottom:10px;font-size:16px;line-height:1.7}.usp-list{flex-direction:column;gap:12px;display:flex}.renovation-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:12px;width:85%;margin:30px auto;padding:15px;font-size:16px;transition:all .3s;display:block}.renovation-btn:hover{background:#000;transform:scale(1.02)}@media (max-width:992px){.renovation-section{padding:60px 25px}.renovation-header h1{font-size:40px}.renovation-header p{font-size:16px}.renovation-card{width:100%;max-width:700px}.plan-heading h2{font-size:24px}.card-box h3{font-size:20px}}@media (max-width:600px){.renovation-section{padding:50px 15px}.renovation-header{margin-bottom:40px}.renovation-header h1{font-size:30px;line-height:1.4}.renovation-header p{font-size:15px;line-height:1.7}.renovation-container{flex-direction:column;align-items:center;gap:25px}.renovation-card{border-radius:18px;width:100%}.plan-heading{padding:18px}.plan-heading h2{font-size:20px}.card-box{padding:18px}.card-box h3{font-size:18px}.card-box p{font-size:14px;line-height:1.6}.renovation-btn{width:90%;padding:13px;font-size:15px}}@media (min-width:993px) and (max-width:1400px){.renovation-card{width:460px}.renovation-header h1{font-size:48px}}@media (min-width:1401px){.renovation-container{gap:45px}.renovation-card{width:550px}.renovation-header h1{font-size:60px}.renovation-header p{font-size:20px}}
.blog-section{text-align:center;background:#f5f7fa;padding:60px 20px}.blog-heading{margin-bottom:40px;font-size:36px}.blog-container{flex-wrap:wrap;justify-content:center;gap:25px;display:flex}.blog-card{background:#fff;border-radius:15px;width:320px;transition:all .3s;overflow:hidden;box-shadow:0 8px 20px #0000001a}.blog-card:hover{transform:translateY(-10px)}.vs-image{height:200px;display:flex;position:relative}.vs-image img{object-fit:cover;width:50%;height:100%}.vs-text{color:#fff;z-index:2;background:#f60;border-radius:50%;padding:8px 12px;font-size:14px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blog-content{padding:15px}.blog-content h3{font-size:18px}.blog-content p{color:#666;font-size:14px}.blog-footer{border-top:1px solid #eee;justify-content:space-between;padding:15px;display:flex}.price{color:#f60;font-weight:700}.view-btn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;padding:8px 14px}.view-btn:hover{background:#0056b3}@media (max-width:992px){.blog-card{width:45%}}@media (max-width:600px){.blog-container{flex-direction:column;align-items:center}.blog-card{width:90%}.vs-image{flex-direction:column;height:auto}.vs-image img{width:100%;height:150px}.vs-text{display:none}}
.site-live-page{color:#000;background:#fff;min-height:100vh;padding:40px 20px;font-family:Segoe UI,sans-serif}.transparency-header h1{color:#000;background:#fff;justify-content:center;padding:5px 15px;font-size:1.8rem;display:inline-block;transform:translate(440px)}.portal-container{flex-wrap:wrap;justify-content:center;gap:30px;margin-top:30px;display:flex}.app-mockup{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff12;border:1px solid #ffffff1a;border-radius:40px;width:100%;max-width:380px;overflow:hidden;box-shadow:0 30px 60px #00000080}.video-container{background:#fff;border-radius:20px;width:100%;height:200px;position:relative;overflow:hidden}.live-video-feed{object-fit:cover;width:100%;height:100%}.video-overlay{background:#000;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:700;position:absolute;top:10px;left:10px}.stats-grid{grid-template-columns:1fr 1fr;gap:15px;margin-top:20px;display:grid}.stat-item{background:#ffffff0d;border-radius:15px;flex-direction:column;padding:15px;display:flex}.action-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:5px;margin-top:8px;padding:5px;font-size:.75rem}.cert-item{background:#ffffff08;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:12px;display:flex}.view-btn{color:#000;cursor:pointer;background:#4169e1;border:none;border-radius:8px;padding:6px 12px;font-weight:700;transition:all .3s}.view-btn:hover{background:#fff;transform:scale(1.05)}@media (max-width:600px){.app-mockup{max-width:100%}.portal-container{flex-direction:column}}@media (min-width:1024px){.portal-container{gap:60px}}
.material-section{background:#f8fafc;width:100%;padding:70px 5%;overflow:hidden}.material-header{text-align:center;margin-bottom:40px}.top-subheading{color:#4169e1;margin-bottom:12px;font-family:Roboto;font-size:18px;font-weight:600}.material-header h2{color:#111;margin-bottom:16px;font-family:Roboto;font-size:40px}.info-tag{color:#666;max-width:900px;font-size:16px;line-height:1.7;display:inline-block}.material-wrapper{width:100%;position:relative;overflow:hidden}.material-track{transition:transform .7s ease-in-out;display:flex}.material-card{background:#fff;border-radius:20px;align-items:center;gap:30px;padding:30px;display:flex;box-shadow:0 8px 30px #00000014}.mat-image-box{flex:1;justify-content:center;align-items:center;display:flex}.mat-image-box img{object-fit:cover;border-radius:16px;width:75%;max-width:420px;height:280px}.mat-card-details{flex:1}.mat-card-details h3{color:#111;margin-bottom:20px;font-family:Roboto;font-size:28px}.details-content p{color:#444;margin-bottom:18px;font-family:Roboto;font-size:16px;line-height:1.8}.material-dots{justify-content:center;gap:10px;margin-top:25px;display:flex}.mat-dot{cursor:pointer;background:#cbd5e1;border-radius:50%;width:14px;height:14px}.mat-dot.active{background:#4169e1}@media (min-width:1400px){.material-section{padding:80px 8%}.material-header h2{font-size:46px}}@media (max-width:1200px){.material-header h2{font-size:34px}.material-card{gap:20px}}@media (max-width:992px){.material-card{text-align:center;flex-direction:column}.mat-card-details h3{font-size:24px}}@media (max-width:768px){.material-section{padding:50px 20px}.material-header h2{font-size:28px}.info-tag{font-size:14px}.material-card{padding:20px}.mat-card-details h3{font-size:20px}.details-content p{font-size:14px}}@media (max-width:480px){.material-header h2{font-size:22px}.top-subheading{font-size:15px}.mat-dot{width:12px;height:12px}}
html,body{width:100%;margin:0;padding:0;overflow-x:hidden}body{justify-content:center;display:flex}.waterproofing-section{background:#f8fafc;width:100%;padding:70px 20px;font-family:Arial,sans-serif;overflow:hidden}.waterproofing-header{text-align:center;margin-bottom:45px}.waterproofing-header h2{color:#4169e1;margin-bottom:12px;font-size:22px;font-weight:700}.waterproofing-header p{color:#000;font-size:17px}.waterproofing-slider-wrapper{width:50%;margin:auto;position:relative;overflow:hidden}.waterproofing-slider{width:100%;overflow:hidden}.waterproofing-track{transition:transform .6s ease-in-out;display:flex}.waterproofing-card{background:#fff;border-radius:18px;min-width:45%;max-width:600px;margin:auto;overflow:hidden;box-shadow:0 5px 20px #00000014}.waterproofing-image-wrapper{border-radius:14px;width:85%;height:240px;margin:20px auto 0;overflow:hidden}.waterproofing-image{object-fit:cover;width:100%;height:100%}.waterproofing-tag{color:#fff;z-index:10;background:#111827;border-radius:30px;padding:8px 16px;font-size:13px;position:absolute;top:18px;left:18px}.waterproofing-content{padding:28px}.spec-heading,.benefit-heading{color:#111827;margin-bottom:10px;font-size:22px}.spec-text,.benefit-text{color:#475569;margin-bottom:22px;font-size:16px;line-height:1.7}.waterproofing-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:8px;width:50%;padding:12px 24px;font-size:15px;transition:all .3s}.waterproofing-btn:hover{background:#000}.arrow-btn{color:#fff;cursor:pointer;z-index:100;background:#111827cc;border:none;border-radius:50%;width:48px;height:48px;font-size:18px;position:absolute;top:50%;transform:translateY(-50%)}.left-btn{left:10px}.right-btn{right:10px}.slider-dots{justify-content:center;gap:8px;margin-top:22px;display:flex}.dot{cursor:pointer;background:#cbd5e1;border-radius:50%;width:12px;height:12px}.dot.active{background:#111827}@media (max-width:600px){.waterproofing-section{text-align:center;padding:45px 12px}.waterproofing-slider-wrapper{width:100%;margin:auto}.waterproofing-card{align-items:center;max-width:100%;margin:auto}.waterproofing-image-wrapper{width:90%;height:200px;margin:20px auto}.waterproofing-content{text-align:center;align-items:center}.waterproofing-btn{width:100%;margin:auto}}@media (min-width:601px) and (max-width:900px){.waterproofing-slider-wrapper{width:92%;margin:auto}.waterproofing-card{align-items:center;margin:auto}.waterproofing-content{text-align:center;align-items:center}.waterproofing-image-wrapper{margin:20px auto}}@media (min-width:901px) and (max-width:1200px){.waterproofing-slider-wrapper{width:88%;margin:auto}.waterproofing-card{margin:auto}.waterproofing-image-wrapper{margin:20px auto}}@media (min-width:1201px){.waterproofing-slider-wrapper{width:80%}.waterproofing-card{max-width:850px}.waterproofing-image-wrapper{height:360px}.waterproofing-header h2{font-size:52px}}
.windowcards-section{background:#f8fafc;width:100%;padding:70px 20px;font-family:Arial,sans-serif;overflow:hidden}.windowcards-header{text-align:center;margin-bottom:40px}.windowcards-header h2{color:#111827;margin-bottom:12px;font-size:44px;font-weight:700}.windowcards-header p{color:#475569;max-width:820px;margin:auto;font-family:Roboto;font-size:16px;line-height:1.8}.windowcards-slider-wrapper{width:92%;margin:auto;padding:20px 0;position:relative;overflow:hidden}.windowcards-track{transition:transform .7s ease-in-out;display:flex}.windowcards-card{background:#fff;border-radius:22px;min-width:100%;max-width:500px;margin:auto;overflow:hidden;box-shadow:0 6px 22px #00000014}.windowcards-image-box{border-radius:14px;width:85%;height:220px;margin:18px auto 0;overflow:hidden}.windowcards-image-box img{object-fit:cover;width:100%;height:100%}.windowcards-content{padding:24px}.windowcards-content h3{color:#111827;margin-bottom:18px;font-size:24px}.window-info{flex-direction:column;gap:16px;display:flex}.spec-text,.benefit-text{color:#475569;font-size:15px;line-height:1.7}.benefit-text{background:#fef3c7;border-left:5px solid #f59e0b;border-radius:6px;padding:12px}.window-read-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:8px;align-items:center;gap:10px;width:15%;margin-top:24px;padding:12px 24px;font-size:15px;display:inline-flex}.window-read-btn:hover{background:#000}.windowcards-btn{color:#fff;cursor:pointer;z-index:100;background:#4169e1;border:none;border-radius:20%;width:48px;height:48px;font-size:16px;position:absolute;top:50%;transform:translateY(-50%)}.left-btn{left:15px}.right-btn{right:15px}.windowcards-dots{justify-content:center;gap:8px;margin-top:22px;display:flex}.dot{cursor:pointer;background:#cbd5e1;border-radius:50%;width:12px;height:12px}.dot.active{background:#111827}@media (max-width:600px){.windowcards-section{padding:45px 10px}.windowcards-slider-wrapper{width:100%;padding:10px 0}.windowcards-card{max-width:92%}.windowcards-header h2{font-size:28px}.windowcards-header p{font-size:13px}.windowcards-image-box{height:190px}.windowcards-content{padding:18px}.windowcards-content h3{font-size:20px}.spec-text,.benefit-text{font-size:13px}.windowcards-btn{width:36px;height:36px;font-size:12px}.window-read-btn{justify-content:center;width:100%}}@media (min-width:601px) and (max-width:900px){.windowcards-slider-wrapper{width:96%}.windowcards-card{max-width:560px}.windowcards-header h2{font-size:36px}.windowcards-image-box{height:240px}.windowcards-content h3{font-size:22px}}@media (min-width:901px) and (max-width:1200px){.windowcards-slider-wrapper{width:94%}.windowcards-card{max-width:620px}.windowcards-image-box{height:270px}}@media (min-width:1201px){.windowcards-slider-wrapper{width:92%}.windowcards-card{max-width:650px}.windowcards-image-box{height:290px}.windowcards-header h2{font-size:50px}}
.secretsauce-section{background:#f8fafc;width:100%;padding:55px 15px;font-family:Arial,sans-serif;overflow:hidden}.secretsauce-header{text-align:center;margin-bottom:35px}.top-tag{color:#fff;background:#111827;border-radius:25px;margin-bottom:15px;padding:6px 15px;font-size:12px;display:inline-block}.secretsauce-header h2{color:#111827;margin-bottom:12px;font-family:Roboto;font-size:40px;font-weight:700}.header-desc{color:#64748b;max-width:650px;margin:auto;font-size:15px;line-height:1.7}.secretsauce-container{grid-template-columns:repeat(2,1fr);gap:22px;width:72%;margin:auto;display:grid}.secretsauce-card{background:#fff;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 16px #00000014}.secretsauce-card:hover{transform:translateY(-5px)}.secretsauce-image-box{width:100%;height:230px;overflow:hidden}.secretsauce-image-box img{object-fit:cover;width:100%;height:100%;transition:all .4s}.secretsauce-card:hover img{transform:scale(1.04)}.secretsauce-content{padding:20px}.secretsauce-title-row{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.secretsauce-title-row h3{color:#111827;font-family:Roboto;font-size:22px}.secretsauce-title-row span{color:#ef4444;font-size:16px}.spec-text{color:#475569;margin-bottom:14px;font-size:14px;line-height:1.7}.benefit-text{color:#111827;background:#fef3c7;border-left:4px solid #4169e1;border-radius:6px;margin-bottom:18px;padding:12px;font-size:13px;line-height:1.7}.secretsauce-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:6px;padding:11px 20px;font-size:13px;transition:all .3s}.secretsauce-btn:hover{background:#000}@media (max-width:600px){.secretsauce-section{padding:40px 10px}.secretsauce-container{grid-template-columns:1fr;gap:18px;width:100%}.secretsauce-header h2{font-size:26px}.header-desc{max-width:100%;font-size:13px}.secretsauce-image-box{height:180px}.secretsauce-content{padding:16px}.secretsauce-title-row h3{font-size:18px}.spec-text,.benefit-text{font-size:12px}.secretsauce-btn{width:100%;font-size:12px}}@media (min-width:601px) and (max-width:900px){.secretsauce-container{gap:20px;width:90%}.secretsauce-header h2{font-size:34px}.header-desc{font-size:14px}.secretsauce-image-box{height:200px}.secretsauce-title-row h3{font-size:20px}.spec-text,.benefit-text{font-size:13px}}@media (min-width:901px) and (max-width:1200px){.secretsauce-container{width:78%}.secretsauce-image-box{height:220px}.secretsauce-title-row h3{font-size:21px}.spec-text{font-size:13px}.benefit-text{font-size:12px}}@media (min-width:1201px){.secretsauce-container{width:72%}.secretsauce-image-box{height:230px}.secretsauce-header h2{font-size:42px}.header-desc{font-size:15px}.secretsauce-title-row h3{font-size:22px}}
.table-container{background-color:#f8fafc;min-height:100vh;padding:40px 20px;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif}.table-header-section{text-align:center;margin-bottom:30px}.table-header-section h2{color:#000;margin-bottom:8px;font-family:roboto;font-size:2rem}.responsive-table-wrapper{background:#fff;border-radius:12px;max-width:1100px;margin:0 auto;overflow-x:auto;box-shadow:0 10px 15px -3px #0000001a}.comparison-table{border-collapse:collapse;text-align:left;width:100%}.comparison-table th,.comparison-table td{border-bottom:1px solid #e2e8f0;padding:20px}.comparison-table th{color:#475569;text-transform:uppercase;letter-spacing:.05em;background-color:#f1f5f9;font-size:.85rem;font-weight:600}.highlight-col{color:#fff!important;background-color:#4169e1!important}.element-name{color:#334155;background-color:#f8fafc;font-weight:700}.premium-spec{color:#4169e1;background-color:#f0f9ff;font-weight:600}.check-icon{color:#10b981;margin-right:8px;font-weight:700}@media (min-width:1200px){.table-container{padding:60px}}@media (max-width:1199px){.comparison-table th,.comparison-table td{padding:15px}}@media (max-width:991px){.table-header-section h2{font-size:1.5rem}.comparison-table{font-size:.9rem}}@media (max-width:767px){.table-container{padding:20px 10px}.comparison-table thead{display:none}.comparison-table tr{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:20px;display:block;overflow:hidden}.comparison-table td{text-align:right;border-bottom:1px solid #f1f5f9;padding-left:50%;display:block;position:relative}.comparison-table td:before{content:attr(data-label);text-align:left;color:#64748b;width:45%;font-weight:700;position:absolute;left:15px}.element-name{color:#fff;background-color:#0f172a;text-align:center!important;padding-left:20px!important}}
.solar-footer{color:#fff;font-family:"Roboto",;background:#4169e1;padding:60px 25px 25px}.footer-content{grid-template-columns:repeat(5,1fr);gap:35px;max-width:1300px;margin:auto;display:grid}.footer-section{flex-direction:column;gap:12px;display:flex}.footer-heading{color:#fff;margin-top:40px;font-size:22px;font-weight:700}.tagline p{color:#fff;margin-top:100px;font-family:roboto}.social-links{flex-wrap:wrap;gap:15px;margin-top:20px;display:flex}.social-icon{color:#fff;background:#1a4068;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;text-decoration:none;transition:all .4s;display:flex;box-shadow:0 4px 10px #0003}.social-icon:hover{color:#235284;background:#fff;transform:translateY(-5px)scale(1.08)}@media (max-width:1200px){.social-icon{width:45px;height:45px;font-size:18px}.social-links{gap:12px}}@media (max-width:768px){.social-links{justify-content:flex-start;gap:10px}.social-icon{width:42px;height:42px;font-size:17px}}@media (max-width:480px){.social-links{justify-content:center;margin-top:15px}.social-icon{width:40px;height:40px;font-size:16px}}@media (min-width:1400px){.social-icon{width:55px;height:55px;font-size:22px}.social-links{gap:18px}}@media (max-width:992px){.tagline{margin-top:15px;font-size:14px}}@media (max-width:600px){.tagline{margin-top:10px;font-size:13px}}.address-text{color:#dbe4ee;font-size:15px;line-height:1.6}.footer-list{margin:0;padding:0;list-style:none}.footer-list li{color:#dbe4ee;cursor:pointer;margin-bottom:10px;font-size:15px;transition:all .3s}.footer-list li:hover{color:#fff;transform:translate(4px)}.contact-details p{color:#dbe4ee;margin:6px 0;font-size:15px}.social-links{flex-wrap:wrap;gap:12px;display:flex}.social-links a{color:#fff;background:#1a4068;border-radius:6px;padding:10px 14px;font-size:15px;text-decoration:none;transition:all .3s}.social-links a:hover{background:#163554}.footer-bottom{text-align:center;color:#dbe4ee;border-top:1px solid #ffffff26;margin-top:35px;padding-top:20px;font-size:14px}.footer-bottom span{margin-top:6px;display:block}@media (max-width:1024px){.footer-content{grid-template-columns:repeat(3,1fr);gap:30px}.footer-heading{font-size:20px}}@media (max-width:768px){.footer-content{grid-template-columns:repeat(2,1fr);gap:25px}.footer-heading{margin-top:20px;font-size:19px}.tagline,.footer-list li,.contact-details p{font-size:14px}}@media (max-width:480px){.solar-footer{padding:45px 18px 20px}.footer-content{text-align:center;grid-template-columns:1fr;gap:20px}.footer-heading{margin-top:10px;font-size:18px}.tagline,.address-text,.footer-list li,.contact-details p{font-size:14px}.social-links{justify-content:center}.footer-bottom{font-size:13px}}
*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,sans-serif}.top-bar{color:#fff;text-align:center;padding:8px;font-size:14px}.top-bar span{color:#ff6b6b;cursor:pointer}.header{z-index:1000;background:#f5f5f5;justify-content:space-between;align-items:center;padding:15px 60px;display:flex;position:relative}.logo{align-items:center;gap:10px;display:flex}.logo-icon{color:red;font-size:20px}.logo h2{letter-spacing:2px;font-weight:700}.nav-links{gap:25px;list-style:none;display:flex}.nav-links li{cursor:pointer;color:#333;font-size:15px;position:relative}.dropdown{z-index:9999;background:#fff;border:1px solid #ddd;border-radius:8px;min-width:180px;padding:5px 0;list-style:none;position:absolute;top:40px;left:0;box-shadow:0 4px 10px #0000001a}.dropdown li{padding:10px 15px;transition:all .3s}.dropdown li:hover{background:#f2f2f2}.right-section{align-items:center;gap:10px;display:flex}.shop{color:#333;font-size:14px}.new-badge{color:#fff;background:green;border-radius:6px;padding:3px 7px;font-size:12px}.user-icon{cursor:pointer;font-size:20px}.sub-header{background:#fff;border-top:1px solid #ddd;justify-content:space-between;align-items:center;padding:12px 60px;display:flex}.sub-links{gap:25px;font-size:14px;display:flex}.sub-links span{cursor:pointer;color:#333;transition:all .2s}.sub-links span:hover{color:#ff5a5f}.consult-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:20px;padding:10px 18px;font-size:14px;transition:all .3s}.consult-btn:hover{background:#000}@media (max-width:768px){.header{flex-direction:column;gap:10px;padding:15px 20px}.nav-links{flex-direction:column;gap:10px;width:100%}.nav-links li{width:100%}.dropdown{box-shadow:none;border:none;position:static}.sub-header{flex-direction:column;gap:10px;padding:10px 20px}.sub-links{flex-wrap:wrap;justify-content:center;gap:10px}}@media (max-width:1024px){.header{padding:15px 30px}.sub-header{padding:10px 30px}}@media (min-width:1200px){.header{padding:20px 100px}.sub-header{padding:15px 100px}}
.nav-links{gap:25px;margin-top:8px;list-style:none;display:flex}.nav-links li{cursor:pointer;font-size:18px;font-weight:500;position:relative}.logo h2{background:linear-gradient(90deg,#4169e1,purple);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.dropdown{z-index:999;background:#fff;border:1px solid #ddd;border-radius:6px;min-width:180px;padding:5px 0;list-style:none;position:absolute;top:40px;left:0}.dropdown li{padding:12px 15px;font-size:16px;transition:all .2s}.dropdown li:hover{background:#f2f2f2}@media (max-width:768px){.nav-links{background:#fff;flex-direction:column;gap:15px;width:100%;margin-top:0;padding:15px;position:absolute;top:70px;left:0}.nav-links li{font-size:17px}.dropdown{border:none;margin-top:8px;position:static}}@media (max-width:1024px){.header{padding:15px 30px}.nav-links{gap:20px}.nav-links li{font-size:17px}}@media (min-width:1200px){.header{padding:20px 100px}.nav-links{gap:30px;margin-top:10px}.nav-links li{font-size:19px}}@media (min-width:1600px){.nav-links li{font-size:20px}.nav-links{gap:35px;margin-top:12px}}
.slider-contact{width:100%;position:relative;overflow:hidden}.slider-wrapper{width:100%;height:850px;position:relative}.slide{opacity:0;transition:opacity 1s ease-in-out;position:absolute;inset:0}.slide.active{opacity:1;z-index:1}.slide img{object-fit:cover}.slider-content{color:#fff;z-index:2;max-width:600px;position:absolute;top:50%;left:8%;transform:translateY(-50%)}.slider-content h1{margin-bottom:20px;font-size:60px;font-weight:700}.slider-content p{margin-bottom:30px;font-size:20px;line-height:1.8}.explore-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:50px;padding:15px 35px;font-size:17px;transition:all .4s}.explore-btn:hover{color:#4169e1;background:#fff}@media (max-width:1400px){.slider-wrapper{height:750px}}@media (max-width:1200px){.slider-wrapper{height:650px}.slider-content h1{font-size:50px}}@media (max-width:992px){.slider-wrapper{height:550px}.slider-content{max-width:500px;left:5%}.slider-content h1{font-size:40px}.slider-content p{font-size:18px}}@media (max-width:768px){.slider-wrapper{height:450px}.slider-content{max-width:100%;left:20px;right:20px}.slider-content h1{font-size:30px}.slider-content p{font-size:16px}}@media (max-width:480px){.slider-wrapper{height:380px}.slider-content h1{font-size:24px}.slider-content p{font-size:14px}.explore-btn{padding:12px 25px;font-size:14px}}
.sectionWrapper{text-align:center;padding:50px 20px}.title{margin-bottom:20px;font-size:32px}.sliderContainer{overflow:hidden}.sliderWindow{width:100%;overflow:hidden}.imageTrack{gap:15px;width:max-content;animation:25s linear infinite scrollLeft;display:flex}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.card{color:#000;flex:0 0 220px;text-decoration:none}.card img{object-fit:cover;border-radius:10px;width:100%;height:160px;transition:all .3s}.card p{text-align:center;margin-top:6px;font-size:14px;font-weight:500}.card:hover img{transform:scale(1.05)}.card:hover p{color:#4169e1}.imageTrack:hover{animation-play-state:paused}@media (max-width:600px){.card{flex:0 0 160px}.card img{height:120px}.imageTrack{animation-duration:15s}}@media (max-width:900px){.card{flex:0 0 180px}}@media (max-width:1200px){.card{flex:0 0 200px}}@media (min-width:1201px){.card{flex:0 0 220px}}
*{box-sizing:border-box;margin:0;padding:0}.impossible-container{background:#fff;justify-content:center;align-items:flex-end;width:100%;min-height:100vh;margin-top:100px;padding:40px 20px 80px;font-family:Montserrat,sans-serif;display:flex;position:relative;overflow:hidden}.overlay{background-color:#fff;position:absolute;inset:0}.content{z-index:2;text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;max-width:1200px;animation:1.5s fadeUp;display:flex;position:relative}.top-text{color:#fff;letter-spacing:7px;text-transform:uppercase;margin-bottom:50px;font-size:20px;font-weight:300}.small-heading{color:#fff;letter-spacing:4px;margin-bottom:25px;font-size:16px;font-weight:300}.small-heading span{color:#3b82f6}.main-heading h1{color:#4169e1;max-width:1000px;margin-bottom:80px;font-family:roboto;font-size:200px;font-weight:300;line-height:1.9;transition:all .4s}.main-heading:hover{letter-spacing:2px;transform:scale(1.02)}.work-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:3px;width:20%;margin-top:20px;padding:18px 45px;font-size:16px;transition:all .4s}.work-btn:hover{color:#000;background:#fff;transform:translateY(-5px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.top-text{letter-spacing:2px;color:#4169e1;margin-bottom:10px;font-size:14px;font-weight:600;animation:.8s ease-out forwards fadeInUp}.small-heading{opacity:0;margin-bottom:15px;font-size:24px;font-weight:400;animation:.8s ease-out .2s forwards fadeInUp}.small-heading span{color:#4169e1;font-weight:700}.main-heading{letter-spacing:1px;opacity:0;margin-bottom:30px;font-size:56px;font-weight:900;line-height:1.2;animation:.8s ease-out .4s forwards fadeInUp}.work-btn{color:#023047;cursor:pointer;opacity:0;background:#4169e1;border:none;border-radius:50px;padding:15px 35px;font-size:16px;font-weight:700;transition:all .4s cubic-bezier(.25,1,.5,1);animation:.8s ease-out .6s forwards fadeInUp;box-shadow:0 4px 15px #000}.work-btn:hover{color:#4169e1;background:#fff;transform:translateY(-4px)scale(1.05);box-shadow:0 8px 25px #fff6}.work-btn:active{transform:translateY(-1px)}@media (max-width:1200px){.main-heading{font-size:95px}.top-text{font-size:17px}.work-btn{width:28%}}@media (max-width:992px){.impossible-container{align-items:center;padding-bottom:60px}.main-heading{margin-bottom:60px;font-size:75px}.top-text{letter-spacing:5px;font-size:12px}.small-heading{font-size:14px}.work-btn{width:40%}}@media (max-width:600px){.impossible-container{align-items:center;padding:20px 15px 50px}.content{justify-content:center}.top-text{letter-spacing:2px;color:#fff;margin-bottom:35px;font-size:10px;line-height:1.8}.small-heading{letter-spacing:2px;color:#fff;margin-bottom:18px;font-size:11px}.main-heading{color:#fff;margin-bottom:45px;font-size:46px;line-height:1.2}.work-btn{width:100%;max-width:260px;padding:14px 28px;font-size:14px}}@media (min-width:1400px){.main-heading{font-size:150px}.top-text{font-size:16px}.small-heading{font-size:18px}.work-btn{width:18%}}
.image-content-wrapper{background-color:#fff;padding:80px 0;font-family:Roboto,sans-serif;overflow:hidden}.container{align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:0 20px;font-family:Roboto,sans-serif;display:flex}.left-column{flex:1}.image-holder img{border-radius:12px;width:90%;height:80vh;margin-left:50px;transition:all .4s;display:block;box-shadow:0 20px 40px #0000001a}.image-holder img:hover{transform:scale(1.03)}.right-column{flex:1}.content-box{padding-right:20px}.main-heading{color:#1a1a1a;margin-bottom:15px;font-family:Roboto;font-size:2.5rem;font-weight:700;line-height:1.2}.divider{background-color:#4169e1;width:60px;height:4px;margin-bottom:25px;font-family:Roboto}.description{color:#000;font-size:1.1rem;line-height:1.7;font-family:"Roboto",;margin-bottom:20px}.cta-button{color:#fff;cursor:pointer;background-color:#4169e1;border:none;border-radius:30px;margin-top:10px;padding:12px 30px;font-family:Roboto;font-size:1rem;font-weight:600;transition:background .3s}.cta-button:hover{background-color:#e04a4a}@media (max-width:992px){.container{gap:30px}.main-heading{font-size:2rem}.image-holder img{height:60vh;margin-left:20px}}@media (max-width:768px){.image-content-wrapper{padding:40px 0}.container{text-align:center;flex-direction:column}.divider{margin:0 auto 25px}.image-holder img{max-width:100%;height:auto;margin-left:0}.content-box{padding-right:0}.main-heading{font-size:1.8rem}}
*{box-sizing:border-box;margin:0;padding:0}.noise-section{background:#f7f9fc;width:100%;padding:70px 20px;font-family:Roboto;overflow:hidden}.top-heading{text-align:center;max-width:700px;margin:10px auto auto}.top-heading span{color:#4169e1;letter-spacing:1px;font-family:Roboto;font-size:20px;font-weight:700}.top-heading h1{color:#111;margin-top:10px;font-family:Roboto;font-size:30px;font-weight:700;line-height:1.3}.top-heading p{color:#666;margin-top:12px;font-family:Roboto;font-size:15px;font-weight:400;line-height:1.6}.noise-container{justify-content:space-between;align-items:center;gap:40px;max-width:1200px;margin:auto;display:flex}.noise-content{flex:1}.noise-content h2{color:#111;margin-bottom:20px;font-family:Roboto;font-size:25px;font-weight:700}.steps-container{flex-direction:column;gap:15px;display:flex}.step-card{background:#fff;border-radius:14px;align-items:flex-start;gap:14px;padding:16px;transition:all .4s;display:flex;box-shadow:0 4px 14px #0000000d}.step-card:hover{transform:translateY(-4px)}.step-number{color:#fff;background:#4169e1;border-radius:50%;justify-content:center;align-items:center;min-width:45px;height:45px;font-size:15px;font-weight:700;display:flex}.step-text h3{color:#111;margin-bottom:5px;font-family:Roboto;font-size:15px;font-weight:700}.step-text p{color:#666;font-family:Roboto;font-size:15px;font-weight:400;line-height:1.5}.explore-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;width:50%;margin-top:22px;padding:10px 24px;font-size:13px;font-weight:500;transition:all .4s}.explore-btn:hover{background:#4169e1;transform:scale(1.03)}.noise-image{text-align:center;flex:1}.noise-image img{width:100%;max-width:450px;transition:all .5s}.noise-image img:hover{transform:scale(1.03)}@media (max-width:992px){.noise-container{flex-direction:column-reverse;gap:35px}.top-heading h1{font-size:20px}.top-heading p{font-size:11px}.noise-content h2{text-align:center;font-size:18px}}@media (max-width:600px){.noise-section{padding:45px 15px}.top-heading h1{font-size:18px}.top-heading p{font-size:11px}.noise-content h2{text-align:center;font-size:17px}.step-card{text-align:center;flex-direction:column;align-items:center;padding:14px}.step-number{width:40px;height:40px;font-size:14px}.step-text h3{font-size:13px}.step-text p{font-size:11px}.explore-btn{width:100%;font-size:13px}}@media (min-width:1400px){.top-heading h1{font-size:28px}.noise-content h2{font-size:24px}.step-text h3{font-size:15px}.step-text p{font-size:12px}}
*{box-sizing:border-box;margin:0;padding:0}.thermal-section{width:100%;padding:80px 20px}.top-heading{text-align:center;max-width:900px;margin:auto auto 50px}.top-heading span{color:#4169e1;font-size:14px;font-weight:700}.top-heading h1{color:#4169e1;margin:15px 0;font-size:42px}.top-heading p{color:#555;font-size:18px;line-height:1.7}.thermal-container{justify-content:space-between;align-items:center;gap:40px;max-width:1200px;margin:auto;display:flex}.thermal-image{flex:1;justify-content:center;display:flex}.thermal-img{width:100%;max-width:500px;height:auto}.thermal-content{flex:1}.thermal-content h2{color:#4169e1;margin-bottom:20px;font-size:30px}.steps-container{flex-direction:column;gap:16px;display:flex}.step-card{background:#fff;border-left:4px solid #4169e1;border-radius:12px;gap:14px;padding:16px;display:flex;box-shadow:0 4px 12px #00000014}.step-number{color:#fff;background:#4169e1;border-radius:50%;justify-content:center;align-items:center;min-width:42px;height:42px;font-weight:700;display:flex}.step-text h3{color:#4169e1;margin-bottom:8px}.step-text p{color:#555;line-height:1.6}.explore-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:8px;margin-top:25px;padding:12px 28px}@media (max-width:1199px){.top-heading h1{font-size:36px}}@media (max-width:991px){.thermal-container{text-align:center;flex-direction:column}.thermal-content{width:100%}.step-card{text-align:left}}@media (max-width:767px){.thermal-section{padding:50px 15px}.top-heading h1{font-size:28px}.top-heading p{font-size:14px}.thermal-content h2{text-align:center;font-size:22px}.thermal-img{max-width:280px}.step-card{padding:12px}.explore-btn{width:100%}}
.security-section{background:#f5f7fb;padding:60px 20px}.security-container{justify-content:space-between;align-items:center;gap:40px;max-width:1200px;margin:auto;font-family:Roboto;display:flex}.security-content{flex:1;animation:1s fadeLeft}.security-content h1{margin-bottom:15px;font-family:Roboto;font-size:36px}.subtitle{color:#555;margin-bottom:15px;font-size:18px}.desc{color:#666;margin-bottom:20px;font-family:Roboto;font-size:15px}.features{margin-bottom:20px;padding:0;list-style:none}.features li{margin-bottom:10px;font-size:14px}.explore-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:6px;padding:10px 20px;transition:all .3s}.explore-btn:hover{background:#000;transform:scale(1.05)}.security-image{text-align:center;flex:1;animation:1s fadeRight}.security-image img{width:100%;max-width:450px;transition:all .4s}.security-image img:hover{transform:scale(1.08)}@keyframes fadeLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width:992px){.security-container{text-align:center;flex-direction:column}.security-content h1{font-size:28px}.security-image img{max-width:350px}}@media (max-width:600px){.security-content h1{font-size:24px}.subtitle{font-size:14px}.desc{font-size:13px}.security-image img{max-width:280px}}
*{box-sizing:border-box;margin:0;padding:0}.german-section{background:#f8f9fc;width:100%;padding:90px 20px;font-family:Roboto,sans-serif;overflow:hidden}.top-heading{text-align:center;max-width:900px;margin:auto auto 70px}.top-heading span{color:#4169e1;letter-spacing:2px;font-size:17px;font-weight:700}.top-heading h1{color:#111;margin-top:18px;font-size:20px;font-weight:800;line-height:1.2}.top-heading p{color:#666;margin-top:22px;font-size:17px;line-height:1.8}.german-container{justify-content:space-between;align-items:center;gap:70px;max-width:1400px;margin:auto;display:flex}.german-content{flex:1}.german-content h2{color:#111;margin-bottom:35px;font-size:21px;font-weight:700}.steps-container{flex-direction:column;gap:22px;display:flex}.step-card{background:#fff;border-radius:20px;align-items:flex-start;gap:20px;padding:25px;transition:all .4s;display:flex;box-shadow:0 8px 25px #00000014}.step-card:hover{transform:translateY(-8px)}.step-number{color:#fff;background:#4169e1;border-radius:50%;justify-content:center;align-items:center;min-width:65px;height:65px;font-size:24px;font-weight:700;display:flex}.step-text h3{color:#111;margin-bottom:10px;font-family:Roboto;font-size:22px;font-weight:700}.step-text p{color:#666;font-family:Roboto;font-size:17px;line-height:1.8}.explore-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:12px;margin-top:35px;padding:16px 35px;font-size:17px;font-weight:500;transition:all .4s}.explore-btn:hover{background:#000;font-family:Roboto;transform:scale(1.05)}.german-image{text-align:center;flex:1}.german-image img{width:100%;max-width:600px;transition:all .5s}.german-image img:hover{transform:scale(1.05)}@media (max-width:992px){.german-container{flex-direction:column-reverse;gap:50px}.top-heading h1{font-size:42px}.german-content h2{text-align:center;font-size:34px}.step-text h3{font-size:22px}.step-text p{font-size:16px}}@media (max-width:600px){.german-section{padding:60px 15px}.top-heading h1{font-size:30px}.top-heading p{font-size:15px}.german-content h2{text-align:center;font-size:28px}.step-card{text-align:center;flex-direction:column;align-items:center;padding:20px}.step-number{width:55px;height:55px;font-size:20px}.step-text h3{font-size:20px}.step-text p{font-size:14px}.explore-btn{width:100%;font-size:15px}}@media (min-width:1400px){.top-heading h1{font-size:70px}.german-content h2{font-size:50px}.step-text h3{font-size:28px}.step-text p{font-size:18px}}
*{box-sizing:border-box;margin:0;padding:0}.product-section{background:linear-gradient(135deg,#f0fdf4,#fff);width:100%;min-height:100vh;padding:60px 40px}.section-title{text-align:center;margin-bottom:40px;font-size:36px;font-weight:700}.product-grid{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.product-card{-webkit-backdrop-filter:blur(14px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;flex-direction:column;width:300px;min-height:400px;padding:20px;transition:all .4s;display:flex;box-shadow:0 8px 24px #00000026}.product-card:hover{transform:translateY(-10px)}.product-img{width:100%}.product-img img{object-fit:cover;border-radius:15px;width:100%;height:220px}.product-content{text-align:center;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;margin-top:20px;display:flex}.product-title{margin-bottom:12px;font-family:Roboto;font-size:24px}.product-desc{color:#4b5563;margin-bottom:15px;font-family:Roboto;font-size:15px;line-height:1.6}.product-price{color:#4169e1;margin-bottom:20px;font-family:Roboto;font-size:22px}.product-btn{color:#fff;cursor:pointer;background:linear-gradient(45deg,#4169e1,#4169e1);border:none;border-radius:30px;padding:12px 30px;font-size:16px;transition:all .3s}.product-btn:hover{transform:scale(1.05)}@media (max-width:992px){.product-card{width:280px}.section-title{font-size:30px}}@media (max-width:600px){.product-section{padding:30px 15px}.section-title{font-size:24px}.product-grid{flex-direction:column;align-items:center}.product-card{width:100%;max-width:350px;min-height:auto}.product-img img{height:180px}.product-title{font-size:20px}.product-desc{font-size:14px}.product-price{font-size:18px}.product-btn{width:100%}}
.solar-section{text-align:center;background:#f8f9fb;padding:60px 20px}.solar-title{color:#000;margin-bottom:30px;font-family:Roboto;font-size:28px}.solar-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:auto;display:grid}.solar-card{background:#fff;border-radius:12px;flex-direction:column;height:100%;padding:15px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000001a}.solar-card:hover{transform:translateY(-8px)}.solar-img img{object-fit:contain;width:100%;height:160px}.solar-content{flex-direction:column;flex-grow:1;justify-content:space-between;display:flex}.solar-title-text{color:#000;margin:10px 0;font-size:16px}.solar-desc{color:#000;font-family:Roboto;font-size:13px}.solar-price{color:green;margin-top:auto;margin-bottom:10px;font-weight:700}.solar-btn{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:6px;width:100%;padding:8px}.solar-btn:hover{background:#000}@media (max-width:992px){.solar-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.solar-grid{grid-template-columns:1fr}.solar-title{font-size:22px}}@media (min-width:1024px) and (max-width:1440px){.solar-grid{grid-template-columns:repeat(3,1fr)}}
*{box-sizing:border-box;margin:0;padding:0}.faq-container{background:#f8f9fc;padding:60px 40px;font-family:Segoe UI,sans-serif}.faq-title{text-align:center;margin-bottom:40px;font-size:32px}.faq-wrapper{align-items:center;gap:40px;display:flex}.faq-left{flex:1}.tabs-header{gap:10px;margin-bottom:20px;display:flex}.tab-btn{cursor:pointer;background:#eaeaea;border:none;border-radius:6px;padding:10px 15px;transition:all .3s}.tab-btn.active{color:#fff;background:#4169e1}.accordion-item{background:#fff;border-radius:8px;margin-bottom:10px;transition:all .3s;overflow:hidden}.accordion-header{cursor:pointer;align-items:center;padding:15px;display:flex}.icon{margin-right:10px;font-size:20px}.question-text{font-weight:500}.accordion-body{max-height:0;padding:0 15px;transition:all .3s;overflow:hidden}.accordion-body.show{max-height:200px;padding:10px 15px}.answer-paragraph{color:#555}.faq-right{flex:1}.image-container{text-align:center;position:relative}.blue-circle{width:250px;height:250px;position:absolute;top:20%;left:50%;transform:translate(-50%)}.expert-img{z-index:2;width:40vw;height:50vh;position:relative}@media (max-width:600px){.faq-container{padding:30px 15px}.faq-wrapper{flex-direction:column}.tabs-header{flex-wrap:wrap}.expert-img{width:200px}.blue-circle{width:180px;height:180px}}@media (min-width:601px) and (max-width:900px){.faq-wrapper{flex-direction:column}}@media (min-width:901px) and (max-width:1200px){.faq-wrapper{flex-direction:row}}@media (min-width:1201px){.faq-wrapper{flex-direction:row}}
*{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}.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:40px 20px}.tab-section{justify-content:center;gap:60px;display:flex}.tab-section h1{cursor:pointer;font-family:Roboto;font-size:52px;position:relative}.active-tab:after{content:"";background:#4169e1;width:100%;height:3px;position:absolute;bottom:-8px;left:0}.tab-description{text-align:center;color:#000;max-width:800px;margin:30px auto;font-family:Roboto;font-size:20px}.slider-wrapper{justify-content:center;align-items:center;width:100%;padding:0 70px;display:flex;position:relative}.slider-container{flex-direction:row;gap:20px;display:flex}.slide-card{text-align:center;cursor:pointer;border-radius:12px;width:250px;padding:10px;transition:all .3s}.slide-card img{object-fit:contain;flex-direction:row;width:100%;height:220px;display:flex}.slide-card h3{color:#4169e1;margin-top:15px;font-family:Roboto}.active-card{transform:scale(1.05)}.arrow{cursor:pointer;z-index:10;background:#fff;border:none;border-radius:50%;width:45px;height:45px;font-size:22px;position:absolute;top:50%;transform:translateY(-50%)}.left-arrow{left:10px}.right-arrow{right:10px}.slide-card{text-align:center;cursor:pointer;border:2px solid #0000;border-radius:12px;width:250px;padding:15px;transition:all .3s}.slide-card:hover{transform:translateY(-5px)}.active-card{background:#fff;border:3px solid #4169e1;transform:scale(1.05)}.slide-card img{object-fit:contain;pointer-events:none;width:100%;height:220px}.slide-card h3{color:#4169e1;margin-top:12px;font-size:20px}@media (max-width:992px){.slide-card{width:180px}.slide-card img{height:160px}.tab-section h1{font-size:36px}}@media (max-width:768px){.arrow{width:35px;height:35px;font-size:16px}.left-arrow{left:5px}.right-arrow{right:5px}.slider-wrapper{padding:0 40px}.slider-container{flex-wrap:wrap;justify-content:center}.slide-card{width:140px}.tab-section{gap:25px}.tab-section h1{font-size:28px}.tab-description{font-size:16px}}
*{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}}
.chatbox-container{z-index:9999;position:fixed;bottom:25px;right:25px}.chat-toggle{color:#fff;cursor:pointer;background:#0070f3;border:none;border-radius:50%;width:60px;height:60px;font-size:28px}.chatbox{background:#fff;border-radius:15px;flex-direction:column;width:350px;height:500px;display:flex;overflow:hidden;box-shadow:0 10px 35px #0003}.chat-body{scroll-behavior:smooth;flex-direction:column;flex:1;gap:10px;height:320px;padding:15px;display:flex;overflow:hidden auto}.chat-header{color:#fff;background:#0070f3;justify-content:space-between;align-items:center;padding:15px;display:flex}.chat-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:22px}.chat-body{scroll-behavior:smooth;background:#f5f5f5;flex-direction:column;flex:1;gap:10px;padding:15px;display:flex;overflow:hidden auto}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:10px}.chat-body::-webkit-scrollbar-track{background:0 0}.chat-message{word-wrap:break-word;border-radius:12px;max-width:80%;padding:10px 14px}.chat-message.user{color:#fff;background:#0070f3;align-self:flex-end}.chat-message.bot{color:#222;background:#e5e5e5;align-self:flex-start}.chat-footer{border-top:1px solid #ddd;gap:10px;padding:12px;display:flex}.chat-footer input{border:1px solid #ccc;border-radius:8px;outline:none;flex:1;padding:10px}.chat-footer button{color:#fff;cursor:pointer;background:#0070f3;border:none;border-radius:8px;padding:10px 18px}
