        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

        * {
            font-family: "Poppins", sans-serif;
        }

        .hero-section {
            min-height: 100vh;
            background: linear-gradient(135deg,
                    #000001 0%, #102738 30%, #2952728f 70%, #14263412 100%),
                url('https://asstage.in/westernadsorbents/assets/images/main_slider.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;

            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            transition: background 0.3s ease;
            z-index: 999;
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(ellipse at center, rgba(126, 179, 66, 0.1) 0%, transparent 70%);
            z-index: 1;
        }

        .navbar {
            background: rgba(255, 255, 255, 0.1);
            /* translucent white */
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            /* for Safari */
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            /* subtle shadow */
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            /* optional glass border */
            transition: background 0.3s ease;
        }

        .navbar .nav-link {
            color: #ffffff !important;
            font-weight: 500;
            transition: color 0.3s;
        }

        .navbar .nav-link:hover {
            color: #fdd835 !important;
            /* Yellow hover color */
        }



        .navbar-brand img {
            height: 75px;
            /* filter: brightness(100); */
            width: 300px;
            object-fit: contain;
        }

        .navbar-nav .nav-link {
            color: white !important;
            font-weight: 500;
            margin: 0 0.5rem;
            padding: 0.5rem 1rem !important;
            transition: all 0.3s ease;
            position: relative;
        }

        .navbar-nav .nav-link:hover {
            color: #fff !important;
            transform: translateY(-2px);
        }

        .navbar-nav .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 2px;
            background: #102738;
            transition: all 0.3s ease;
            transform: translateX(-50%);
        }

        .navbar-nav .nav-link:hover::after {
            width: 80%;
        }

        .btn-quote {
            background: linear-gradient(45deg, #245072, #1f3342);
            border: none !important;
            padding: 0.75rem 2rem !important;
            border-radius: 50px !important;
            color: #fff !important;
            font-weight: 600 !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 4px 15px #17476d;
        }

        .btn-quote:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px #2f6fa3;
            color: #fff !important;
            transition: all 0.3s ease !important;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            padding-top: 8rem;
        }

        .hero-tag {
            color: #fff;
            font-size: 0.9rem;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 1rem;
            opacity: 0;
            animation: slideUp 1s ease 0.3s forwards;
        }

        .hero-title {
            font-size: 50px;
            font-weight: 800;
            color: white;
            line-height: 1.2;
            margin-bottom: 2rem;
            opacity: 0;
            animation: slideUp 1s ease 0.6s forwards;
        }

        .hero-description {
            font-size: 1.1rem;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
            margin-bottom: 3rem;
            max-width: 500px;
            opacity: 0;
            animation: slideUp 1s ease 0.9s forwards;
        }

        .hero-content .hero-description a {
            color: rgba(255, 255, 255, 0.8);
        }

        .btn-read-more {
            background: #17476d !important;
            border: 1px solid transparent !important;
            padding: 0.75rem 2rem !important;
            border-radius: 50px !important;
            color: #fff !important;
            font-weight: 600 !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 4px 15px #17476d;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.8s ease;
            animation: slideUp 1s ease 1.2s forwards;
        }

        .btn-read-more:hover {
            transform: translateY(-4px);
            transition: all 0.8s ease;
            box-shadow: 0 10px 30px #102c42;
            color: white;
            border: 1px solid #fff !important;
            background-color: transparent !important;
        }

        .btn-read-more i {
            margin-left: 0.5rem;
            transition: transform 0.3s ease;
        }

        .btn-read-more:hover i {
            transform: translateX(5px);
        }

        .hero-image {
            position: relative;
            z-index: 2;
            opacity: 0;
            animation: fadeInRight 1.2s ease 0.8s forwards;
        }

        .earth-container {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 400px;
        }


        .plant-sprout {
            position: absolute;
            top: -60px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 3;
        }

        .plant-stem {
            width: 4px;
            height: 80px;
            background: linear-gradient(to top, #4CAF50, #8BC34A);
            border-radius: 2px;
            position: relative;
        }

        .plant-leaf {
            position: absolute;
            width: 25px;
            height: 40px;
            background: linear-gradient(45deg, #8BC34A, #AED581);
            border-radius: 50% 10px;
            top: -30px;
            left: -10px;
            transform: rotate(-45deg);
            animation: leafSway 4s ease-in-out infinite;
        }

        .plant-leaf:nth-child(2) {
            left: -5px;
            top: -20px;
            transform: rotate(45deg);
            animation-delay: -2s;
        }

        .plant-leaf:nth-child(3) {
            left: -8px;
            top: -10px;
            transform: rotate(-20deg);
            animation-delay: -1s;
        }

        .social-sidebar {
            position: fixed;
            left: 30px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1000;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .social-link {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .social-link:hover {
            background: #17476d;
            color: white;
            transform: translateX(5px);
        }

        .follow-text {
            writing-mode: vertical-rl;
            transform: rotate(180deg);
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.8rem;
            letter-spacing: 2px;
            margin-left: 15px;
        }

        .decorative-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
        }

        .floating-leaf {
            position: absolute;
            width: 20px;
            height: 30px;
            background: linear-gradient(45deg, #102738 30%, #2952728f);
            border-radius: 50% 10px;
            animation: floatLeaf 15s linear infinite;
        }

        .floating-leaf:nth-child(1) {
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .floating-leaf:nth-child(2) {
            top: 60%;
            right: 15%;
            animation-delay: -5s;
        }

        .floating-leaf:nth-child(3) {
            top: 80%;
            left: 20%;
            animation-delay: -10s;
        }

        .dots-indicator {
            position: fixed;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1000;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .dot.active {
            background: #17476d;
            transform: scale(1.3);
        }

        .hero-section .slider-container {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        .hero-section .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transform: translateX(100%);
            transition: all 0.8s ease-in-out;
            z-index: 1;

        }

        .hero-section .slide.active {
            opacity: 1;
            transform: translateX(0);
            z-index: 2;
        }

        .hero-section .slide.prev {
            transform: translateX(-100%);
        }


        .dots-indicator {
            position: fixed;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1000;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
            cursor: pointer;
            border: 2px solid transparent;
        }

        .dot:hover {
            background: rgb(72, 72, 172);
            border-color: #17476d;
        }

        .dot.active {
            background: #17476d;
            transform: scale(1.3);
            border-color: white;
        }

        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1000;
            background: rgba(255, 255, 255, 0.1);
            border: none;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            cursor: pointer;
        }

        .slider-nav:hover {
            background: #7CB342;
            transform: translateY(-50%) scale(1.1);
        }

        .slider-nav.prev {
            left: 30px;
        }

        .slider-nav.next {
            right: 30px;
        }

        .slider-nav {
            visibility: hidden;
        }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(-20px) rotate(5deg);
            }
        }

        @keyframes leafSway {

            0%,
            100% {
                transform: rotate(-45deg);
            }

            50% {
                transform: rotate(-35deg);
            }
        }

        @keyframes floatLeaf {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0;
            }

            10% {
                opacity: 1;
            }

            90% {
                opacity: 1;
            }

            100% {
                transform: translateY(-100px) rotate(360deg);
                opacity: 0;
            }
        }

        .about-section {
            background: #F8F9FA;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }

        /* Left green sidebar */
        .about-section .green-sidebar {
            position: absolute;
            left: 0;
            top: 0;
            width: 8px;
            height: 100%;
            background: #17476d;
            z-index: 3;
        }

        /* Dotted pattern on left */
        .about-section .dot-pattern {
            position: absolute;
            left: -28px;
            top: 55%;
            transform: translateY(-50%);
            z-index: 2;
        }

        .about-section .dot-pattern.dot_second {
            left: -9px;
        }

        .about-section .dot-line {
            width: 4px;
            height: 4px;
            background: #17476d;
            border-radius: 50%;
            margin: 12px 0;
        }

        /* Main floating island image area */
        .about-section .floating-island {
            position: relative;
            width: 100%;
            max-width: 600px;
            height: 800px;
            background: linear-gradient(135deg, #E3F2FD 0%, #F1F8E9 100%);
            border-radius: 20px;
            margin: 0 auto;
        }

        .about-section .island-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            z-index: 2;
            height: 100%;
            width: 100%;
        }

        .about-section .island-content img {
            height: 100%;
            border-radius: 10px;
            width: 100%;
            object-fit: cover;
        }

        .about-section .car-placeholder {
            width: 120px;
            height: 60px;
            background: #4A90A4;
            border-radius: 8px;
            margin: 0 auto 20px;
            position: relative;
        }

        .about-section .car-placeholder::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 80px;
            background: #17476d;
            border-radius: 50%;
            opacity: 0.3;
        }

        .content-area p a {
            color: inherit;
        }



        @keyframes fly {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-5px);
            }
        }

        /* Award badge */
        .about-section .award-badge {
            position: absolute;
            bottom: -16px;
            left: -78px;
            background: #234b69;
            color: white;
            padding: 12px 18px;
            border-radius: 100%;
            font-weight: 600;
            font-size: 39px;
            z-index: 3;
            border: 2px solid #fff;
            animation-name: float-bob;
            animation-duration: 2s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
            height: 150px;
            width: 150px;
            display: flex;
            align-items: center;
        }

        @keyframes float-bob {

            0% {
                -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
            }

            50% {
                -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
            }

            100% {
                -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
            }

        }

        .about-section .award-badge i {
            margin-right: 8px;
            color: #fff;
        }

        /* Green accent blocks */
        .about-section .green-block-1 {
            position: absolute;
            top: 120px;
            left: -38px;
            width: 46px;
            height: 170px;
            background: #17476d;
            z-index: 1;
            border-radius: 5px;
        }

        .about-section .green-block-2 {
            position: absolute;
            bottom: -48px;
            left: 130px;
            width: 70px;
            height: 80px;
            background: #17476d;
            z-index: 1;
            border-radius: 5px;
        }


        .section-title {
            font-size: 40px;
            font-weight: 700;
            color: #000;
            line-height: 50px;
            margin-bottom: 20px;
            letter-spacing: 0.5px;
            text-transform: capitalize;
        }

        .content-area p {
            font-size: 16px;
            line-height: 26px;
            color: #000;
            letter-spacing: 0.3px;
        }

        .about-section .feature-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 35px;
            padding: 0;
        }

        .about-section .feature-icon {
            width: 50px;
            height: 50px;
            background: #F8F9FA;
            border: 2px solid #E8F5E8;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
            color: #558B2F;
            font-size: 20px;
        }

        .about-section .feature-content h4 {
            font-size: 1.4rem;
            font-weight: 700;
            color: #2E3A2E;
            margin-bottom: 8px;
        }

        .about-section .feature-content p {
            color: #666;
            line-height: 1.6;
            font-size: 15px;
            margin: 0;
        }

        .cta-button {
            background: linear-gradient(45deg, #245072, #1f3342);
            color: white;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            border: none;
            font-size: 15px;
            margin-top: 30px;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px #2f6fa3;
            color: #fff !important;
            transition: all 0.3s ease !important;
        }


        .sub-title {
            margin-bottom: 10px;
            text-transform: uppercase;
            color: #17476d;
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.5px;
            display: inline-flex;
            align-items: center;
            background: rgb(222 240 255);
            padding: 10px 20px;
            border-radius: 50px;
            gap: 5px;
        }

        .about-section .feature-box {
            display: flex;
            align-items: center;
            text-align: center;
            gap: 10px;
        }

        .about-section .icon-box {
            background-color: #d9e7f1;
            /* light green tint */
            width: 100px;
            height: 80px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;
        }

        .about-section .icon-box img {
            width: 32px;
            height: 32px;
            object-fit: contain;
            filter: hue-rotate(60deg) brightness(0.8) saturate(2);
        }

        .about-section .feature-title {
            font-weight: 700;
            font-size: 1.1rem;
            color: #0d2b23;
            margin-bottom: 4px;
        }

        .about-section .feature-desc {
            font-size: 0.95rem;
            color: #000;
            margin: 0;
        }

        .about_icon_box .feature-box .content_box {
            text-align: left;
        }

        .about_icon_box {
            border-style: solid;
            border-width: 1px 0px 1px 0px;
            border-color: #E7E7E7;
            margin-top: 28px;
            margin-bottom: 0px;
            padding: 28px 0px 17px 0px;
        }

        .about_icon_box .feature-box .icon-box i {
            color: #234b69;
        }

        .our-products-section {
            padding: 80px 0;
            background: #efefef;
            position: relative;
        }

        .our-products-section .projects-badge {
            display: inline-flex;
            align-items: center;
            background: rgba(124, 179, 66, 0.1);
            color: #7cb342;
            padding: 10px 20px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .our-products-section .projects-badge i {
            margin-right: 8px;
            font-size: 16px;
        }

        .our-products-section .section-main-title {
            font-size: 3.5rem;
            font-weight: 700;
            color: #2c3e50;
            line-height: 1.2;
            margin-bottom: 60px;
            max-width: 600px;
        }

        .our-products-section .carousel-navigation {
            position: absolute;
            top: 90px;
            right: 50px;
            display: flex;
            gap: 15px;
            z-index: 10;
        }

        .our-products-section .nav-arrow {
            width: 50px;
            height: 50px;
            background: white;
            border: 2px solid #e9ecef;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6c757d;
            font-size: 18px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .our-products-section .nav-arrow:hover,
        .our-products-section .nav-arrow.active {
            background: #7cb342;
            color: white;
            border-color: #7cb342;
            transform: scale(1.1);
        }

        .our-products-section .environmental-project-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
            margin: 0 10px;
        }

        .our-products-section .environmental-project-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }

        .our-products-section .project-image-container {
            height: 270px;
            position: relative;
            overflow: hidden;

        }

        .our-products-section .project-image-container img {
            width: 100%;
            height: 270px;
            object-fit: contain;
            transition: transform 0.3s ease;
            padding: 15px;
        }

        .our-products-section .environmental-project-card:hover .project-image-container img {
            transform: scale(1.05);
        }

        .our-products-section .product-details {
            padding: 10px 15px;
            border-left: 4px solid transparent;
            transition: border-color 0.3s ease;
            background-color: #203a4e;
        }

        .our-products-section .product-details {
            border-left-color: #17476d;
        }


        .project-category-tag {
            background: rgb(209 234 255);
            color: #2c3e50;
            padding: 9px 25px;
            border-radius: 12px 0 20px 0;
            font-size: 16px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 15px;
            text-transform: capitalize;
            position: absolute;
            top: 0px;
            left: 0;
        }



        .our-products-section .project-title {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            margin: 0;
            line-height: 1.3;
            letter-spacing: 0.5px;
            text-align: center;
        }

        .our-products-section .working-process-badge {
            display: inline-flex;
            align-items: center;
            background: rgba(124, 179, 66, 0.1);
            color: #7cb342;
            padding: 10px 20px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 14px;
            margin-top: 60px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .our-products-section .working-process-badge i {
            margin-right: 8px;
            font-size: 16px;
        }

        .our-products-section .our_product_main_box {
            position: relative;
        }


        .our-products-section .slick-prev {
            right: 130px !important;
            left: unset !important;
        }

        .our-products-section .slick-next {
            right: 65px !important;

        }

        .our-products-section .slick-arrow {
            top: -80px !important;
        }

        .our-products-section .slick-prev:before,
        .slick-next:before {
            font-size: 50px !important;
            color: #234966 !important;
            opacity: 1 !important;
        }

        .greener-future-section {
            padding: 80px 0;
            background: #f8f9fa;
            position: relative;
            overflow: hidden;
        }

        .greener-future-section .process-badge {
            display: inline-flex;
            align-items: center;
            background: rgba(124, 179, 66, 0.1);
            color: #7cb342;
            padding: 10px 20px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .greener-future-section .process-badge i {
            margin-right: 8px;
            font-size: 16px;
        }

        .greener-future-section .section-heading {
            font-size: 3.2rem;
            font-weight: 700;
            color: #2c3e50;
            text-align: center;
            margin-bottom: 80px;
            line-height: 1.2;
        }

        .greener-future-section .process-steps-container {
            position: relative;
            display: flex;
            justify-content: center;
            gap: 0;
            margin-top: 20px;
        }

        .greener-future-section .process-step-item {
            text-align: center;
            position: relative;
            flex: 1;
            max-width: 350px;
            z-index: 2;
        }

        .greener-future-section .step-icon-wrapper {
            position: relative;
            margin: 0 auto 30px;
            width: 120px;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .greener-future-section .step-outer-circle {
            width: 120px;
            height: 120px;
            border: 2px dashed #17476d;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            animation: rotate 20s linear infinite;
        }

        .greener-future-section .step-inner-circle {
            width: 80px;
            height: 80px;
            background: #17476d;
            border: 3px solid #17476d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 3;
            box-shadow: 0 5px 20px rgba(124, 179, 66, 0.2);
        }

        .greener-future-section .step-icon {
            font-size: 28px;
            color: #fff;
        }

        .greener-future-section .step-leaf {
            position: absolute;
            top: -10px;
            right: -5px;
            font-size: 20px;
            color: #17476d;
            transform: rotate(15deg);
        }

        .greener-future-section .step-title {
            font-size: 26px;
            font-weight: 700;
            color: #000;
            margin-bottom: 15px;
            letter-spacing: 0.5px;
        }

        .greener-future-section .step-description {
            color: #000;
            font-size: 16px;
            line-height: 26px;
            max-width: 300px;
            margin: 0 auto;
            letter-spacing: 0.3px;
        }

        .greener-future-section .process-connector {
            position: absolute;
            top: 25%;
            transform: translateY(-50%);
            z-index: 1;
        }

        .greener-future-section .connector-arrow {
            width: 80px;
            height: 2px;
            background: #17476d;
            position: relative;
        }

        .greener-future-section .connector-arrow::after {
            content: '';
            position: absolute;
            right: -8px;
            top: -6px;
            width: 0;
            height: 0;
            border-left: 12px solid #17476d;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
        }

        .greener-future-section .connector-1 {
            left: calc(21.33% + 0px);
        }

        .connector-2 {
            left: calc(47.33% + 0px);
        }

        .connector-3 {
            left: calc(71.33% + 0px);
        }

        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        .step-animation {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }

        .step-animation:nth-child(1) {
            animation-delay: 0.2s;
        }

        .step-animation:nth-child(2) {
            animation-delay: 0.4s;
        }

        .step-animation:nth-child(3) {
            animation-delay: 0.6s;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .hover-effect {
            transition: all 0.3s ease;
        }

        .hover-effect:hover {
            transform: translateY(-10px);
        }

        .hover-effect .step-inner-circle {
            transition: all 0.3s ease;
        }

        .hover-effect:hover .step-inner-circle {
            background: #143a58;
            transform: scale(1.1);
            transition: all 0.3s ease;
        }

        .hover-effect:hover .step-icon {
            color: white;
        }

        .hover-effect:hover .step-leaf {
            color: white;
        }

        .eco-hero-section {
            background: linear-gradient(135deg, #f1f9ff 0%, #f1f9ff 100%);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .eco-hero-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 400px;
            height: 400px;
            background: rgba(139, 195, 74, 0.1);
            border-radius: 50%;
            animation: float 8s ease-in-out infinite;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(-20px) rotate(5deg);
            }
        }



        .main-heading {
            font-size: 3.2rem;
            font-weight: 800;
            color: #2c3e50;
            line-height: 1.2;
            margin-bottom: 24px;
        }

        .eco-description {
            font-size: 16px;
            color: #000;
            line-height: 26px;
            font-weight: normal;
            margin-bottom: 10px;
            max-width: 600px;
            letter-spacing: 0.3px;
        }

        .eco-hero-section .feature-list {
            list-style: none;
            padding: 0;
            margin: 10px 0;
        }

        .eco-hero-section .feature-item {
            display: flex;
            align-items: center;
            padding: 12px 0;
            color: #000;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.3px;
        }

        .eco-hero-section .feature-item i {
            color: #234967;
            margin-right: 15px;
            font-size: 18px;
        }

        .cta-button i {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

        .cta-button:hover i {
            transform: translateX(5px);
        }

        .eco-hero-section .services-grid {
            margin-top: 60px;
        }

        .eco-hero-section .service-card {
            background: white;
            border-radius: 20px;
            padding: 30px 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            border: 1px solid rgba(139, 195, 74, 0.1);
            position: relative;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(59, 112, 153, 0.2);
            max-height: 310px;
            height: 100%;
        }

        .eco-hero-section .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #4e6b80, #214560);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .eco-hero-section .service-card:hover::before {
            transform: scaleX(1);
        }

        .eco-hero-section .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgb(34 68 94 / 20%);
        }

        .eco-hero-section .service-card.featured {
            background: linear-gradient(135deg, #224763 0%, #21425a 100%);
            color: white;
        }

        .eco-hero-section .service-card.featured::before {
            background: rgba(255, 255, 255, 0.3);
        }

        .eco-hero-section .service-icon {
            width: 60px;
            height: 60px;
            background: rgba(78, 107, 128);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .eco-hero-section .service-card.featured .service-icon {
            background: rgba(255, 255, 255, 0.2);
        }

        .eco-hero-section .service-icon i {
            font-size: 28px;
            color: #fff;
        }

        .eco-hero-section .service-card.featured .service-icon i {
            color: white;
        }

        .eco-hero-section .service-title {
            font-size: 21px;
            line-height: 32px;
            letter-spacing: 0.5px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 12px;
        }

        .eco-hero-section .service-card.featured .service-title {
            color: white;
        }

        .eco-hero-section .service-description {
            color: #000;
            line-height: 26px;
            font-size: 16px;
            letter-spacing: 0.5px;
        }

        .eco-hero-section .service-card.featured .service-description {
            color: rgba(255, 255, 255, 0.9);
        }

        .eco-hero-section .bottom-cta {
            text-align: center;
            margin-top: 60px;
            padding: 40px 0;
            background: rgba(139, 195, 74, 0.05);
            border-radius: 20px;
        }

        .eco-hero-section .bottom-cta-text {
            color: #555;
            font-size: 1.1rem;
            margin-bottom: 20px;
        }

        .our_application {
            padding: 80px 0;
        }


        .our_application .card img {
            transition: transform 0.3s ease;
            width: 120px;
            margin: 0 auto;
        }

        .our_application .card:hover img {
            transform: scale(1.1);
        }

        .our_application .application_description {
            margin: 0 auto;
            font-size: 16px;
            color: #000;
            line-height: 26px;
            font-weight: normal;
            margin-bottom: 10px;
            letter-spacing: 0.3px;
        }

        .our_application .card {
            height: 200px;
            background-color: #53748d1f;
            box-shadow: 0 15px 20px rgb(186 198 207 / 20%) !important;
        }

        .home_blog .card-title {
            font-size: 1.1rem;
        }

        .home_blog .card-img-top {
            height: 300px;
            object-fit: cover;
            border-radius: 15px 15px 0 0 !important;
        }

        .home_blog .badge {
            line-height: 1.1;
            font-size: 0.8rem;
            text-align: center;
        }

        .home_blog .date_badge {
            line-height: 1.2;
            padding: 20px !important;
            border-top-left-radius: 15px;
            background-color: #17476d !important;
        }

        .home_blog .date_badge h5 {
            font-size: 24px !important;
            margin-bottom: 0;
        }

        .home_blog .date_badge h6 {
            font-size: 14px;
            margin-bottom: 0;
        }

        .home_blog .card {
            border-radius: 15px !important;
        }

        .home_blog .card .card-body {
            padding: 0;
            border: 1px solid #e3e3e3 !important;
            border-radius: 0 0 15px 15px;
        }

        .home_blog .card .card-body .blog_content_box {
            padding: 20px 30px;
        }

        .home_blog .card .card-body .card-footer {
            padding: 20px 30px;
            border-top: 1px solid #e3e3e3 !important;
            --bs-bg-opacity: unset !important;
            border-radius: 0 0 15px 15px;
        }

        .home_blog .card .card-body .card-footer .fas {
            color: #17476d !important;
        }

        .home_blog .card .card-body .blog_content_box p {
            font-size: 16px;
            color: #000 !important;
            line-height: 26px;
            font-weight: normal;
            margin-bottom: 10px;
            /* max-width: 600px; */
            letter-spacing: 0.3px;
        }

        .home_blog {
            padding: 80px 0;
            background: linear-gradient(135deg, #f1f9ff 0%, #f1f9ff 100%);
        }

        .navbar {
            transition: all 0.3s ease-in-out;
            background-color: transparent;
        }

        /* After scroll: solid background */
        .navbar.scrolled {
            background: linear-gradient(135deg, #000001 0%, #102738 30%, #2952728f 70%, #14263482 100%);
            /* Change to your desired color */
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .footer-section {
            color: #fff;
            padding: 80px 0px 0px 0px;
            background: linear-gradient(135deg, #193041 0%, #10222f 100%);
            position: relative;
            backdrop-filter: blur(-4px);
            -webkit-backdrop-filter: blur(12px);
            background-color: rgba(25, 48, 65, 0.7);

        }

        .footer-section .newsletter-box {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .footer-section ul li {
            margin-bottom: 15px;
            cursor: pointer;
        }


        .footer-section .social-icons {
            text-align: end;
        }

        .footer-section .social-icons i {
            font-size: 1.2rem;
            cursor: pointer;
            transition: color 0.3s;
        }

        .footer-section .social-icons i:hover {
            color: #95cbf3;
        }

        .footer-section .copryright_footer {
            margin-top: 15px;
            padding-top: 20px;
            border-top: 1px solid #577e9b7a;
            padding: 20px 0px;
        }


        .footer-section .copryright_footer p {
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.5px;
        }

        .footer-section .footer_logo_text {
            margin-top: 20px;
        }

        .footer-section .footer_contact {
            display: block;
            margin-bottom: 16px;
            text-decoration: none;
            color: #fff;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.5px;
        }

        .footer-section .list-unstyled li:hover a {
            text-decoration: none;
        }

        .footer-section .footer_heading {
            font-weight: 600 !important;
            letter-spacing: 0.5px;
            line-height: 28px;
            font-size: 18px;
            text-transform: uppercase;
            color: #95cbf3;
        }

        @media screen and (min-width: 1200px) and (max-width: 1600px) {
            .navbar-brand img {
                height: 68px;
                width: 265px;
            }

            .navbar-nav .nav-link {
                font-size: 14px;
            }

            .hero-section .hero-content {
                margin-left: 50px;
            }

            .hero-section .hero-content .hero-title {
                font-size: 50px;
                margin-bottom: 20px;
                line-height: 60px;
            }

            .hero-section .social-link {
                width: 40px;
                height: 40px;
            }

            .hero-section .follow-text {
                margin-left: 10px;
            }

            .about-section .floating-island {
                max-width: 600px;
                height: 800px;
                width: 100%;
            }

            .about-section .island-content img {
                height: 100%;
                width: 100%;
            }

            .about-section .dot-pattern {
                left: -27px;
            }

            .about-section .award-badge {
                bottom: -21px;
                left: -63px;
                height: 100px;
                width: 100px;
                font-size: 24px;
            }

            .about-section .green-block-2 {
                bottom: -15px
            }

            .about-section {
                padding: 50px 0;
            }

            .sub-title {
                font-size: 14px;
                line-height: 24px;
            }

            .section-title {
                font-size: 35px;
                line-height: 45px;
            }

            .content-area p {
                font-size: 14px;
                line-height: 24px;
            }

            .btn-quote {
                padding: 10px 20px !important;
                font-size: 12px !important;
            }

            .about-section .icon-box {
                height: 70px;
                width: 80px;
            }

            .about-section .icon-box .fa-3x {
                font-size: 25px;
            }

            .about-section .feature-title {
                font-size: 14px;
            }

            .about-section .feature-desc {
                font-size: 12px;
            }

            .cta-button {
                padding: 10px 20px !important;
                font-size: 12px !important;
                margin-top: 20px;
            }

            .our-products-section .slick-prev:before,
            .slick-next:before {
                font-size: 38px !important;
            }

            .our-products-section .slick-arrow {
                top: -75px !important;
            }


            .our-products-section .environmental-project-card {
                margin: 0 5px;
            }

            .greener-future-section .process-connector {
                top: 22%;
            }

            .greener-future-section .connector-1 {
                left: calc(21.33% + 0px);
            }

            .greener-future-section .connector-2 {
                left: calc(46.33% + 0px);
            }


            .greener-future-section .step-description {
                font-size: 14px;
                line-height: 24px;
            }

            .greener-future-section .step-title {
                font-size: 24px;
                margin-bottom: 8px;
            }

            .eco-description {
                font-size: 14px;
                line-height: 24px;
            }

            .eco-hero-section .feature-item {
                font-size: 14px;
                line-height: 24px;
                padding: 8px 0;
            }

            .eco-hero-section .service-title {
                font-size: 20px;
                line-height: 30px;
            }

            .eco-hero-section .service-description {
                line-height: 22px;
                font-size: 13px;
            }

            .our_application .card h6 {
                font-size: 12px;
                line-height: 22px;
            }

            .our_application .card {
                padding: 8px !important;
                height: 175px;
            }

            .blog_section .card-img-top {
                height: 250px !important;
            }

            .home_blog .card-img-top {
                height: 250px !important;
            }

            .products_section .project-title {
                font-size: 13px !important;
            }

            .products_section .product-details {
                padding: 10px 10px !important;
            }
        }

        @media screen and (max-width: 1024px) {
            .navbar {
                background: linear-gradient(45deg, #1b2d3a, #1a343d);
            }

            .container,
            .container-sm {
                max-width: unset !important;
            }

            .navbar-brand img {
                height: 75px;
                width: 250px;
            }

            .navbar-expand-lg .navbar-nav {
                margin-right: unset !important;
            }

            .about_icon_box .feature-box .icon-box i {
                font-size: 30px;
            }

            .hero-section .slider-container .slide .min-vh-100 {
                min-height: 50vh !important;
            }

            .dots-indicator {
                right: 0
            }

            .hero-section .hero-content {
                padding-left: 85px;
            }

            .hero-section {
                min-height: 50vh;
            }

            .hero-section .slider-container {
                height: 50vh;
            }

            .hero-section .social-sidebar {
                top: 55%;
            }

            .hero-section .hero-content .hero-title {
                font-size: 40px;
                margin-bottom: 16px;
            }

            .hero-section .hero-content .hero-description {
                margin-bottom: 20px;
            }

            .about-section .island-content img {
                width: 455px;
                height: 100%;
                object-fit: cover;
            }

            .about-section .floating-island {
                position: unset !important;
                width: 100%;
                max-width: 560px;
                background: unset !important;
                border-radius: unset !important;
                margin: 0 auto 50px;
            }

            .about-section {
                padding: 50px 0;
            }

            .about-section .green-block-1 {
                top: 28px;
                left: 47px;
                height: 127px;
            }

            .about-section .dot-pattern.dot_second {
                left: 77px;
                display: none;
            }

            .about-section .dot-pattern {
                left: 55px;
                display: none;
            }

            .about-section .award-badge {
                left: 11px;
                height: 100px;
                width: 100px;
                font-size: 22px;
                bottom: -77px;
            }

            .about-section .green-block-2 {
                bottom: 7px;
                left: 175px;
            }

            .about-section .icon-box {
                width: 60px;
                height: 60px;
            }

            .section-title {
                font-size: 30px;
                line-height: 40px;
            }

            .about-section .content-area {
                padding: 40px 15px 0;
            }

            .greener-future-section .connector-1 {
                left: calc(21% + 0px);
            }

            .greener-future-section .connector-2 {
                left: calc(45.33% + 0px);
            }

            .greener-future-section .connector-3 {
                left: calc(70.33% + 0px);
            }

            .footer-section .copryright_footer p {
                font-size: 15px;
                line-height: 26px;
            }

            .our-products-section .slick-prev {
                top: -85px !important;
            }

            .our-products-section .slick-next {
                top: -85px !important;
            }

            .greener-future-section .step-title {
                font-size: 24px;
            }

            .eco-hero-section .feature-item {
                padding: 5px 0;
            }

            .eco-hero-section .service-card {
                height: 250px;
            }

            .our-products-section {
                padding: 50px 0;
            }

            .greener-future-section {
                padding: 50px 0;
            }

            .navbar-nav .nav-link {
                margin: 0;
                padding: 10px;
            }

            .navbar-collapse .btn-quote {
                display: none;
            }

            .footer-section .footer_contact {
                font-size: 14px;
                line-height: 24px;
            }

            .footer-section .footer_heading {
                line-height: 26px;
                font-size: 16px;
            }

            .footer-section {
                padding: 50px 15px 0;
            }

            .greener-future-section .process-connector {
                top: 19%;
            }

            .blog_section .card-img-top {
                height: 250px !important;
            }
        }


        @media screen and (max-width: 768px) {
            .navbar {
                background: linear-gradient(45deg, #17476d, #1a343d) !important;
            }

            .navbar-toggler {
                border-color: #fff !important;

            }

            .hero-section .slider-container .slide .min-vh-100 {
                min-height: 100vh !important;
            }

            .navbar-toggler-icon {
                filter: brightness(100) !important;
            }

            .navbar-toggler:focus {
                box-shadow: unset !important;
            }

            .hero-section {
                min-height: 75vh;
            }

            .hero-section .slider-container {
                height: 75vh;
            }

            .hero-section .social-sidebar {
                top: 55%;
            }

            .hero-section .hero-content .hero-title {
                font-size: 40px;
                margin-bottom: 16px;
            }

            .hero-section .hero-content .hero-description {
                margin-bottom: 20px;
            }

            .about-section .island-content img {
                width: 560px;
                height: 400px;
                object-fit: cover;
                margin-top: 25px;
            }



            .about-section .floating-island {
                position: unset !important;
                width: 100%;
                max-width: 560px;
                height: 400px;
                background: unset !important;
                border-radius: unset !important;
                margin: 20px auto 50px;
                padding-top: 20px;
            }

            .about-section {
                padding: 50px 0;
            }

            .about-section .green-block-1 {
                top: 28px;
                left: 47px;
                height: 127px;
            }

            .about-section .dot-pattern.dot_second {
                left: 77px;
                display: block;
            }

            .about-section .dot-pattern {
                left: 55px;
                display: block;
            }

            .section_padding {
                padding: 50px 0;
            }

            .footer-section.section_padding {
                padding-bottom: 0;
            }

            .dots-indicator {
                right: 19px;
            }

            .home_blog .row>.col-md-6:last-child {
                display: none;
            }

            .about-section .award-badge {
                left: 40px;
                height: 100px;
                width: 100px;
                font-size: 22px;
                bottom: 0px;
            }

            .about-section .green-block-2 {
                bottom: 7px;
                left: 175px;
            }

            .about-section .content-area {
                padding: 40px 15px 0;
            }




            .our-products-section .slick-arrow {
                top: -70px !important;
            }

            .greener-future-section .step-title {
                font-size: 24px;
            }

            .eco-hero-section .feature-item {
                padding: 5px 0;
            }

            .eco-hero-section .service-card {
                height: 300px;
            }

            .our-products-section {
                padding: 50px 0;
            }

            .greener-future-section {
                padding: 50px 0;
            }

            .our_application .application_description {
                max-width: unset;
                margin: unset;
            }
        }

        @media screen and (min-width: 769px) and (max-width: 821px) {
            .about-section .island-content img {
                height: 450px;
                width: 580px;
            }

            .about-section .dot-pattern.dot_second {
                left: 77px;
                display: block;
            }

            .about-section .dot-pattern {
                left: 55px;
                display: block;
            }

            .about-section .green-block-2 {
                bottom: -10px
            }

            .about-section .award-badge {
                left: 67px;
                bottom: -33px;
            }

            .eco-hero-section .service-card {
                height: 300px;
            }

            .home_blog .row>.col-md-6:last-child {
                display: none;
            }

            .navbar {
                background: linear-gradient(45deg, #17476d, #1a343d) !important;
            }

            .navbar-toggler {
                border-color: #fff !important;
            }

            .navbar-toggler-icon {
                filter: brightness(100) !important;
            }

            .navbar-toggler:focus {
                box-shadow: unset !important;
            }

        }

        @media screen and (max-width: 600px) {
            .navbar-brand {
                display: inline-block;
                max-width: 75%;
            }

            .navbar-brand img {
                height: 60px;
                width: 240px;
            }

            .section-title {
                font-size: 22px;
                line-height: 32px;
            }

            .our-products-section .slick-prev {
                right: 100px !important;
            }

            .our-products-section .slick-next {
                right: 48px !important;
            }

            .our-products-section .slick-arrow {
                top: -90px !important;
            }

            .greener-future-section .process-steps-container {
                flex-direction: column;
                align-items: center;
            }

            .greener-future-section .process-step-item {
                margin-bottom: 20px;
            }

            .about-section .dot-pattern {
                display: none;
            }

            .about-section .dot-pattern.dot_second {
                display: none;
            }

            .hero-section .hero-content .hero-title {
                font-size: 22px;
            }

            .social-link {
                width: 35px;
                height: 35px;
            }

            .hero-section .hero-content .hero-description {
                font-size: 14px;
            }

            .follow-text {
                margin-left: 9px;
            }

            .about-section .island-content img {
                width: 350px;
            }

            .about-section .award-badge {
                left: 15px;
                bottom: -41px;
            }

            .footer-section .copryright_footer p {
                text-align: left;
                margin-bottom: 15px !important;
            }

            .footer-section .social-icons {
                text-align: left;
            }

            .social-sidebar {
                display: none;
            }

            .hero-section .hero-content {
                padding-left: 0;
                padding-right: 10px;
                padding-top: 8rem;
            }

            .dots-indicator {
                right: 8px;
            }

            .hero-tag {
                font-size: 12px;
            }

            .hero-section .slider-container .slide .min-vh-100 {
                min-height: 75vh !important;
            }

            .btn-read-more {
                padding: 10px 20px !important;
            }

            .about-section .feature-box {
                margin-bottom: 20px;
            }

            .our-products-section .slick-prev:before,
            .slick-next:before {
                font-size: 35px !important;
            }

            .cta-button {
                padding: 15px 25px;
            }


            .home_blog .section-title {
                margin-bottom: 0;
            }

            .process-steps-container .process-step-item:last-of-type {
                margin-bottom: 0;
            }

            .blog_section .card-img-top {
                height: 250px;
            }

            .single_blog .blog-img img {
                height: 250px !important;
            }

            .single_blog .blog-title {
                font-size: 30px !important;
                line-height: 40px !important;
            }


            .mobile_btn_hide {
                display: none !important;
            }

            .cta-button.mobile_btn_show {
                width: unset;
                /* text-align: center; */
                margin: 30px auto 0;
                padding: 15px 30px;
                display: block;
            }

            .single_blog .blog-meta i {
                color: #224763;
                font-size: 16px;
            }

            .single_blog .blog-meta span {
                font-size: 16px;
            }
        }

        .mobile_btn_show {
            display: none;
        }

        .hero-section {
            border-bottom: none;
        }


        .page-title-section {
            position: relative;
            background: linear-gradient(135deg,
                    #000001 0%, #102738 30%, #2952728f 70%, #14263412 100%), url(https://asstage.in/westernadsorbents/assets/images/page_title_bg.webp);
            ;
            color: white;
            text-align: center;
            padding: 200px 20px 120px;
            overflow: hidden;
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
        }

        .page-title-section h1 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 10px;
            z-index: 1;
            position: relative;
        }

        .breadcrumb {
            font-size: 16px;
            opacity: 0.85;
            z-index: 1;
            position: relative;
            justify-content: center;
        }

        .breadcrumb a {
            color: white;
            text-decoration: none;
            transition: 0.3s;
        }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

        .breadcrumb span {
            margin: 0 6px;
        }

        /* Background decorative shapes */
        .page-title-section .shape {
            position: absolute;
            border-radius: 50%;
            opacity: 0.15;
            z-index: 0;
        }

        .contant_details {
            padding: 80px 0;
            background-color: #8096a70f;
        }

        .contant_details .card {
            border: none;
            border-radius: 16px;
            padding: 40px 20px;
            text-align: center;
            transition: 0.3s;
            background-color: #fff;
            box-shadow: 0 0 35px rgb(0 0 0 / 8%);
        }

        .contant_details .icon-circle {
            width: 70px;
            height: 70px;
            margin: 0 auto 25px;
            border-radius: 50%;
            background: linear-gradient(135deg, #11283a, #3d5c75);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 26px;
            box-shadow: 0 5px 20px rgb(116 193 255 / 71%);
        }

        .contant_details h5 {
            font-weight: 600;
            margin-bottom: 10px;
        }

        .contant_details p {
            color: #555;
            font-size: 15px;
            margin-bottom: 10px;
        }

        .contant_details a {
            color: #20384a;
            font-weight: 600;
            text-decoration: none;
            font-size: 18px;
            line-height: 28px;
            letter-spacing: 0.5px;
        }

        .contant_details a:hover {
            text-decoration: underline;
        }

        .contant_form {
            padding: 80px 0;

        }

        .contant_form .form-box {
            background: #fff;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        }

        .contant_form .form-control,
        .contant_form .form-select {
            border-radius: 30px;
            background: #f1f1f5;
            border: none;
            padding: 12px 20px;
            font-size: 14px;
        }

        .contant_form .form-control::placeholder {
            color: #888;
        }

        .contant_form label {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 13px;
            margin-bottom: 6px;
        }

        .contant_form .form-group {
            margin-bottom: 20px;
        }

        .contant_form .btn-submit {
            border: none;
            border-radius: 30px;
            padding: 12px 30px;
            font-weight: bold;
            font-size: 14px;
            color: white;
            background: linear-gradient(to right, #a950f7, #7e27e0);
            transition: 0.3s;
        }

        .contant_form .btn-submit i {
            margin-left: 8px;
        }

        .contant_form .btn-submit:hover {
            opacity: 0.9;
        }

        .contant_form iframe {
            width: 100%;
            height: 580px;
            border-radius: 15px;
            border: 0;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        }

        .contant_form .form-box h3 {
            font-size: 40px;
            line-height: 50px;
            letter-spacing: 0.5px;
            color: #000;
            text-align: center;
        }

        .contant_details .card.contact_address_height {
            margin-top: -30px;
            padding: 60px 20px;
        }

        @media screen and (max-width: 820px) {
            .contant_form iframe {
                height: 300px;
                margin-top: 20px;
            }
        }

        @media screen and (max-width: 768px) {
            .contant_details .card.contact_address_height {
                margin-top: 0px;
            }

            .contant_form .form-box {
                margin-bottom: 20px;
            }

            .contant_form iframe {
                height: 300px;
            }

            .close-popup {
                right: 20px !important;
            }
        }

        @media screen and (max-width: 600px) {
            .page-title-section {
                padding: 140px 20px 55px;
                clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
            }

            .contant_form .form-box {
                padding: 40px 25px;
            }

            .contant_details .card.contact_address_height {
                padding: 40px 20px;
            }

            .about-section .content-area {
                padding: 0px 15px 0;
            }

        }


        /* ===== 31-07-2025 css ===== */
        .about_us_page {
            padding: 80px 0;
            display: flex;
            align-items: center;
        }

        .about_us_page .section-header {
            color: #8BC34A;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .about_us_page .section-header::before {
            content: '';
            width: 30px;
            height: 2px;
            background: #8BC34A;
        }

        .about_us_page .main-title {
            font-size: 3.5rem;
            font-weight: 700;
            color: #2c3e50;
            line-height: 1.2;
            margin-bottom: 30px;
        }

        .about_us_page .description {
            font-size: 1.1rem;
            color: #6c757d;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .about_us_page .image-container {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
        }

        .about_us_page .circular-image {
            width: 280px;
            height: 520px;
            border-radius: 200px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .about_us_page .circular-image:hover {
            transform: translateY(-10px);
        }

        .about_us_page .circular-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .about_us_page .experience-badge {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #1a3142;
            color: white;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            box-shadow: 0 10px 30px rgba(139, 195, 74, 0.3);
            z-index: 10;
            border: 9px solid #fff;
        }

        .about_us_page .experience-badge .counter-number {
            font-size: 35px;
            margin-bottom: 5px;
        }

        .about_us_page .experience-badge .text {
            font-size: 0.9rem;
            text-align: center;
            line-height: 1.2;
            font-weight: 500;
        }

        .about_us_page .features-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 10px;
            margin-top: 30px;
        }

        .about_us_page .feature-item {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .about_us_page .feature-icon {
            width: 60px;
            height: 60px;
            background-color: #d9e7f1;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #234b69;
            font-size: 1.5rem;
            flex-shrink: 0;
        }

        .about_us_page .feature-content h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 5px;
        }

        .about_us_page .feature-content p {
            color: #6c757d;
            margin: 0;
            font-size: 0.95rem;
        }

        .about_us_page .founder-info {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 30px;
        }

        .about_us_page .founder-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
        }

        .about_us_page .founder-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .about_us_page .founder-details h5 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 5px;
        }

        .about_us_page .founder-details p {
            color: #6c757d;
            margin: 0;
            font-size: 0.9rem;
        }

        .about_us_page .donate-btn {
            background: linear-gradient(45deg, #ff9800, #f57c00);
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(255, 152, 0, 0.3);
        }

        .about_us_page .donate-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(255, 152, 0, 0.4);
            color: white;
        }

        .about_counter {
            background: linear-gradient(135deg, #122532 0%, #182f40 100%);
            padding: 25px 0;
            position: relative;
            overflow: hidden;
        }

        .about_counter::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.3;
        }

        .about_counter .counter-item {
            text-align: center;
            position: relative;
            z-index: 2;
            padding: 20px;
            transition: transform 0.3s ease;
        }

        .about_counter .counter-item:hover {
            transform: translateY(-10px);
        }

        .about_counter .counter-icon {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.2);
            border: 3px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 10px;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }

        .about_counter .counter-item:hover .counter-icon {
            background: rgba(255, 255, 255, 0.25);
            border-color: rgba(255, 255, 255, 0.4);
            transform: scale(1.1);
        }

        .about_counter .counter-icon i {
            font-size: 40px;
            color: white;
        }

        .about_counter .counter-number {
            font-size: 40px;
            font-weight: 700;
            color: white;
            display: block;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        .about_counter .counter-title {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 500;
            margin: 0;
            text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            letter-spacing: 0.5px;
        }

        .about_counter .counter-item::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            width: 1px;
            height: 60px;
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-50%);
        }

        .about_counter .counter-item:last-child::after {
            display: none;
        }

        /* Animation classes */
        .counter-animate {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }

        .counter-animate.animate-in {
            opacity: 1;
            transform: translateY(0);
        }


        .our_mission_vision {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            position: relative;
        }



        .mission-vision-tabs {
            background: white;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            position: relative;
        }

        .mission-vision-tabs .nav-tabs {
            border: none;
            background: #f8f9fa;
            display: flex;
        }

        .mission-vision-tabs .nav-tabs .nav-item {
            max-width: 33.33%;
            width: 100%;
        }


        .mission-vision-tabs .nav-tabs .nav-link {
            border: none;
            background: transparent;
            color: #6c757d;
            font-weight: 600;
            padding: 20px 25px;
            border-radius: 0;
            transition: all 0.3s ease;
            position: relative;
            flex: 1;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            width: 100%;
        }

        .mission-vision-tabs .nav-tabs .nav-link.active {
            background: #162d3d;
            color: white;
        }

        .mission-vision-tabs .nav-tabs .nav-link:hover {
            background: #e9ecef;
            color: #495057;
        }

        .mission-vision-tabs .nav-tabs .nav-link.active:hover {
            background: #162d3d;
            color: white;
        }

        .mission-vision-tabs .tab-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            transition: all 0.3s ease;
        }

        .mission-vision-tabs .tab-icon i {
            font-size: 35px;
        }

        .mission-vision-tabs .nav-link.active .tab-icon {
            background: rgba(255, 255, 255, 0.3);
        }

        .mission-vision-tabs .tab-content {
            padding: 35px;
            min-height: 300px;
        }

        .mission-vision-tabs .tab-content h5 {
            font-size: 26px;
            line-height: 36px;
            font-weight: 600;
            letter-spacing: 0.5px;
        }


        .mission-vision-tabs .tab-pane {
            animation: fadeIn 0.5s ease-in-out;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }


        .mission-vision-tabs .feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .mission-vision-tabs .feature-list li {
            padding: 5px 0;
            color: #000;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0.3px;
            display: flex;
            align-items: center;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .mission-vision-tabs .feature-list li:hover {
            color: #234967;
            transform: translateX(5px);
        }

        .mission-vision-tabs .feature-list li i {
            color: #234967;
            margin-right: 15px;
            font-size: 18px;
        }

        .image-container .circular-image:nth-child(2) {
            margin-bottom: -50px;
        }






        .about_why_choose_us {
            padding: 80px 0;
            background-color: #fff;
            position: relative;
            overflow: hidden;
        }


        .about_why_choose_us .why_choose1 {
            max-width: 450px;
            height: 600px;
            object-fit: cover;
            border: 6px solid #fff;
        }

        .about_why_choose_us .why_choose2 {
            bottom: 15%;
            right: 26px;
            width: 289px;
            border: 6px solid #fff;
            height: 340px;
            object-fit: cover;
        }

        .about_why_choose_us .pollution-image {
            width: 280px;
            height: 200px;
            top: 0;
            left: 0;
            z-index: 2;
        }

        .about_why_choose_us .green-image {
            width: 300px;
            height: 220px;
            top: 120px;
            right: 0;
            z-index: 3;
        }

        .about_why_choose_us .experience-badge {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            width: 140px;
            height: 140px;
            background: linear-gradient(135deg, #28a745, #20c997);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            text-align: center;
            box-shadow: 0 10px 30px rgba(40, 167, 69, 0.3);
            z-index: 4;
            animation: pulse 2s infinite;
            border: 5px solid white;
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 10px 30px rgba(40, 167, 69, 0.3);
            }

            50% {
                box-shadow: 0 15px 40px rgba(40, 167, 69, 0.5);
            }

            100% {
                box-shadow: 0 10px 30px rgba(40, 167, 69, 0.3);
            }
        }



        .about_why_choose_us .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 40px;
            padding: 25px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .about_why_choose_us .feature-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(135deg, #0d1f2d, #4b6375);
            transform: scaleY(0);
            transition: transform 0.3s ease;
        }

        .about_why_choose_us .feature-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }

        .about_why_choose_us .feature-item:hover::before {
            transform: scaleY(1);
        }

        .about_why_choose_us .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #0d1f2d, #4b6375);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            flex-shrink: 0;
            position: relative;
            overflow: hidden;
        }

        .about_why_choose_us .feature-icon::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            transform: scale(0);
            transition: transform 0.3s ease;
        }

        .about_why_choose_us .feature-item:hover .feature-icon::before {
            transform: scale(1);
        }

        .about_why_choose_us .feature-content h4 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #000;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .about_why_choose_us .feature-item:hover .feature-content h4 {
            color: #162d3d;
        }

        .about_why_choose_us .feature-content p {
            font-size: 16px;
            line-height: 26px;
            color: #000;
            letter-spacing: 0.3px;
            margin: 0;
        }

        .about_why_choose_us .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
            overflow: hidden;
        }



        .leaf-1 {
            top: 10%;
            left: 10%;
            animation-delay: 0s;
        }

        .leaf-2 {
            top: 70%;
            right: 15%;
            animation-delay: 2s;
        }

        .leaf-3 {
            bottom: 20%;
            left: 20%;
            animation-delay: 4s;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(-20px) rotate(10deg);
            }
        }

        /* Pseudo Images using CSS */
        .about_why_choose_us .pollution-image::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg,
                    rgba(108, 117, 125, 0.8) 0%,
                    rgba(52, 58, 64, 0.6) 50%,
                    rgba(73, 80, 87, 0.8) 100%),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23495057"/><polygon points="20,80 30,60 40,70 50,50 60,65 70,45 80,60 90,40 100,50 100,100 0,100" fill="%23343a40"/><circle cx="20" cy="30" r="8" fill="%236c757d" opacity="0.7"/><circle cx="70" cy="25" r="6" fill="%236c757d" opacity="0.5"/></svg>');
            border-radius: 25px;
        }



        .testimonial_section {
            background: linear-gradient(135deg, #0a1722 0%, #354856 100%);
            padding: 100px 0;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .testimonial_section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }

        .testimonial_section .testimonial_badge {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 12px 24px;
            border-radius: 50px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 40px;
            font-size: 14px;
            font-weight: 500;
        }

        .testimonial_section .testimonial_badge i {
            color: #4ade80;
            font-size: 16px;
        }

        .testimonial_section .testimonial_title {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 30px;
            background: linear-gradient(135deg, #ffffff 0%, #e5e7eb 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .testimonial_section .testimonial_subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            line-height: 1.6;
            margin-bottom: 0;
        }

        .testimonial_section .testimonial_card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 24px;
            padding: 40px;
            color: #1f2937;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            transform: translateY(0);
            transition: all 0.3s ease;
            height: 100%;
        }

        .testimonial_section .testimonial_card:hover {
            transform: translateY(-10px);
            box-shadow: 0 35px 70px rgba(0, 0, 0, 0.2);
        }

        .testimonial_section .testimonial_header {
            font-size: 1.5rem;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 20px;
        }

        .testimonial_section .testimonial_content {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #4b5563;
            margin-bottom: 30px;
            font-style: italic;
        }

        .testimonial_section .testimonial_author {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .testimonial_section .testimonial_avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #e5e7eb;
        }

        .testimonial_section .testimonial_author_info h5 {
            margin: 0;
            font-size: 1.1rem;
            font-weight: 600;
            color: #1f2937;
        }

        .testimonial_section .testimonial_author_info p {
            margin: 0;
            font-size: 0.9rem;
            color: #6b7280;
        }

        .testimonial_section .carousel_nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .testimonial_section .carousel_nav:hover {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            transform: translateY(-50%) scale(1.1);
        }

        .testimonial_section .carousel_nav.prev {
            left: -30px;
        }

        .testimonial_section .carousel_nav.next {
            right: -30px;
        }

        .testimonial_section .carousel-indicators {
            bottom: -60px;
        }

        .testimonial_section .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            border: none;
            margin: 0 6px;
            transition: all 0.3s ease;
        }

        .testimonial_section .carousel-indicators button.active {
            background: #1f2937;
        }

        .testimonial_section .carousel-indicators [data-bs-target] {
            width: 23px !important;
            background-clip: unset;
        }

        .testimonial_section .application_description {
            margin: 0 auto;
            font-size: 16px;
            color: #fff;
            line-height: 26px;
            font-weight: normal;
            margin-bottom: 10px;
            letter-spacing: 0.3px;
        }

        /* Faq section's css start */
        .faq-section {
            padding: 80px 0;
            background-color: #fff;
        }

        .faq-section .accordion-button {
            background: linear-gradient(135deg, #0d1f2d, #4b6375);
            color: #fff !important;
            justify-content: space-between;
            border-radius: 16px;
        }

        .faq-section .accordion-button::after {
            display: none;
        }

        .faq-section .accordion-button:not(.collapsed) .fa-solid:before {
            content: "\f077";
        }

        .faq-section .accordion-item {
            margin-bottom: 30px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            border: 0;
        }

        .faq-section .accordion-button {
            font-size: 1.2rem;
            font-weight: 600;
            color: #2c3e50;
        }

        .faq-section .accordion-body {
            font-size: 16px;
            color: #000;
            line-height: 26px;
            font-weight: normal;
            letter-spacing: 0.3px;
        }

        .faq-section .accordion-button[aria-expanded="true"],
        .faq-section .accordion-item:first-of-type .accordion-button[aria-expanded="true"] {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .faq-section .accordion-item:last-of-type .accordion-button.collapsed,
        .faq-section .accordion-item:first-of-type .accordion-button {
            border-radius: 16px;
        }

        .faq-section .accordion-button:focus {
            border-color: unset;
            box-shadow: unset;
        }


        /* css 04-08-2025  */
        .carreer_section {
            padding: 80px 0;
        }

        .carreer_section .career_img img {
            width: 100%;
            height: 100%;
            min-height: 500px;
            object-fit: cover;
            border-radius: 0 60px 0 60px;
            padding: 5px;
            border: 2px solid #DDE1E7;
        }

        .carreer_section .eco-description span {
            color: #245072;
        }


        .get_a_quote .modal-body {
            padding: 20px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        }

        .get_a_quote .modal-body form .form-group {
            margin-bottom: 20px;
        }

        .get_a_quote .modal-body form .form-group label {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 13px;
            margin-bottom: 6px;
            color: #fff;
        }

        .get_a_quote .modal-body form .form-group input {
            border-radius: 30px;
            background: #f1f1f5;
            border: none;
            padding: 12px 20px;
            font-size: 14px;
        }

        .get_a_quote .modal-dialog .modal-content {
            background-color: #234d6eb3;
            backdrop-filter: blur(10px);
        }

        .get_a_quote .modal-dialog .modal-content .modal-header {
            color: #fff;
        }

        .get_a_quote .modal-dialog .modal-content .modal-body .cta-button {
            background: linear-gradient(45deg, #1a3346, #2b4f6a);
        }

        .modal .btn-close {
            --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
        }

        .certification_section {
            padding: 80px 0;
        }

        .certification_section .certificate_img img {
            width: 100%;
            border-radius: 8px;
        }

        .certification_section .certificate_img {
            padding: 5px;
            border: 1px solid #1a3346;
            border-radius: 8px;
        }


        .certification_section .popup-trigger {
            cursor: pointer;
            width: 100%;
            border-radius: 5px;
            transition: transform 0.3s ease;
        }

        .certification_section .popup-trigger:hover {
            transform: scale(1.02);
        }

        .certification_section .image-popup {
            display: none;
            position: fixed;
            z-index: 9999;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.85);
            justify-content: center;
            align-items: center;
        }

        .certification_section .image-popup img {
            max-width: 90%;
            max-height: 90%;
            border-radius: 6px;
            box-shadow: 0 0 15px #000;
            position: absolute;
            left: 50%;
            /* right: 50%; */
            transform: translate(-50%, -50%);
            top: 50%;
        }

        .certification_section .close-popup {
            position: absolute;
            top: 30px;
            right: 40px;
            font-size: 40px;
            color: #fff;
            cursor: pointer;
        }

        .blog_section {
            padding: 80px 0;
        }

        .blog_section .card {
            border-radius: 15px !important;
        }

        .blog_section .card-img-top {
            height: 300px;
            object-fit: cover;
            border-radius: 15px 15px 0 0 !important;
        }

        .blog_section .date_badge {
            line-height: 1.2;
            padding: 20px !important;
            border-top-left-radius: 15px;
            background-color: #17476d !important;
        }

        .blog_section .date_badge h5 {
            font-size: 24px !important;
            margin-bottom: 0;
        }

        .blog_section .date_badge h6 {
            font-size: 14px;
            margin-bottom: 0;
        }

        .blog_section .card .card-body {
            padding: 0;
            border: 1px solid #e3e3e3 !important;
            border-radius: 0 0 15px 15px;
        }

        .blog_section .card .card-body .blog_content_box {
            padding: 20px 30px;
        }

        .blog_section .card .card-body .card-footer {
            padding: 20px 30px;
            border-top: 1px solid #e3e3e3 !important;
            --bs-bg-opacity: unset !important;
            border-radius: 0 0 15px 15px;
        }

        /* css 05-08-2025 */

        .single_blog {
            padding: 60px 0;
        }

        .single_blog .blog-img img {
            width: 100%;
            max-width: 100%;
            height: 400px;
            object-fit: cover;
            object-position: center center;
            border-radius: 30px;
        }

        .single_blog .blog-title {
            font-size: 40px;
            font-weight: 700;
            margin-top: 30px;
            line-height: 50px;
        }

        .single_blog .blog-content {
            margin-top: 20px;
            color: #555;
            font-size: 1.05rem;
            line-height: 1.8;
        }




        .single_blog .inquiry-form {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0px 7px 23px 0px rgba(99.99999999999999, 99.99999999999999, 111, 0.2);
            margin: auto;
            border-radius: 30px;
            border: 1px solid #e3e3e394;
            position: sticky;
            top: 105px;
        }

        .single_blog .inquiry-form h4 {
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 30px;
            line-height: 40px;
            text-align: center;
        }


        .single_blog .inquiry-form input,
        .single_blog .inquiry-form textarea {
            border-radius: 30px;
            background: #f1f1f5;
            border: none;
            padding: 12px 20px;
            font-size: 14px;
        }

        .single_blog .inquiry-form textarea {
            resize: none;
            height: 100px;
        }


        .single_blog .btn-submit {
            background: linear-gradient(45deg, #245072, #1f3342);
            color: #fff;
            font-weight: 600;
            border: none;
            padding: 10px 15px;
            border-radius: 8px;
            transition: 0.3s;
        }

        .single_blog .btn-submit:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px #2f6fa3;
            color: #fff !important;
        }

        .single_blog .inquiry-form .form-group {
            margin-bottom: 20px;
        }

        .single_blog .inquiry-form .cta-button {
            margin-top: 10px;
        }

        .single_blog .blog-meta i {
            color: #224763;
            font-size: 18px;
        }

        .single_blog .blog-meta span {
            font-size: 18px;
        }

        .single_blog h1 {
            font-size: 40px;
            line-height: 50px;
            color: #000;
        }

        .single_blog h2 {
            font-size: 35px;
            line-height: 45px;
            color: #000;
        }

        .single_blog h3 {
            font-size: 35px;
            line-height: 45px;
            color: #000;
        }

        .single_blog h4 {
            font-size: 30px;
            line-height: 40px;
            color: #000;
        }

        .single_blog h5 {
            font-size: 28px;
            line-height: 38px;
            color: #000;
        }

        .single_blog h6 {
            font-size: 26px;
            line-height: 36px;
            color: #000;
        }

        .single_blog span {
            margin: 0 auto;
            font-size: 16px;
            color: #000;
            line-height: 26px;
            font-weight: normal;
            letter-spacing: 0.3px;
        }

        .single_blog p {
            margin: 0 auto;
            font-size: 16px;
            color: #000;
            line-height: 26px;
            font-weight: normal;
            margin-bottom: 10px;
            letter-spacing: 0.3px;
        }

        .products_section {
            padding: 80px 0;

        }

        .products_section .environmental-project-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
            border: 1px solid #ebebeb;
        }

        .products_section .project-image-container {
            height: 270px;
            position: relative;
            overflow: hidden;
        }

        .products_section .project-image-container img {
            width: 100%;
            height: 270px;
            object-fit: contain;
            transition: transform 0.3s ease;
            padding: 15px;
        }

        .products_section .product-details {
            padding: 10px 10px;
            background-color: #203a4e;
        }

        .products_section .project-category-tag {
            background: rgb(209 234 255);
            color: #2c3e50;
            padding: 9px 25px;
            border-radius: 12px 0 20px 0;
            font-size: 16px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 15px;
            text-transform: capitalize;
            position: absolute;
            top: 0px;
            left: 0;
        }

        .products_section .project-title {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            margin: 0;
            line-height: 1.3;
            letter-spacing: 0.5px;
            text-align: center;
        }

/* @media (max-device-width: 1024px) and (max-device-height: 600px) { 
    .products_section .product-details {
        height: 61px !important;
    }
} */


 .industry-list {
       display: grid;
        grid-template-columns: repeat(8, 1fr); /* 8 in a row by default */
        gap: 20px;
        padding: 0;
        margin: 0;
        list-style: none;
        margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    padding-inline-start: 0 !important;
    }

  @media (max-width: 1199px) {
        .industry-list {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    /* Mobile (<768px): 2 in a row */
    @media (max-width: 767px) {
        .industry-list {
            grid-template-columns: repeat(2, 1fr);
        }
    }