*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif}
.live-support-container{z-index:99999;font-family:Arial,Helvetica,sans-serif;position:fixed;bottom:24px;right:24px}.live-support-window{background:#fff;border:1px solid #e5e7eb;border-radius:22px;flex-direction:column;width:390px;max-width:calc(100vw - 32px);height:650px;max-height:calc(100vh - 120px);animation:.25s chatWindowOpen;display:flex;position:absolute;bottom:82px;right:0;overflow:hidden;box-shadow:0 20px 60px #0000002e,0 5px 20px #00000014}@keyframes chatWindowOpen{0%{opacity:0;transform:translateY(15px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.live-support-header{color:#fff;background:#111827;justify-content:space-between;align-items:center;min-height:76px;padding:14px 16px;display:flex}.live-support-profile{align-items:center;gap:12px;display:flex}.live-support-avatar{color:#111827;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:14px;font-weight:800;display:flex;position:relative}.live-support-avatar-online{background:#22c55e;border:2px solid #111827;border-radius:50%;width:12px;height:12px;position:absolute;bottom:1px;right:0}.live-support-profile-info h3{margin:0 0 5px;font-size:16px;line-height:1.2}.live-support-status{align-items:center;gap:6px;display:flex}.live-support-status p{color:#d1d5db;margin:0;font-size:12px}.status-dot{border-radius:50%;width:7px;height:7px}.status-dot.online{background:#22c55e}.status-dot.offline{background:#f59e0b}.live-support-close{color:#fff;cursor:pointer;background:#ffffff1a;border:0;border-radius:50%;width:34px;height:34px;font-size:27px;line-height:1;transition:all .2s}.live-support-close:hover{background:#fff3}.live-support-24-hours{background:#f0fdf4;border-bottom:1px solid #dcfce7;align-items:center;gap:12px;padding:13px 16px;display:flex}.live-support-pulse{background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.live-support-pulse span{background:#22c55e;border-radius:50%;width:11px;height:11px;box-shadow:0 0 0 6px #22c55e26}.live-support-24-hours strong{color:#166534;margin-bottom:3px;font-size:13px;display:block}.live-support-24-hours p{color:#4b5563;margin:0;font-size:11px}.live-support-body{scrollbar-width:thin;background:#f8fafc;flex:1;padding:16px;overflow-y:auto}.chat-day{justify-content:center;margin-bottom:18px;display:flex}.chat-day span{color:#6b7280;background:#e5e7eb;border-radius:20px;padding:5px 12px;font-size:11px}.chat-message-row{width:100%;margin-bottom:13px;display:flex}.chat-agent-row{justify-content:flex-start}.chat-user-row{justify-content:flex-end}.chat-small-avatar{color:#fff;background:#111827;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-right:8px;font-size:9px;font-weight:700;display:flex}.chat-message-content{max-width:78%}.chat-message-bubble{word-break:break-word;border-radius:15px;padding:10px 13px;font-size:13px;line-height:1.5}.chat-agent-row .chat-message-bubble{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.chat-user-row .chat-message-bubble{color:#fff;background:#111827;border-bottom-right-radius:4px}.chat-message-time{color:#9ca3af;margin-top:4px;font-size:9px;display:block}.chat-user-row .chat-message-time{text-align:right}.typing-row{align-items:center}.typing-indicator{background:#fff;border:1px solid #e5e7eb;border-radius:15px;align-items:center;gap:4px;padding:10px 13px;display:flex}.typing-indicator span{background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.2s infinite typingAnimation}.typing-indicator span:nth-child(2){animation-delay:.15s}.typing-indicator span:nth-child(3){animation-delay:.3s}@keyframes typingAnimation{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chat-quick-actions{background:#fff;border-top:1px solid #e5e7eb;gap:7px;padding:10px 12px;display:flex;overflow-x:auto}.chat-quick-actions button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:20px;flex-shrink:0;padding:7px 10px;font-size:10px;transition:all .2s}.chat-quick-actions button:hover{color:#fff;background:#111827;border-color:#111827}.live-support-input-area{background:#fff;border-top:1px solid #e5e7eb;align-items:flex-end;gap:8px;padding:12px;display:flex}.live-support-input-area textarea{resize:none;color:#111827;background:#f9fafb;border:1px solid #d1d5db;border-radius:13px;outline:none;flex:1;min-height:40px;max-height:100px;padding:11px 12px;font-family:inherit;font-size:13px}.live-support-input-area textarea:focus{border-color:#111827}.live-support-send{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.live-support-send:hover{transform:translateY(-2px)}.live-support-footer{text-align:center;background:#fff;border-top:1px solid #f3f4f6;padding:7px 12px}.live-support-footer span{color:#6b7280;font-size:10px}.live-support-button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:30px;justify-content:center;align-items:center;gap:9px;min-width:170px;height:58px;padding:0 18px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 12px 35px #0003}.live-support-button:hover{transform:translateY(-3px);box-shadow:0 16px 40px #00000040}.live-support-button-open{width:58px;min-width:58px;padding:0}.live-support-button-icon{width:25px;height:25px}.live-support-button-text{font-size:13px;font-weight:700}.live-support-button-online{background:#22c55e;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 3px #22c55e2e}.live-support-close-icon{font-size:30px;line-height:1}.live-support-unread{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:21px;height:21px;padding:0 5px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-5px;right:-2px}@media (max-width:767px){.live-support-container{bottom:12px;right:12px}.live-support-window{border-radius:18px;width:calc(100vw - 24px);max-width:none;height:min(650px,100vh - 95px);bottom:70px;right:0}.live-support-button{min-width:150px;height:52px;padding:0 14px}.live-support-button-text{font-size:12px}.live-support-header{min-height:68px}.live-support-avatar{width:40px;height:40px}.live-support-profile-info h3{font-size:14px}.live-support-status p{font-size:10px}.chat-message-content{max-width:82%}.chat-quick-actions{padding:8px}}@media (min-width:768px) and (max-width:1023px){.live-support-container{bottom:20px;right:20px}.live-support-window{width:380px;height:620px}.live-support-button{height:56px}}@media (min-width:1024px) and (max-width:1439px){.live-support-container{bottom:24px;right:24px}.live-support-window{width:390px;height:640px}}@media (min-width:1440px){.live-support-container{bottom:32px;right:32px}.live-support-window{width:420px;height:680px}.live-support-button{min-width:180px;height:62px}}@media (max-height:700px){.live-support-window{height:calc(100vh - 100px)}}@media (prefers-reduced-motion:reduce){.live-support-window,.live-support-button,.live-support-send{transition:none;animation:none}}
*{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%}}
*{box-sizing:border-box;margin:0;padding:0}body{font-family:Roboto}.mega-wrapper{width:100%;position:relative}.mobile-navbar{color:#fff;z-index:1000;background:#000;justify-content:space-between;align-items:center;width:100%;height:70px;padding:0 30px;display:flex;position:relative}.logo{z-index:1001;align-items:center;text-decoration:none;display:flex;position:relative}.logo-img{object-fit:contain;width:auto;max-width:180px;height:auto;display:block}.menu-toggle{color:#fff;cursor:pointer;z-index:1001;background:#000;border:none;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;transition:background .3s;display:none;position:absolute;top:50%;right:30px;transform:translateY(-50%)}.menu-toggle:hover{background:#4169e1}.top-links{align-items:center;gap:30px;margin-left:auto;display:flex}.top-btn{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-family:Roboto;font-size:18px;font-weight:500;text-decoration:none;transition:all .3s}.top-btn:hover,.top-btn:focus{color:#4169e1}.mobile-mega{z-index:998;background:#fff;width:100%;display:flex;position:absolute;top:190%;left:0;box-shadow:0 10px 20px #0000001a}.mega-sidebar{background:#f4f4f4;border-right:1px solid #ddd;flex-shrink:0;width:280px}.mega-sidebar button{text-align:left;cursor:pointer;color:#222;background:#fff;border:none;border-bottom:1px solid #ddd;width:100%;padding:20px 18px;font-family:Roboto;font-size:18px;transition:all .3s}.mega-sidebar button:hover{color:#fff;background:#4169e1}.side-active{color:#fff!important;background:#4169e1!important}.mega-products{flex:1;gap:20px;padding:20px;display:flex;overflow-x:auto}.product-card{color:#222;flex-shrink:0;width:220px;text-decoration:none}.product-card img{object-fit:cover;border-radius:8px;width:100%;height:170px}.product-bottom{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:14px 5px;font-size:17px;font-weight:500;display:flex}@media screen and (min-width:1400px){.mobile-navbar{height:75px;padding:0 45px}.logo-img{max-width:200px}.top-links{gap:35px}.top-btn{font-size:19px}.mega-sidebar{width:300px}.mega-sidebar button{padding:22px 20px;font-size:19px}.product-card{width:240px}.product-card img{height:180px}.product-bottom{font-size:18px}}@media screen and (min-width:1201px) and (max-width:1399px){.mobile-navbar{height:70px;padding:0 35px}.logo-img{max-width:185px}.top-links{gap:28px}.top-btn{font-size:18px}.mega-sidebar{width:270px}.mega-sidebar button{padding:19px;font-size:18px}.product-card{width:215px}.product-card img{height:165px}.product-bottom{font-size:17px}}@media screen and (min-width:993px) and (max-width:1200px){.mobile-navbar{height:68px;padding:0 25px}.logo-img{max-width:175px}.top-links{gap:22px}.top-btn{font-size:16px}.mega-sidebar{width:240px}.mega-sidebar button{padding:18px 15px;font-size:17px}.product-card{width:200px}.product-card img{height:150px}.product-bottom{font-size:16px}}@media screen and (min-width:769px) and (max-width:992px){.mobile-navbar{height:65px;padding:0 20px}.logo-img{max-width:160px}.menu-toggle{width:46px;height:46px;display:flex;right:20px}.top-links{z-index:999;background:#fff;flex-direction:column;align-items:flex-start;gap:0;width:280px;max-height:0;transition:max-height .4s;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 8px 20px #00000026}.top-links.active{max-height:400px}.top-btn{color:#222;text-align:left;border-bottom:1px solid #eee;width:100%;padding:16px 20px;font-size:16px}.mobile-mega{flex-direction:column;top:100%}.mega-sidebar{border-bottom:1px solid #ddd;border-right:none;flex-direction:row;width:100%;display:flex;overflow-x:auto}.mega-sidebar button{white-space:nowrap;border-bottom:none;border-right:1px solid #ddd;flex-shrink:0;min-width:200px;padding:17px 15px;font-size:16px}.mega-products{padding:18px}.product-card{width:190px}.product-card img{height:145px}.product-bottom{font-size:15px}}@media screen and (min-width:600px) and (max-width:768px){.mobile-navbar{height:62px;padding:0 18px}.logo-img{max-width:145px}.menu-toggle{width:44px;height:44px;display:flex;right:18px}.top-links{z-index:999;background:#fff;flex-direction:column;align-items:flex-start;gap:0;width:250px;max-height:0;transition:max-height .4s;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 8px 20px #00000026}.top-links.active{max-height:350px}.top-btn{color:#222;text-align:left;border-bottom:1px solid #eee;width:100%;padding:15px 18px;font-size:15px}.mobile-mega{flex-direction:column;top:100%}.mega-sidebar{border-bottom:1px solid #ddd;border-right:none;flex-direction:row;width:100%;display:flex;overflow-x:auto}.mega-sidebar button{white-space:nowrap;border-bottom:none;border-right:1px solid #ddd;flex-shrink:0;min-width:180px;padding:16px 14px;font-size:15px}.mega-products{gap:15px;padding:15px}.product-card{width:175px}.product-card img{height:130px}.product-bottom{font-size:14px}}@media screen and (min-width:401px) and (max-width:599px){.mobile-navbar{height:58px;padding:0 12px}.logo-img{max-width:125px}.menu-toggle{width:42px;height:42px;display:flex;right:12px}.top-links{z-index:999;background:#fff;flex-direction:column;align-items:flex-start;gap:0;width:230px;max-height:0;transition:max-height .4s;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 8px 20px #00000026}.top-links.active{max-height:300px;margin-top:47px}.top-btn{color:#222;text-align:left;border-bottom:1px solid #eee;width:100%;padding:14px 16px;font-size:14px}.mobile-mega{flex-direction:column;top:100%}.mega-sidebar{border-bottom:1px solid #ddd;border-right:none;flex-direction:row;width:100%;display:flex;overflow-x:auto}.mega-sidebar button{white-space:nowrap;border-bottom:none;border-right:1px solid #ddd;flex-shrink:0;min-width:150px;padding:14px 12px;font-size:14px}.mega-products{gap:12px;padding:12px}.product-card{width:150px}.product-card img{height:110px}.product-bottom{padding:10px 3px;font-size:13px}}@media screen and (max-width:400px){.mobile-navbar{height:55px;padding:0 10px}.logo-img{max-width:105px}.menu-toggle{width:40px;height:40px;display:flex;right:10px}.top-links{z-index:999;background:#fff;flex-direction:column;align-items:flex-start;gap:0;width:215px;max-height:0;transition:max-height .4s;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 8px 20px #00000026}.top-links.active{max-height:280px}.top-btn{color:#222;text-align:left;border-bottom:1px solid #eee;width:100%;padding:13px 14px;font-size:13px}.mobile-mega{flex-direction:column;top:100%}.mega-sidebar{border-bottom:1px solid #ddd;border-right:none;flex-direction:row;width:100%;display:flex;overflow-x:auto}.mega-sidebar button{white-space:nowrap;border-bottom:none;border-right:1px solid #ddd;flex-shrink:0;min-width:130px;padding:12px 11px;font-size:13px}.mega-products{gap:10px;padding:10px}.product-card{width:135px}.product-card img{height:100px}.product-bottom{padding:9px 2px;font-size:13px}}
*{box-sizing:border-box;margin:0;padding:0}.navbar{z-index:9999;will-change:transform;background:#fff;width:100%;max-width:100%;transition:transform .35s,opacity .35s;position:relative;top:0;left:0;transform:translateY(0)}.navbar.navbar-hidden{transform:translateY(-100%)}.navbar-top{background:#fff;justify-content:flex-start;align-items:center;width:100%;display:flex}.left-section{justify-content:flex-start;align-items:center;display:flex}.navigation{background:#fff;width:100%;position:relative}.menu-bar{justify-content:flex-start;align-items:center;gap:10px;width:100%;padding:12px 20px;display:flex}.menu-link{color:#222;cursor:pointer;white-space:nowrap;background:0 0;border:none;justify-content:flex-start;align-items:center;gap:5px;padding:10px 18px;font-family:Roboto,sans-serif;font-size:15px;font-weight:600;transition:color .3s,background .3s;display:flex}.menu-link:hover,.menu-link.active{color:#4169e1}.menu-link svg{transition:transform .3s}.menu-link .chevron-open{transform:rotate(180deg)}.mega-menu{z-index:9998;background:#fff;border-top:1px solid #eee;width:100%;max-width:100%;padding:35px 6%;position:absolute;top:100%;left:0;box-shadow:0 15px 35px #0000001f}.product-sections{grid-template-columns:repeat(4,1fr);gap:40px;width:100%;max-width:1400px;margin:0 auto;display:grid}.product-section{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.product-section h3{color:#4169e1;letter-spacing:1px;text-align:left;margin:0 0 10px;font-size:16px;font-weight:700}.mega-link{color:#333;text-align:left;width:fit-content;font-size:15px;line-height:1.5;text-decoration:none;transition:color .25s,transform .25s;display:block}.mega-link:hover{color:#4169e1;transform:translate(4px)}.mega-columns{justify-content:flex-start;align-items:flex-start;gap:35px;width:100%;max-width:1400px;margin:0 auto;display:flex}@media (min-width:1400px){.navbar{width:100%}.menu-bar{justify-content:flex-start;gap:15px;width:100%;padding:14px 30px}.menu-link{padding:11px 22px;font-size:16px}.mega-menu{padding:45px 7%}.product-sections{gap:50px;max-width:1500px}}@media (min-width:1200px) and (max-width:1399px){.menu-bar{justify-content:flex-start;gap:8px;width:100%;padding:12px 25px}.menu-link{padding:10px 17px;font-size:15px}.mega-menu{padding:35px 5%}.product-sections{gap:30px}}@media (min-width:992px) and (max-width:1199px){.menu-bar{justify-content:flex-start;gap:5px;width:100%;padding:10px 15px}.menu-link{padding:9px 12px;font-size:14px}.mega-menu{padding:30px 4%}.product-sections{grid-template-columns:repeat(2,1fr);gap:30px}}@media (min-width:768px) and (max-width:991px){.menu-bar{justify-content:flex-start;gap:4px;width:100%;padding:10px}.menu-link{padding:8px 10px;font-size:13px}.mega-menu{padding:25px 4%}.product-sections{grid-template-columns:repeat(2,1fr);gap:25px}.product-section h3{font-size:15px}.mega-link{font-size:14px}}@media (min-width:577px) and (max-width:767px){.menu-bar{scrollbar-width:none;justify-content:flex-start;gap:4px;width:100%;padding:8px 12px;overflow-x:auto}.menu-bar::-webkit-scrollbar{display:none}.menu-link{flex-shrink:0;justify-content:flex-start;padding:8px 11px;font-size:13px}.mega-menu{width:100%;max-height:70vh;padding:25px 20px;overflow-y:auto}.product-sections{grid-template-columns:1fr;gap:25px}.mega-columns{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:15px}}@media (max-width:576px){.menu-bar{scrollbar-width:none;justify-content:flex-start;gap:3px;width:100%;padding:8px 10px;overflow-x:auto}.menu-bar::-webkit-scrollbar{display:none}.menu-link{flex-shrink:0;justify-content:flex-start;padding:8px 9px;font-size:12px}.mega-menu{width:100%;max-height:70vh;padding:22px 16px;overflow-y:auto}.product-sections{grid-template-columns:1fr;gap:22px}.product-section{align-items:flex-start;gap:8px}.product-section h3{text-align:left;font-size:14px}.mega-link{text-align:left;font-size:13px}.mega-columns{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px}}@media (max-width:400px){.menu-bar{justify-content:flex-start}.menu-link{padding:7px 8px;font-size:11px}.mega-menu{padding:20px 14px}.mega-columns{align-items:flex-start}}
css .hero-video-section,.hero-video-section *,.hero-video-section :before,.hero-video-section :after{box-sizing:border-box}.hero-video-section{background:#000;width:100%;height:100vh;min-height:520px;max-height:850px;position:relative;overflow:hidden}.hero-video-background{object-fit:cover;object-position:center center;z-index:1;width:100%;height:100%;display:block;position:absolute;inset:0}.hero-video-overlay{z-index:2;pointer-events:none;background:#0000006b;position:absolute;inset:0}.hero-image{z-index:4;pointer-events:none;justify-content:center;align-items:flex-start;width:100%;margin-top:-100px;display:flex;position:absolute;left:50%}.infinity-symbol{color:#ffffff2e;-webkit-user-select:none;user-select:none;white-space:nowrap;margin-top:100px;font-family:Arial,sans-serif;font-size:clamp(180px,28vw,500px);font-weight:300;line-height:.55;display:block}.hero-video-container{z-index:5;justify-content:center;align-items:center;width:100%;max-width:1600px;height:100%;margin:0 auto;padding:40px;display:flex;position:relative}.hero-video-content{z-index:6;text-align:center;color:#fff;width:100%;position:relative}.hero-video-content h1{color:#fff;letter-spacing:-4px;text-transform:uppercase;margin:60px 0 0;font-size:30px;font-weight:400;line-height:.95}.hero-video-content p{color:#fff;letter-spacing:5px;text-transform:uppercase;margin:25px 0 0;font-size:clamp(16px,1.8vw,26px);font-weight:500;line-height:1.4}.hero-popup-overlay{z-index:99999;-webkit-backdrop-filter:blur(5px);background:#000000b8;justify-content:center;align-items:center;padding:25px;animation:.3s popupFadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes popupFadeIn{0%{opacity:0}to{opacity:1}}.hero-popup-form{background:#fff;border-radius:6px;width:100%;max-width:540px;max-height:90vh;animation:.3s popupScale;position:relative;overflow-y:auto;box-shadow:0 30px 80px #00000059}@keyframes popupScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero-popup-content{padding:45px;position:relative}.hero-popup-content h2{color:#151515;margin:0;font-size:32px;font-weight:700;line-height:1.2}.hero-popup-description{color:#777;margin:8px 0 28px;font-size:15px;line-height:1.6}.hero-popup-close{color:#222;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:32px;font-weight:300;line-height:1;transition:color .3s,transform .3s;display:flex;position:absolute;top:18px;right:20px}.hero-popup-close:hover{color:#888;transform:rotate(90deg)}.hero-popup-content form{flex-direction:column;gap:14px;width:100%;display:flex}.hero-popup-content input,.hero-popup-content textarea{color:#222;background:#fff;border:1px solid #ddd;border-radius:2px;outline:none;width:100%;padding:14px 15px;font-family:inherit;font-size:14px;transition:border-color .3s,box-shadow .3s}.hero-popup-content input{height:50px}.hero-popup-content textarea{resize:vertical;min-height:110px}.hero-popup-content input::placeholder,.hero-popup-content textarea::placeholder{color:#999}.hero-popup-content input:focus,.hero-popup-content textarea:focus{border-color:#4169e1;box-shadow:0 0 0 1px #4169e1}.hero-two-input{grid-template-columns:1fr 1fr;gap:14px;width:100%;display:grid}.hero-submit-btn{color:#fff;letter-spacing:.5px;cursor:pointer;background:#4169e1;border:none;width:100%;min-height:52px;margin-top:5px;font-family:inherit;font-size:14px;font-weight:600;transition:background .3s,transform .3s}.hero-submit-btn:hover:not(:disabled){background:#1749b8;transform:translateY(-1px)}.hero-submit-btn:disabled{opacity:.65;cursor:not-allowed}@media (min-width:1600px){.hero-video-section{height:80vh;min-height:600px;max-height:850px}.hero-image{top:15px}.infinity-symbol{font-size:520px;line-height:.5}.hero-video-container{max-width:1700px;padding:50px}.hero-video-content h1{letter-spacing:-5px;font-size:155px}.hero-video-content p{letter-spacing:6px;margin-top:30px;font-size:27px}.hero-popup-form{max-width:570px}.hero-popup-content{padding:50px}}@media (min-width:1200px) and (max-width:1599px){.hero-video-section{height:78vh;min-height:560px;max-height:800px}.hero-image{top:20px}.infinity-symbol{font-size:430px}.hero-video-container{padding:45px}.hero-video-content h1{letter-spacing:-4px;font-size:125px}.hero-video-content p{letter-spacing:5px;margin-top:26px;font-size:23px}.hero-popup-form{max-width:540px}}@media (min-width:992px) and (max-width:1199px){.hero-video-section{height:75vh;min-height:520px;max-height:720px}.hero-image{top:18px}.infinity-symbol{font-size:380px}.hero-video-container{padding:35px}.hero-video-content h1{letter-spacing:-3px;font-size:105px}.hero-video-content p{letter-spacing:4px;margin-top:22px;font-size:21px}.hero-popup-form{max-width:520px}}@media (min-width:768px) and (max-width:991px){.hero-video-section{height:72vh;min-height:500px;max-height:700px}.hero-image{top:15px}.infinity-symbol{font-size:330px}.hero-video-container{padding:30px}.hero-video-content h1{letter-spacing:-3px;font-size:82px}.hero-video-content p{letter-spacing:3px;margin-top:20px;font-size:19px}.hero-popup-form{max-width:500px}.hero-popup-content{padding:40px}}@media (min-width:576px) and (max-width:767px){.hero-video-section{height:68vh;min-height:460px;max-height:600px}.hero-image{top:12px}.infinity-symbol{font-size:270px;line-height:.5}.hero-video-container{padding:25px}.hero-video-content h1{letter-spacing:-2px;font-size:65px}.hero-video-content p{letter-spacing:3px;margin-top:18px;font-size:14px}.hero-popup-form{max-width:480px}.hero-popup-content{padding:40px 30px}}@media (max-width:575px){.hero-video-section{width:100%;height:65vh;min-height:430px;max-height:560px}.hero-video-background{object-position:center center}.hero-video-overlay{background:#0000007a}.hero-image{justify-content:center;width:100%;top:8px}.infinity-symbol{color:#ffffff29;font-size:210px;line-height:.5}.hero-video-container{width:100%;height:100%;min-height:430px;padding:20px 16px}.hero-video-content{padding:0 5px}.hero-video-content h1{letter-spacing:-2px;font-size:48px;line-height:1}.hero-video-content p{letter-spacing:2.5px;margin-top:17px;font-size:12px;line-height:1.5}.hero-popup-overlay{padding:15px}.hero-popup-form{border-radius:5px;width:100%;max-width:100%;max-height:92vh}.hero-popup-content{padding:35px 20px 25px}.hero-popup-content h2{padding-right:35px;font-size:25px}.hero-popup-description{margin-bottom:22px;font-size:13px}.hero-popup-close{width:34px;height:34px;font-size:28px;top:12px;right:12px}.hero-popup-content form{gap:11px}.hero-popup-content input{height:47px}.hero-popup-content input,.hero-popup-content textarea{padding:12px;font-size:13px}.hero-two-input{grid-template-columns:1fr;gap:11px}.hero-popup-content textarea{min-height:95px}.hero-submit-btn{min-height:49px;font-size:13px}}@media (max-width:400px){.hero-video-section{min-height:400px;max-height:520px}.hero-image{top:5px}.infinity-symbol{font-size:175px}.hero-video-container{min-height:400px;padding:15px 12px}.hero-video-content h1{letter-spacing:-1.5px;font-size:39px}.hero-video-content p{letter-spacing:1.8px;margin-top:14px;font-size:10px}.hero-popup-overlay{padding:10px}.hero-popup-content{padding:30px 16px 20px}.hero-popup-content h2{font-size:22px}.hero-popup-description{margin-bottom:18px;font-size:12px}}@media (max-width:767px) and (orientation:landscape){.hero-video-section{height:90vh;min-height:330px;max-height:520px}.hero-video-container{height:90vh;min-height:330px}.hero-image{top:5px}.infinity-symbol{font-size:170px}.hero-video-content h1{font-size:48px}.hero-video-content p{margin-top:8px;font-size:11px}}@media (min-width:768px) and (max-height:700px){.hero-video-section,.hero-video-container{height:70vh;min-height:450px}.infinity-symbol{transform:scale(.85)}}.hero-popup-close:focus-visible,.hero-submit-btn:focus-visible,.hero-popup-content input:focus-visible,.hero-popup-content textarea:focus-visible{outline-offset:3px;outline:2px solid #4169e1}@media (prefers-reduced-motion:reduce){.hero-popup-overlay,.hero-popup-form,.hero-popup-close,.hero-submit-btn,.hero-popup-content input,.hero-popup-content textarea{transition:none;animation:none}}
.home-services-section{box-sizing:border-box;background:#fff;width:100%;margin-top:0;padding:70px 5% 90px;font-family:Roboto,sans-serif;overflow:hidden}.home-services-section *,.home-services-section :before,.home-services-section :after{box-sizing:border-box}.home-services-heading{text-align:left;width:100%;max-width:1100px;margin:0 0 55px;padding:0;font-family:Roboto}.home-services-eyebrow{color:#4169e1;letter-spacing:2px;margin:0 0 12px;font-size:18px;font-weight:400;line-height:1.3;display:block}.home-services-heading h1{color:#111;margin:0 0 8px;padding:0;font-family:Roboto;font-size:48px;font-weight:400;line-height:1.15}.home-services-heading h2{color:#4169e1;margin:0 0 18px;padding:0;font-family:Roboto;font-size:34px;font-weight:500;line-height:1.25}.home-services-heading p{color:#000;width:100%;max-width:900px;margin:0;padding:0;font-family:Roboto;font-size:17px;font-weight:400;line-height:1.7}.home-services-container{width:100%;max-width:1500px;margin:0 auto;padding:0}.home-services-list{align-items:stretch;gap:12px;width:100%;margin:0;padding:0;list-style:none;display:flex}.home-services-list-item{flex:1;min-width:0}.home-services-item{cursor:pointer;border-radius:18px;outline:none;width:100%;height:520px;transition:transform .45s,box-shadow .45s;position:relative;overflow:hidden}.home-services-item.active{transform:translateY(-5px)}.home-services-image{width:100%;height:100%;position:absolute;inset:0}.home-services-image img{object-fit:cover;transition:transform .7s}.home-services-item:hover .home-services-image img,.home-services-item.active .home-services-image img{transform:scale(1.06)}.home-services-overlay{z-index:1;background:linear-gradient(#0000000d 0%,#0000002e 28%,#0000009e 62%,#000000e6 100%);position:absolute;inset:0}.home-services-box{z-index:2;color:#fff;position:absolute;bottom:25px;left:25px;right:25px}.home-services-box h3{color:#fff;margin:0;font-size:27px;font-weight:400;line-height:1.25}.home-services-hide-text{opacity:1;visibility:visible;height:auto;max-height:none;display:block;overflow:visible;transform:none}.home-services-hide-text p{color:#fff;margin:15px 0 20px;font-size:16px;font-weight:400;line-height:1.55}.home-services-button{color:#fff;background:0 0;border:1px solid #fff;border-radius:4px;justify-content:center;align-items:center;gap:10px;padding:11px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .3s,border-color .3s,transform .3s;display:inline-flex}.home-services-button:hover{color:#fff;background:#4169e1;border-color:#4169e1;transform:translate(3px)}.home-services-button span{font-size:18px;line-height:1}@media screen and (min-width:1400px){.home-services-section{margin-top:0;padding:90px 5% 105px}.home-services-heading{max-width:1200px;margin:0 0 65px}.home-services-eyebrow{margin-bottom:14px;font-size:20px}.home-services-heading h1{margin-bottom:10px;font-size:58px}.home-services-heading h2{margin-bottom:20px;font-size:40px}.home-services-heading p{max-width:1000px;font-size:20px;line-height:1.75}.home-services-container{max-width:1700px}.home-services-list{gap:15px}.home-services-item{height:560px}.home-services-box{bottom:30px;left:30px;right:30px}.home-services-box h3{font-size:30px}.home-services-hide-text p{font-size:16px}}@media screen and (min-width:1200px) and (max-width:1399px){.home-services-section{margin-top:0;padding:80px 4% 90px}.home-services-heading{max-width:1050px;margin:0 0 60px}.home-services-heading h1{font-size:50px}.home-services-heading h2{font-size:34px}.home-services-heading p{font-size:18px;line-height:1.7}.home-services-item{height:500px}.home-services-box{bottom:22px;left:22px;right:22px}.home-services-box h3{font-size:25px}.home-services-hide-text p{font-size:14px;line-height:1.55}}@media screen and (min-width:992px) and (max-width:1199px){.home-services-section{margin-top:0;padding:70px 4% 80px}.home-services-heading{max-width:900px;margin:0 0 50px}.home-services-eyebrow{font-size:17px}.home-services-heading h1{font-size:42px}.home-services-heading h2{font-size:30px}.home-services-heading p{font-size:16px;line-height:1.7}.home-services-list{gap:10px}.home-services-item{height:470px}.home-services-box{bottom:18px;left:18px;right:18px}.home-services-box h3{font-size:21px}.home-services-hide-text p{margin:12px 0 16px;font-size:13px;line-height:1.6}.home-services-button{padding:9px 15px;font-size:13px}}@media screen and (min-width:768px) and (max-width:991px){.home-services-section{margin-top:0;padding:60px 5% 70px}.home-services-heading{max-width:750px;margin:0 0 45px}.home-services-eyebrow{font-size:16px}.home-services-heading h1{font-size:36px}.home-services-heading h2{font-size:28px}.home-services-heading p{font-size:16px;line-height:1.7}.home-services-list{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.home-services-list-item{width:100%}.home-services-item{height:430px}.home-services-box{bottom:20px;left:20px;right:20px}.home-services-box h3{font-size:23px}.home-services-hide-text p{margin:12px 0 16px;font-size:14px;line-height:1.5}.home-services-button{padding:9px 15px;font-size:13px}}@media screen and (min-width:577px) and (max-width:767px){.home-services-section{margin-top:0;padding:50px 25px 60px}.home-services-heading{margin:0 0 38px}.home-services-eyebrow{letter-spacing:1.5px;font-size:15px}.home-services-heading h1{font-size:32px}.home-services-heading h2{font-size:25px}.home-services-heading p{font-size:15px;line-height:1.7}.home-services-list{grid-template-columns:1fr;gap:18px;display:grid}.home-services-item{height:430px}.home-services-box{bottom:20px;left:20px;right:20px}.home-services-box h3{font-size:23px}.home-services-hide-text p{font-size:14px;line-height:1.55}.home-services-button{padding:9px 15px;font-size:13px}}@media screen and (min-width:401px) and (max-width:576px){.home-services-section{margin-top:0;padding:45px 18px 50px}.home-services-heading{width:100%;margin:0 0 32px}.home-services-eyebrow{letter-spacing:1.3px;margin-bottom:9px;font-size:14px}.home-services-heading h1{margin-bottom:7px;font-size:27px;line-height:1.3}.home-services-heading h2{margin-bottom:14px;font-size:23px;line-height:1.3}.home-services-heading p{font-size:14px;line-height:1.7}.home-services-list{grid-template-columns:1fr;gap:15px;display:grid}.home-services-item{border-radius:12px;height:400px}.home-services-box{bottom:17px;left:17px;right:17px}.home-services-box h3{font-size:22px}.home-services-hide-text p{margin:12px 0 16px;font-size:13px;line-height:1.6}.home-services-button{padding:9px 15px;font-size:13px}}@media screen and (max-width:400px){.home-services-section{margin-top:0;padding:40px 15px 45px}.home-services-heading{margin:0 0 28px}.home-services-eyebrow{letter-spacing:1px;margin-bottom:8px;font-size:13px}.home-services-heading h1{margin-bottom:6px;font-size:24px;line-height:1.3}.home-services-heading h2{margin-bottom:13px;font-size:21px;line-height:1.3}.home-services-heading p{font-size:13px;line-height:1.65}.home-services-list{grid-template-columns:1fr;gap:14px;display:grid}.home-services-item{border-radius:11px;height:380px}.home-services-box{bottom:15px;left:15px;right:15px}.home-services-box h3{font-size:20px}.home-services-hide-text p{margin:10px 0 14px;font-size:12.5px;line-height:1.55}.home-services-button{padding:8px 13px;font-size:12px}}@media screen and (max-width:767px) and (orientation:landscape){.home-services-section{margin-top:0;padding-top:35px}.home-services-list{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.home-services-item{height:360px}.home-services-hide-text{opacity:1;max-height:none;transform:none}.home-services-hide-text p{font-size:12px}}.home-services-item .home-services-hide-text,.home-services-item:hover .home-services-hide-text,.home-services-item.active .home-services-hide-text,.home-services-item:focus .home-services-hide-text{opacity:1;visibility:visible;height:auto;max-height:none;display:block;overflow:visible;transform:none}@media (prefers-reduced-motion:reduce){.home-services-item,.home-services-image img,.home-services-hide-text,.home-services-button{transition:none}}
*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden}body{font-family:Roboto,sans-serif}.industry-section{background:#fff;border:1px solid #ddd;width:100%;max-width:1400px;margin:50px auto;display:flex}.industry-sidebar{background:#fff;border-right:1px solid #ddd;flex-direction:column;flex-shrink:0;width:320px;display:flex}.industry-btn{text-align:left;color:#222;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #eee;width:100%;padding:22px 25px;font-size:18px;font-weight:500;transition:background .3s,color .3s}.industry-btn:hover{background:#f5f5f5}.industry-btn.active{color:#fff;background:#4169e1}.what-we-do{z-index:5;width:100%;margin:0;padding:40px 0;position:relative}.what-we-do h1{color:#4169e1;margin:0 0 25px 100px;padding:0 40px;font-family:Roboto,sans-serif;font-size:42px;font-weight:700;line-height:1.2}.what-we-do p{color:#555;max-width:850px;padding:0 40px;font-size:17px;line-height:1.7}.industry-content{flex-direction:column;flex:1;min-width:0;display:flex}.industry-image{object-fit:cover;width:100%;height:420px;display:block}.industry-text{padding:35px}.industry-text h2{color:#222;margin:0 0 20px;font-size:34px;font-weight:600;line-height:1.3}.industry-text p{color:#555;margin:0 0 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:color .3s,transform .3s}.industry-links a:hover{color:#000;transform:translate(3px)}@media screen and (min-width:1600px){.industry-section{max-width:1500px;margin-top:60px}.industry-sidebar{width:340px}.industry-btn{padding:24px 28px;font-size:19px}.industry-image{height:500px}.industry-text{padding:45px}.industry-text h2{font-size:40px}.industry-text p{font-size:18px}.what-we-do{padding:50px 0}.what-we-do h1{font-size:44px}.what-we-do p{max-width:900px;font-size:19px}}@media screen and (min-width:1201px) and (max-width:1599px){.industry-section{max-width:1200px;margin-top:55px}.industry-sidebar{width:280px}.industry-btn{padding:21px 22px;font-size:17px}.industry-image{height:420px}.industry-text{padding:32px}.industry-text h2{font-size:32px}.industry-text p{font-size:16px}.what-we-do{padding:40px 0}.what-we-do h1{font-size:40px}.what-we-do p{max-width:700px;font-size:18px}}@media screen and (min-width:993px) and (max-width:1200px){.industry-section{max-width:1100px;margin:50px auto}.industry-sidebar{width:240px}.industry-btn{padding:18px;font-size:16px}.industry-image{height:350px}.industry-text{padding:28px}.industry-text h2{font-size:29px}.industry-text p{font-size:16px;line-height:1.7}.industry-links{gap:15px}.industry-links a{font-size:15px}.what-we-do{padding:35px 0}.what-we-do h1{padding:0 30px;font-size:36px}.what-we-do p{padding:0 30px;font-size:16px}}@media screen and (min-width:769px) and (max-width:992px){.industry-section{flex-direction:column;width:92%;max-width:900px;margin:40px auto;display:flex}.industry-sidebar{border-bottom:1px solid #ddd;border-right:none;flex-direction:column;width:100%;display:flex}.industry-btn{text-align:left;border-bottom:1px solid #eee;border-right:none;width:100%;min-width:0;padding:17px 20px;font-size:16px}.industry-btn:last-child{border-bottom:none}.industry-content{width:100%}.industry-image{width:100%;height:300px}.industry-text{padding:25px}.industry-text h2{font-size:27px}.industry-text p{font-size:15px;line-height:1.7}.industry-links{gap:12px}.industry-links a{font-size:14px}.what-we-do{padding:30px 0}.what-we-do h1{padding:0 25px;font-size:32px}.what-we-do p{padding:0 25px;font-size:15px}}@media screen and (min-width:481px) and (max-width:768px){.industry-section{flex-direction:column;width:94%;max-width:700px;margin:30px auto;display:flex}.industry-sidebar{border-bottom:1px solid #ddd;border-right:none;flex-direction:column;width:100%;display:flex;overflow:visible}.industry-btn{text-align:left;border-bottom:1px solid #eee;border-right:none;width:100%;min-width:0;padding:15px 18px;font-size:15px}.industry-btn:last-child{border-bottom:none}.industry-content{width:100%}.industry-image{width:100%;height:240px}.industry-text{padding:20px}.industry-text h2{margin-bottom:15px;font-size:24px}.industry-text p{font-size:14px;line-height:1.65}.industry-links{gap:10px}.industry-links a{font-size:13px}.what-we-do{padding:25px 0}.what-we-do h1{padding:0 20px;font-size:28px}.what-we-do p{padding:0 20px;font-size:14px;line-height:1.6}}@media screen and (max-width:480px){.industry-section{flex-direction:column;width:94%;max-width:100%;margin:20px auto;display:flex}.industry-sidebar{border-bottom:1px solid #ddd;border-right:none;flex-direction:column;width:100%;display:flex;overflow:visible}.industry-btn{text-align:left;border-bottom:1px solid #eee;border-right:none;width:100%;min-width:0;padding:13px 15px;font-size:13px;line-height:1.4}.industry-btn:last-child{border-bottom:none}.industry-content{width:100%}.industry-image{width:100%;height:190px}.industry-text{padding:16px}.industry-text h2{margin-bottom:12px;font-size:21px;line-height:1.3}.industry-text p{margin-bottom:18px;font-size:13px;line-height:1.6}.industry-links{flex-direction:column;gap:8px;display:flex}.industry-links a{font-size:12px}.what-we-do{padding:20px 0}.what-we-do h1{padding:0 15px;font-size:22px;line-height:1.3}.what-we-do p{padding:0 15px;font-size:13px;line-height:1.55}}@media screen and (max-width:360px){.industry-section{width:96%;margin:15px auto}.industry-btn{padding:12px 13px;font-size:12px}.industry-image{height:170px}.industry-text{padding:14px}.industry-text h2{font-size:19px}.industry-text p{font-size:12px}.what-we-do h1{font-size:20px}.what-we-do p{font-size:12px}}.industry-btn:focus-visible{outline-offset:-2px;outline:2px solid #4169e1}@media (prefers-reduced-motion:reduce){.industry-btn,.industry-links a{transition:none}}
.home-services-section{background:#fff;width:100%;padding:70px 0;overflow:hidden}.home-services-heading{text-align:left;flex-direction:column;align-items:flex-start;width:100%;max-width:1450px;margin:0 auto;padding:20px 6% 45px;display:flex}.home-services-label{letter-spacing:1.5px;text-transform:uppercase;color:#4169e1;margin-bottom:12px;font-family:Roboto,sans-serif;font-size:17px;font-weight:500;display:block}.home-services-heading h1{color:#4169e1;margin:0;font-family:Roboto,sans-serif;font-size:48px;font-weight:500;line-height:1.15}.home-services-heading h2{color:#222;margin:8px 0 0;font-family:Roboto,sans-serif;font-size:24px;font-weight:300;line-height:1.4}.home-services-container{width:100%;padding:0 40px}.home-services-list{gap:6px;width:100%;height:20vh;min-height:220px;max-height:360px;margin:0;padding:0;list-style:none;display:flex}.home-services-list-item{flex:1;min-width:0;transition:flex .55s,transform .4s}.home-services-list-item:has(.home-services-item.active){flex:3.5}.home-services-item{cursor:pointer;background:#111;border-radius:14px;outline:none;width:100%;height:100%;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden}.home-services-item:hover{transform:translateY(-4px)}.home-services-image{z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.home-services-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s,filter .5s}.home-services-item:hover .home-services-image img{transform:scale(1.07)}.home-services-overlay{z-index:2;pointer-events:none;background:linear-gradient(#0000 0%,#0000000d 20%,#00000061 55%,#000000c7 100%);position:absolute;inset:0}.home-services-box{z-index:3;color:#fff;width:100%;padding:24px;position:absolute;bottom:0;left:0}.home-services-title-link{color:#fff;text-decoration:none;transition:color .3s,transform .3s;display:inline-block}.home-services-title-link h3{white-space:nowrap;margin:0;font-family:Roboto,sans-serif;font-size:21px;font-weight:600;line-height:1.25;transition:color .3s,transform .3s}.home-services-title-link:hover h3{color:#dce7ff;transform:translate(4px)}.home-services-hide-text{opacity:0;max-height:0;margin-top:0;transition:max-height .5s,opacity .4s,margin-top .4s;overflow:hidden}.home-services-item.active .home-services-hide-text{opacity:1;max-height:180px;margin-top:12px}.home-services-hide-text p{color:#ffffffeb;max-width:620px;margin:0 0 15px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:1.55}.home-services-hide-text .c-button{color:#111;background:#fff;border-radius:30px;justify-content:center;align-items:center;padding:10px 23px;font-family:Roboto,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:background .3s,color .3s,transform .3s,box-shadow .3s;display:inline-flex}.home-services-hide-text .c-button:hover{color:#fff;background:#4169e1;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.home-services-item:focus-visible{outline-offset:3px;outline:3px solid #4169e1}@media screen and (min-width:1600px){.home-services-section{padding:85px 0}.home-services-heading{max-width:1550px;padding:30px 5% 50px}.home-services-label{font-size:18px}.home-services-heading h1{font-size:56px}.home-services-heading h2{font-size:27px}.home-services-container{padding:0 50px}.home-services-list{gap:7px;height:20vh;min-height:250px;max-height:390px}.home-services-box{padding:28px}.home-services-title-link h3{font-size:23px}.home-services-hide-text p{font-size:15px}}@media screen and (min-width:1201px) and (max-width:1599px){.home-services-heading{max-width:1400px;padding:25px 6% 45px}.home-services-heading h1{font-size:48px}.home-services-heading h2{font-size:24px}.home-services-container{padding:0 40px}.home-services-list{height:20vh;min-height:220px;max-height:350px}}@media screen and (min-width:993px) and (max-width:1200px){.home-services-section{padding:60px 0}.home-services-heading{padding:20px 5% 40px}.home-services-label{font-size:15px}.home-services-heading h1{font-size:42px}.home-services-heading h2{font-size:21px}.home-services-container{padding:0 30px}.home-services-list{gap:5px;height:20vh;min-height:200px;max-height:300px}.home-services-box{padding:20px}.home-services-title-link h3{font-size:18px}.home-services-hide-text p{font-size:13px}.home-services-hide-text .c-button{padding:8px 18px;font-size:13px}}@media screen and (min-width:769px) and (max-width:992px){.home-services-section{padding:50px 0}.home-services-heading{padding:15px 30px 35px}.home-services-label{letter-spacing:1px;font-size:14px}.home-services-heading h1{font-size:36px}.home-services-heading h2{font-size:19px}.home-services-container{padding:0 25px}.home-services-list{gap:4px;height:20vh;min-height:180px;max-height:260px}.home-services-box{padding:17px}.home-services-title-link h3{font-size:16px}.home-services-hide-text p{font-size:12px;line-height:1.45}.home-services-hide-text .c-button{padding:8px 17px;font-size:12px}}@media screen and (min-width:481px) and (max-width:768px){.home-services-section{padding:45px 0}.home-services-heading{padding:10px 22px 30px}.home-services-label{margin-bottom:8px;font-size:13px}.home-services-heading h1{font-size:31px}.home-services-heading h2{margin-top:6px;font-size:17px}.home-services-container{padding:0 20px}.home-services-list{flex-direction:column;gap:12px;height:auto;display:flex}.home-services-list-item{flex:none;width:100%}.home-services-list-item:has(.home-services-item.active){flex:none}.home-services-item{height:230px;min-height:230px}.home-services-box{padding:18px}.home-services-title-link h3{font-size:18px}.home-services-hide-text{opacity:1;max-height:150px;margin-top:10px}.home-services-hide-text p{margin-bottom:10px;font-size:13px;line-height:1.45}.home-services-hide-text .c-button{padding:8px 18px;font-size:12px}}@media screen and (max-width:480px){.home-services-section{padding:35px 0}.home-services-heading{padding:5px 17px 25px}.home-services-label{letter-spacing:1px;margin-bottom:7px;font-size:12px}.home-services-heading h1{font-size:27px;line-height:1.2}.home-services-heading h2{margin-top:6px;font-size:15px;line-height:1.4}.home-services-container{padding:0 15px}.home-services-list{flex-direction:column;gap:10px;height:auto;display:flex}.home-services-list-item{flex:none;width:100%}.home-services-list-item:has(.home-services-item.active){flex:none}.home-services-item{border-radius:11px;height:200px;min-height:200px}.home-services-box{padding:14px}.home-services-title-link h3{white-space:normal;font-size:16px;line-height:1.25}.home-services-hide-text{opacity:1;max-height:120px;margin-top:8px}.home-services-hide-text p{margin-bottom:9px;font-size:11px;line-height:1.45}.home-services-hide-text .c-button{padding:7px 16px;font-size:11px}}@media screen and (max-width:360px){.home-services-heading{padding-left:14px;padding-right:14px}.home-services-heading h1{font-size:24px}.home-services-heading h2{font-size:14px}.home-services-container{padding:0 12px}.home-services-item{height:190px;min-height:190px}.home-services-box{padding:12px}.home-services-title-link h3{font-size:15px}.home-services-hide-text p{font-size:10.5px}}@media (prefers-reduced-motion:reduce){.home-services-item,.home-services-image img,.home-services-hide-text,.home-services-title-link h3,.home-services-hide-text .c-button{transition:none}}
*{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-top:90px;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;margin-left:600px;font-family:Roboto;font-size:18px;font-weight:400;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{text-align:center;z-index:3;width:100%;position:absolute;bottom:100px;left:0}.aboutus-top h1{color:#fff;width:100%;margin-top:-500px;margin-left:-432px;font-family:Roboto;font-size:60px;font-weight:700;line-height:1.1}.aboutus-bottom{justify-content:space-between;align-items:flex-end;gap:60px;width:100%;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,sans-serif;font-size:28px}.aboutus-watch-text span{color:#ddd;font-size:16px}.aboutus-description{text-align:left;width:100%;max-width:650px;margin:0}.aboutus-description p{color:#fff;text-align:left;margin-top:50px;font-family:Roboto;font-size:20px;line-height:1.8}@media (min-width:1600px){.aboutus-content{padding:80px}.aboutus-top h1{text-align:center;font-size:88px}.aboutus-description{max-width:700px}.aboutus-description p{text-align:left;font-size:24px}}@media (min-width:1400px) and (max-width:1599px){.aboutus-content{padding:70px}.aboutus-top h1{text-align:center;font-size:70px}.aboutus-description{max-width:650px}.aboutus-description p{text-align:left;font-size:20px}}@media (min-width:1200px) and (max-width:1399px){.aboutus-content{padding:60px}.aboutus-top h1{text-align:center;font-size:60px}.aboutus-bottom{gap:40px}.aboutus-description{max-width:600px}.aboutus-description p{text-align:left;font-size:18px}.aboutus-watch-text h3{font-size:24px}}@media (min-width:992px) and (max-width:1199px){.aboutus-content{padding:50px}.aboutus-top h1{text-align:center;font-size:52px}.aboutus-bottom{gap:35px}.aboutus-description{max-width:500px}.aboutus-description p{text-align:left;font-size:18px}.aboutus-watch-text h3{font-size:22px}}@media (min-width:768px) and (max-width:991px){.aboutus-section{height:100vh}.aboutus-content{padding:40px}.aboutus-top{width:100%}.aboutus-top h1{text-align:center;margin:0 auto;font-size:42px}.aboutus-bottom{flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:30px;display:flex}.aboutus-description{text-align:left;width:100%;max-width:600px;margin:0}.aboutus-description p{text-align:left;margin:0;font-size:17px;line-height:1.7}.aboutus-watch{align-items:center}}@media (min-width:481px) and (max-width:767px){.aboutus-section{height:auto;min-height:100vh}.aboutus-content{justify-content:center;align-items:center;padding:40px 25px}.aboutus-top{text-align:center;width:100%}.aboutus-top h1{text-align:center;margin:-430px auto 30px;font-size:36px}.aboutus-bottom{flex-direction:column;align-items:flex-start;gap:30px;width:100%;display:flex}.aboutus-description{text-align:left;width:100%;max-width:100%;margin:0}.aboutus-description p{text-align:left;margin:200px 0 0;font-size:16px;line-height:1.7}.aboutus-watch{align-items:center;display:flex}}@media (max-width:480px){.aboutus-section{height:auto;min-height:75vh;margin-top:80px}.aboutus-content{justify-content:center;align-items:center;padding:30px 20px}.aboutus-top{text-align:center;width:100%}.aboutus-top h1{text-align:center;margin:0 auto 25px;font-size:28px;line-height:1.2}.aboutus-bottom{flex-direction:column;align-items:flex-start;gap:25px;width:100%;display:flex}.aboutus-description{text-align:left;width:100%;max-width:100%;margin:0}.aboutus-description p{text-align:left;margin:0;font-size:14px;line-height:1.7}.aboutus-watch{flex-direction:row;align-items:center;gap:12px;display:flex}.aboutus-play-btn{width:50px;height:50px;font-size:18px}.aboutus-watch-text h3{font-size:18px}.aboutus-watch-text span{font-size:13px}}
*{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:60px}.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{box-sizing:border-box;background:#fff;align-items:center;gap:80px;width:100%;min-height:700px;padding:90px 7%;display:flex}.historyLeft{flex-direction:column;justify-content:center;width:40%;display:flex}.history-heading span{color:#4169e1;letter-spacing:2px;margin-bottom:15px;font-size:14px;font-weight:700;display:inline-block}.history-heading h2{color:#111;margin:0 0 20px;font-family:Roboto;font-size:48px;font-weight:700;line-height:1.15}.history-heading h2 strong{color:#4169e1;font-family:Roboto}.history-heading p{color:#666;max-width:500px;margin-bottom:45px;font-family:Roboto;font-size:16px;line-height:1.8}.timeline{flex-direction:column;gap:0;padding-left:5px;display:flex;position:relative}.timeline:before{content:"";background:#d9d9d9;width:2px;position:absolute;top:10px;bottom:10px;left:10px}.timeline-item{cursor:pointer;color:#777;text-align:left;background:0 0;border:none;align-items:center;gap:20px;width:fit-content;min-height:55px;padding:8px 20px 8px 0;font-size:17px;font-weight:600;transition:all .3s;display:flex;position:relative}.timeline-dot{z-index:2;background:#d1d1d1;border:3px solid #fff;border-radius:50%;flex-shrink:0;width:12px;height:12px;transition:all .3s;position:relative;box-shadow:0 0 0 1px #d1d1d1}.timeline-item.active{color:#4169e1;transform:translate(8px)}.timeline-item.active .timeline-dot{background:#4169e1;box-shadow:0 0 0 1px #4169e1,0 0 0 6px #4169e11f}.timeline-item:hover{color:#4169e1;transform:translate(5px)}.historyRight{justify-content:center;width:60%;display:flex}.historyCard{border-radius:24px;width:100%;max-width:650px;height:560px;text-decoration:none;transition:transform .4s,box-shadow .4s;animation:.6s cardEnter;display:block;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000002e}.historyCard:hover{transform:translateY(-10px)scale(1.01);box-shadow:0 30px 65px #00000040}.history-image{object-fit:cover;transition:transform .7s}.historyCard:hover .history-image{transform:scale(1.08)}.history-overlay{z-index:2;color:#fff;background:linear-gradient(#0000000d,#00000059 45%,#000000e0);flex-direction:column;justify-content:flex-end;padding:45px;display:flex;position:absolute;inset:0}.history-location{color:#fff;margin-bottom:8px;font-size:14px;font-weight:600}.history-overlay h3{margin:0 0 12px;font-size:36px;line-height:1.2}.history-overlay p{color:#eee;max-width:520px;margin:0 0 20px;font-size:15px;line-height:1.7}.history-link{color:#fff;font-size:15px;font-weight:700;transition:all .3s;display:inline-block}.historyCard:hover .history-link{color:#4169e1;transform:translate(8px)}@keyframes cardEnter{0%{opacity:0;transform:translate(40px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@media (min-width:1441px){.history{gap:100px;padding:110px 8%}.history-heading h2{font-size:56px}.historyCard{max-width:700px;height:620px}}@media (max-width:1440px){.history{gap:60px;padding:80px 5%}.history-heading h2{font-size:44px}.historyCard{height:520px}}@media (max-width:992px){.history{flex-direction:column;gap:50px;padding:70px 5%}.historyLeft{width:100%}.history-heading{text-align:center}.history-heading p{margin-left:auto;margin-right:auto}.timeline{flex-flow:wrap;justify-content:center;gap:10px;padding:0}.timeline:before{display:none}.timeline-item{border:1px solid #ddd;border-radius:30px;gap:8px;min-height:45px;padding:8px 15px}.timeline-dot{border-width:2px;width:8px;height:8px}.timeline-item.active{color:#fff;background:#4169e1;border-color:#4169e1;transform:none}.timeline-item.active .timeline-dot{box-shadow:none;background:#fff}.historyRight{width:100%}.historyCard{max-width:700px;height:500px}}@media (max-width:768px){.history{gap:35px;padding:55px 20px}.history-heading span{font-size:12px}.history-heading h2{font-size:34px}.history-heading p{margin-bottom:30px;font-size:14px;line-height:1.7}.timeline{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:10px;overflow-x:auto}.timeline::-webkit-scrollbar{display:none}.timeline-item{flex-shrink:0;font-size:14px}.historyCard{border-radius:18px;height:460px}.history-overlay{padding:25px}.history-overlay h3{font-size:28px}.history-overlay p{font-size:14px;line-height:1.6}}@media (max-width:480px){.history{padding:45px 15px}.history-heading h2{font-size:28px}.history-heading p{font-size:13px}.timeline-item{padding:7px 12px;font-size:13px}.historyCard{height:400px}.history-overlay{padding:20px}.history-overlay h3{font-size:24px}.history-overlay p{font-size:13px}.history-link{font-size:14px}}
.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,.unifiedSection *{box-sizing:border-box}.leftContent{flex-direction:column;width:100px;max-width:720px;margin-left:400px;margin-right:0;display:flex}.unifiedSection{background:#000;align-items:center;width:100%;min-height:100vh;margin-top:100px;display:flex;position:relative;overflow:hidden}.unifiedBackground{z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.unifiedBackgroundImage{object-fit:cover;object-position:center;width:100%;height:100%;animation:18s ease-in-out infinite alternate unifiedFlow;display:block}@keyframes unifiedFlow{0%{transform:scale(1)}50%{transform:scale(1.06)translate(-1%)}to{transform:scale(1.12)translate(1%)}}.unifiedOverlay{z-index:1;background:linear-gradient(90deg,#000000d1 0%,#000000a6 40%,#00000059 75%,#00000040 100%);position:absolute;inset:0}.unifiedContainer{z-index:2;width:100%;max-width:1600px;margin:0 auto;padding:100px 70px;position:relative}.unifiedHeader{text-align:left;width:100%;max-width:850px;margin:0 0 70px}.unifiedHeader h2{color:#fff;text-align:left;margin:0 0 18px 85px;font-family:Roboto,sans-serif;font-size:10px}.unifiedHeader p{color:#ffffffe6;max-width:850px;margin:0 0 0 78px;font-family:Roboto,sans-serif;font-size:18px;line-height:1.7}.unifiedRow{justify-content:flex-end;align-items:flex-start;width:100%;margin-top:-300px;display:flex}.leftContent{flex-direction:column;gap:25px;width:55%;max-width:720px;margin-left:auto;display:flex}.unifiedCard{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000059;border-left:3px solid #07f;width:100%;padding:25px 30px;transition:transform .4s,background .4s,border-color .4s}.unifiedCard:hover{background:#0000008c;border-left-color:#fff;transform:translate(-10px)}.unifiedCard h3{color:#fff;text-align:left;margin:0 0 10px;font-family:Roboto,sans-serif;font-size:21px;font-weight:700;line-height:1.3}.unifiedCard p{color:#ffffffe0;text-align:left;margin:0;font-family:Roboto,sans-serif;font-size:16px;line-height:1.7}@media (min-width:1600px){.unifiedContainer{max-width:1600px;padding:120px 90px}.unifiedHeader{max-width:900px;margin-bottom:80px}.unifiedHeader h2{font-size:64px}.unifiedHeader p{max-width:900px;font-size:20px}.leftContent{width:52%;max-width:820px}.unifiedCard{padding:30px 35px}.unifiedCard h3{font-size:24px}.unifiedCard p{font-size:18px}}@media (min-width:1400px) and (max-width:1599px){.unifiedContainer{padding:100px 70px}.unifiedHeader{max-width:850px;margin-bottom:70px}.unifiedHeader h2{font-size:56px}.unifiedHeader p{font-size:19px}.leftContent{width:55%}.unifiedCard h3{font-size:22px}.unifiedCard p{font-size:17px}}@media (min-width:1200px) and (max-width:1399px){.unifiedContainer{padding:90px 60px}.unifiedHeader{max-width:800px;margin-bottom:60px}.unifiedHeader h2{font-size:48px}.unifiedHeader p{font-size:18px}.leftContent{width:58%;max-width:700px}.unifiedCard{padding:22px 25px}.unifiedCard h3{font-size:20px}.unifiedCard p{font-size:16px}}@media (min-width:992px) and (max-width:1199px){.unifiedContainer{padding:80px 50px}.unifiedHeader{max-width:700px;margin-bottom:55px}.unifiedHeader h2{font-size:42px}.unifiedHeader p{font-size:17px}.unifiedRow{justify-content:flex-end}.leftContent{width:65%;max-width:650px}.unifiedCard{padding:20px 24px}.unifiedCard h3{font-size:19px}.unifiedCard p{font-size:15px}}@media (min-width:768px) and (max-width:991px){.unifiedSection{min-height:100vh}.unifiedContainer{padding:70px 40px}.unifiedHeader{text-align:left;max-width:700px;margin-bottom:50px}.unifiedHeader h2{text-align:left;font-size:38px}.unifiedHeader p{text-align:left;font-size:16px;line-height:1.7}.unifiedRow{justify-content:flex-end}.leftContent{width:80%;max-width:650px}.unifiedCard{padding:20px 24px}.unifiedCard h3{font-size:19px}.unifiedCard p{font-size:15px}}@media (min-width:481px) and (max-width:767px){.unifiedSection{min-height:100vh}.unifiedContainer{padding:60px 25px}.unifiedHeader{text-align:left;width:100%;max-width:100%;margin-bottom:40px}.unifiedHeader h2{text-align:left;margin-bottom:15px;font-size:32px;line-height:1.2}.unifiedHeader p{text-align:left;font-size:15px;line-height:1.7}.unifiedRow{justify-content:flex-end;width:100%;margin-top:100px}.leftContent{gap:18px;width:100%;max-width:100%}.unifiedCard{padding:18px 20px}.unifiedCard h3{font-size:18px}.unifiedCard p{font-size:14px;line-height:1.65}.unifiedOverlay{background:linear-gradient(#000000c7,#000000a6)}}@media (max-width:480px){.unifiedSection{min-height:100vh}.unifiedContainer{padding:50px 18px}.unifiedHeader{text-align:left;width:100%;max-width:100%;margin-bottom:35px}.unifiedHeader h2{letter-spacing:.5px;text-align:left;margin-bottom:12px;font-size:27px;line-height:1.2}.unifiedHeader p{text-align:left;font-size:14px;line-height:1.7}.unifiedRow{justify-content:flex-end;width:100%}.leftContent{gap:18px;width:100%;max-width:100%}.unifiedCard{padding:17px 18px}.unifiedCard h3{font-size:16px;line-height:1.35}.unifiedCard p{font-size:13px;line-height:1.65}.unifiedOverlay{background:linear-gradient(#000000d1,#000000b3)}.unifiedBackgroundImage{animation-duration:24s}}@media (prefers-reduced-motion:reduce){.unifiedBackgroundImage{animation:none}.unifiedCard{transition:none}}
.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{margin-left:135px}.projects-right{flex:1;margin-left:100px}.projects-left h5{color:#4169e1;letter-spacing:1px;margin-top:0;margin-bottom:15px;margin-left:0;font-size:18px}.projects-left h1{color:#222;margin-top:0;margin-left:0;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;border-radius:6px;width:30%;height:10vh;font-size:17px;font-weight:600;transition:all .3s}.projects-btn:hover{background:#000}@media (min-width:1400px){.projects-container{max-width:1400px}.projects-left h5{margin-left:-40px;font-size:18px}.projects-left h1{margin-left:-40px;font-size:54px}}@media (min-width:1200px) and (max-width:1399px){.projects-left h5{margin-left:-30px;font-size:18px}.projects-left h1{margin-left:-30px;font-size:46px}}@media (min-width:992px) and (max-width:1199px){.projects-container{gap:40px}.projects-left h5{margin-left:-20px;font-size:17px}.projects-left h1{margin-left:-20px;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{width:100%}.projects-left h5{text-align:center;margin-left:0;font-size:17px}.projects-left h1{text-align:center;margin-left:0;font-size:34px}}@media (min-width:481px) and (max-width:767px){.projects{padding:50px 15px}.projects-btn{width:300px;margin-left:-90px;padding:14px;font-size:15px}.projects-container{text-align:center;flex-direction:column;gap:30px}.projects-left{width:100%;margin-left:-10px}.projects-left h5{text-align:center;margin-left:0;font-size:16px}.projects-left h1{text-align:center;margin-left:0;font-size:28px}.projects-right p{margin-left:-40px;font-size:15px}}@media (max-width:480px){.projects{padding:50px 15px}.projects-container{text-align:center;flex-direction:column;gap:30px}.projects-left{width:100%}.projects-left h5{text-align:center;margin-left:0;font-size:16px}.projects-left h1{text-align:center;margin-left:0;font-size:28px;line-height:1.3}.projects-right p{font-size:15px}.projects-btn{width:300px;margin-left:-50px;padding:14px;font-size:15px}}
.cardSliderSection{box-sizing:border-box;background:#f7f7f7;width:100%;padding:80px 6%}.sliderContainer{width:100%;max-width:1500px;margin:0 auto;position:relative}.sliderWrapper{width:100%;overflow:hidden}.sliderTrack{flex-wrap:nowrap;width:100%;transition:transform .7s;display:flex}.cardItem{box-sizing:border-box;flex:0 0 33.3333%;width:33.3333%;min-width:33.3333%;padding:0 12px}.cardLink{width:100%;height:100%;color:inherit;text-decoration:none;display:block}.cardItem{transition:transform .4s}.cardItem:hover{transform:translateY(-8px)}.imageBox{background:#ddd;border-radius:18px 18px 0 0;width:100%;height:280px;position:relative;overflow:hidden}.cardImage{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.cardItem:hover .cardImage{transform:scale(1.08)}.badge{z-index:3;color:#fff;background:#4169e1;border-radius:30px;padding:8px 16px;font-size:13px;font-weight:600;position:absolute;top:18px;left:18px}.cardContent{box-sizing:border-box;background:#fff;border-radius:0 0 18px 18px;min-height:220px;padding:25px;box-shadow:0 8px 25px #00000014}.cardContent h3{color:#111;margin:0 0 12px;font-family:Roboto;font-size:23px;line-height:1.3;transition:color .3s}.cardItem:hover .cardContent h3{color:#4169e1}.cardContent p{color:#666;margin:0;font-family:Roboto;font-size:15px;line-height:1.7}.bottomRow{align-items:center;margin-top:22px;display:flex}.readBtn{color:#fff;background:#4169e1;border-radius:25px;justify-content:center;align-items:center;padding:11px 22px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex}.cardItem:hover .readBtn{background:#000;transform:translateY(-3px)}.sliderArrow{z-index:20;color:#111;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 25px #0000002e}.sliderArrow:hover{color:#fff;background:#4169e1;transform:translateY(-50%)scale(1.1)}.sliderArrowLeft{left:-25px}.sliderArrowRight{right:-25px}@media (min-width:1441px){.cardSliderSection{padding:100px 6%}.sliderContainer{max-width:1700px}.cardItem{flex:0 0 35%;width:35%;min-width:35%;padding:0 14px}.imageBox{height:340px}.cardContent{min-height:250px;padding:30px}.cardContent h3{font-size:27px}.cardContent p{font-size:16px}.sliderArrowLeft{left:-30px}.sliderArrowRight{right:-30px}}@media (max-width:1440px) and (min-width:1201px){.cardSliderSection{padding:80px 5%}.sliderContainer{max-width:1600px}.cardItem{flex:0 0 36%;width:36%;min-width:36%;padding:0 14px}.imageBox{height:310px}.cardContent{min-height:235px;padding:26px}.cardContent h3{font-size:24px}.cardContent p{font-size:15px}.sliderArrowLeft{left:-25px}.sliderArrowRight{right:-25px}}@media (max-width:1200px) and (min-width:993px){.cardSliderSection{padding:70px 4%}.cardItem{flex:0 0 38%;width:38%;min-width:38%;padding:0 12px}.imageBox{height:290px}.cardContent{min-height:220px;padding:24px}.cardContent h3{font-size:22px}.cardContent p{font-size:14px;line-height:1.6}.sliderArrowLeft{left:-20px}.sliderArrowRight{right:-20px}}@media (max-width:992px) and (min-width:769px){.cardSliderSection{padding:60px 35px}.cardItem{flex:0 0 45%;width:45%;min-width:45%;padding:0 10px}.imageBox{height:260px}.cardContent{min-height:210px;padding:20px}.cardContent h3{font-size:20px}.cardContent p{font-size:13px;line-height:1.55}.sliderArrow{width:42px;height:42px;font-size:19px}.sliderArrowLeft{left:-22px}.sliderArrowRight{right:-22px}}@media (max-width:768px) and (min-width:481px){.cardSliderSection{padding:50px 25px}.cardItem{flex:0 0 55%;width:55%;min-width:55%;padding:0 8px}.imageBox{height:250px}.cardContent{min-height:200px;padding:20px}.cardContent h3{font-size:19px}.cardContent p{font-size:13px;line-height:1.55}.sliderArrow{width:40px;height:40px;font-size:18px}.sliderArrowLeft{left:-20px}.sliderArrowRight{right:-20px}.readBtn{padding:10px 16px;font-size:12px}}@media (max-width:480px){.cardSliderSection{padding:40px 18px}.cardItem{flex:0 0 75%;width:75%;min-width:75%;padding:0 7px}.imageBox{height:230px}.cardContent{min-height:190px;padding:18px}.cardContent h3{font-size:18px}.cardContent p{font-size:12px;line-height:1.5}.badge{padding:6px 10px;font-size:10px;top:10px;left:10px}.sliderArrow{width:36px;height:36px;font-size:16px}.sliderArrowLeft{left:-18px}.sliderArrowRight{right:-18px}.readBtn{padding:9px 14px;font-size:11px}}
.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}}
.footer-wrapper{color:#fff;box-sizing:border-box;background:#000;width:100%;font-family:Roboto,Arial,Helvetica,sans-serif;position:relative;overflow:hidden}.footer-wrapper *,.footer-wrapper :before,.footer-wrapper :after{box-sizing:border-box}.cta-box{background:#4169e1;border-radius:2px;justify-content:space-between;align-items:center;gap:60px;width:min(92%,1400px);margin:0 auto;padding:65px 70px;display:flex}.cta-left{flex:1;min-width:0}.cta-subtitle{letter-spacing:2.5px;color:#fff;text-transform:uppercase;margin:0 0 18px;font-size:12px;font-weight:500}.cta-left h2{letter-spacing:-2px;color:#fff;margin:0;font-size:clamp(38px,4vw,68px);font-weight:500;line-height:1.05}.cta-right{flex:0 0 35%;max-width:450px}.cta-right p{color:#fff;margin:0 0 28px;font-size:15px;font-weight:300;line-height:1.8}.cta-btn{color:#fff;letter-spacing:1.5px;background:#111;border:1px solid #111;justify-content:center;align-items:center;gap:12px;min-width:145px;padding:14px 28px;font-size:12px;font-weight:700;text-decoration:none;transition:background .3s,color .3s,transform .3s;display:inline-flex}.cta-btn span{font-size:18px;line-height:1}.cta-btn:hover{color:#111;background:#fff;transform:translateY(-2px)}.footer{grid-template-columns:minmax(260px,1.5fr) minmax(150px,.8fr) minmax(150px,.8fr) minmax(250px,1fr);gap:55px;width:min(92%,1400px);margin:0 auto;padding:75px 0 65px;display:grid}.footer-col{min-width:0}.footer-col .logo{letter-spacing:-1.5px;color:#fff;margin:0 0 22px;font-size:34px;font-weight:700;line-height:1;text-decoration:none;display:inline-block}.footer-brand>p{color:#fff;max-width:380px;margin:0;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:300;line-height:1.8}.footer-col h3{letter-spacing:1.5px;text-transform:uppercase;color:#fff;margin:5px 0 25px;font-family:Roboto,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.3}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col ul li{color:#fff;margin-bottom:13px;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.5;transition:color .25s,transform .25s}.footer-col ul li:hover{transform:translate(4px)}.footer-col ul li a{color:#fff;text-decoration:none;transition:color .25s}.footer-col ul li a:hover{color:#4169e1}.socials{flex-wrap:wrap;align-items:center;gap:10px;margin-top:28px;display:flex}.socials a{color:#fff;background:0 0;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;text-decoration:none;transition:background .3s,color .3s,border-color .3s,transform .3s;display:inline-flex}.socials a:hover{color:#000;background:#fff;border-color:#fff;transform:translateY(-3px)}.contact-col{min-width:0}.contact-item{align-items:flex-start;gap:15px;margin-bottom:22px;display:flex}.contact-item:last-child{margin-bottom:0}.contact-icon{color:#fff;border:1px solid #ffffff59;border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;transition:background .3s,color .3s,border-color .3s,transform .3s;display:flex}.contact-item:hover .contact-icon{color:#fff;background:#4169e1;border-color:#4169e1;transform:translateY(-2px)}.contact-content{flex-direction:column;min-width:0;padding-top:1px;display:flex}.contact-label{letter-spacing:1.2px;text-transform:uppercase;color:#ffffff8c;margin-bottom:5px;font-size:11px;font-weight:500;line-height:1.4;display:block}.contact-content a{color:#fff;word-break:break-word;font-size:14px;font-weight:400;line-height:1.6;text-decoration:none;transition:color .3s;display:inline-block}.contact-content a:hover{color:#4169e1}.contact-content p{color:#fff;margin:0;font-size:14px;font-weight:300;line-height:1.7}.certification-item{margin-top:5px}.footer-bottom{text-align:center;background:#000;border-top:1px solid #222;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;margin:0;padding:22px 5%;display:flex}.footer-bottom .copyright{color:#fff;text-align:center;margin:0;font-size:12px;font-weight:400;line-height:1.6;display:block}.separator{color:#555}.footer-bottom-links{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.footer-bottom-links a{color:#fff;font-size:12px;text-decoration:none;transition:color .3s}.footer-bottom-links a:hover{color:#4169e1}.footer-bottom-links span{color:#555;font-size:12px}.whatsapp-btn{z-index:9999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 8px 25px #00000040}.whatsapp-btn:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 12px 30px #00000059}.whatsapp-btn img{width:34px;height:34px;display:block}.socials a:focus-visible,.footer-col a:focus-visible,.cta-btn:focus-visible,.whatsapp-btn:focus-visible{outline-offset:4px;outline:2px solid #4169e1}@media (min-width:1600px){.cta-box{padding:80px 90px}.footer{gap:70px;padding-top:90px;padding-bottom:75px}.footer-col .logo{font-size:38px}.footer-brand>p{font-size:17px}.footer-col ul li,.contact-content a,.contact-content p{font-size:15px}.footer-bottom{padding:25px 5%}.footer-bottom .copyright,.footer-bottom-links a,.footer-bottom-links span{font-size:13px}}@media (min-width:1200px) and (max-width:1599px){.cta-box{padding:65px}.footer{grid-template-columns:1.4fr .8fr .8fr 1fr;gap:45px}}@media (min-width:992px) and (max-width:1199px){.cta-box{gap:40px;width:94%;padding:55px 45px}.cta-left h2{font-size:48px}.cta-right{flex-basis:38%}.footer{grid-template-columns:1.35fr .8fr .8fr 1fr;gap:35px;width:94%;padding:60px 0 55px}.footer-col .logo{font-size:31px}.footer-brand>p{font-size:14px}.footer-col ul li,.contact-content a,.contact-content p{font-size:13px}.footer-bottom{padding:22px 5%}}@media (min-width:768px) and (max-width:991px){.cta-box{flex-direction:column;align-items:flex-start;gap:30px;width:92%;padding:48px 38px}.cta-left h2{letter-spacing:-1.5px;font-size:46px}.cta-right{width:100%;max-width:600px}.cta-right p{font-size:14px}.footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:45px 40px;width:92%;padding:55px 0}.footer-brand{grid-column:span 2}.footer-brand>p{max-width:650px}.footer-col .logo{font-size:32px}.footer-bottom{padding:21px 5%}.whatsapp-btn{width:55px;height:55px;bottom:20px;right:20px}.whatsapp-btn img{width:32px;height:32px}}@media (min-width:576px) and (max-width:767px){.cta-box{flex-direction:column;align-items:flex-start;gap:25px;width:92%;padding:42px 30px}.cta-subtitle{letter-spacing:2px;font-size:11px}.cta-left h2{font-size:40px;line-height:1.08}.cta-right{width:100%;max-width:none}.cta-right p{font-size:14px;line-height:1.7}.cta-btn{padding:13px 24px}.footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 28px;width:92%;padding:50px 0}.footer-brand{grid-column:span 2}.footer-col .logo{font-size:30px}.footer-brand>p{max-width:100%;font-size:14px}.footer-col h3{margin-bottom:20px}.footer-col ul li,.contact-content a,.contact-content p{font-size:13px}.contact-item{gap:12px}.contact-icon{flex-basis:36px;width:36px;height:36px}.socials{margin-top:24px}.footer-bottom{gap:8px;padding:20px 4%}.footer-bottom .copyright,.footer-bottom-links a,.footer-bottom-links span{font-size:11px}.whatsapp-btn{width:52px;height:52px;bottom:18px;right:18px}.whatsapp-btn img{width:30px;height:30px}}@media (max-width:575px){.footer-wrapper{width:100%}.cta-box{flex-direction:column;align-items:flex-start;gap:25px;width:92%;padding:35px 22px;display:flex}.cta-subtitle{letter-spacing:1.7px;margin-bottom:14px;font-size:10px}.cta-left h2{letter-spacing:-1px;font-size:clamp(32px,9vw,40px);line-height:1.08}.cta-right{width:100%;max-width:none}.cta-right p{margin-bottom:22px;font-size:13px;line-height:1.7}.cta-btn{letter-spacing:1.2px;min-width:135px;padding:12px 22px;font-size:11px}.footer{flex-direction:column;gap:38px;width:92%;padding:45px 0;display:flex}.footer-col{width:100%}.footer-brand{margin-bottom:5px}.footer-col .logo{margin-bottom:18px;font-size:29px}.footer-brand>p{max-width:100%;font-size:13px;line-height:1.75}.footer-col h3{letter-spacing:1.3px;margin:0 0 17px;font-size:12px}.footer-col ul li{margin-bottom:11px;font-size:13px}.socials{gap:9px;margin-top:22px}.socials a{width:38px;height:38px;font-size:14px}.contact-item{gap:12px;margin-bottom:19px}.contact-icon{flex:0 0 36px;width:36px;height:36px;font-size:13px}.contact-label{font-size:10px}.contact-content a,.contact-content p{font-size:13px;line-height:1.65}.footer-bottom{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;padding:18px 5%}.footer-bottom .copyright{text-align:center;font-size:10px;line-height:1.6}.footer-bottom-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;width:100%;display:flex}.footer-bottom-links a,.footer-bottom-links span{font-size:10px}.whatsapp-btn{width:50px;height:50px;bottom:16px;right:16px}.whatsapp-btn img{width:29px;height:29px}}@media (max-width:380px){.cta-box{width:94%;padding:30px 18px}.cta-left h2{font-size:30px}.cta-right p{font-size:12px}.footer{gap:32px;width:94%}.footer-col .logo{font-size:27px}.footer-brand>p,.footer-col ul li,.contact-content a,.contact-content p{font-size:12px}.contact-icon{flex-basis:34px;width:34px;height:34px}.footer-bottom{padding:16px 4%}.footer-bottom .copyright,.footer-bottom-links a,.footer-bottom-links span{font-size:9px}.whatsapp-btn{width:46px;height:46px;bottom:12px;right:12px}.whatsapp-btn img{width:27px;height:27px}}@media (prefers-reduced-motion:reduce){.socials a,.footer-col ul li,.footer-col ul li a,.contact-icon,.contact-content a,.cta-btn,.whatsapp-btn,.footer-bottom-links a{transition:none}}
*{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}}
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-slider-section{width:100%;padding:60px 0;overflow:hidden}.spaces-slider-heading{text-align:left;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:1400px;margin:0 auto;padding:70px 6% 40px;display:flex}.spaces-slider-heading h2{color:#4169e1;text-align:left;margin:0 0 12px 62px;font-family:Roboto;font-size:20px;font-weight:300;line-height:1.3}.spaces-slider-heading h1{color:#4169e1;text-align:left;margin:0 0 0 60px;font-family:Roboto;font-size:44px;font-weight:510;line-height:1.15}.spaces-slider-container{width:100%;padding:0 40px}.spaces-slider-list{gap:6px;height:480px;margin:0;padding:0;list-style:none;display:flex}.spaces-slider-list li{flex:1;transition:flex .5s}.spaces-slider-item{cursor:pointer;border-radius:14px;width:100%;height:100%;position:relative;overflow:hidden}.spaces-slider-list li:has(.spaces-slider-item.active){flex:3.5}.spaces-slider-image{z-index:1;position:absolute;inset:0}.spaces-slider-image img{object-fit:cover;transition:transform .6s}.spaces-slider-item:hover .spaces-slider-image img{transform:scale(1.06)}.spaces-slider-item:after{content:"";z-index:2;background:linear-gradient(#0000 30%,#0000001a 55%,#000000a6 100%);position:absolute;inset:0}.spaces-slider-box{z-index:3;color:#fff;width:100%;padding:24px;position:absolute;bottom:0;left:0}.spaces-slider-box h3{white-space:nowrap;margin:0;font-size:20px;font-weight:600}.spaces-slider-hide-text{opacity:0;max-height:0;margin-top:0;transition:max-height .4s,opacity .4s,margin-top .4s;overflow:hidden}.spaces-slider-item.active .spaces-slider-hide-text{opacity:1;max-height:120px;margin-top:12px}.spaces-slider-hide-text p{margin:0 0 12px;font-size:14px;line-height:1.5}.spaces-slider-hide-text .c-button{color:#111;background:#fff;border-radius:30px;padding:10px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.spaces-slider-hide-text .c-button:hover{color:#fff;background:#4169e1}@media screen and (min-width:1600px){.spaces-slider-heading h2{font-size:48px}.spaces-slider-list{height:550px}}@media screen and (min-width:1201px) and (max-width:1599px){.spaces-slider-list{height:500px}}@media screen and (min-width:993px) and (max-width:1200px){.spaces-slider-heading h2{font-size:36px}.spaces-slider-list{height:420px}.spaces-slider-box h3{font-size:18px}}@media screen and (min-width:769px) and (max-width:992px){.spaces-slider-heading{padding:0 25px}.spaces-slider-heading h2{font-size:30px}.spaces-slider-container{padding:0 25px}.spaces-slider-list{gap:4px;height:340px}.spaces-slider-box{padding:18px}.spaces-slider-box h3{font-size:16px}.spaces-slider-hide-text p{font-size:13px}}@media screen and (min-width:481px) and (max-width:768px){.spaces-slider-section{padding:40px 0}.spaces-slider-heading{padding:0 20px}.spaces-slider-heading h2{font-size:26px}.spaces-slider-container{padding:0 20px}.spaces-slider-list{flex-direction:column;gap:12px;height:auto}.spaces-slider-list li{flex:none}.spaces-slider-item{height:220px}.spaces-slider-list li:has(.spaces-slider-item.active){flex:none}.spaces-slider-hide-text{opacity:1;max-height:120px;margin-top:12px}}@media screen and (max-width:480px){.spaces-slider-section{padding:30px 0}.spaces-slider-heading{padding:0 15px}.spaces-slider-heading h2{font-size:22px}.spaces-slider-container{padding:0 15px}.spaces-slider-list{flex-direction:column;gap:10px;height:auto}.spaces-slider-list li{flex:none}.spaces-slider-item{height:180px}.spaces-slider-box{padding:14px}.spaces-slider-box h3{font-size:15px}.spaces-slider-hide-text{opacity:1;max-height:100px;margin-top:8px}.spaces-slider-hide-text p{font-size:12px}.spaces-slider-hide-text .c-button{padding:8px 18px;font-size:12px}}@media (min-width:1441px){.spaces-slider-heading{max-width:1500px;padding:80px 5% 50px}.spaces-slider-heading h2{font-size:22px}.spaces-slider-heading h1{font-size:52px}}@media (max-width:1440px){.spaces-slider-heading{max-width:1300px;padding:70px 6% 45px}.spaces-slider-heading h2{font-size:20px}.spaces-slider-heading h1{font-size:44px}}@media (max-width:1200px){.spaces-slider-heading{padding:60px 6% 40px}.spaces-slider-heading h2{font-size:19px}.spaces-slider-heading h1{font-size:40px}}@media (max-width:992px){.spaces-slider-heading{text-align:left;align-items:flex-start;width:100%;padding:55px 40px 35px}.spaces-slider-heading h2{text-align:left;font-size:18px}.spaces-slider-heading h1{text-align:left;font-size:36px}}@media (max-width:768px){.spaces-slider-heading{text-align:left;align-items:flex-start;width:100%;margin:0;padding:45px 25px 30px}.spaces-slider-heading h2{text-align:left;font-size:17px;line-height:1.4}.spaces-slider-heading h1{text-align:left;font-size:32px;line-height:1.2}}@media (max-width:480px){.spaces-slider-heading{text-align:left;align-items:flex-start;padding:35px 18px 25px}.spaces-slider-heading h2{text-align:left;margin-bottom:8px;font-size:15px}.spaces-slider-heading h1{text-align:left;font-size:27px;line-height:1.2}}
*{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;box-sizing:border-box;background:#f5f5f5;width:100%;max-width:100%;margin:80px auto 0;padding:30px 10px}.form{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:8px;width:100%;max-width:620px;margin:15px auto;display:grid}.form select,.form input{color:#333;box-sizing:border-box;background:#fff;border:1px solid #ccc;border-radius:5px;outline:none;width:100%;height:38px;padding:7px 9px;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;transition:border-color .2s,box-shadow .2s}.form select:focus,.form input:focus{border-color:#4169e1;box-shadow:0 0 0 2px #4169e11a}.form button{color:#fff;cursor:pointer;background:#4169e1;border:none;border-radius:20px;grid-column:span 2;width:150px;height:38px;margin:6px auto 0;padding:0 15px;font-family:Roboto,sans-serif;font-size:12px;font-weight:500;transition:background .3s,transform .2s}.form button:hover{background:#214fc6;transform:translateY(-1px)}.result{box-sizing:border-box;background:#fff;border:1px solid #eee;border-radius:7px;width:100%;max-width:620px;margin:15px auto;padding:14px;font-family:Roboto,sans-serif;font-size:13px}.diagram{box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;width:100%;max-width:620px;margin:15px auto;display:flex}.diagram div{color:#333;box-sizing:border-box;background:#eee;border-radius:5px;padding:7px 10px;font-family:Roboto,sans-serif;font-size:11px;font-weight:400}@media (min-width:1200px){.calculator{margin-top:90px;padding:35px 10px}.form{gap:9px;max-width:650px}.form select,.form input{height:40px;padding:7px 9px;font-size:12px}.form button{width:155px;height:39px;font-size:12px}.result,.diagram{max-width:650px}.result{padding:15px;font-size:13px}.diagram div{padding:7px 11px;font-size:11px}}@media (min-width:992px) and (max-width:1199px){.calculator{margin-top:70px;padding:30px 10px}.form{gap:8px;max-width:580px}.form select,.form input{height:37px;padding:6px 8px;font-size:11px}.form button{width:145px;height:37px;font-size:11px}.result,.diagram{max-width:580px}.result{padding:13px;font-size:12px}.diagram div{padding:6px 9px;font-size:10px}}@media (min-width:768px) and (max-width:991px){.calculator{margin-top:60px;padding:28px 10px}.form{grid-template-columns:repeat(2,1fr);gap:8px;width:100%;max-width:600px}.form select,.form input{height:37px;padding:6px 8px;font-size:11px}.form button{width:140px;height:36px;font-size:11px}.result,.diagram{max-width:600px}.result{padding:13px;font-size:12px}.diagram{gap:6px}.diagram div{padding:6px 9px;font-size:10px}}@media (min-width:481px) and (max-width:767px){.calculator{margin-top:40px;padding:25px 8px}.form{grid-template-columns:1fr;gap:8px;width:100%;max-width:450px}.form select,.form input{height:36px;padding:6px 8px;font-size:11px}.form button{grid-column:span 1;width:135px;height:36px;margin-top:5px;font-size:11px}.result{width:100%;max-width:450px;margin:12px auto;padding:12px;font-size:11px}.diagram{gap:5px;width:100%;max-width:450px}.diagram div{padding:6px 8px;font-size:10px}}@media (max-width:480px){.calculator{width:100%;margin-top:30px;padding:22px 7px}.form{grid-template-columns:1fr;gap:7px;width:100%;max-width:100%;margin:12px auto}.form select,.form input{width:100%;height:35px;padding:6px 8px;font-size:10px}.form button{grid-column:span 1;width:125px;height:35px;margin-top:5px;font-size:10px}.result{border-radius:6px;width:100%;margin:10px auto;padding:11px;font-size:10px}.diagram{gap:5px;width:100%;margin:10px auto}.diagram div{border-radius:4px;padding:5px 7px;font-size:9px}}@media (max-width:360px){.calculator{margin-top:25px;padding:20px 5px}.form{gap:6px}.form select,.form input{height:33px;padding:5px 7px;font-size:9px}.form button{width:115px;height:33px;font-size:9px}.result{padding:10px;font-size:9px}.diagram{gap:4px}.diagram div{padding:5px 6px;font-size:8px}}
.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}}
