﻿        * { 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) and (max-width: 1300px) {
            .banner-section{padding-top: 80px;}
            .banner-title{right: 320px;}
            .masked-video{width: 120% !important; mask-size: 1148px 500px !important; -webkit-mask-size: 1148px 500px !important;}
            .banner-content{left: 50px !important;}
            
        }
        @media (min-width: 1300px) and (max-width: 1400px) {
            .banner-title{right: 420px;}
            .masked-video{width: 110% !important;}
            .banner-content{left: -20px !important;}
        }
         @media (min-width: 1450px) and (max-width: 1500px) {
            .masked-video{width: 105% !important;}
        }

        @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:15px; } 
        .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 .section-title::after{display: none;}

        .industries-section .row.g-4 { row-gap: 0; column-gap: 0; }

        .industries-section .industry-card { background: #fff; /* padding: 40px 30px; */ padding: 10px 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; }
        .industry-card-link::after{display: none;}
        .industry-card-link h5 i{ padding-left: 5px; transition: ease-in-out 0.3s;}
        .industry-card-link:hover h5 i{ padding-left: 15px;}

        /* 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-top: 8px; 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: 90%; 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: 25px !important; }
        
        .presence-left { padding: 2.5rem 1.5rem !important; text-align: center; }
        
        .presence-left .small-title { font-size: 13px; margin-bottom: 5px;}
        
        .presence-title { font-size: 28px !important; margin-bottom: 15px; line-height: 140% !important;}
        
        .presence-text { max-width: 100%; font-size: 17px; line-height: 1.6; margin-bottom: 35px !important;  }
        .presence-text.field-description { margin-bottom: 10px !important; }
        
        .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-text { margin-bottom: 35px !important; }
        
        .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) {
        .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%; margin-bottom: 40px; }
        .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-arrow::after{display: none;}
        .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; margin-top: 7px !important; margin-bottom: 0 !important; }
        .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; color: #fff !important; }
        .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 .news-and-press-releases{display: none;}
        .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 40px; }
        .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: 45px !important; height: 45px !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: 45px !important; height: 45px !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: 300px !important; }
        .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; background-color: #f5f5f5;}
        .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 30px; }

        .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:after { display: none; }
        .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%; margin-left: 10px; border-bottom: 1px solid; padding-bottom: 2px; }
        .footer-phone a::after { display: none; }

        .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; border-top: 1px solid #414141;}

        .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%; border-bottom: 1px solid; }
        .footer-privacy::after { display: none; }
        .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: 2px; font-size: 13px; font-weight: 600; line-height: 150%; letter-spacing: 1%; border-bottom: 1px solid; }
        .footer-bottom-center a::after { display: none; }
        .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) {
        .footer-phone a{font-size: 16px; font-weight: 600; margin-left: 10px; border-bottom: 1px solid;}
        .hab-footer { padding: 40px 20px 30px; }
        
        .footer-top { margin-bottom: 40px; }
        
        /* Intro Section - Full Width */
        .footer-intro { border-bottom: 2px solid #5e5d5d; padding-bottom: 15px; }
        
        .footer-heading { font-size: 28px; 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: 20px; }
        
        .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; border-top: 2px solid #5e5d5d;}
        
        .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; border-bottom: 1px solid; padding-bottom: 2px;}
        
        .footer-bottom-right { order: 2; width: 100%; gap: 0; margin-bottom: 5px; display: flex; align-items: center; justify-content: space-between; }
        
        .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: 28px; }
        
        .footer-text { font-size: 15px; line-height: 24px; }
        
        .footer-btn.white-animate-btn { background: none; border: none; position: relative; padding-left: 18px; font-size: 16px; font-weight: 600; line-height: 113%; color: #fff; }
        .footer-btn.white-animate-btn::after { display: none; content: none; }

        /* arrow before text */
        .footer-btn.white-animate-btn::before { content: "→"; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}    
        .footer-col-title { font-size: 20px; font-weight: 600; line-height: 140%; }
        
        .footer-links a { font-size: 16px; font-weight: 600; line-height: 150%; border-bottom: 1px solid; padding-bottom: 2px; }
        
        .footer-contact,
        .footer-phone,
        .footer-arrow-link { font-size: 16px; line-height: 140%; font-weight: 400; }
        }


        /*//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: 999; 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; }
        .mobile-direct-links a{display: block; padding: 0.5rem 0; color: #888; font-size: 14px; font-weight: 500; transition: 0.2s;}

        .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: #00a651 !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: 200px; 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;
        }
        .dropdown-menu .social-icon::after { display: none; }
        .dropdown-menu .social-icon:hover { color: #fff !important; }
        .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; }
        .header-icons a::after{display: none;}

        /* 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; margin-bottom: 12px; }
        .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; margin: 0;}
        .breadcrumb-item+.breadcrumb-item::before{color: #fff; padding-right:15px; padding-left: 2px;}

        /* Hero Title */
        .hero-title { font-size: 80px; font-weight: 400; color: #ffffff; margin: 0; line-height: 110%; }


        .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; margin-bottom: 15px;} 

        @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) {
        .breadcrumb-custom, .breadcrumb ol{justify-content: center;}
        .industry_about h2{font-size: 30px;}
        .industry_about p{font-size: 17px;}
        .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: 30px; line-height: 140%; font-weight: 500; }
        .breadcrumb-custom { margin-bottom: 15px; }
        .breadcrumb-custom li { font-size: 10px; }
        .hero-video-section { height: 550px;}
        .breadcrumb{margin-bottom: 15px;}
        .industry_about{margin-top: 0; 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:15px; margin-bottom:25px;font-weight: 500; letter-spacing: 0.5px; }
        .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: #007533; color: #fff; border: 1px solid #268a51; outline: none; box-shadow: none; padding: 5px; border-radius: 5px; 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:154%; margin-left: 5px; font-weight: 400;}
        .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: 13px; 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-content h2{font-size: 26px; font-weight: 400; line-height: 150%; color: #1C1B1F; letter-spacing: 0.8px; }
        .news-content p{font-size: 18px; line-height: 170%; color: #1C1B1F; letter-spacing: 3%;}
        .header-content hr{border-radius: 30px; margin: 50px auto !important;}


        .news-and-press-releases { display: block; width: fit-content; margin: 40px auto; padding: 12px 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; }
            .news-and-press-releases:hover::after { background-color: #007533 !important; }
        /* Mobile Responsive */
        @media (max-width: 768px){
            .product-cards-section .card-custom .section-title::after{display: none;}
            .product-cards-section .row{--bs-gutter-y: 1.0rem !important;}
            .news-content hr{display: none;}
            .news-content h2{font-size: 20px; line-height: 150%; letter-spacing: 0.7px; font-weight: 400;}
            .news-header{padding: 15px 20px 10px; display: flex; flex-direction: column;}
            .news-content, .quote-section{width: 100%}
            .quote-section{padding: 10px 30px; margin: 0;}

            .news-meta{font-size: 10px;}
            .badges{order: 1; justify-content:center ;}
            .quote-text{line-height: 34px; font-size: 20px !important; font-weight: 400;}
            .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-author{font-size: 15px;}
            .cta-section .portal-link{display: block; text-align: center;}
        }

        @media (max-width: 480px){
            .main-title{font-size: 16px;}
            .section-heading{font-size: 20px;}
        }

        /* ==============  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 !important;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 !important;}
        .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%; object-fit: cover; }
        /* =========== About Us Start =============== */

        .about_habasit{    position: relative; overflow: hidden; background-position: center; background-size: cover; background-repeat: no-repeat;padding: 70px; }
        .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;}
        .about_habasit .section-title{font-size:47px;color:#FBFBF9;font-weight:500;line-height:120%;margin-bottom:1.2rem;}
        .about_habasit .section-desc{color:#FBFBF9;font-size:23px;font-weight:400;line-height:150%; letter-spacing: 1px;margin-bottom:35px; width: 90%;}
        .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-title::after{display: none;}
        .about_habasit .section-desc{font-size: 17px; width: 100%;}
        .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: 65px 0 50px; 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:70px 0 0;}
        /* .commitment_section .block{padding:3rem 0;} */
        .media-content-block.last-media-block .commitment_section { padding-bottom: 70px; }
        .commitment_section .block-img{width:95%;height:450px;object-fit:cover;border-radius:12px;}
        .commitment_section p{font-size: 24px; font-weight: 500; margin-bottom: 5px;}
        .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 p{font-size: 18px; margin-bottom: -13px; line-height: 140%;}
        .commitment_section .block-title{font-size: 28px; line-height: 140%; margin-top: 30px;}
        .media-content-block.last-media-block .commitment_section.light-bg{padding: 10px 0 0 !important; }
        .commitment_section{background: #fff; padding: 3rem 0 !important;}
        .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:300px;}
        .commitment_section .order-mobile-last{order:2; margin-bottom: 35px;}
        .commitment_section .order-mobile-first{order:1;}
        /* .commitment_section .col-md-5{margin-top: 30px;} */
        .commitment_section.spacing .col-md-5{margin-top: 0 !important;}
        .commitment_section.grey-bg.sustainability-spacing{padding: 20px 0 0 !important;}
        .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-size: 38px; line-height: 48.5px; font-weight: 500; margin-bottom: 10px;}
        .innovation_section .presence-text{font-weight: 18px; line-height: 170%; font-weight: 400; margin-bottom: 35px;}
        @media(max-width:767px){
            .innovation_section{padding:0 0 40px !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; margin-bottom: 0;}


    .value_propositions{padding: 130px 0 150px; margin-top: 0; background: #faf9f6;}
    .value_propositions .masked-video{margin-left: 0;}
    .value_propositions .col-md-6:last-child{padding-left: 50px;}
    .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: 70px 0 0; }
    .commitment_section.grey-bg.history-spacing{padding: 70px 0 70px;}
    .media-content-block.last-media-block .commitment_section.grey-bg.history-spacing{padding-bottom: 120px;}

    .focus-section{padding-top: 90px !important; padding-bottom: 70px !important;}
    .focus-section.grey-bg{background: #faf9f6 !important; }
    .focus-section.grey-bg .focus-card{background: none;}
    .component.card{border: none;}

    @media(max-width:767px){
        .focus-section{padding-top: 70px !important; padding-bottom: 20px !important;}
        .commitment_section.grey-bg.history-spacing{padding: 40px 0 0 !important; padding-bottom: 40px !important;}
        .commitment_section.grey-bg.history-spacing .col-md-5{margin-top: 30px; margin-bottom: 0;}
        
        .who-page-content{padding: 30px 0;}
        .who-page-content hr{display: block; margin:40px auto !important;}
        .who-page-content .news-header{padding: 15px 10px 0;}
        .who-page-content .header-content h2{font-size: 20px;}
        .who-page-content .news-header .news-content{padding: 0;}
        .who-page-content .news-content{padding: 0 10px;}
        .who-page-content .news-content p{font-size: 17px; margin-bottom: 50px;}
        .value_propositions{padding: 30px 0 0;}
        .value_propositions .col-md-6:last-child{padding-left: 12px;}
        .value_propositions .col-md-6 h2{font-size: 28px; line-height: 140%; }
        .value_propositions .col-md-6 h3{font-size: 17px;}
    }


    .moovimenta_section{background:#fff;padding:120px 0 65px; }
    .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; } 
    .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;}
    .search-result-list .focus-media::after{background-color: #009640 !important;}
    @media(max-width:767px){
        .moovimenta_section .top-block{margin-bottom: 0;}
        .moovimenta_section .section-title{position: relative; display: inline-block; padding-bottom: 20px;}
        .moovimenta_section{padding: 50px 0; }
        .moovimenta_section .brand-name{font-size: 22px;}
        .moovimenta_section .brand-desc{font-size: 17px;}
        .moovimenta_section .brand-link{font-size: 17px !important; margin-top: 25px;}
        .section-title::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100px; height: 2px; background-color: #007533; }
        .moovimenta_section .brand-link a{font-size: 17px !important; font-weight: 700 !important; border-bottom: 1px solid; padding-bottom: 4px;}
        .moovimenta_section .brand-card{border-right:none;border-bottom:1px solid #e0e0e0;padding:1.5rem 0 70px;}
        .moovimenta_section .brand-card:last-child{padding-bottom: 30px;}
        .moovimenta_section .left-border-text{border-left: none; padding-left: 0;  border-bottom: 1px solid #e0e0e0; padding-bottom: 50px;}
        .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 h2{font-weight: 500; font-size: 38px; line-height: 48.5px; letter-spacing: 0.8%; color: #1C1B1F;}
    .our_innovative p{font-size: 18px; font-weight: 400; line-height: 170%; letter-spacing: 3%; color: #1C1B1F;}
    .our_innovative .masked-video{margin-left: 0;}
    .focus-grid .focus-card{background: none;}
    @media(max-width:767px){
        .our_innovative{padding: 30px 0 0;}
        .our_innovative h2{font-size: 28px; line-height: 140%;}
        .our .our_innovative p{font-size: 17px;}
    }


    /* =============== Membership Page =============== */ 

    .we_support{padding: 130px 0 150px; margin-top: 0; background: #faf9f6;}
    .we_support .masked-video{margin-left: 0;}

    @media(max-width:767px){
        .we_support{padding: 30px 0;}
        .we_support h2{font-size: 28px; line-height: 140%;}
        .we_support p{font-size: 17px;}
    }


    .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:767px){
        .memberships_section .cards-grid{grid-template-columns:1fr;}
        .memberships_section .member-card::after{display:none;}
        .memberships_section .member-card{padding:1.5rem 0.5rem 4rem;}
        .memberships_section .member-card:last-child { padding-bottom: 0 !important; }
        .memberships_section{padding: 4rem 0 0.5rem;}
        .memberships_section .group-title{font-size: 28px; line-height: 140%; margin-bottom: 20px !important;}
        .memberships_section .member-name{font-size: 22px;}
        .memberships_section .member-desc{font-size: 17px;}
        .memberships_section .member-link{font-size: 17px !important; margin-top: 25px;}
        .memberships_section .member-link a{font-size: 17px !important; font-weight: 700 !important; border-bottom: 1px solid; padding-bottom: 4px;}
            
    }

    /* ================== Quality Page ==================  */

    .our_commitment{padding: 130px 0 150px; margin-top: 0; background: #faf9f6;}
    .our_commitment h2{font-weight: 500; font-size: 47px; line-height: 120%; letter-spacing: 0.8%; color: #1C1B1F;}
    .our_commitment p{font-size: 18px; font-weight: 400; line-height: 170%; letter-spacing: 3%; color: #1C1B1F; margin-bottom: 25px;}
    .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:2rem 0 6rem;}
    .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){
        .our_commitment{padding: 30px 0;}
        .our_commitment h2{font-size: 30px; line-height: 130%;}
        .our_commitment p{font-size: 17px; }
        .certificates_section{padding: 0 15px 50px !important;}
        .certificates_section .cert-logo{margin: 0 0 25px !important;}
        .certificates_section .cert-card{padding: 2rem 0 0 !important;}
        .certificates_section .cert-card::before{width: 100%;}
        .certificates_section .cert-desc{width: 100%;}
        .certificates_section .group-title{font-size: 28px; line-height: 140%; margin-bottom: 0 !important;}
        .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:#007533 !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;}

    .search-content.insight-filter{ padding: 30px 120px 10px !important;}
    .search-content.insight-filter .component-content{padding: 0 !important;}
    .facet-dropdown-select{width: 340px !important; }
    .twitter-typeahead{flex: 0 0 340px !important; max-width: 340px !important;}
    .search-box-input.tt-input{width: 340px !important; font-size: 18px !important;}
    .insight-image img{height: 406px !important;}
    .insight-content h2{font-size: 38px !important; line-height: 48.5px !important; font-weight: 500 !important; color: #1C1B1F !important; margin: 12px 0 !important;}
    .insight-content p{font-size: 18px !important; line-height: 170% !important; font-weight: 400 !important; color: #1C1B1F !important; }
    .insight-content a.common-btn{margin-top: 35px !important;}
    .search-result-list{ padding: 90px 80px !important;}
    .search-result-list .focus-content .field-post{font-size: 13px; color: #1C1B1F; line-height: 23px; font-weight: 500; letter-spacing: 4%;}
    .search-result-list .focus-content .post-content{margin: 0 !important;}
    .field-insighttitle{font-size: 24px !important; line-height: 135% !important; letter-spacing: 0.3px !important; font-weight: 500 !important; color: #1C1B1F !important; }
    .social-tabs__tab{background: transparent; font-size: 16px !important; letter-spacing: 0.5px !important; padding: 14px 90px !important;}
    .social-card__platform{font-size: 13px !important; font-weight: 800 !important; letter-spacing: 0.32px I !important; line-height: 100%; color: #1C1B1F !important; margin-bottom: 30px !important; }
    .social-card__platform span{color: #A6A6A6}
    .social-card__description{font-size: 15px !important; font-weight: 500 !important; letter-spacing: 0.5px !important; line-height: 24px !important; color: #1C1B1F !important; margin-bottom: 32px !important; margin-top: 22px !important;}
    .social-card__link{width: 28px !important; height: 28px !important;}
    .social-tabs__follow-text{font-size: 15px !important; line-height: 24px !important; color: #1C1B1F !important; letter-spacing: 0.5px; font-weight: 500 !important; margin-bottom: 10px !important;}
    .social-tabs{padding-bottom: 60px !important; padding-top: 90px !important;}
    .social-tabs__title{margin-bottom: 30px !important; font-size: 30px !important; line-height: 120% !important; font-weight: 500 !important; }
    .social-card__brand-logo{ font-size: 13px !important; font-weight: 800 !important; line-height: 100% !important; letter-spacing: 0.32px !important;}
    .social-.social-card__platform{padding: 55px 20px 20px !important;}
    @media (min-width: 1200px) and (max-width: 1400px) {
        .facet-dropdown-select, .search-box-input.tt-input{width: 280px !important; }
    }
    @media(max-width:767px){
        .social-tabs__tabs{border: 1px solid #009640 !important;}
        .insight-image img{height: 401px !important;}
        .social-tabs__tabs-wrapper{margin-bottom: 40px !important;}
        .social-tabs__title{font-size: 25px !important;}
        .social-tabs__tab{padding: 14px 40px !important;}
        .load-more.initialized{ margin-bottom: 50px !important;}
        .load-more.initialized input{display: block; width: 85%; margin: auto;}
        .social-tabs{padding-top: 40px !important; background: #fff !important;}
        .field-insighttitle{margin: 7px 0 10px !important;}
        .search-result-list .focus-content .field-post{margin-bottom: 0 !important;}
        .insight-content a.common-btn{margin-top: 20px !important;}
        .post-item, .insight-date{color: #1C1B1F !important;}
        .search-result-list{padding: 40px 15px 10px !important; gap: 30px !important;}
        .bottom-remove-filter{margin-top: 5px !important; margin-bottom: 7px; justify-content: center !important;}
        .search-box{padding: 15px 20px 30px !important; margin-top: -60px !important;}
        .search-box .component-content{padding: 0 8px !important;}
        .search-content.insight-filter{ padding: 30px 25px  !important;}
        .search-content.insight-filter .component-content{padding: 0 !important; margin-bottom: 22px !important; }
        .facet-dropdown-select{width: 100% !important; }
        .twitter-typeahead{ max-width: 340px;}
        .search-box-input.tt-input{width: 340px !important;}
        .insight-content{padding: 30px 0 0 !important;}
        .insight-content h2{font-size: 28px !important; line-height: 140% !important;}
        .insight-content p{font-size: 18px !important;}
    }


    /* ================== Product Page Material Section ===============  */

        .materials_section{background:#fff;padding:6rem 0 9rem;}
        .materials_section .section-title{font-size:30px; line-height: 120%; font-weight:500;color:#1C1B1F; text-align:center; margin-bottom:3rem;}
    
        .materials_section .tab-wrapper{display:flex;justify-content:center;margin-bottom:3rem;}
        .materials_section .tab-pills{display:inline-flex;border:1.5px solid #007533;border-radius:50px;overflow:hidden; padding: 3px;}
        .materials_section .tab-btn{background:transparent;border:none;padding: 15px 45px;font-size:16px;font-weight:600;color:#007533; letter-spacing:0.5px;text-transform:uppercase;cursor:pointer;white-space:nowrap;}
        .materials_section .tab-btn.active{background:#007533;color:#fff;border-radius:50px;}
    
        .materials_section .mob-select-wrap{display:none;position:relative;margin-bottom:1.5rem;}
        .materials_section .mob-select-wrap select{width: 100%; padding: 0.75rem 1rem; border: 1.5px solid #007533; border-radius: 5px; font-size: 18px; color: #007533; background: #fff; appearance: none; -webkit-appearance: none; cursor: pointer; line-height: 170%; letter-spacing: 3%; font-weight: 400;}
        .materials_section .mob-select-wrap::after{content:'▾';position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#007533;font-size:1rem;pointer-events:none;}
    
        .materials_section .tab-pane-mat{display:none;}
        .materials_section .tab-pane-mat.active{display:block; margin-top: 70px; width: 85%; margin-left: auto; margin-right: auto;}
        .materials_section .content-title{font-size:24px;font-weight:500;color:#1C1B1F;margin-bottom:0.75rem; line-height: 135%; letter-spacing: 0.3px;}
        .materials_section .content-desc{font-size:15px; line-height:24px; font-weight: 500; letter-spacing: 0.5px; margin-bottom:1rem; color: #1C1B1F;}
        .materials_section .learn-more{display:inline-flex;align-items:center;gap:0.5rem;font-size:15px;color:#1C1B1F;text-decoration:none;margin-bottom:2.5rem;transition:gap 0.2s; font-weight:600; letter-spacing: 0.5px;}
        .materials_section .learn-more:hover{gap:0.8rem;}
        .materials_section .downloads-label{font-size:15px;font-weight:500;color:#1C1B1F;margin-bottom:0; line-height: 24px; letter-spacing: 0.5px; }
        .materials_section .dl-section{display: block;}
        .materials_section .dl-section span{ border-bottom: 1px solid; padding-bottom: 3px;}
        .materials_section .dl-link{font-size:15px;color:#007533;text-decoration:none;font-weight:500; line-height: 187%; letter-spacing: 2%; display: inline-block; margin-bottom: 0; margin-top: 5px;}
        .materials_section .dl-link::after{display: none;}
        .materials_section .dl-link svg{display: none;}
        .materials_section .content-img{width:100%;height:360px;object-fit:cover;border-radius:10px;}
        .materials_section .dl-link::before{ content: "\f1c1"; font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 6px; display: inline-block;
    }
    
        @media(max-width:767px){
        .materials_section .tab-pane-mat.active{margin: 0 auto; width: 100%;}
        .materials_section{padding:3.5rem 0;}
        .materials_section .section-title{font-size: 25px; margin-bottom: 2rem !important;}
        .materials_section .content-desc{font-size: 17px;}
        .materials_section .tab-wrapper{display:none;}
        .materials_section .mob-select-wrap{display:block;}
        .materials_section .content-img{height:180px;margin-top:0rem;}
        .materials_section .g-5, .gy-5 { --bs-gutter-y: 2rem !important;}
        }



    /* =================== Product Page Fabrication Section ==================  */

    .fabrication_section{background:#f5f5f5;padding:6rem 0;}
    .fabrication_section .section-title{font-size:30px;font-weight:500;color:#1C1B1F; line-height: 140%; }
    .fabrication_section .left-border-text{border-left:3px solid #009640;padding-left:1.25rem;color:#1C1B1F;font-size:18px;font-weight:400;line-height:170%;margin:0;}

    .fabrication_section .green-line{display:none;width:40px;height:3px;background:#007533;margin:0.5rem 0 1rem;}
    .fabrication_section .mob-desc{display:none;font-size:17px;font-weight:400;color:#1C1B1F;line-height:160%; margin-bottom:1.5rem; letter-spacing: 0.7px; margin-top: 30px;}

    .fabrication_section .acc-wrap{margin-top:4rem; width: 85%; margin-left: auto; margin-right: auto;}
    .fabrication_section .accordion-item{background:transparent;border:none;border-bottom:1px solid #C6C6C6;}
    .fabrication_section .accordion-button{background:transparent;color:#1C1B1F;font-size:24px;font-weight:500;padding:1.25rem 15px;box-shadow:none; line-height: 135%;}
    .fabrication_section .accordion-button:not(.collapsed){background:transparent;color:#1a1a1a;box-shadow:none;}
    .fabrication_section .accordion-button::after{display:none;}

    /* ===== ICON FIX (+ / -) ===== */
    .fabrication_section .accordion-button .plus-icon{font-size:0;margin-left:auto;flex-shrink:0;position:relative;}
    .fabrication_section .accordion-button .plus-icon::before{content:"+";font-size:1.3rem;font-weight:300;color:#1a1a1a;position:absolute;left:-10px;top:50%;transform:translateY(-50%);}
    .fabrication_section.dark-mode .accordion-button .plus-icon::before{color: #fff;}
    .fabrication_section .accordion-button:not(.collapsed) .plus-icon::before{content:"−";}


    .fabrication_section .accordion-body img{width:100%;height:100%; object-fit:cover;border-radius:10px;}

    .fabrication_section .top-block{display:flex;align-items:center !important; gap:40px;}
    .fabrication_section .top-block>[class*="col-"]{flex:unset;max-width:unset;width:auto;padding:0;}
    .fabrication_section .top-block>div:first-child{width:auto;}
    .fabrication_section .top-block>div:last-child{width:60%;}

    /* ===== Mobile ===== */

    @media(max-width:767px){
    .fabrication_section .container{padding: 0;}
    .fabrication_section .section-title{font-size:25px; padding-bottom: 18px;}
    .fabrication_section{padding:2.5rem 12px 5rem;}
    .fabrication_section .top-block{flex-direction:column;gap:10px; padding: 0 10px;}
    .fabrication_section .top-block>[class*="col-"]{width:100%;}
    .fabrication_section .top-block .col-md-6:last-child{display:none;}
    .fabrication_section .green-line{display:block; width: 60px;background: #009640; border-radius: 30px; }
    .fabrication_section .mob-desc{display:block;}
    .fabrication_section .acc-wrap{margin-top:0; width: 100%;}
    .fabrication_section .accordion-button{font-size:18px; padding:1.3rem 0;}
    }


        /* ========= Accesesories Page Fabrication Section =========== */

    .fabrication_section.dark-mode{background:#1a1a1a;}
    .fabrication_section.dark-mode .section-title{color:#f1f1f1;}
    .fabrication_section.dark-mode .left-border-text{border-left:3px solid #fff;color:#ccc;}
    .fabrication_section.dark-mode .green-line{background:#fff;}
    .fabrication_section.dark-mode .mob-desc{color:#bbb;}
    .fabrication_section.dark-mode .accordion-item{border-bottom:1px solid #C6C6C6; }
    .fabrication_section.dark-mode .accordion-button{color:#f1f1f1; }
    .fabrication_section.dark-mode .accordion-button:not(.collapsed){color:#f1f1f1; }
    .fabrication_section.dark-mode .accordion-button .plus-icon{color:#f1f1f1; }
    .fabrication_section.dark-mode .accordion-body{color:#bbb; }
    .accordion-item:last-of-type{border-radius: 0 !important;}

    /* ===================== Product Page Fabrication Overview =================== */


        .fab_overview_section{background:#fff;padding:2rem 0;}
        .fab_overview_section .fab-img{width:100%;height:100%;min-height:500px;object-fit:cover;border-radius:16px;}
        .fab_overview_section .col-md-5{flex: 0 0 auto; width: 50%;}
        .fab_overview_section .col-md-7{flex: 0 0 auto; width: 50%;}
        .fab_overview_section .row{align-items:start !important;}
        .fab_overview_section .section-title{font-size:38px; font-weight:500;color:#1C1B1F;margin-bottom:5rem; line-height: 48.5px; letter-spacing: 0.8%; margin-top: 30px;}
        .fab_overview_section .accordion-item{background:transparent;border:none;border-bottom:1px solid #ccc;}
        .fab_overview_section .accordion-button{background: transparent; color: #1C1B1F; font-size: 24px; font-weight: 500; padding: 1.25rem 15px; box-shadow: none; line-height: 135%;}
        .fab_overview_section .accordion-button:not(.collapsed){background:transparent;color:#1a1a1a;box-shadow:none;}
        .fab_overview_section .accordion-button::after{display:none;}
        .fab_overview_section .accordion-button .plus-icon{font-size:1.3rem;font-weight:300;color:#1a1a1a;margin-left:auto;transition:transform 0.3s;flex-shrink:0;}



        .fab_overview_section .accordion-button .plus-icon{font-size:0;margin-left:auto;flex-shrink:0;position:relative;}
        .fab_overview_section .accordion-button .plus-icon::before{content:"+";font-size:1.3rem;font-weight:300;color:#1a1a1a;position:absolute;left:-10px;top:50%;transform:translateY(-50%);}
        .fab_overview_section .accordion-button:not(.collapsed) .plus-icon::before{content:"−";}

    
        @media(max-width:767px){
            .fab_overview_section .accordion-button{ padding:1.25rem 0; font-size: 18px;}
        .fab_overview_section .section-title{margin-bottom: 0; font-size: 25px; margin-top: 0; }
        .fab_overview_section .g-5{--bs-gutter-y: 0;}
        .fab_overview_section .col-md-5{flex: 0 0 auto; width: 100%;}
        .fab_overview_section .col-md-7{flex: 0 0 auto; width: 100%;}
        .fab_overview_section{padding: 2.5rem 0 5rem;}
        .fab_overview_section .fab-img{min-height:240px;border-radius:12px;margin-bottom:2rem;}
        }



    /* ============= Product Page Portfolio Section ==================   */

    .portfolio_section{background:#fff;padding:6rem 0;}

    .portfolio_section .section-title{font-size: 30px; font-weight: 500; color: #1C1B1F; line-height: 140%;}
    .portfolio_section .left-border-text{border-left: 3px solid #009640; padding-left: 1.25rem; color: #1C1B1F; font-size: 18px; font-weight: 400; line-height: 170%; margin: 0;}

    .portfolio_section .green-line{ display: none; width: 60px; background: #009640; border-radius: 30px; margin: 0.5rem 0 1rem; height: 3px;}
    .portfolio_section .mob-desc{display:none;font-size: 17px; font-weight: 400; color: #1C1B1F; line-height: 160%; margin-bottom: 1.5rem; letter-spacing: 0.7px; margin-top: 30px;}

    .portfolio_section .port-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:5rem;}

    .portfolio_section .port-card{border-radius:12px;overflow:hidden;position:relative;cursor:pointer;}
    .portfolio_section .port-card .card-img-wrap{position:relative;width:100%;height: 250px;overflow:hidden;}
    .portfolio_section .port-card .card-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s;}
    .portfolio_section .port-card:hover .card-img-wrap img{transform:scale(1.04);}
    .portfolio_section .port-card .plus-btn{position:absolute;bottom:10px;right:10px;width:35px;height:35px; font-size: 12px; color: #fff; background:#009640;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;z-index:2;transition:transform 0.2s;}
    .portfolio_section .port-card .plus-btn:hover{transform:scale(1.15);}
    .portfolio_section .port-card .plus-btn svg{width:14px;height:14px;fill:#fff;}
    .portfolio_section .port-card .card-label{font-size:0.88rem;font-weight:400;color:#1a1a1a;padding:0.6rem 0.2rem 0.4rem; }

    .portfolio_section .port-card .card-label h3{font-size: 20px; line-height: 140%; letter-spacing: 0.3px; font-weight: 600; color: #1C1B1F; margin: 10px 0;}
    .portfolio_section .port-card .card-label p{font-size: 15px; line-height: 24px; letter-spacing: 0.5px; font-weight: 500; color: #1C1B1F;}

    .port-modal .modal-content{border-radius:14px;border:none;}
    .port-modal .modal-header{border-bottom:1px solid #eee;padding:1.25rem 1.5rem;}
    .port-modal .modal-title{font-size:1.1rem;font-weight:500;color:#1a1a1a;}
    .port-modal .modal-body{padding:1.5rem;}
    .port-modal .modal-img{width:100%;height:220px;object-fit:cover;border-radius:10px;margin-bottom:1.25rem;}
    .port-modal .modal-desc{font-size:0.9rem;font-weight:300;color:#555;line-height:1.8;}
    .port-modal .btn-close{opacity:0.6;}

    /* ===== Top Block Layout Override ===== */

    .portfolio_section .top-block{display:flex;align-items:center; gap:40px;}
    .portfolio_section .top-block>[class*="col-"]{flex:unset;max-width:unset;width:auto;padding:0;}
    .portfolio_section .top-block>div:first-child{width:auto;}
    .portfolio_section .top-block>div:last-child{width:60%;}
    .modal-body .downloads-label{font-weight: 500; margin: 15px 0 5px;}
    .modal-body .common-btn{margin-top: 0; margin-bottom: 15px;}
    .dl-link::after{display: none;}


    /* acordion-item botton  */

    .accordion-button:not(.collapsed){ color: #009640 !important; }
    @media(max-width:991px){
    .portfolio_section .port-grid{grid-template-columns:repeat(3,1fr);}
    }

    @media(max-width:767px){
    .portfolio_section .port-card{margin-top: 30px;}
    .portfolio_section .port-card .card-img-wrap{height:120px;}
    .portfolio_section .section-title{font-size:25px; padding-bottom: 15px;}
    .portfolio_section{padding:2.5rem 0;}
    .portfolio_section .top-block{flex-direction:column;gap:10px; padding: 0 10px; }
    .portfolio_section .top-block>[class*="col-"]{width:100%;}
    .portfolio_section .top-block .col-md-8{display:none;}
    .portfolio_section .green-line{display:block;}
    .portfolio_section .mob-desc{display:block;}
    .portfolio_section .port-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:20px;}
    }

    @media(max-width:400px){
    .portfolio_section .port-grid{grid-template-columns:repeat(2,1fr);gap:0.75rem;}
    }

    /* ============ Product Page Bg Changes =============== */

    .industry_about.white-bg{background: #fff !important; margin-top: 0 !important; padding: 130px 0 150px !important;}
    .portfolio_section.grey-bg{background: #f5f5f5 !important;}
    .fab_overview_section.grey-bg{background: #f5f5f5 !important;}
    .fab_overview_section .section-title::after{display: none;}
    .portfolio_section .section-title::after{display: none;}
    .fabrication_section .section-title::after{display: none;}
    .materials_section .section-title::after{display: none;}
    @media(max-width:767px){
        .industry_about.white-bg{
            padding: 30px 0 80px !important;
        }
    }

    .accordion-body .downloads-label{font-size:15px;font-weight:500;color:#1C1B1F;margin-bottom:5px; line-height: 24px; letter-spacing: 0.5px; margin-top: 20px;}
    tbody a{text-decoration: none !important;}
    tbody a::after{display: none;}
    .accordion-body img{max-width: 100%; height: auto;}
    .accordion-body .dl-section{display: block;}
    .accordion-body .dl-section span{ border-bottom: 1px solid; padding-bottom: 3px;}
    .accordion-body .dl-link{font-size:15px;color:#007533;text-decoration:none;font-weight:500; line-height: 187%; letter-spacing: 2%; display: inline-block; margin-bottom: 0; margin-top: 0; border-bottom: 1px solid;}
    .accordion-body .dl-link::after{display: none;}
    .accordion-body .dl-link svg{display: none;}
    .accordion-body .content-img{width:100%;height:360px;object-fit:cover;border-radius:10px;}
    .modal-content .dl-link{font-size:15px;color:#007533;text-decoration:none;font-weight:500; line-height: 187%; letter-spacing: 2%; display: inline-block; margin-bottom: 0; margin-top: 0; border-bottom: 1px solid;}


    /* ===================== Career Page ================== */
    .commitment_section.grey-bg.core-value{background: #f5f5f5 !important;}
    .core-value .col-md-5 h2{font-weight: 500; font-style: normal; font-size: 38px; line-height: 28.5px; letter-spacing: 0.008em; color: #1C1B1F; margin-bottom: 20px;}
    .core-value .col-md-5 h3{font-weight: 700; font-style: normal; font-size: 18px; line-height: 170%; letter-spacing: 0.03em; color: #1C1B1F;}
    .core-value .col-md-5 p{font-weight: 500; font-style: normal; font-size: 17px; line-height: 170%; letter-spacing: 0.03em;}
    body:has(.job_detail_section) .commitment_section { background-color: #f5f5f5;}


    @media(max-width:767px){
        .commitment_section.grey-bg.core-value{padding: 0 !important;}
        .commitment_section.grey-bg.core-value .block-desc{display: none;}
        .core-value .col-md-5 h2{font-size: 28px; line-height: 140%; margin: 35px 0 10px;}
        
        .core-value .col-md-5 h3{font-weight: 700; font-style: normal; font-size: 17px; line-height: 160%; letter-spacing: 0.7px; color: #1C1B1F; margin-top: 20px; margin-bottom: 0;}
        .core-value .col-md-5 p{font-weight: 500; font-style: normal; font-size: 17px; line-height: 170%; letter-spacing: 0.7px; margin-bottom: 20px;}
    }


    /* CTA Cards Changes In Career Page  */

    .card-custom.cta-section.theme-green{background-color: #007533;}
    .card-custom.cta-section.theme-green, .card-custom.downloads-section.theme-dark, .card-custom.contact-section.theme-light{padding: 40px 40px 100px;}
    .card-custom.cta-section.theme-green .portal-link{background: #fff; color: #007533;}
    .card-custom.cta-section.theme-green .portal-link svg{display: none;}
    .card-custom.contact-section.theme-light{background-color: #CCEAD9;}
    .contact-section .section-title{font-size: 30px; font-weight: 500; margin-bottom: 20px; line-height: 140%;}
    .contact-info {font-size: 15px; line-height: 24px; margin-bottom: 30px; color: #1C1B1F; letter-spacing: .5px;}
    .card-custom.cta-section.theme-green .section-title, .card-custom.cta-section.theme-green .section-description{color: #fff;}
    .contact-info .contact-phone{padding: 12px 0;}
    .contact-info .contact-phone a{color: #007533; border-bottom: 1px solid; font-size: 16px; font-weight: 600;}
    .contact-info .contact-email a{color: #007533; border-bottom: 1px solid; font-size: 16px; font-weight: 600;}
    .contact-info .contact-phone a::after, .contact-info .contact-email a::after{display: none;}

    /* =============== Career Detail Page ============== */


    .job_detail_section{background:#fff;padding:4rem;}
    .job_detail_section .job-main-title{font-size:60px;font-weight:400;color:#222222;text-align:center;margin-bottom:2rem;line-height:70px;}
    .job_detail_section .info-card{background:#F5F5F5; border-radius:10px; padding:45px;display:flex;align-items:center;gap:2rem;flex-wrap:wrap;}
    .job_detail_section .info-cols{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:20px; border-right: 1px solid #C6C6C6;}
    .job_detail_section .common-btn{margin-top: 0;}
    .job_detail_section .info-row{font-size:18px;color:#1C1B1F;font-weight:400;line-height:170%; letter-spacing: 3%; }
    .job_detail_section .info-row strong{font-weight:700;color:#1C1B1F;}

    @media(max-width:767px){
        .card-custom.cta-section.theme-green, .card-custom.downloads-section.theme-dark, .card-custom.contact-section.theme-light{padding: 40px;}
        .job_detail_section .common-btn{margin-top: 20px; width: 100%;}
        .job_detail_section .info-row{font-size:17px;}
        .job_detail_section .info-card{background-color: #fff;padding: 30px 30px;}
        .job_detail_section{padding: 2rem 0 0; }
        .job_detail_section .job-main-title{font-size: 36px; line-height: 130%; }
    .job_detail_section .info-card{flex-direction:column;align-items:flex-start;gap:1.25rem;}
    .job_detail_section .info-cols{grid-template-columns:1fr;gap:1.2rem; border-right: none;}
    }


    body:has(.job_detail_section) { background-color: #fff;}
    .job_content_section{width: 60%; margin: auto;}
    .job_content_section .content-block{margin-bottom:2.5rem;}
    .job_content_section .content-block:last-child{margin-bottom:0;}
    .job_content_section .block-title{font-size:38px;font-weight:500;color:#1C1B1F; line-height: 48.5px; letter-spacing: 0.8%; }
    .job_content_section .block-text{font-size:18px;font-weight:400;color:#1C1B1F;line-height:170%;margin-bottom:0;}
    .job_content_section .block-text strong{font-weight: 700;}
    .job_content_section .block-text li{font-size:17px;font-weight:400;color:#1C1B1F;line-height:140%;margin-bottom:25px; margin-top: 20px; letter-spacing: 3%; width: 80%;}
    .job_content_section .block-text li::marker{color: #009640;}
    .job_content_section .block-text li strong{font-weight:700;}

    .job_apply_section{ background: #f5f5f5; padding: 2.5rem 0; width: 80%; margin: auto; text-align: center; border-radius: 10px ; margin-top: 70px;}
    .job_apply_section .deadline-text{margin-top: 25px;margin-bottom: 0; font-size: 18px; font-style: italic; font-weight: 500; line-height: 170%; letter-spacing: 3%;}
    .see_positions_section{padding: 1rem 0 3rem; text-align: center;}

    @media(max-width:767px){
        .job_apply_section .deadline-text{font-size: 17px; letter-spacing: 0.7px; font-weight: 400;}
        .job_content_section{width: 100%; padding: 0 15px; margin-top: 60px;}
        .job_content_section .block-title{font-size: 30px; line-height: 140%;}
        .job_content_section .block-text{font-size: 17px; letter-spacing: 0.7px;}
        .job_content_section .block-text li{font-size: 17px; width: 100%;}
        .job_apply_section{width: 100%; padding: 20px; margin-top: 30px; background-color: #fff;}
        .see_positions_section .news-and-press-releases{width: 100%;}
    }

    /* ====== Career Page Open Position ============== */

    /* Insight Page Search  */
    .search-content.insight-filter{padding: 30px 120px 30px !important; margin-top: -60px !important; border-radius: 10px !important;}
    .search-content.insight-filter + .facet-summary.initialized .bottom-remove-filter { margin-top: 0px !important; margin-right: 23px !important;  justify-content: center !important;}
    .search-content.insight-filter ~ .search-results-count.initialized .progress { display: none; }
    .search-content.insight-filter ~ .search-results-count.initialized{ width: 80%; margin: auto; padding-top: 30px;}

    @media(max-width:767px){
        .search-content.insight-filter + .facet-summary.initialized { margin-top: -30px !important; }
        .search-content.insight-filter{padding: 40px 25px 1px !important;}
        .search-content.insight-filter ~ .search-results-count.initialized{width: 100% !important; padding: 20px 15px !important;}
    }

    /* Career Page Search  */
    .search-content.insight-filter.open-positions-filter{padding: 30px 120px 30px !important; margin-top: -60px !important; border-radius: 10px !important;}
    .insight-filter.open-positions-filter + .facet-summary.initialized .bottom-remove-filter { margin-top: 0px !important; margin-right: 23px !important;  justify-content: center !important;}
    .insight-filter.open-positions-filter ~ .search-results-count.initialized .progress { display: none; }
    .insight-filter.open-positions-filter ~ .search-results-count.initialized{ width: 80%; margin: auto; padding-top: 30px;}


    .jobs_section{background:transparent;padding:0;}
    .jobs_section .container{padding:0;max-width:100%;}

    :has(.jobs_section) .search-result-list{list-style:none;margin:0;display:flex;flex-direction:column;gap:30px !important; width: 90%; margin: auto; padding: 30px 80px !important;}
    :has(.jobs_section) .search-result-list li{padding:0;margin:0;width:100%;}

    :has(.jobs_section) .search-result-list li .jobs_section{margin:0;padding:0;}
    :has(.jobs_section) .search-result-list li .jobs_section .container{padding:0;max-width:100%;}

    .jobs_section .job-card{display:flex;align-items:center;justify-content:space-between;padding:30px;background:#fff;border-radius:10px; gap:1rem; border: 1px solid #E6E6E6; }
    .jobs_section .job-info{flex:1;min-width:0;}
    .jobs_section .job-title{font-size:24px;font-weight:500;color:#007533;text-decoration:none;display:block;margin-bottom:0.25rem; line-height: 135%; letter-spacing: 0.3px;}
    .jobs_section .job-title::after{display:none;}
    .jobs_section .job-location{font-size:18px; line-height: 170%; letter-spacing: 3%; color:#1C1B1F;margin-bottom:0.55rem;}
    .jobs_section .tag-wrap{display:flex;flex-wrap:wrap;gap:10px; margin-top: 30px;}
    .jobs_section .job-tag{font-size:13px; line-height: 23px; color:#1C1B1F;background:#E6E6E6;border:1px solid #E6E6E6; border-radius:30px; padding:1px 20px; white-space:nowrap;}

    .jobs_section .arrow-btn{width:36px;height:36px;background:#009640;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-decoration:none;transition:background 0.2s;}
    .jobs_section .arrow-btn::after{display:none;}
    .jobs_section .arrow-btn svg{width:17px;height:17px;stroke:#fff;fill:none;stroke-width:2;}

    @media(max-width:575px){
    :has(.jobs_section) .search-result-list{gap: 20px !important; width: 100%; padding: 0 15px 50px !important;}
    .open-positions-filter + .facet-summary.initialized { margin-top: -30px !important; }
    .jobs_section .tag-wrap{margin-top: 20px;}
    .jobs_section .job-title{font-size:18px; font-weight: 500; line-height: 140%;}
    .jobs_section .job-card{align-items: flex-start; padding: 30px 20px;}
    .jobs_section .job-location{font-size:17px; letter-spacing: 0.3px; font-weight: 400; }
    .search-content.insight-filter.open-positions-filter{padding: 40px 25px 1px !important;}
    .open-positions-filter ~ .search-results-count.initialized{width: 100% !important; padding: 20px 15px !important;}
    }


    .map-wrapper .sidebar-wrapper.is-visible .sidebar{overflow: hidden;}
    .policy-section-more a::after{display: none;}
    .sidebar-wrapper.is-visible .nav-tabs .tab-item a.active:hover{color: #fff !important;}
    .no-click-event{pointer-events: none;}