.main-title {
            font-size: 2rem;
            font-weight: bolder;
            color: var(--surface-color);
            font-family: var(--font2);
            max-width: 900px;
            margin: 0 auto;
            line-height: 1.2;
            margin-bottom: 26px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
            background-clip: text;
            position: relative;
        }


@media (min-width: 1435px) {
            .nav-wave {
                position: relative;
                display: block;
                padding-bottom: 12px;
                text-decoration: none;
            }

            .nav-wave::after {
                content: "";
                position: absolute;
                bottom: 23px;
                left: 50%;
                transform: translateX(-50%) scale(0.5);
                width: 55px;
                height: 10px;
                background-image: url('../img/wave.png');
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
                opacity: 0;
                transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
                pointer-events: none;
            }

            .nav-wave:hover::after {
                opacity: 1;
                transform: translateX(-50%) scale(1);
            }
        }

.heading_banner .container {
    position: relative;
    z-index: 2;
}

.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    padding: 170px 0 70px;
    margin: 0;
    background-position: center center;
    overflow: hidden;
}

.heading_banner::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .container {
    position: relative;
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

@media (max-width: 767px) {
    .heading_banner .cat_title {
        font-size: 1.4rem;
    }
}


.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.inner_breadcrumb {
    /* float: left; */
    width: 100%;
    /* background: #fff; */
    position: relative;
    margin: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.inner_breadcrumb .breadcrumb {
    background: 0;
    border-radius: 0;
    border: 0;
    list-style: none;
    padding: 0;
    float: left;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    float: left;
    line-height: 55px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
}

.inner_breadcrumb .breadcrumb li:before {
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: var(--surface-color);
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    display: inline-block;
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 0px 10px;
    color: #bfbfbf;
}

.inner_breadcrumb .breadcrumb li a:hover {
    color: var(--surface-color);
}

    .hero-video-bg {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                z-index: 0;
            }

            .vid-btn {
                padding: clamp(6px, 1.5vw, 10px) clamp(14px, 4vw, 22px);
                font-size: clamp(14px, 3.5vw, 16px);
                border: 2px solid #0bcaf0;
                border-radius: 49px;
                color: #fff;
            }

            .vid-btn:hover {
                background-color: #0bcaf0 !important;
                color: #fff !important;
            }

            h1 {
                color: #fff;
                font-family: var(--heading-font);
                font-size: clamp(28px, 6vw, 56px);
                font-weight: 800;
                line-height: 1.1;
                text-transform: uppercase;
                text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
            }

            .hero-content p {
                font-size: clamp(14px, 4vw, 18px);
                color: #fff;
            }

            .container {
                z-index: 3;
            }

            .hero-dark-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.4);
            }

            #hero {
                position: relative;
                overflow: hidden;
            }

            .hero-content .btn-get-started,
            .hero-content .btn-watch-video {
                color: #fff;
                text-decoration: none;
                margin-right: 15px;
            }

            .hero-content .btn-watch-video i {
                margin-right: 8px;
                font-size: clamp(16px, 4vw, 20px);
            }

            .hero-content .btn-get-started {
                background: #0dcaf0;
                padding: clamp(8px, 2vw, 12px) clamp(18px, 5vw, 28px);
                font-size: clamp(14px, 3.5vw, 18px);
                border-radius: 50px;
                transition: background 0.3s;
            }

            .hero-content .btn-get-started:hover {
                background: #0bb3d4;
            }

            .d-flex {
                flex-wrap: wrap;
                gap: 12px;
            }

            .icom {
                display: flex;
                align-items: center;
            }

            .icom h5 {
                margin-left: 10px;
            }

            .stat-fet {
                font-size: 20px;
                font-weight: 600;
                color: var(--surface-color) !important;
            }

            .feature-icon {
                display: flex;
                align-items: center;
            }

            .feature-icon h4 {
                margin-left: 20px;
            }

            .hero-visual .card {
                background: linear-gradient(135deg, var(--accent-color), var(--surface-color));
                border-radius: 16px;
                box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
                padding: 25px;
                transition: 0.3s ease;
                border: none;
                min-height: 350px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }


            .partner-icon {
                width: 100%;
                height: 100%;
                object-fit: contain;
                background: #fff;
                border-radius: 12px;
                padding: 10px;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
                transition: transform 0.3s ease;
            }

            .partner-icon:hover {
                transform: scale(1.1);
            }

            @media (max-width: 767px) {
                .hero-visual .row .col-3 {
                    flex: 0 0 50%;
                    max-width: 50%;
                    margin-bottom: 15px;
                }

                .partner-icon {
                    width: 70px;
                    height: 70px;
                }

                .hero-visual .card {
                    padding: 20px;
                    min-height: 240px;
                }
            }

            .wcu {
                font-size: 25px;
            }

            .card-number h5 {
                margin-left: 20px;
                color: #fff !important;

            }

            .card-number {
                display: flex;
                align-items: center;

            }

            .texp {
                font-size: 2rem;
                color: #b0b1b6;
                text-align: center;
            }

            .exp1 {
                font-weight: 800;
                font-size: 6rem;
                background: linear-gradient(135deg, #0dcaf0, #73ccf5ff);
                color: transparent;
                background-clip: text;
                line-height: 1;
                display: inline-block;
            }

            .exp2 {
                font-size: 1.5rem;
                color: var(--default-color);
                font-weight: 600;
                letter-spacing: 1px;
                margin-top: 0.5rem;
            }

            .exp3 {
                font-size: 1.2rem;
                color: var(--default-color);
                font-weight: 400;
            }

            @media (max-width: 991px) {
                .exp1 {
                    font-size: 4rem;
                }

                .exp2 {
                    font-size: 1.2rem;
                }

                .exp3 {
                    font-size: 1rem;
                }
            }

            @media (max-width: 576px) {
                .exp1 {
                    font-size: 3rem;
                }

                .exp2 {
                    font-size: 1rem;
                }

                .exp3 {
                    font-size: 0.9rem;
                }
            }

.blog-section {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0px 0px 40px 0px;
            background-color: transparent;
            overflow: hidden;
            position: relative;
        }

        .blog-section h2 {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 50px;
            color: #222;
        }

        .blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            width: 100%;
        }

        .blog-card {
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
            transition: 0.3s ease;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .blog-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
        }

        .blog-img-wrapper {
            position: relative;
            overflow: hidden;
            perspective: 1000px;
            border-radius: 12px;
        }

        .blog-img-wrapper img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            transition: transform 0.5s ease, filter 0.5s ease;
            transform-style: preserve-3d;
        }

        .blog-img-wrapper:hover img {
            transform: scale(1.05) rotate3d(1, 1, 0, 6deg);
            filter: brightness(1.2) contrast(1.1);
        }

        .blog-date-top {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #f1f5ff;
            color: #333;
            padding: 6px 14px;
            font-size: 13px;
            border-radius: 25px;
            font-weight: 600;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
            display: flex;
            align-items: center;
        }

        .blog-date-top i {
            margin-right: 5px;
            color: #005bff;
        }

        .blog-content {
            padding: 24px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .blog-title a {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 12px;
            color: #1e1e1e;
            transition: color 0.3s ease;
        }

        .blog-description {
            font-size: 15px;
            color: #555;
            line-height: 1.6;
            margin-bottom: auto;
        }

        .blog-footer {
            margin-top: 24px;
            text-align: center;
        }

        .read-more-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: linear-gradient(to right, #0094ff, #007bff);
            color: #fff;
            padding: 12px 28px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.4s ease;
            box-shadow: 0 6px 16px rgba(0, 91, 255, 0.2);
        }

        .read-more-btn .abc {
            transition: transform 0.3s ease;
            color: #fff;
        }

        .read-more-btn:hover {
            background: linear-gradient(135deg, #003e94, #00a6ff);
            color: #fff !important;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 22px rgba(0, 91, 255, 0.35);
        }

        .read-more-btn:hover .abc {
            transform: translateX(5px);
            color: #fff;
        }

        /* 💡 Hover Title Color Change */
        .blog-card:hover .blog-title a {
            color: var(--surface-color);
        }

        @media (max-width: 768px) {
            .blog-section h2 {
                font-size: 28px;
            }

            .blog-img-wrapper img {
                height: 180px;
            }

            .read-more-btn {
                padding: 10px 22px;
                font-size: 13px;
            }
        }

        @media (max-width: 480px) {
            .blog-img-wrapper img {
                height: 160px;
            }

            .blog-title a {
                font-size: 18px;
            }

            .blog-description {
                font-size: 14px;
            }
        }

        .blog-section .main-title {
            font-size: 2rem;
            font-weight: bolder;
            color: var(--surface-color);
            font-family: var(--font2);
            max-width: 900px;
            margin: 0 auto;
            line-height: 1.2;
            margin-bottom: 26px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
            background-clip: text;
            position: relative;
        }

        .blog-details h1 {
            font-weight: bold;
        }

        .blog-details {
            padding-top: 30px !important;
        }

        .des {
            list-style: none;
            padding-left: 0;
            gap: 15px;
            font-size: 0.9rem;
            color: #000000ff;
        }

        .des a {
            text-decoration: none;
            font-weight: 300;
        }

        .des p {
            font-size: 15px;
            margin-bottom: 2px !important;
        }

        .des a:hover {
            color: #0d6efd;
            text-decoration: none;
        }

        .img-bx img {
            max-width: 100%;
            height: auto;
            border-radius: 6px;
        }

        .blog-section .main-title::after {
            content: '';
            display: block;
            height: 4px;
            width: 60px;
            background: linear-gradient(90deg, var(--accent-color), var(--surface-color));
            margin: 10px auto 0;
            border-radius: 20px;
            transition: all 0.3s ease;
        }

        .blog-section:hover .main-title::after {
            width: 80px;
            background: linear-gradient(90deg, var(--surface-color), var(--accent-color));
        }

        /* ✅ Responsive fix for .main-title */
        @media (max-width: 768px) {
            .blog-section .main-title {
                font-size: 1.6rem;
            }
        }

        @media (max-width: 480px) {
            .blog-section .main-title {
                font-size: 1.4rem;
            }
        }
 .blog-details p, ul {
            color:var(--font-black);
        }







































.bt-rm {
            padding: 8px 20px;
            font-size: 16px;
            font-weight: 500;
            border-radius: 50px;
            background-color: var(--accent-color);
            border-color: var(--accent-color);
            color: var(--contrast-color);
        }

        .oot-footer-heading {
            background: linear-gradient(135deg, var(--accent-color), var(--surface-color));
            color: #fff;
            padding: 10px 30px;
            margin: 0 auto 18px auto;
            position: relative;
            font-weight: 700;
            font-size: 19px;
            clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
            border-radius: 3px;
            text-align: center;
            display: inline-block;
        }
/* ===========================================================================Responsive css======================================================================= */

@media (max-width:768px) {
     .heading_banner{
        padding-top: 85px;
    }
}