    * { margin: 0; padding: 0; box-sizing: border-box;}

    .navbar-nav .nav-link,
    .top-links a { font-size: 15px; letter-spacing: 2%; margin: 0 15px; color: #1C1B1F; font-weight: 500; padding: 2px 0 !important;}
    .logo-img { height: 60px;}

    .header-section, .banner-section{background-color: #f5f5f5;}
    .swiper-wrapper{height: auto;}
    body{background: #f5f5f5;}

    @media (min-width: 1200px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 90%;
        }
    }

    @media (min-width: 1200px) {
        .header-section .container, .header-section .container-lg, .header-section .container-md, .header-section .container-sm, .header-section .container-xl, .header-section .container-xxl, .banner-section .container, .banner-section .container-lg, .banner-section .container-md, .banner-section .container-sm, .banner-section .container-xl, .banner-section .container-xxl {
            max-width: 96%;
        }
    }

    /* ============ Banner CSS ===============  */

    .banner-section { position: relative; overflow: hidden; padding-top:160px }

    .mask-video-wrap { display: flex; gap: 2px; height: 400px; width: 100%; align-items: center; }

    .mask { width: 100%; max-height: 700px; border-radius: 90px; overflow: hidden; position: relative; }

    .masked-video { width: 100%; height: 550px; object-fit: cover; pointer-events: none; -webkit-mask-image: url("../images/svg.svg"); mask-image: url("../images/svg.svg"); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 1148px 680px; mask-size: 1148px 680px; -webkit-mask-position: center; mask-position: center; margin-left: -70px; }

    .masked-video video { will-change: transform; }

    .banner-content { padding-left: 1rem; padding-top: 30px; }

    .banner-title { font-size: 200px; font-weight: 500; color: rgba(0,0,0,0.85); letter-spacing: -4px; position: relative; right: 520px; line-height: 110%; color: #222222; top: 25px; }

    .banner-small { font-size: 42px; line-height: 110%; font-weight: 300; letter-spacing: 0.3px; color: #222222; margin-top: 25px; }

    .banner-desc { max-width: 550px; font-weight: 400; font-size: 20px; line-height: 150%; letter-spacing: 0.8px; color: #1C1B1F; }

    .banner-btn { background: #00854a; border: none; padding: 10px 25px; border-radius: 25px; color: #E6E6E6; font-size: 14px; margin-top: 20px; cursor: pointer; transition: 0.3s; display: inline-block; }

    .banner-btn:hover { background: #005f30; }

    .bottom-tabs { display: flex; justify-content: start; margin-top: 80px; }

    .tab-item { width: 20%; padding: 10px; font-size: 18px; line-height: 150%; letter-spacing: 1.5%; cursor: pointer; color: #007533; font-size: 15px; position: relative; font-weight: 500; }

    .tab-progress { height: 2px; background: #c5e5d2; margin-bottom: 8px; width: 100%; position: relative; }

    .tab-progress-fill { height: 2px; background: #00854a; width: 0%; transition: 0.5s; }

    .banner-arrow { position: absolute; bottom: 20px; right: 40px; display: flex; gap: 15px; z-index: 10; }

    .banner-arrow .arrow-btn { width: 55px; height: 55px; border-radius: 50%; background: #00854a; color: #E6E6E6; display: flex; justify-content: center; align-items: center; cursor: pointer; font-size: 22px; transition: 0.3s; }

    .banner-arrow .arrow-btn:hover { background: #005f30; }

    .mobile-tab-numbers { display: none; gap: 0.8rem; margin-top: 1.5rem; justify-content: center; }

    .mobile-tab-item { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; cursor: pointer; }

    .mobile-progress-bar { width: 60px; height: 2px; background: #c5e5d2; position: relative; border-radius: 2px; }

    .mobile-progress-bar-fill { height: 100%; background: #00854a; width: 0%; transition: width 0.5s; border-radius: 2px; }

    .tab-number { color: #c5e5d2; font-size: 14px; font-weight: 500; transition: 0.3s; }

    .tab-number.active { color: #00854a; font-weight: 600; }

    /* ============ Responsive ============ */

    @media(min-width:1200px){
    .banner-content{    padding-left: 0; padding-top: 30px; position: relative; left: -70px;}
    }

    @media(max-width:1450px){
    .masked-video { width: 100%; height: 550px; object-fit: cover; pointer-events: none; -webkit-mask-image: url("../images/svg.svg"); mask-image: url("../images/svg.svg"); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 1148px 550px; mask-size: 1148px 550px; -webkit-mask-position: center; mask-position: center; margin-left: -50px; }
    }

    @media (max-width: 1200px) { 
    .banner-title { font-size: 120px; right: 300px; } 
    .mask-video-wrap { height: 350px; margin-top: 20px; } 
    .mask { width: 100%; height: 500px; } 
    .masked-video { -webkit-mask-size: 1148px 450px; mask-size: 1148px 450px; } }

    @media (max-width: 991.98px) { 
    .banner-section { padding: 120px 0 1rem !important; } 
    .video-main { flex-direction: column !important; height: auto !important; gap: 2rem; } 
    .mask-video-wrap { height: 350px; gap: 1px; width: 100%; justify-content: center; } 
    .mask { width: 100%; height: 600; border-radius: 65px; } 
    .masked-video { -webkit-mask-size: 1148px 500px; mask-size: 1148px 500px; margin-left: 0; } 
    .banner-content { padding-left: 0 !important; text-align: center; width: 90%; padding-top: 0; } 
    .banner-title { font-size: 48px; right: 0; margin-bottom: 30px; text-align: left; } 
    .banner-small { font-size: 18px; margin-bottom: 10px; text-align: left; } 
    .banner-desc { display: none; } 
    .banner-btn { padding: 12px 30px; font-size: 13px; margin-top: 15px; width: 100%; } 
    .mobile-tab-numbers { display: flex; } 
    .banner-arrow { display: none !important; } 
    .bottom-tabs { display: none !important; } 
    .header-section{margin-top: 0 !important; } 
    }

    @media (max-width: 575.98px) { 
    .banner-section .container-fluid { padding: 1rem 0 !important; } 
    .mask-video-wrap { height: 300px; margin-bottom:40px; } 
    .mask { width: 100%; height: 600px; } 
    .masked-video { -webkit-mask-size: 1148px 390px; mask-size: 1148px 390px; } 
    .banner-title { font-size: 36px; letter-spacing: 1px; } 
    .banner-small { font-size: 16px; } 
    .banner-btn { padding: 10px 25px; font-size: 12px; } 
    .mobile-tab-numbers { gap: 0.6rem; } 
    .mobile-progress-bar { width: 50px; } 
    .tab-number { font-size: 13px; } }

    @media (max-width: 400px) { 
    .mask-video-wrap { height: 280px; } 
    .mask { width: 100%; height: 600px; } 
    .masked-video { -webkit-mask-size: 1148px 360px; mask-size: 1148px 360px; } 
    .banner-title { font-size: 32px; } 
    .banner-small { font-size: 15px; } 
    .mobile-progress-bar { width: 45px; } }



    /* ========== Industry section CSS ========= */

    .industries-section { background: #fff; padding: 60px 0; }

    .industries-section .section-title { font-size: 30px; font-weight: 500; color: #1C1B1F; text-align: center; line-height: 120%;letter-spacing: 3%; }

    .industries-section .row.g-4 { row-gap: 0; column-gap: 0; }

    .industries-section .industry-card { background: #fff; padding: 40px 30px; text-align: left; position: relative; box-sizing: border-box; transition: all 0.3s; height: 100%; min-height: auto; display: flex; flex-direction: column; justify-content: flex-start; border: none; border-bottom: 1px solid #f0f0f0; cursor: pointer; }

    /* Right border using ::after */
    .industries-section .industry-card::after { content: ''; position: absolute; right: -13px; top: 0; bottom: 0; width: 1px; background-color: #f0f0f0; height: 92%; }

    .industries-section .industry-card .icon { font-size: 50px; color: #1C1B1F; transition: color 0.3s; height: 60px; display: flex; align-items: center; margin-bottom: 20px; }

    .industries-section .industry-card .icon i { display: block; }
    .industries-section .industry-card .icon img{ width: 60px; height: 60px; object-fit: contain;}

    .industries-section .industry-card h5 { font-size: 24px; font-weight: 500; margin-bottom: 12px; color: #1C1B1F; transition: color 0.3s; line-height: 135%; letter-spacing: 0.3px; }

    .industries-section .industry-card .card-desc { font-size: 16px; color: #1C1B1F; line-height: 140%; font-weight: 400; flex: 1; transition: color 0.3s; letter-spacing: 0.5px; display: none;}

    .industries-section .industry-card .arrow-link { font-size: 20px; color: #1C1B1F; text-decoration: none; transition: all 0.3s; display: inline-block; margin-top: auto; }

    .industries-section .industry-card .arrow-link::after { position: relative; }

    /* Remove right border from every 4th card */
    .industries-section .col-md-3:nth-child(4n) .industry-card::after { display: none; }

    /* Remove bottom border from last 4 cards */
    .industries-section .col-md-3:nth-last-child(-n+4) .industry-card { border-bottom: none; }

    /* Remove borders from last card */
    .industries-section .col-md-3:last-child .industry-card::after { display: none; }
    .industries-section .col-md-3:last-child .industry-card { border-bottom: none; }

    /* Hover effects - no background change */
    .industries-section .industry-card:hover .icon,
    .industries-section .industry-card:hover h5,
    .industries-section .industry-card:hover .card-desc,
    .industries-section .industry-card:hover .arrow-link { color: #00854a; }

    .industries-section .industry-card:hover .arrow-link { transform: translateX(5px); }

    /* Tablet View */
    @media (max-width: 991px) {
    .industries-section .col-md-3:nth-child(4n) .industry-card::after { display: block; }
    
    .industries-section .col-md-3:nth-child(2n) .industry-card::after { display: none; }
    
    .industries-section .col-md-3:nth-last-child(-n+4) .industry-card { border-bottom: 1px solid #f0f0f0; }
    
    .industries-section .col-md-3:nth-last-child(-n+2) .industry-card { border-bottom: none; }
    
    .industries-section .col-md-3:last-child .industry-card::after { display: none; }
    .industries-section .col-md-3:last-child .industry-card { border-bottom: none; }
    
    .industries-section .industry-card { min-height: 260px; padding: 35px 25px; }
    
    .industries-section .industry-card .icon { font-size: 45px; margin-bottom: 18px; }
    
    .industries-section .industry-card h5 { font-size: 18px; }
    
    .industries-section .industry-card .card-desc { font-size: 14px; margin-bottom: 18px; }
    }

    /* Mobile View - 2 items per row */
    @media (max-width: 767px) {
    .industries-section { padding: 40px 0; }
    
    .industries-section .section-title { font-size: 28px; margin-bottom: 30px; }
    
    .industries-section .row.g-4 { row-gap: 0 !important; column-gap: 0 !important; }
    
    .industries-section .col-md-3 { width: 50%; padding: 0; }
    
    .industries-section .industry-card { border: none !important; border-bottom: 1px solid #e0e0e0; height: auto; min-height: auto; padding: 25px 15px; margin-bottom: 0; text-align: center; background: #fff !important; }
    
    .industries-section .industry-card::after { display: block; background-color: #e0e0e0; }
    
    .industries-section .col-md-3:nth-child(2n) .industry-card::after { display: none; }
    
    .industries-section .col-md-3:nth-last-child(-n+2) .industry-card { border-bottom: none; }
    
    .industries-section .industry-card .icon { font-size: 42px; margin: 0 auto 15px; height: 50px; }
    
    .industries-section .industry-card h5 { font-size: 15px; margin-bottom: 8px; line-height: 1.4; }
    
    .industries-section .industry-card .card-desc { display: none; }
    
    .industries-section .industry-card .arrow-link { font-size: 18px; margin-top: 5px; }
    }

    /* Small Mobile View */
    @media (max-width: 575px) {
    .industries-section .section-title { font-size: 24px; }
    
    .industries-section .industry-card { padding: 20px 12px; }
    
    .industries-section .industry-card .icon { font-size: 40px; margin-bottom: 15px; height: 45px; }
    
    .industries-section .industry-card h5 { font-size: 14px; }
    
    .industries-section .industry-card .arrow-link { font-size: 16px; }
    }

    /* Extra Small Mobile */
    @media (max-width: 400px) {
    .industries-section .industry-card { padding: 18px 10px; }
    
    .industries-section .industry-card .icon { font-size: 36px; margin-bottom: 12px; height: 40px; }
    
    .industries-section .industry-card h5 { font-size: 13px; }
    }




    /* presence-section */
    .presence-section { background: #007533; color: #E6E6E6; }

    .presence-left { padding: 4rem 1rem 4rem 6rem !important; }

    .presence-left .small-title { letter-spacing: 1px; font-size: 15px; margin-bottom: 10px; font-weight: 600; line-height: 23px; letter-spacing: 3%; text-transform: uppercase; }

    .presence-title { font-size: 38px; font-weight: 500; margin-bottom: 20px; line-height: 48.5px; letter-spacing: 0.8%; }

    .presence-text { max-width: 600px; line-height: 1.7; font-size: 15px; font-weight: 400; font-size: 18px; line-height: 170%; letter-spacing: 3%; }

    .presence-btn { display: inline-block; background: #E6E6E6; color: #007533; padding: 12px 28px; border-radius: 30px; font-weight: 600; margin-top: 15px; text-decoration: none; transition: 0.3s; font-size: 16px; line-height: 100%; letter-spacing: 0.5px;



    }

    .presence-btn::after { position: relative; }

    .presence-btn:hover { background: #e8e8e8; }

    .half-circle-img { max-width: 1000px; height: 650px; border-radius: 100% 0 0 100%; overflow: hidden; }

    .half-circle-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

    /* Tablet View */
    @media (max-width: 1200px) {
    .presence-title { font-size: 36px; }
    
    .presence-left { padding: 3rem 2.5rem !important; }
    
    .half-circle-img { height: 550px; }
    }

    /* Medium Tablet */
    @media (max-width: 992px) {
    .presence-section { padding-bottom: 0 !important; }
    
    .presence-title { font-size: 32px; }
    
    .presence-left { padding: 3rem 2rem !important; }
    
    .half-circle-img { border-radius: 0 0 50% 50%; height: 450px; }
    }

    /* Mobile View - Image ke according */
    @media (max-width: 767px) {
    .presence-section { padding-top: 0 !important; padding-bottom: 0 !important; }
    
    .presence-left { padding: 2.5rem 1.5rem !important; text-align: center; }
    
    .presence-left .small-title { font-size: 12px; margin: 0;}
    
    .presence-title { font-size: 28px; margin-bottom: 5px; }
    
    .presence-text { max-width: 100%; font-size: 17px; line-height: 1.6; }
    
    .presence-btn { padding: 10px 24px; font-size: 16px; margin-top: 20px; width: 90%; }
    
    .half-circle-img { border-radius: 0 0 50% 50%; height: 350px; }
    }

    /* Small Mobile */
    @media (max-width: 575px) {
    .presence-left { padding: 2rem 1.2rem !important; }
    
    .presence-title { font-size: 24px; }
    
    .presence-text { margin: 0; }
    
    .presence-btn { padding: 12px 22px; font-size: 13px; font-size: 16px; }
    
    .half-circle-img { height: 280px !important; border-radius: 0 0 50% 50%; }
    }

    /* Extra Small Mobile */
    @media (max-width: 400px) {
    .presence-left { padding: 1.5rem 1rem !important; }
    
    .presence-title { font-size: 22px; }
    
    .half-circle-img { height: 280px; }
    }

    /* fOCUS-section */
    .focus-section { background: #f8f8f8; }
    .focus-title { font-size: 30px; font-weight: 500; color: #1C1B1F; text-align: center; line-height: 120%; letter-spacing: 3%; }
    .focus-card { cursor: pointer; transition: 0.35s ease; height: 100%; }
    .focus-media { position: relative; border-radius: 12px; overflow: hidden; }
    .focus-media img, .focus-media video { width: 100%; height: 280px; object-fit: cover; transition: transform 0.4s ease; }
    .focus-arrow { width: 42px; height: 42px; background: #007533; border-radius: 50%; position: absolute; right: 15px; bottom: 15px; display: flex; align-items: center; justify-content: center; color: white; transition: 0.35s ease; font-size: 18px; }
    .focus-content { padding: 18px; }
    .meta { font-size: 13px; color: #1C1B1F; letter-spacing: .3px; font-weight: 500; line-height: 23px; letter-spacing: 2%; text-transform: uppercase; }
    .focus-content h5 { font-size: 24px; font-weight: 500; height: 65px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: #1C1B1F; line-height: 135%; letter-spacing: 0.3px; }
    .focus-content .desc { color: #1C1B1F; font-size: 18px; line-height: 170%; max-height: 90px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-weight: 400; letter-spacing: 3%; }
    .more-link { font-weight: 500; font-size: 20px; text-decoration: none; color: #1C1B1F; display: inline-block; transition: 0.3s; line-height: 113.9%; letter-spacing: 1%; }
    .focusSwiper { display: none; }
    .focus-card:hover .focus-media img, .focus-card:hover .focus-media video { transform: scale(1.08); }
    .focus-card:hover .focus-arrow { background: #000; }
    .focus-card:hover h5, .focus-card:hover .meta, .focus-card:hover .desc { color: #007533 !important; }
    .focus-card:hover .more-link, .focus-card:hover .meta span { color: #007533; transform: translateX(8px); }

    /* MOBILE - EXACT COLORS FROM IMAGE */
    @media (max-width: 767px) {
    .focus-section { padding: 3rem 0 !important; }
    .focus-title { font-size: 28px; margin-bottom: 2rem !important; }
    .focus-grid { display: none !important; }
    .focusSwiper { display: block !important; position: relative; padding-bottom: 45px; }
    .focusSwiper .swiper-slide { padding: 0; }
    .focus-card { border-radius: 12px; overflow: hidden; background: transparent !important; }
    .focus-content { padding: 18px 15px 20px; }
    .focus-content h5 { font-size: 18px; height: auto; min-height: 50px; }
    .desc { font-size: 14px; margin-bottom: 0; }
    .more-link { display: none; }
    
    /* DOTS - Green inactive, Grey active (EXACT) */
    .focus-pagination { position: absolute !important; bottom: 35px !important; left: 20px !important; display: flex !important; gap: 8px !important; z-index: 10 !important; }
    .focus-pagination .swiper-pagination-bullet { width: 12px !important; height: 12px !important; background: #007533 !important; opacity: 1 !important; border-radius: 50% !important; transition: all 0.3s !important; margin: 0 !important; }
    .focus-pagination .swiper-pagination-bullet-active { background: #D1D5DB !important; width: 14px !important; height: 14px !important; }
    
    /* ARROWS CONTAINER */
    .focus-nav-arrows { position: absolute !important; bottom: 24px !important; right: 20px !important; display: flex !important; gap: 45px !important; z-index: 10 !important; background: #fff; padding: 6px; border-radius: 30px;  }
    
    /* DISABLED ARROW (Light green bg + green icon) */
    .focus-arrow-prev.swiper-button-disabled, .focus-arrow-next.swiper-button-disabled { width: 35px !important; height: 35px !important; background: #DCFCE7 !important; border: 1px solid #BBF7D0 !important; border-radius: 24px !important; display: flex !important; align-items: center !important; justify-content: center !important; color: #007533 !important; cursor: not-allowed !important; font-size: 16px !important; font-weight: 900 !important; }
    
    /* ACTIVE ARROW (Dark green bg + white icon) */
    .focus-arrow-prev:not(.swiper-button-disabled), .focus-arrow-next:not(.swiper-button-disabled) { width: 35px !important; height: 35px !important; background: #007533 !important; border-radius: 24px !important; display: flex !important; align-items: center !important; justify-content: center !important; color: #FFFFFF !important; cursor: pointer !important; transition: all 0.3s !important; font-size: 16px !important; font-weight: 900 !important; }
    
    /* HOVER */
    .focus-arrow-prev:not(.swiper-button-disabled):hover, .focus-arrow-next:not(.swiper-button-disabled):hover { background: #15803D !important; transform: scale(1.05) !important; }
    }

    /* SMALL MOBILE */
    @media (max-width: 575px) {
    .focus-title { font-size: 24px; }
    .focus-media img, .focus-media video { height: 240px; }
    .focus-content h5 { font-size: 17px; }
    .desc { font-size: 13px; }
    .focus-pagination { left: 15px !important; bottom: 35px !important; gap: 6px !important; }
    .focus-pagination .swiper-pagination-bullet { width: 10px !important; height: 10px !important; }
    .focus-pagination .swiper-pagination-bullet-active { width: 12px !important; height: 12px !important; }
    .focus-nav-arrows { right: 15px !important; bottom: 20px !important; gap: 35px !important; }
    .focus-arrow-prev, .focus-arrow-next { width: 40px !important; height: 40px !important; font-size: 14px !important; border-radius: 20px !important; }
    }



    /* ====== Footer ===========  */

    .hab-footer { background: #1C1B1F; color: #E6E6E6; padding: 70px 0 40px; }

    .footer-top { margin-bottom: 60px; }

    .footer-heading { font-size: 30px; line-height: 140%; margin-bottom: 15px; color: #E6E6E6; font-weight: 500; letter-spacing: 0%;}

    .footer-heading span { color: #2FC26F; }

    .footer-text { max-width: 380px; color: #E6E6E6; margin-bottom: 25px; font-size: 15px; line-height: 24px; letter-spacing: 0.5px; font-weight: 474; }

    .footer-btn { display: inline-block; background: #E6E6E6; color: #1C1B1F; padding: 12px 26px; border-radius: 25px; text-decoration: none; font-size: 16px; font-weight: 600; transition: .3s; letter-spacing: 0.5px;  }

    .footer-btn::after { position: relative; }

    .footer-btn:hover { background: #e4e4e4; }

    .footer-col-title { color: #E6E6E6; margin-bottom: 20px; font-size: 20px; font-weight: 600; line-height: 140%; letter-spacing: 1%; }

    .footer-links { padding-left: 0; margin-bottom: 0; }

    .footer-links li { list-style: none; margin-bottom: 10px; }

    .footer-links a { color: #E6E6E6; text-decoration: none; position: relative; font-size: 16px; transition: .2s; border-bottom: 1px solid; display: inline-block; padding-bottom: 2px;  font-weight: 600; line-height: 150%; letter-spacing: 1%; }

    .footer-links a:hover { color: #E6E6E6; }

    .footer-contact { line-height: 1.8; font-size: 16px; color: #E6E6E6; margin-bottom: 15px; font-weight: 400; line-height: 140%; letter-spacing: 1.5%; }

    .footer-phone { margin-bottom: 15px; font-size: 16px; color: #E6E6E6; font-weight: 400; line-height: 160%; letter-spacing: 1.5% }

    .footer-phone a { text-decoration: none; color: #E6E6E6; transition: .2s; font-weight: 600; font-size: 16px; line-height: 150%; letter-spacing: 1%; }

    .footer-phone a:hover { color: #23b14d; }

    .footer-arrow-link { color: #E6E6E6; font-size: 16px; text-decoration: none; transition: .3s; display: inline-block; font-weight: 600; line-height: 113.9%; letter-spacing: 1.5%; }

    .footer-arrow-link:hover { transform: translateX(5px); color: #23b14d; }

    .footer-bottom { border-top: 1px solid #1C1B1F; padding-top: 25px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; font-size: 14px; gap: 15px; }

    .footer-bottom-left { order: 1; }

    .footer-privacy { color: #C6C6C6; text-decoration: none; transition: .2s; padding-bottom: 5px; font-size: 13px; font-weight: 600; line-height: 150%; letter-spacing: 1%; }

    .footer-privacy:hover { color: #E6E6E6; }

    .footer-privacy i { margin-right: 6px; font-size: 13px; }

    .footer-bottom-center { order: 2; display: flex; gap: 20px; align-items: center; }

    .footer-copyright { color: #C6C6C6; text-decoration: none; transition: .2s; padding-bottom: 5px; font-size: 13px; font-weight: 600; line-height: 150%; letter-spacing: 1%; margin-bottom: 0;  }

    .footer-icon::after{width: 0 !important;}

    .footer-bottom-center a { color: #C6C6C6; text-decoration: none; transition: .2s; padding-bottom: 5px; font-size: 13px; font-weight: 600; line-height: 150%; letter-spacing: 1%; }

    .footer-bottom-center a:hover { color: #E6E6E6; }

    .footer-bottom-right { order: 3; display: flex; gap: 10px; }

    .footer-icon { font-size: 18px; color: #E6E6E6; text-decoration: none; transition: .3s; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #3a3a3a; }

    .footer-icon:hover { color: #E6E6E6; border-color: #E6E6E6; }

    /* Tablet View */
    @media (max-width: 991px) {
    .hab-footer { padding: 50px 0 30px; }
    
    .footer-heading { font-size: 28px; }
    
    .footer-top { margin-bottom: 50px; }
    
    .footer-intro { margin-bottom: 35px; }
    
    .footer-col { margin-bottom: 30px; }
    
    .footer-contact-col { margin-bottom: 0; }
    }

    /* Mobile View - Image ke exact layout */
    @media (max-width: 767px) {
    .hab-footer { padding: 40px 0 30px; }
    
    .footer-top { margin-bottom: 40px; }
    
    /* Intro Section - Full Width */
    .footer-intro { margin-bottom: 35px; }
    
    .footer-heading { font-size: 22px; margin-bottom: 12px; line-height: 1.4; }
    
    .footer-text { max-width: 100%; font-size: 14px; margin-bottom: 20px; line-height: 1.6; }
    
    .footer-btn { padding: 10px 22px; font-size: 13px; }
    
    /* Two Columns Side by Side - This is Habasit & Services */
    .footer-col { margin-bottom: 35px; padding-left: 10px; padding-right: 10px; }
    
    .footer-col-title { font-size: 15px; margin-bottom: 15px; }
    
    .footer-links li { margin-bottom: 8px; }
    
    .footer-links a { font-size: 14px; border-bottom: none; padding-bottom: 0; }
    
    .footer-links a:hover { border-bottom: none; }
    
    /* Contact Section - Full Width */
    .footer-contact-col { width: 100%; }
    
    .footer-contact { font-size: 14px; line-height: 1.7; }
    
    .footer-phone { font-size: 14px; }
    
    .footer-arrow-link { font-size: 14px; }
    
    /* Bottom Bar - Mobile Stacked Layout */
    .footer-bottom { flex-direction: column; align-items: flex-start; padding-top: 20px; gap: 15px; }
    
    .footer-bottom-left { order: 1; width: 100%; display: none; }
    
    .footer-bottom-center { order: 3; width: 100%; flex-direction: row; align-items: flex-start; gap: 15px; }
    
    .footer-copyright { font-size: 13px; }
    
    .footer-bottom-center a { font-size: 13px; }
    
    .footer-bottom-right { order: 2; width: 100%; gap: 0; margin-bottom: 5px; }
    
    .footer-icon { font-size: 20px; width: 42px; height: 42px; margin-right: 12px; border-color: #3a3a3a; }
    }

    /* Small Mobile */
    @media (max-width: 575px) {
    .footer-heading { font-size: 20px; }
    
    .footer-text { font-size: 13px; }
    
    .footer-btn { padding: 9px 20px; font-size: 12px; }
    
    .footer-col-title { font-size: 14px; }
    
    .footer-links a { font-size: 13px; }
    
    .footer-contact,
    .footer-phone,
    .footer-arrow-link { font-size: 13px; }
    }


    /*//footer soial links*/
    .footer-icon {
        /* hide any text inside the link but keep icons */
        color: inherit; /* optional, keep icon color */
        position: relative;
    }
    
        .footer-icon i {
            position: relative;
            z-index: 1; /* keep icon visible */
        }
    
        .footer-icon::before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            overflow: hidden;
        }
    
    .footer-icon {
        font-size: 0; /* hide any text node inside the link */
    }
    
        .footer-icon i {
            font-size: 16px; /* reset icon size */
        }
        

    /* =================== Header Navigation =========================== */

    .header-section{position: absolute; width: 100%; z-index: 9; background: transparent; margin-top: 40px;}
    .header-navigation{position: absolute; width: 100%;}
    .header-section::before{ content: ''; width: 300px; height: 1px; background: #e0e0e0; position: absolute; top: 0; right: 40px;}
    /* Top Links */
    .top-items { position: relative; right: 4.5%; }
    .top-links { font-size: 13px; background: #f5f5f5; position: fixed; right: 0; top: 0; z-index: 9; display: inline-block;  border-radius: 30px 0 0 30px; width: 375px;  }
    .top-links a { color: #1C1B1F; transition: 0.2s; }
    .top-links a:hover { color: #00a651; }

    .logo-menu-container { display: flex; align-items: center; gap: 3rem; }
    .navbar-brand:hover::after{width: 0;}
    .navbar-expand-lg .navbar-nav{gap: 15px;}
    .navbar-nav .nav-link { font-weight: 500;  color: #1C1B1F; font-size: 17px; letter-spacing: 2%; cursor: pointer; transition: 0.2s; position: relative; padding:20px 0 !important }
    .navbar-nav .nav-link:hover { color: #00a651; }

    /* Mega Menu */
    .mega-dropdown { position: static; }

    .mega-menu {
    position: fixed; left: 50%; transform: translateX(-50%);
    width: 85%; max-width: 1400px; margin-top: 0; 
    padding: 3rem !important; border-radius: 10px;
    display: none; opacity: 0; transition: 0.3s;
    background: rgba(50,50,50,0.92); backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.4); color: #E6E6E6;
    z-index: 1000; border: none;
    }

    .mega-menu .container { max-width: 100%; }

    @media (min-width: 992px) {
    .mega-dropdown:hover .mega-menu { display: block; opacity: 1; }
    }

    .mega-title { color: #00a651 !important; font-weight: 600; font-size: 16px; margin-bottom: 1.5rem; text-transform: capitalize; }

    .mega-col a {
    color: #e0e0e0; padding: 0.5rem 0; display: block;
    font-size: 14px; text-decoration: none; transition: 0.2s;
    }
    .mega-col a:hover { color: #fff !important; }
    .mega-col a:hover::after {width: 0; }

    /* Industries Grid */
    .industries-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 3rem; }
    .industries-grid .mega-col { min-height: 200px; }

    /* Quick Links */
    .quick-links-section { border-left: 1px solid rgba(255,255,255,0.1); padding-left: 2rem; }
    .quick-links-section .mega-title { color: #E6E6E6 !important; }

    .quick-link-item {
    display: flex; align-items: center;
    color: #e0e0e0; font-size: 14px; padding: 0.5rem 0;
    text-decoration: none; transition: 0.2s;
    }
    .quick-link-item:hover { color: #E6E6E6; padding-left: 8px; }
    .quick-link-item i { margin-left: 8px; font-size: 12px; }

    .mega-image { width: 100%; max-width: 250px; border-radius: 8px; margin-top: 1.5rem; }

    /* Social Icons */
    .social-icons-container { position: absolute; bottom: 2rem; right: 2rem; display: flex; gap: 0.5rem; }
    .social-icon {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,0.1); color: #E6E6E6;
    display: flex; align-items: center; justify-content: center;
    transition: 0.2s;
    }
    .social-icon:hover { background: #00a651; }

    /* Close Mega Menu */
    .close-mega-menu {
    position: absolute; top: 1.5rem; right: 2rem;
    background: none; border: none; color: #E6E6E6;
    font-size: 28px; cursor: pointer; transition: 0.2s;
    }
    .close-mega-menu:hover { color: #00a651; }

    /* Header Icons */
    .header-icons { margin-left: auto; display: flex; gap: 1.5rem; align-items: center; }
    .header-icons i { font-size: 18px; cursor: pointer; color: #1C1B1F; transition: 0.2s; }
    .header-icons i:hover { color: #00a651; }

    /* Hide mobile on desktop */
    @media (min-width: 992px) {
    .mobile-header-row,
    .mobile-collapse-menu,
    .navbar-expand-lg .navbar-collapse,
    .navbar-expand-lg .navbar-toggler,
    .mobile-fullscreen-menu { display: none !important; }
    }

    /* Mobile Styles */
    @media (max-width: 991.98px) {
    .top-links { display: none !important; }
    .mobile-header-row { display: flex !important; align-items: center; justify-content: space-between; width: 100%; }
    .mobile-right-icons { display: flex; gap: 1rem; align-items: center; }

    .mobile-search-icon { color: #1C1B1F; font-size: 20px; cursor: pointer; }
    .header-section-shadow .mobile-search-icon, .header-section-shadow .navbar-toggler { color: #fff; }

    .navbar-toggler { padding: 0; border: none !important; }
    .navbar-toggler:focus { box-shadow: none; }

    .logo-menu-container,
    .navbar-collapse,
    .mega-menu,
    .header-icons { display: none !important; }
    .header-section::before{  width: 0; height: 0;}
    }

    /* Mobile Fullscreen Menu */
    .mobile-fullscreen-menu {
    display: none; position: fixed; top: 0; left: 0;
    width: 100%; height: 100vh;
    background: #1a1a1a; z-index: 9999; overflow-y: auto;
    }
    .mobile-fullscreen-menu.active { display: flex; flex-direction: column; }

    /* Mobile Header */
    .mobile-menu-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1rem 1.5rem; background: #1a1a1a;
    border-bottom: 1px solid #2a2a2a; position: sticky; top: 0; z-index: 10;
    }
    .mobile-menu-logo { height: 35px; }
    .mobile-menu-icons { display: flex; gap: 1.5rem; align-items: center; }
    .mobile-menu-icons i { color: #E6E6E6; font-size: 20px; cursor: pointer; }

    /* Mobile Menu Content */
    .mobile-menu-content { flex: 1; padding: 1.5rem; overflow-y: auto; }
    .mobile-menu-item { border-bottom: 1px solid #2a2a2a; }

    .mobile-menu-link {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1rem 0; color: #b0b0b0;
    font-size: 15px; text-decoration: none; cursor: pointer;
    }
    .mobile-menu-link:hover { color: #E6E6E6; }
    .mobile-menu-link i { color: #b0b0b0; font-size: 14px; padding-left: 20px; border-left: 1px solid #2a2a2a; }

    .mobile-menu-divider { height: 1px; background: #2a2a2a; margin: 0.5rem 0; }

    /* Mobile Bottom */
    .mobile-menu-bottom { padding: 2rem 1.5rem; background: #1a1a1a; border-top: 1px solid #2a2a2a; }
    .mobile-bottom-links { display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 2rem; }
    .mobile-bottom-links a { color: #b0b0b0; text-decoration: none; font-size: 14px; }
    .mobile-bottom-links a.fw-bold { font-weight: 600; }
    .mobile-bottom-links a:hover { color: #E6E6E6; }

    /* Mobile Social Icons */
    .mobile-social-icons { display: flex; gap: 1rem; }
    .mobile-social-icon {
    width: 40px; height: 40px; border-radius: 50%;
    border: 1px solid #3a3a3a; display: flex;
    align-items: center; justify-content: center;
    background: transparent; color: #b0b0b0; transition: 0.3s;
    }
    .mobile-social-icon:hover {
    background: #2a2a2a; border-color: #4a4a4a; color: #E6E6E6;
    }

    /* Mobile Submenu Modal */
    .mobile-submenu-modal {
    display: none; position: fixed; top: 0; left: 0;
    width: 100%; height: 100vh;
    background: #1a1a1a; z-index: 10000; overflow-y: auto;
    }
    .mobile-submenu-modal.active { display: flex; flex-direction: column; }

    .mobile-submenu-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1rem 1.5rem; background: #1a1a1a;
    border-bottom: 1px solid #2a2a2a; position: sticky; top: 0;
    }
    .mobile-submenu-back { display: flex; align-items: center; gap: 0.5rem; color: #00a651; cursor: pointer; font-size: 14px; }
    .mobile-submenu-close { font-size: 24px; color: #E6E6E6; cursor: pointer; }

    .mobile-submenu-content { flex: 1; padding: 1.5rem; }
    .mobile-submenu-title { font-size: 18px; font-weight: 600; color: #E6E6E6; margin-bottom: 1.5rem; }

    .mobile-submenu-section { border-bottom: 1px solid #2a2a2a; }
    .mobile-submenu-section:last-child { border-bottom: none; }

    .mobile-section-title {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1rem 0; color: #b0b0b0; font-size: 15px;
    cursor: pointer; transition: 0.3s;
    }
    .mobile-section-title:hover { color: #E6E6E6; }
    .mobile-section-title i { color: #b0b0b0; transition: transform 0.3s; }
    .mobile-section-title.active i { transform: rotate(180deg); }

    .mobile-section-content { display: none; padding: 0 0 1rem 1rem; }
    .mobile-section-content.active { display: block; }
    .mobile-section-content a {
    display: block; padding: 0.5rem 0;
    color: #888; text-decoration: none;
    border-bottom: 1px solid #252525; font-size: 14px;
    }
    .mobile-section-content a:last-child { border-bottom: none; }
    .mobile-section-content a:hover { color: #E6E6E6; }


    /* ============= Industry Page Started Here ================= */

    /* Hero Video Section */
    .hero-video-section { position: relative; width: 100%; height: 680px; min-height: 500px; overflow: hidden; top: 0; }
    .video-container { position: relative; width: 100%; height: 100%; overflow: hidden;}
    /* Background Video */
    .hero-video { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: auto; height: auto; object-fit: cover; z-index: 1;
    }
    /* Dark Overlay on Video */
    .video-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.5) 100%
        );  z-index: 2; }

    /* Content Container */
    .hero-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; z-index: 3; text-align: center;}
    /* Breadcrumb Custom Styling */
    .breadcrumb-custom, .breadcrumb ol { list-style: none; padding: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
    .breadcrumb-custom li, .breadcrumb ol li { display: flex; align-items: center; color: #ffffff; font-size: 12px; font-weight:500; letter-spacing: 0.5px; line-height: 130%; letter-spacing: 4%; }
    .breadcrumb-custom li a, .breadcrumb ol li a { color: #ffffff; text-decoration: none; transition: opacity 0.3s ease; }
    .breadcrumb-custom li a:hover, .breadcrumb ol li a:hover { opacity: 0.7; }
    .breadcrumb-custom .separator, .breadcrumb ol .separator { display: none; }
    .breadcrumb ol li { color:#fff; }
    .breadcrumb-item .field-navigationtitle{display: inline;}
    .breadcrumb ol .last .active { font-weight:700; pointer-events:none;  }
    .breadcrumb{justify-content: center;}
    .breadcrumb-item+.breadcrumb-item::before{color: #fff; padding-right:15px; padding-left: 2px;}

    /* Hero Title */
    .hero-title { font-size: 64px; font-weight: 400; color: #ffffff; margin: 0; line-height: 1.2; }


    .header-section-shadow{background: transparent; z-index: 9;}
    .navbar-nav .nav-link-shadow, .header-section-shadow .header-icons i, .top-links-shadow a{color: #fff;}
    .mega-dropdown:hover .mega-menu{opacity: 0.99; background: #000000bf;}
    .top-links-shadow{background-color: #000000c2;}
    .header-section-shadow::before{background: #434343;}

    /* ============= Industry About Us ===============  */

    .industry_about{ background: #f5f5f5; padding: 30px 0 150px; margin-top:100px }
    .industry_about .masked-video{margin-left: 0;}
    .industry_about p{font-size: 18px; font-weight: 400; line-height: 170%; letter-spacing: 3%; color: #1C1B1F;}
    .industry_about h2{font-weight: 500; font-size: 38px; line-height: 48.5px; letter-spacing: 0.8%; color: #1C1B1F;} 

    @media (max-width: 1200px) {
    .hero-title { font-size: 56px;}
    }

    @media (max-width: 992px) {
    .hero-title { font-size: 48px;}
    .hero-video-section { height: 500px;}
    }

    @media (max-width: 768px) {
    .hero-title { font-size: 40px; }
    .breadcrumb-custom li { font-size: 11px; }
    .hero-video-section { height: 400px;}
    .industry_about{margin-top: 70px; padding: 30px 0 120px;}
    .industry_about .col-md-6:first-child { order: 0;}
    }

    @media (max-width: 576px) {
    .hero-title { font-size: 32px; }
    .breadcrumb-custom { margin-bottom: 15px; }
    .breadcrumb-custom li { font-size: 10px; }
    .hero-video-section { height: 300px;}
    .industry_about{margin-top: 50px; padding: 30px 0 80px;}
    }

    /* ========== Industry Product Form Section ================  */

    .product-cards-section{ padding: 65px 0; background: #f5f5f5;}
    .product-cards-section .card-custom { border-radius: 12px; padding: 40px; height: 100%; border: none; }

    /* Downloads Section */
    .downloads-section { background-color: #1c1b1f; color: white; }
    .downloads-section .section-title { font-size: 30px; font-weight: 500; margin-bottom: 20px; line-height: 140%;  }
    .download-item{margin-bottom: 30px; }
    .download-item .pdf-icon{width: 20px; height: 20px; display: inline-block; vertical-align: middle;}
    .download-item .pdf-icon i{font-size: 20px;}
    .download-item a{border-bottom: 1px solid #fff; padding-bottom: 3px; margin-left: 6px;}
    .download-item a:hover{border: none;}


    /* Expert Contact Section */
    .talk-to-an-expert-section { background:#007533; color:#fff; }
    .talk-to-an-expert-section .section-title { font-size:30px; font-weight:500; line-height:140%; }
    .talk-to-an-expert-section .section-subtitle { font-size:14px; margin-bottom:25px; opacity:.95; }
    .talk-to-an-expert-section .email-country-row { display:flex; align-items:center; gap:15px; margin-bottom:16px; }
    .talk-to-an-expert-section .country-select { background:#268a51; color:#fff; border:none; outline:none; box-shadow:none; padding:5px; border-radius:30px; width:50%; }
    .talk-to-an-expert-section .contact-form .message-input { width:100%; background:#268a51; border:1px solid #ffffff33; border-radius:8px; padding:15px; color:#fff; font-size:14px; margin-bottom:15px; min-height:100px; resize:none; box-shadow:none; outline:none; }
    .talk-to-an-expert-section .contact-form .message-input::placeholder { color:rgba(255,255,255,.8); }
    .talk-to-an-expert-section .contact-form .email-input { width:50%; outline:none; box-shadow:none; border:none; background:none; border-bottom:2px solid #2f7f53; margin-bottom:12px; padding:7px 10px; color:#fff; }
    .talk-to-an-expert-section .contact-form .email-input::placeholder { color:rgba(255,255,255,.8); }
    .talk-to-an-expert-section .contact-form .form-footer { display:flex; justify-content:space-between; align-items:center; }
    .talk-to-an-expert-section .contact-form .privacy-checkbox { display:flex; align-items:flex-start; }
    .expert-contact-section .contact-form .privacy-checkbox input { margin-right:8px; margin-top:3px; accent-color:#4db8a0; }
    .talk-to-an-expert-section .contact-form .privacy-checkbox label { font-size:12px; line-height:1.4; }
    .form-footer .submit-btn { padding:4px 50px 4px 35px; border-radius:30px; background:transparent; border:1px solid #fff; color:#fff; }

    /* Product Portal Section */
    .cta-section { background:#ccead9; color:#1A1A1A; }
    .cta-section .section-title { font-size:30px; font-weight:500; margin-bottom:20px; line-height:140%; }
    .cta-section .section-description { font-size:15px; line-height:24px; margin-bottom:30px; color:#1C1B1F; letter-spacing:.5px; }
    .cta-section .portal-link { background:#007533; border:none; color:#fff; padding:12px 30px; border-radius:30px; font-size:16px; text-decoration:none; display:inline-flex; align-items:center; transition:.3s; letter-spacing:.5px; font-weight:600; }
    .cta-section .portal-link:hover { color:#fff!important; }
    .cta-section .portal-link::after { border:none; }
    .cta-section .portal-link .icon { margin-left:8px; width:16px; height:16px; }



    .case-study{background: #fff;}
    .see-all-cases{text-align: center;}
    .see-all-cases{padding: 10px 25px; background: #007533; border-radius: 30px; color: #fff; width: auto; margin: auto;} 
    .see-all-cases:hover{color: #fff !important;}

    /* ============== New Page CSS ============ */
    /* News Section CSS */
    .news-section {
        margin-top: 30px;
    }
    /* .content-area{max-width: 60%; margin: 0 auto;} */
    .news-header { text-align: center; }

    .news-meta { font-size: 13px; font-weight: 500; color: #1C1B1F; line-height: 23px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }

    .badges { display: flex; gap: 10px; flex-wrap: wrap; }

    .badge-custom { background-color: #CCEAD9; color: #1C1B1F; padding: 6px 16px; border-radius: 30px; font-size: 11px; font-weight: 500; text-transform: capitalize;}

    .quote-section { text-align: center; margin: 50px auto 30px; width: 60%; }

    .quote-icon { color: #008751; font-size: 48px; font-weight: 700; line-height: 1; margin-bottom: 20px;}

    .quote-text { font-size: 28px; line-height: 42px; color: #1C1B1F; margin-bottom: 15px; font-weight: 400; letter-spacing: 3%;}

    .quote-author { font-size: 15px; color: #1C1B1F; font-weight: 700; line-height: 29px; letter-spacing: 2%;}

    .quote-position { font-size: 12px; color: #565349; font-weight: 400; margin-left: 15px;}

    /* ============== News share =============== */

    .social-share-buttons{text-align: center; margin-bottom: 80px;}
    .social-share-buttons ul{list-style: none; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 0 ;}
    .social-share-buttons .field-share-label{font-size: 28px; font-weight: 500; line-height: 1.2; margin-bottom: 1.2rem; display: inline-block;}
    .social-share-buttons .share-link i{border: 1px solid; border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 19px; cursor: pointer; transition: 0.3s ease-in-out;}
    .social-share-buttons .share-link i:hover{color: #007533;}

    .news-content { width: 60%; margin: auto; }
    .news-and-press-releases { display: block; width: fit-content; margin: 40px auto; padding: 14px 40px; border: 2px solid #007533; border-radius: 50px; color: #0a7a33; text-decoration: none; font-size: 16px; font-weight: 600; background-color: #ffffff;}

        .news-and-press-releases:hover { color: #fff !important; }
    /* Mobile Responsive */
    @media (max-width: 768px){
        .news-header{padding: 15px 20px 10px; display: flex; flex-direction: column;}
        .news-content, .quote-section{width: 100%}
        .news-meta{font-size: 10px;}
        .badges{order: 1; justify-content:center ;}
        .quote-text{line-height: 34px;}
        .badge-custom{font-size: 10px; padding: 5px 12px;}
        .main-title{font-size: 18px; margin-bottom: 20px;}
        .content-section{padding: 20px;}
        .content-text{font-size: 13px; line-height: 1.7;}
        .section-heading{font-size: 22px; margin: 30px 0 10px;}
        .globe-image-container{margin: 30px 0;}
        .info-box{padding: 20px;}
        .info-box-title{font-size: 14px;}
        .info-list li{font-size: 12px;}
        .quote-text{font-size: 16px;}
        .quote-author{font-size: 12px;}
        .cta-section .portal-link{display: block; text-align: center;}
    }

    @media (max-width: 480px){
        .main-title{font-size: 16px;}
        .section-heading{font-size: 20px;}
        .quote-text{font-size: 15px;}
    }

    /* ==============  Industry Hubspot Part ====================== */

    .hubspot { padding: 100px 0; background: #fff; }
    .hubspot-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
    .hubspot-tabs-wrapper { width: 100%; }
    .hubspot-tab-nav {border-radius: 50px; padding: 5px; margin: 0 auto 60px; width: fit-content; border: 2px solid #009640; }
    .hubspot-tab-btn { background: transparent; border: none; padding: 14px 30px; font-size: 16px; font-weight: 600; color: #007533; cursor: pointer; border-radius: 50px; transition: all 0.3s ease; white-space: nowrap; outline: none; letter-spacing: 0.5px; }
    .hubspot-tab-btn:hover { background: rgba(45, 93, 63, 0.05); }
    .hubspot-tab-btn.active { background: #007533; color: #ffffff; }
    .hubspot-tab-content-wrapper { position: relative; }
    .hubspot-tab-content { display: none; opacity: 0; }
    .hubspot-tab-content.active { display: block; animation: hubspotFadeIn 0.5s ease forwards; }
    @keyframes hubspotFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
    .hubspot-section-title { font-size: 38px; font-weight: 500; color: #000000; text-align: center; line-height: 48.5px; letter-spacing: 0.8%; margin-bottom: 15px;}
    .hubspot-section-desc { font-size: 18px; line-height: 170%; color: #1C1B1F; text-align: center; max-width: 900px; margin: 0 auto 50px; font-weight: 400; }
    .hubspot-image-wrapper { position: relative; width: 100%; max-width: 1100px; margin: 0 auto; }
    .hubspot-facility-img { width: 100%; height: auto; display: block; }


    /* Responsive Design */
    @media (max-width: 991px) { 
        .hubspot-tab-nav { padding: 6px; max-width: 90%; display:flex; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; } 
        .hubspot-tab-btn { padding: 12px 20px; font-size: 14px; } 
        .hubspot-section-title { font-size: 32px; } 
        .hubspot-section-desc { font-size: 16px; padding: 0 20px; } 
    }
    @media (max-width: 576px) { 
        .hubspot { padding: 50px 0; } 
        .hubspot-tab-nav { max-width: 95%; padding: 5px; } 
        .hubspot-tab-btn { padding: 10px 16px; font-size: 13px; } 
        .hubspot-section-title { font-size: 28px; } 
        .hubspot-section-desc { font-size: 15px; } 
    }

    /*Download center select 2 css*/
    .select2-container {
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        position: relative;
        vertical-align: middle;
    }

        .select2-container .select2-selection--single {
            box-sizing: border-box;
            cursor: pointer;
            display: block;
            height: 28px;
            -ms-user-select: none;
            user-select: none;
            -webkit-user-select: none;
        }

            .select2-container .select2-selection--single .select2-selection__rendered {
                display: block;
                padding-left: 8px;
                padding-right: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .select2-container .select2-selection--single .select2-selection__clear {
                background-color: transparent;
                border: none;
                font-size: 1em;
            }

        .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
            padding-right: 8px;
            padding-left: 20px;
        }

        .select2-container .select2-selection--multiple {
            box-sizing: border-box;
            cursor: pointer;
            display: block;
            min-height: 32px;
            -ms-user-select: none;
            user-select: none;
            -webkit-user-select: none;
        }

            .select2-container .select2-selection--multiple .select2-selection__rendered {
                display: inline;
                list-style: none;
                padding: 0;
            }

            .select2-container .select2-selection--multiple .select2-selection__clear {
                background-color: transparent;
                border: none;
                font-size: 1em;
            }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            margin-left: 5px;
            padding: 0;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

    .select2-dropdown {
        background-color: white;
        border: 1px solid #aaa;
        border-radius: 4px;
        box-sizing: border-box;
        display: block;
        position: absolute;
        left: -100000px;
        width: 100%;
        z-index: 1051;
    }

    .select2-results {
        display: block;
    }

    .select2-results__options {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .select2-results__option {
        padding: 6px;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

    .select2-results__option--selectable {
        cursor: pointer;
    }

    .select2-container--open .select2-dropdown {
        left: 0;
    }

    .select2-container--open .select2-dropdown--above {
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        overflow: hidden;
    }

    .select2-container--open .select2-dropdown--below {
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        overflow: hidden;
    }

    .select2-search--dropdown {
        display: block;
        padding: 4px;
    }

        .select2-search--dropdown .select2-search__field {
            padding: 4px;
            width: 100%;
            box-sizing: border-box;
        }

            .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

        .select2-search--dropdown.select2-search--hide {
            display: none;
        }

    .select2-close-mask {
        border: 0;
        margin: 0;
        padding: 0;
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        min-height: 100%;
        min-width: 100%;
        height: auto;
        width: auto;
        opacity: 0;
        z-index: 99;
        background-color: #fff;
        filter: alpha(opacity=0);
    }

    .select2-hidden-accessible {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;
        height: 1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        white-space: nowrap !important;
    }

    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #aaa;
        border-radius: 4px;
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #444;
            line-height: 28px;
        }

        .select2-container--default .select2-selection--single .select2-selection__clear {
            cursor: pointer;
            float: right;
            font-weight: bold;
            height: 26px;
            margin-right: 20px;
            padding-right: 0px;
        }

        .select2-container--default .select2-selection--single .select2-selection__placeholder {
            color: #999;
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow {
            position: absolute;
            top: 1px;
            right: 1px;
            width: 20px;
        }

            .select2-container--default .select2-selection--single .select2-selection__arrow b {
                border-color: #888 transparent transparent transparent;
                border-style: solid;
                border-width: 5px 4px 0 4px;
                height: 0;
                left: 50%;
                margin-left: -4px;
                margin-top: -2px;
                position: absolute;
                top: 50%;
                width: 0;
            }

    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
        float: left;
    }

    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        left: 1px;
        right: auto;
    }

    .select2-container--default.select2-container--disabled .select2-selection--single {
        background-color: #eee;
        cursor: default;
    }

        .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
            display: none;
        }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #888 transparent;
        border-width: 0 4px 5px 4px;
    }

    .select2-container--default .select2-selection--multiple {
        background-color: white;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: text;
        padding-bottom: 5px;
        padding-right: 5px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__clear {
            cursor: pointer;
            float: right;
            font-weight: bold;
            height: 20px;
            margin-right: 10px;
            margin-top: 5px;
            padding: 1px;
        }

        .select2-container--default .select2-selection--multiple .select2-selection__choice {
            background-color: #e4e4e4;
            border: 1px solid #aaa;
            border-radius: 4px;
            display: inline-block;
            margin-left: 5px;
            margin-top: 5px;
            padding: 0;
        }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
            cursor: default;
            padding-left: 2px;
            padding-right: 5px;
        }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
            background-color: transparent;
            border: none;
            border-right: 1px solid #aaa;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            color: #999;
            cursor: pointer;
            font-size: 1em;
            font-weight: bold;
            padding: 0 4px;
        }

            .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
                background-color: #f1f1f1;
                color: #333;
                outline: none;
            }

    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
        margin-left: 5px;
        margin-right: auto;
    }

    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
        padding-left: 5px;
        padding-right: 2px;
    }

    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
        border-left: 1px solid #aaa;
        border-right: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
        float: left;
        margin-left: 10px;
        margin-right: auto;
    }

    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: solid black 1px;
        outline: 0;
    }

    .select2-container--default.select2-container--disabled .select2-selection--multiple {
        background-color: #eee;
        cursor: default;
    }

    .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
        display: none;
    }

    .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: 1px solid #aaa;
    }

    .select2-container--default .select2-search--inline .select2-search__field {
        background: transparent;
        border: none;
        outline: 0;
        box-shadow: none;
        -webkit-appearance: textfield;
    }

    .select2-container--default .select2-results > .select2-results__options {
        max-height: 200px;
        overflow-y: auto;
    }

    .select2-container--default .select2-results__option .select2-results__option {
        padding-left: 1em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
            padding-left: 0;
        }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -1em;
            padding-left: 2em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -2em;
                padding-left: 3em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -3em;
                    padding-left: 4em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -4em;
                        padding-left: 5em;
                    }

                        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                            margin-left: -5em;
                            padding-left: 6em;
                        }

    .select2-container--default .select2-results__option--group {
        padding: 0;
    }

    .select2-container--default .select2-results__option--disabled {
        color: #999;
    }

    .select2-container--default .select2-results__option--selected {
        background-color: #ddd;
    }

    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #5897fb;
        color: white;
    }

    .select2-container--default .select2-results__group {
        cursor: default;
        display: block;
        padding: 6px;
    }

    .select2-container--classic .select2-selection--single {
        background-color: #f7f7f7;
        border: 1px solid #aaa;
        border-radius: 4px;
        outline: 0;
        background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
        background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    }

        .select2-container--classic .select2-selection--single:focus {
            border: 1px solid #5897fb;
        }

        .select2-container--classic .select2-selection--single .select2-selection__rendered {
            color: #444;
            line-height: 28px;
        }

        .select2-container--classic .select2-selection--single .select2-selection__clear {
            cursor: pointer;
            float: right;
            font-weight: bold;
            height: 26px;
            margin-right: 20px;
        }

        .select2-container--classic .select2-selection--single .select2-selection__placeholder {
            color: #999;
        }

        .select2-container--classic .select2-selection--single .select2-selection__arrow {
            background-color: #ddd;
            border: none;
            border-left: 1px solid #aaa;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            position: absolute;
            top: 1px;
            right: 1px;
            width: 20px;
            background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
            background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
        }

            .select2-container--classic .select2-selection--single .select2-selection__arrow b {
                border-color: #888 transparent transparent transparent;
                border-style: solid;
                border-width: 5px 4px 0 4px;
                height: 0;
                left: 50%;
                margin-left: -4px;
                margin-top: -2px;
                position: absolute;
                top: 50%;
                width: 0;
            }

    .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
        float: left;
    }

    .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        border: none;
        border-right: 1px solid #aaa;
        border-radius: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        left: 1px;
        right: auto;
    }

    .select2-container--classic.select2-container--open .select2-selection--single {
        border: 1px solid #5897fb;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
            background: transparent;
            border: none;
        }

            .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
                border-color: transparent transparent #888 transparent;
                border-width: 0 4px 5px 4px;
            }

    .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
        background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    }

    .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
        background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
    }

    .select2-container--classic .select2-selection--multiple {
        background-color: white;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: text;
        outline: 0;
        padding-bottom: 5px;
        padding-right: 5px;
    }

        .select2-container--classic .select2-selection--multiple:focus {
            border: 1px solid #5897fb;
        }

        .select2-container--classic .select2-selection--multiple .select2-selection__clear {
            display: none;
        }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice {
            background-color: #e4e4e4;
            border: 1px solid #aaa;
            border-radius: 4px;
            display: inline-block;
            margin-left: 5px;
            margin-top: 5px;
            padding: 0;
        }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
            cursor: default;
            padding-left: 2px;
            padding-right: 5px;
        }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
            background-color: transparent;
            border: none;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            color: #888;
            cursor: pointer;
            font-size: 1em;
            font-weight: bold;
            padding: 0 4px;
        }

            .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
                color: #555;
                outline: none;
            }

    .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
        margin-left: 5px;
        margin-right: auto;
    }

    .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
        padding-left: 5px;
        padding-right: 2px;
    }

    .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .select2-container--classic.select2-container--open .select2-selection--multiple {
        border: 1px solid #5897fb;
    }

    .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .select2-container--classic .select2-search--dropdown .select2-search__field {
        border: 1px solid #aaa;
        outline: 0;
    }

    .select2-container--classic .select2-search--inline .select2-search__field {
        outline: 0;
        box-shadow: none;
    }

    .select2-container--classic .select2-dropdown {
        background-color: white;
        border: 1px solid transparent;
    }

    .select2-container--classic .select2-dropdown--above {
        border-bottom: none;
    }

    .select2-container--classic .select2-dropdown--below {
        border-top: none;
    }

    .select2-container--classic .select2-results > .select2-results__options {
        max-height: 200px;
        overflow-y: auto;
    }

    .select2-container--classic .select2-results__option--group {
        padding: 0;
    }

    .select2-container--classic .select2-results__option--disabled {
        color: grey;
    }

    .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #3875d7;
        color: white;
    }

    .select2-container--classic .select2-results__group {
        cursor: default;
        display: block;
        padding: 6px;
    }

    .select2-container--classic.select2-container--open .select2-dropdown {
        border-color: #5897fb;
    }


    /*Downlaod center css*/
    /* breakpoints */
    .download-center-component { margin-bottom: 80px; }
    .download-center-component .filter-container { margin-top: 1.25rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}

   .download-center-component{margin-bottom:80px;}
    .download-center-component .filter-container{margin-top:1.25rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
    .download-center-component .download-wrapper{width:100%;margin-top:-webkit-calc(1.4375rem + 2.25vw);margin-top:calc(1.4375rem + 2.25vw);}
    .download-center-component .download-wrapper .category-heading{font-size:-webkit-calc(1.4125rem + 1.95vw);font-size:calc(1.4125rem + 1.95vw);line-height:-webkit-calc(1.4875rem + 2.85vw);line-height:calc(1.4875rem + 2.85vw);margin-bottom:-webkit-calc(1.28125rem + 0.375vw);margin-bottom:calc(1.28125rem + 0.375vw);color:#000;}
    .download-center-component .download-wrapper .category-heading:after{content:'';display:block;border-top:5px solid #009640;width:-webkit-calc(1.675rem + 5.1vw);width:calc(1.675rem + 5.1vw);margin-top:0.625rem;}
    .download-center-component .download-wrapper .subcategory-heading{font-size:-webkit-calc(1.3rem + 0.6vw);font-size:calc(1.3rem + 0.6vw);line-height:-webkit-calc(1.3125rem + 0.75vw);line-height:calc(1.3125rem + 0.75vw);font-weight:bold;margin-bottom:0.9375rem;color:#000;}
    .download-center-component .download-wrapper .documents{border-top:1px solid #EAEAEA;margin-bottom:-webkit-calc(1.375rem + 1.5vw);margin-bottom:calc(1.375rem + 1.5vw);}
    .download-center-component .download-wrapper .documents .document{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;padding:30px 0 20px 0;border-bottom:1px solid #EAEAEA;}
    .download-center-component .download-wrapper .documents .document .document-text{width:80%;}
    .download-center-component .download-wrapper .documents .document .document-text .document-heading{font-size:-webkit-calc(1.3625rem + 1.35vw);font-size:calc(1.3625rem + 1.35vw);line-height:-webkit-calc(1.375rem + 1.5vw);line-height:calc(1.375rem + 1.5vw);margin-bottom:0;color:#000;}
    .download-center-component .download-wrapper .documents .document .document-text .document-description{color:#4c4c4c; display: none;}
    .download-center-component .download-wrapper .documents .document .document-icon{width:20%;}
    .download-center-component .download-wrapper .documents .document .document-icon .document-link img{width:45px;height:60px;}
    .download-center-component .download-wrapper .documents .document .document-icon .document-link:hover img{width:49.5px;height:66px;margin-left:-3px;margin-top:-2px;}
    .download-center-component .download-wrapper .documents .document .document-icon a{height:auto;display:inline-block;}
    .External-link{display: flex; align-items: center; justify-content: space-between; width: 75%; margin: auto; border-bottom: 1px solid #009640 !important; padding-bottom: 20px; margin-bottom: 70px;}
    .External-link .common-btn{padding: 7px 40px; margin-top: 0; display: inline-flex; align-items: center; gap: 10px;}
    .External-link .common-btn::before { content: "\f08e"; font-family: "Font Awesome 6 Free"; font-weight: 900; order: 2; }

    @media (max-width:767px){
    .download-center-component{margin-bottom: 0;}
    .External-link{flex-direction: column; margin-bottom: 30px;}
    .category-heading::after{width: 100% !important;}
    .download-center-component .download-wrapper{ margin: 50px auto 0 !important;}
    .download-center-component .filter-container{gap:0}
    .download-center-component .filter-container .filter-column{margin-bottom:20px;}
    }

    @media (max-width:1199px){
    .download-center-component .download-wrapper .category-heading:after{margin-top:0.625rem;}
    }

    @media (min-width:1200px){
    .download-center-component .download-wrapper{margin-top:3.125rem;}
    .download-center-component .download-wrapper .category-heading{font-size:2.875rem;line-height:3.625rem;margin-bottom:25px;}
    .download-center-component .download-wrapper .category-heading:after{width:5.5rem;}
    .download-center-component .download-wrapper .subcategory-heading{font-size:1.75rem;line-height:1.875rem;margin-bottom:15px !important;}
    .download-center-component .download-wrapper .documents{margin-bottom:40px;}
    .download-center-component .download-wrapper .documents .document .document-text .document-heading{font-size:2.375rem;line-height:2.5rem;margin-bottom:15px;}
    }





    /* =============== News Detail Page =============== */
    .hero-image { width: 100%; height: 100%; }
    /* =========== About Us Start =============== */

    .about_habasit{    position: relative; overflow: hidden; background-position: center; background-size: cover; background-repeat: no-repeat;padding: 50px; }
    .about_habasit::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.75; z-index: 1;}
    .about_habasit .content-wrap{position:relative;z-index:2;}
    .about_habasit .eyebrow{font-size:13px;letter-spacing:4%;color:#FFFFFF;font-weight:500;text-transform:uppercase; line-height:23px;margin-bottom:0.75rem;}
    .about_habasit .section-title{font-size:47px;color:#FBFBF9;font-weight:500;line-height:120%;margin-bottom:1.5rem;}
    .about_habasit .section-desc{color:#FBFBF9;font-size:23px;font-weight:400;line-height:150%; letter-spacing: 1px;margin-bottom:35px;}
    .about_habasit .stats-wrap{border-left:1px solid #C6C6C6; padding: 60px;}
    .about_habasit .stat-item{padding:1.7rem 2.5rem;}
    .about_habasit .stat-number{font-size:70px;color:#fff;font-weight:300; line-height:127%; letter-spacing: 0.7px;}
    .about_habasit .stat-label{color:#FBFBF9;font-size:20px;font-weight:600;letter-spacing:0.3px; line-height: 140%;}

    @media(max-width:767px){
    .about_habasit .section-title{font-size: 36px;}
    .about_habasit .section-desc{font-size: 17px;}
    .about_habasit .stat-number{font-size:45px; }
    .about_habasit .stat-label{font-size: 16px;}
    .about_habasit .stats-wrap{ padding: 0 !important; padding-bottom: 60px !important; display: grid !important; grid-template-columns: repeat(2, 1fr);}
    .about_habasit{padding: 50px 0; text-align: center;}
    .about_habasit .common-white-btn{position: absolute; bottom: 0; left: 50%;
    transform: translate(-50%); width: 80%;}
    .about_habasit .px-5{padding-right: 2rem !important; padding-left: 2rem !important;}
    .about_habasit .stats-wrap{border-left:none;}
    .about_habasit .stat-item{padding:1.5rem 1.25rem;}
    .about_habasit .divider{display:none;}
    }

    .common-btn{background: #007533; border: none; color: #fff; padding: 10px 30px; border-radius: 30px; font-size: 16px; text-decoration: none; display: inline-flex; align-items: center; transition: .3s; letter-spacing: .5px; font-weight: 600; margin-top: 10px;}
    .common-white-btn{display:inline-block; padding: 10px 30px; color: #222222; font-size: 16px; letter-spacing: 0.5px; font-weight: 600; text-decoration: none; transition: .3s; background: #fff; border-radius: 30px;}
    .common-white-btn:hover{color: #222222 !important;}
    .common-white-btn::after{background: #00753321 !important; }
    .common-btn:hover{color: #fff !important;}
        
  @media(max-width:767px){
    .common-btn{display: block; text-align: center; margin-top: 20px;}
    .common-white-btn{display: block; width: 90%; margin: auto;}
    }
    /* =========== commitment_section =============== */

    .commitment_section{background:#f0ede7;padding:5rem 0;}
    .commitment_section .block{padding:3rem 0;}
    .commitment_section .block-img{width:90%;height:450px;object-fit:cover;border-radius:12px;}
    .commitment_section .block-title{font-size:38px;color:#1C1B1F;font-weight:500;line-height:48.5px;margin-bottom:1rem; letter-spacing: 0.8px;}
    .commitment_section .block-desc{color:#1C1B1F;font-size:18px;font-weight:400;line-height:170%;margin-bottom:1.75rem;}
    .commitment_section .play-btn{margin-left: -30px;}
    .commitment_section svg rect[fill="#009640"]{ fill:#ffffff !important; transition: fill .3s ease;}
    .commitment_section svg:hover rect[fill="#009640"]{ fill:#009640 !important;}
    @media(max-width:767px){
    .commitment_section{background: #fff; padding: 3rem 0;}
    .commitment_section .block{padding: 0; --bs-gutter-x: 0 !important; --bs-gutter-y: 0 !important;}
    .commitment_section .block-desc{max-width:100%;}
    .commitment_section .block-img{height:240px;}
    .commitment_section .order-mobile-last{order:2;}
    .commitment_section .order-mobile-first{order:1;}
    .commitment_section .play-btn{margin-left: 0;}
    .commitment_section .block-img{width:100%;}
    }


    /* =========== innovation_section =============== */
    .innovation_section{background:#1C1B1F;padding:5rem 0;overflow:hidden;}
    .innovation_section .half-circle-img{position:relative;}
    .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;transition:transform 0.25s;background:none;border:none;padding:0;}
    .play-btn:hover{transform:translate(-50%,-50%) scale(1.08);}
    .innovation_section .presence-title{font-weight: 38px; line-height: 48.5px; font-weight: 500;}
    .innovation_section .presence-text{font-weight: 18px; line-height: 170%; font-weight: 400; margin-bottom: 50px;}
    @media(max-width:767px){
        .innovation_section{padding:0 !important;}
    }


    /* =========== About Us End =============== */

    .who-page-content{padding: 70px 0;}
.who-page-content .header-content h2{font-weight: 400; font-style: normal; font-size: 26px; line-height: 150%; letter-spacing: 0.8px; text-align: center;}
.who-page-content .news-content p{font-weight: 400; font-style: normal; line-height: 170%; letter-spacing: 0.03em;font-size:18px}

.value_propositions{padding: 130px 0 150px; margin-top: 0; background: #faf9f6;}
.value_propositions .masked-video{margin-left: 0;}
.value_propositions .col-md-6 h2{font-weight: 500; font-style: normal; font-size: 38px; line-height: 48.5px; letter-spacing: 0.008em; color: #1C1B1F; margin-bottom: 20px;}
.value_propositions .col-md-6 h3{font-weight: 700; font-style: normal; font-size: 18px; line-height: 170%; letter-spacing: 0.03em; color: #1C1B1F;}
.value_propositions .col-md-6 p{font-weight: 500; font-style: normal; font-size: 17px; line-height: 170%; letter-spacing: 0.03em;}

.commitment_section.grey-bg{background: #faf9f6 !important; padding: 0; }


.focus-section.grey-bg{background: #faf9f6 !important; }
.focus-section.grey-bg .focus-card{background: none;}
.component.card{border: none;}


.moovimenta_section{background:#fff;padding:120px 0 50px; }
.moovimenta_section .top-block{margin-bottom:3rem;}
.moovimenta_section .section-title{font-weight: 500; font-style: normal; font-size: 30px; line-height: 140%; letter-spacing: 0; vertical-align: middle; color: #1C1B1F;}
.moovimenta_section .left-border-text{border-left:3px solid #009640;padding-left:1.25rem;font-weight: 400; font-style: normal; font-size: 18px; line-height: 170%; letter-spacing: 0.03em; vertical-align: middle; color: #1C1B1F; }
.moovimenta_section .brand-card{padding:1.5rem 2rem; border-right: 2px solid #C6C6C6;} 
.moovimenta_section .brand-card:last-child { border-right: none; }
.moovimenta_section .brand-card img{width: 170px; height: 70px; object-fit: contain; margin-bottom: 20px;}
.moovimenta_section .brand-name{font-weight: 500; font-size: 24px; line-height: 135%; letter-spacing: 0.3px; color: #1C1B1F}
.moovimenta_section .brand-desc{font-weight: 474; font-size: 15px; line-height: 24px; letter-spacing: 0.5px; color: #1C1B1F;}
.moovimenta_section .brand-link{font-weight: 474; font-size: 15px; line-height: 24px; letter-spacing: 0.5px; color: #1C1B1F;}
.moovimenta_section .brand-link a{font-weight: 600; font-size: 16px; line-height: 150%; letter-spacing: 0.16px; color:#007533}
.moovimenta_section .brand-link svg{width:13px;height:13px;margin-left:3px;vertical-align:middle; color:#007533;}
@media(max-width:767px){
    .moovimenta_section .brand-card{border-right:none;border-bottom:1px solid #e0e0e0;padding:1.5rem 0;}
    .moovimenta_section .brand-card:last-child{border-bottom:none;}
}



/* ====================== Who We Are Page ENd  ==================*/ 


/* ====================== Location Start  ==================*/ 


.regions_section{background:#fff;padding:5rem ;}
.regions_section .region-col{border-right:1px solid #ddd;padding:0 2.5rem;}
.regions_section .region-col:first-child{padding-left:0;}
.regions_section .region-col:last-child{border-right:none;}
.regions_section .region-title{font-weight: 500; font-size: 30px; line-height: 140%; letter-spacing: 0; color: #222222; margin-bottom: 30px;}
.regions_section .country-list{list-style:none;padding:0;margin:0;}
.regions_section .country-list li{margin-bottom:1.1rem; display: flex; align-items: center; gap: 10px;}
.regions_section .country-list li>span{ font-weight: 500; font-size: 18px; line-height: 114%; letter-spacing: 0.27px; color: #007533;}
.regions_section .country-list li a{font-weight: 500; font-size: 18px; line-height: 114%; letter-spacing: 0.27px; color: #007533;}
.regions_section .country-list li a .arrow{font-size:1rem;line-height:1;}


@media(max-width:991px){
    .regions_section .region-col{border-right:none;border-bottom:1px solid #ddd;padding:2rem 1rem;}
    .regions_section .region-col:last-child{border-bottom:none;}
}
@media(max-width:575px){
    .regions_section{padding:3rem 0;}
    .regions_section .region-col{padding:1.5rem 0.5rem;}
}


/* ============== History Page ================== */

.our_innovative{padding: 130px 0 150px; margin-top: 0; background: #faf9f6;}
.our_innovative .masked-video{margin-left: 0;}
.focus-grid .focus-card{background: none;}


/* =============== Membership Page =============== */ 

.we_support{padding: 130px 0 150px; margin-top: 0; background: #faf9f6;}
.we_support .masked-video{margin-left: 0;}


.memberships_section{background:#fff;padding:7rem 0 0.5rem;}
.memberships_section .group-title{font-weight: 500; font-size: 38px; line-height: 48.5px; letter-spacing: 0.304px; color: #1C1B1F; margin-bottom: 30px !important;}
.memberships_section .cards-grid{display:grid;grid-template-columns:1fr 1fr;position:relative; margin-bottom: 100px;}
.memberships_section .member-card{padding:2rem 2.5rem;position:relative;}
.memberships_section .member-card::after{content:'';position:absolute;top:35px;bottom:0;right:35px;width:1px;background:#C6C6C6; height: 75%;}
.memberships_section .member-card:nth-child(even)::after{display:none;}
.memberships_section .member-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:#C6C6C6; width: 90%;}
.memberships_section .member-logo{height:100px;object-fit:contain;object-position:left;margin-bottom:1.25rem;display:block;}
.memberships_section .member-name{font-weight: 500; font-size: 24px; line-height: 135%; letter-spacing: 0.3px; color: #1C1B1F;}
.memberships_section .member-desc{font-weight: 400; font-size: 18px; line-height: 170%; letter-spacing: 0.54px; color: #1C1B1F; }
.memberships_section .member-link{font-weight: 400; font-size: 18px; line-height: 170%; letter-spacing: 0.54px; color: #1C1B1F;}
.memberships_section .member-link a{font-weight: 600; line-height: 150%; letter-spacing: 0.01em; font-size: 18px; color: #007533;}
.memberships_section .member-link svg{width:13px;height:13px;margin-left:3px;vertical-align:middle; color: #007533;}
.memberships_section .section-divider{height:2rem;}
@media(max-width:575px){
    .memberships_section .cards-grid{grid-template-columns:1fr;}
    .memberships_section .member-card::after{display:none;}
    .memberships_section .member-card{padding:1.5rem 0.5rem;}
}

/* ================== Quality Page ==================  */

.our_commitment{padding: 130px 0 150px; margin-top: 0; background: #faf9f6;}
.our_commitment .masked-video{margin-left: 0;}

.commitment_section.light-bg{background: #fff;}
.certificates_section .cards-grid.col-3{width: 75%;}



.certificates_section{background:#faf9f6;padding:4rem 0;}
.certificates_section .group-title{font-weight: 500; font-size: 38px; line-height: 48.5px; letter-spacing: 0.304px; color: #1C1B1F; margin-top: 3rem;}
.certificates_section .cards-grid.col-3{display:grid;grid-template-columns:repeat(3,1fr);position:relative; width: 75%;}
.certificates_section .cards-grid.col-4{ display: grid; grid-template-columns:repeat(4,1fr); width: 100%;}
.certificates_section .cert-card{padding:2rem 1.75rem 2rem 0;position:relative; margin-top: 20px;}
.certificates_section .cert-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:#C6C6C6; width: 80%;}
.certificates_section .cert-card::after{content:'';position:absolute;top:40px;right:30px;bottom:0;width:1px;background:#C6C6C6; height: 80%;}
.certificates_section .cards-grid.col-3 .cert-card:nth-child(3n)::after{display:none;}
.certificates_section .cards-grid.col-4 .cert-card:nth-child(4n)::after{display:none;}
.certificates_section .cert-logo{height:60px;width:auto;object-fit:contain;object-position:left;margin:0 38% 1.25rem auto;display:block;}
.certificates_section .cert-desc{font-weight: 500; font-size: 15px; letter-spacing: 0.5px; color: #1C1B1F; width: 90%;}
.certificates_section .cert-desc strong{font-weight:600;color:#1C1B1F;}

@media(max-width:767px){
    .certificates_section .cards-grid,.certificates_section .cards-grid.col-4{grid-template-columns:repeat(2,1fr);}
    .certificates_section .cards-grid.col-3 .cert-card:nth-child(3n)::after{display:block;}
    .certificates_section .cards-grid.col-4 .cert-card:nth-child(4n)::after{display:block;}
    .certificates_section .cards-grid .cert-card:nth-child(2n)::after{display:none;}
}
@media(max-width:480px){
    .certificates_section .cards-grid,.certificates_section .cards-grid.col-4{grid-template-columns:1fr;}
    .certificates_section .cert-card::after{display:none !important;}
}


/* ============ Downloads Page Start ==================  */

.field-downloadcenterheading{display: none;}
.native-no-data-select, .native-no-data-select:hover, .native-no-data-select:focus{padding: 10px 30px 10px 5px; border-radius: 6px; background: #268a51; color: #fff; border: 0px solid #93c5a9; box-shadow: none !important; outline: 1px solid #93c5a9;}


.download-center-component .filter-container{background-color:#007533;padding:40px 40px;border-radius:8px;display:flex!important;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap; margin-top: -60px; z-index: 9;}
.download-center-component .filter-container .filter-label{display:none;}
.download-center-component .filter-container .filter-column{display:flex;align-items:center;flex:0 0 auto;width:auto!important;padding:0!important;}
.download-center-component .filter-container .third-column{display:none!important;}
.download-center-component .filter-container .second-column{display:none!important;}
.download-center-component .filter-container .second-column.sub-visible{display:flex!important;}
.download-center-component .filter-container .select2-container{width:300px!important;}
.download-center-component .filter-container .select2-selection--single{background-color:rgba(255,255,255,0.15)!important;border:1.5px solid rgba(255,255,255,0.5)!important;border-radius:6px!important;height:42px!important;display:flex!important;align-items:center!important;padding:0 12px!important;transition:background 0.2s;}
.download-center-component .filter-container .select2-selection--single:hover{background-color:rgba(255,255,255,0.25)!important;}
.download-center-component .filter-container .select2-selection__rendered{color:#fff!important;font-size:14px!important;line-height:42px!important;padding-left:4px!important;}
.download-center-component .filter-container .select2-selection__placeholder{color:rgba(255,255,255,0.8)!important;}
.download-center-component .filter-container .select2-selection__arrow b{border-color:#fff transparent transparent transparent!important;}
.download-center-component .filter-container .select2-selection__arrow{top:50%!important;transform:translateY(-50%)!important;right:10px!important;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#007533;color:#fff;}


.download-center-component .download-wrapper{width: 75%; margin: 150px auto 0; }
.download-center-wrapper{width: 95%; margin: auto;}


.download-wrapper{padding:20px 0;background:#f5f5f5;}
.category{margin-bottom:48px;}
.category-heading{font-weight: 500; font-size: 30px; line-height: 140%; letter-spacing: 0; margin-bottom:16px;padding-bottom:10px;position:relative;display:block; color: #1C1B1F;}
.category-heading::after{content:'';display:block;width:50% !important;height:2px;background-color:#009640;position:absolute;bottom:0;left:0; border: none !important;}

/*.subcategory-heading::after{content:'';display:block;width:50%;height:1.5px;background-color:#009640;position:absolute;bottom:0;left:0;}*/
.subcategory-heading::after{content:'';display:block;width:50%; background-color:#009640;position:absolute;left:0; border-bottom: 2px solid #009640 !important; bottom:-3px;}
.documents{display:flex;flex-direction:column; border: none !important;}
.document{display:flex;align-items:center;justify-content:space-between;padding:12px 0 !important;border-bottom:1px solid #d0d0d0;gap:16px; border: none !important; border-bottom: 1px solid #009640 !important;}
.document:first-child{border-top:1px solid #d0d0d0;}
.document-text{flex:1;min-width:0;}
.subcategory-heading{font-weight: 600 !important; font-size: 20px !important; line-height: 140%; letter-spacing: 0.3px; color: #1C1B1F !important;  margin-top:24px;margin-bottom:0 !important;padding-bottom:8px;position:relative;display:block;}
.document-text .document-heading{font-weight: 500; font-size: 20px !important; line-height: 140%; letter-spacing: 0.3px; color: #1C1B1F !important; }
.document-text .document-description{font-size:0.8rem;color:#666;margin:0;}
.document-icon{flex-shrink:0;display:flex;align-items:center;}
.document-icon .document-link img{width:30px;height:30px;transition:opacity 0.2s;}
.document-icon .document-link:hover img{opacity:0.7;}
.sub-category{margin-bottom:8px;}

.social-tabs__tab-icon i{font-size: 12px; width: 25px; height: 25px; border: 1px solid; border-radius: 50%; display: flex; align-items: center; justify-content: center;}




.commitment_section svg rect[fill="#009640"]{ fill:#ffffff !important; transition: fill .3s ease;}
.commitment_section svg:hover rect[fill="#009640"]{ fill:#009640 !important;}

