
        .header-layout1 .header-top {
            position: relative;
            padding: 0px 0;
            border-bottom: 1px solid#DFE7EA;
            z-index: 2;
            background-color: #DFE7EA;
        }
        .closeButton {
            width: 40px;
            height: 40px;
            border: none;
            border-radius: 50%;
            background-color: white;
            color: #08425A !important;
            font-size: 22px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .th-menu-toggle {
            width: 56px;
            height: 56px;
            padding: 0;
            font-size: 22px;
            border: none;
            border-radius: 8px;
            background-color: #08425A;
            color: white;
            /* dark color to show icon */
            display: inline-flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            /* optional */
        }
        .main-menu a,
        .th-mobile-menu a {
            color: #08425A !important;
        }
        .sub-menu li {
            list-style: none;
        }
        .sub-menu li a::before {
            content: none !important;
        }
        .sub-menu li a:hover::before {
            content: none !important;
        }
        .th-btn {
            transition: none !important;
        }
        .th-btn:hover {
            background-color: #DFE7EA !important;
            color: white !important;
        }
            .partner-btn {
            background-color: #08425A !important;
            color: #ffffff !important;
            padding: 12px 24px;
            font-size: 16px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            border-radius: 6px;
            z-index: 2;
            position: relative;
        }

        .partner-btn i {
            color: #ffffff !important;
            /* Icon also white */
        }
        .partner-btn:hover i {
            color: #08425A !important;
        }

            .kar {
                max-width: 106%;
                height: auto !important;
            }

            .mt-4 {
                margin-top: 2rem !important;
            }

            .th-btn {

                background-color: #08425A !important;
                border: 2px solid #08425A !important;
                color: white !important;
            }

            @media (max-width: 575px) {
                .breadcumb-title {
                    font-size: 44px;
                    line-height: 7px;
                }
            }

            .space,
            .space-bottom {
                padding-bottom: 40px !important;
            }

            #map11 {
                height: 546px !important;
                width: 100%;
                margin: 0 auto;
                border: 1px solid #ccc;
            }

            #map11 {
                pointer-events: none;
            }

            /* Re-enable interaction on click */
            #map11.map-active {
                pointer-events: auto;
            }


            .h1,
            h1 {
                font-size: 80px;
                line-height: 0.2;
            }

            .section-title {
                font-family: 'Segoe UI', 'Roboto', sans-serif;
                font-size: 40px !important;
                font-weight: 600;
                color: #08425A;
            }

            @media (min-width: 768px) {
                .section-title {
                    font-size: 1.8rem;
                }
            }

                .karnataka-impact-section {
            background: #f8fafd;
        }

        .small-container {
            border: 1px solid #e0e0e0;
            transition: 0.3s ease;
        }

        .small-container:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }

        .impact-circle-card {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background-color: #fff;
            border: 2px solid #e0e0e0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            padding: 10px;
            text-align: center;
        }

        .impact-count {
            font-size: 1.4rem;
        }

        .impact-label {
            font-size: 0.85rem;
            font-weight: 500;
            color: #333;
        }

        @media (max-width: 576px) {
            .impact-circle-card {
                width: 80px;
                height: 80px;
            }

            .impact-count {
                font-size: 1.2rem;
            }

            .impact-label {
                font-size: 0.75rem;
            }
        }

        .brand-box {
            overflow: hidden;
            min-height: 120px;
            width: 135px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .brand-box img {
            width: auto;
            max-width: 100%;
            height: auto;
            width: 400px;
            /* max-height: 80px; */
            object-fit: contain;
            transition: transform 0.3s ease;
        }

        /* 📱 Mobile: Show bigger logos and full visibility */
        @media (max-width: 576px) {
            .brand-box {
                min-height: 120px;
                padding: 15px;
            }

            .brand-box img {
                max-height: 120px;
                width: auto;
                height: auto;
                object-fit: contain;
            }

            .swiper-slide {
                width: 100% !important;
            }
        }

        .footer-wrapper {
        background-color: rgb(5, 53, 74) !important;
        padding-top: 40px;
    }

    .the_mobile_fooeter {
        position: fixed;
        height: 76px;
        z-index: 9999;
        background-color: #05354A;
        width: 96% !important;
        border-radius: 9px;
        margin-left: auto;
        margin-right: auto;
        border-top: 0 solid #ddd;
        position: fixed;
        bottom: 10px !important;
        left: 0;
        right: 0;
    }

    @media (min-width: 1400px) {
        .col-xxl-8 {
            width: 66.666667%;
            padding-top: 30px;
        }
    }

    .scroll-top svg {
        color: #ff0000 !important;
        border-radius: 50%;
        background: var(--white-color);
    }

    @media (min-width: 1400px) {
        .col-xxl-4 {
            width: 33.3333333333%;
            margin-top: 50px;
        }
    }

    .newsletter-form .th-btn {
        min-width: 228px;
    }

    .th-btn {
        border: 2px solid #08425A !important;
        position: relative;
        z-index: 1;
        overflow: hidden;
        vertical-align: middle;
        text-align: center;
        background-color: var(--theme-color);
        color: var(--white-color);
        font-family: var(--body-font);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: capitalize;
        border: none;
        /* font-size: 16px; */
        /* font-weight: 400; */
        padding: 14px 40px !important;
        border-radius: 10px;
        -webkit-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
        gap: 8px;
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space);
        padding-top: 32px;
    }

    .widget-area {
        padding-bottom: 10px !important;
    }

    .about-logo-img {
        height: 80px !important;
        width: 145px;
        object-fit: contain;
        border-radius: 6px;
        background-color: white;
    }

    @media (max-width: 576px) {
        .about-logo-img {
            height: 91px;
            width: 165px;
        }
    }


    .footer-wrapper {
        background-color: rgb(5, 53, 74) !important;
    }

    .copyright-wrap {
        background-color: #DFE7EA !important;
    }

    .subs {
        background-color: #DFE7EA !important;
        color: #08425A !important;
        border-radius: 10px !important;
    }

    .subs:hover {
        background-color: #DFE7EA !important;
        color: #08425A !important;
    }

    .icon:hover {
        background-color: #05354A !important;
    }
    /* Ensures consistent padding for the Subscribe Now button */
    .th-btn.style3 {
        padding: 10px 20px;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    /* Optional: Adjust for small screens */
    @media (max-width: 576px) {
        .th-btn.style3 {
            padding: 8px 14px;
            font-size: 14px;
        }
    }