@media only screen and (max-width: 767px) {
    .header .topHeader .contact_header {
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo img {
        max-width: 200px;
    }

    .navbar-menu .close-btn {
        display: block;
        text-align: end;
        font-size: 28px;
    }

    .navbar-menu {
        position: fixed;
        /* Fixed position for sidebar */
        top: 0;
        left: -100%;
        width: 80%;
        /* Adjust width as needed */
        height: 100vh;
        /* Full height */
        background-color: var(--white);
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
        z-index: 999;
    }

    .navbar-menu.active {
        left: 0;
    }

    .navbar-menu ul {
        flex-direction: column;
        gap: 0 !important;
        margin-top: 50px;
        /* Space for close button */
    }

    .navbar-menu li {
        margin: 15px 0;
    }

    .navbar-area .navbar_flex .navbar-list .nav-item a {
        border: 1px solid var(--theme-color);
        width: 100%;
        padding: 10px;
        border-radius: 10px;
        text-align: center;
    }

    .navbar-area .navbar_flex .navbar-list .nav-item {
        width: 100%;
    }

    .header-btns {
        margin-top: 20px;
    }

    .toggle-button {
        display: flex;
    }

    .close-btn {
        display: block;
    }

    .navbar-area .navbar_flex .header-btns {
        display: none;
    }

    .mobile_btn_show {
        display: block;
    }

    .navbar-menu {
        width: 100%;
    }

    .hero-banner .top-banner .left_image,
    .hero-banner .top-banner .right_image {
        display: none;
    }

    .hero-banner .top-banner .banner-text span i {
        font-size: 16px;
    }

    .hero-banner .top-banner .banner-text h1 {
        font-size: 24px;
        line-height: 1.8;
    }

    .banner_docs .banner_right img {
        left: -30px;
    }

    .hero-banner .top-banner {
        height: 250px;
    }

    .banner_docs img {
        max-height: 200px;
    }
    .fraud_sec .sec_heading h2,
    .quick_verification .sec_heading h2,
    .veriff_identity_sec .bg_left_gradient .sec_heading h2,
    .sec_heading h2,
    .get_started .bg_left_gradient .content h2 {
        font-size: 25px;
        margin: 20px 0;
    }
    .fraud_sec .content p {
        font-size: 20px;
    }

    .verification-card p,
    .veriff_identity_sec .bg_left_gradient p,
    .testi-slider-section .sec_heading p,
    .global-growth-section.bg_left_gradient .content p,
    .get_started .bg_left_gradient .content p,
    .talk_to_us .para {
        font-size: 16px;
    }

    .footer-bottom .footer_flex {
        flex-direction: column;
    }

    .footer-bottom .footer_flex .links {
        flex-direction: column;
        gap: 20px;
        margin: 20px 0;
    }

    .footer-bottom .footer_flex .links a {
        border: none;
    }

    .verification-right-image img {
        display: none;
    }

    section {
        padding: 20px 0;
    }
    .verification-card p {
        min-height: fit-content;
    }
    .stats-section .circle {
        width: 200px;
        height: 200px;
    }
    .stats-section .circle .number span {
        font-size: 60px;
    }
    .testi-slider-section .text-container p {
        font-size: 18px;
        margin-top: 20px;
    }
    .testi-slider-section .text-container footer {
        padding: 10px 0;
        font-size: 25px;
    }
    .veriff_identity_sec .bg_left_gradient {
        padding: 20px;
    }
    .get_started .bg_left_gradient {
        padding: 20px;
    }
    .faq_section .question {
        padding: 20px 36px 18px 5px;
        font-size: 1rem;
    }
    footer .col-lg-3 {
        border: none;
    }
    .global-growth-section.bg_left_gradient .content h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .tracking_card .aplicant_data {
        flex-direction: column;
    }

    .tracking_card .aplicant_data .alicant_profile {
        margin: 0 auto;
    }
    .hero-banner .search-bar {
        padding: 15px;
    }
    .hero-banner .search-bar input {
        font-size: 16px;
    }
    .hero-banner .search-bar i {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo img {
        max-width: 170px;
    }

    .verification-right-image img {
        display: none;
    }

    .veriff_identity_sec .bg_left_gradient .sec_heading h2 {
        font-size: 40px;
    }

    .testi-slider-section .text-container p {
        font-size: 18px;
    }

    .testi-slider-section .text-container footer {
        font-size: 25px;
        padding: 0;
    }

    .footer-bottom .footer_flex .links a {
        margin: 0;
    }

    section {
        padding: 20px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .stats-section .circle {
        width: 200px;
        height: 200px;
    }

    .stats-section .circle .number span {
        font-size: 60px;
    }

    .stats-section .stats_name p {
        font-size: 19px;
    }

    .features-sec .feature-item img {
        height: 200px;
    }

    .features-sec .feature-item img.simple_experience {
        max-width: 180px;
    }

    .features-sec .feature-item h3 {
        font-size: 18px;
    }

    .features-sec .feature-item p {
        font-size: 14px;
    }

    .features-sec .feature-item {
        padding: 15px;
    }

    .testi-slider-section .text-container p {
        font-size: 20px;
    }

    .testi-slider-section .text-container footer {
        padding: 20px 0;
        font-size: 25px;
        margin-top: 10px;
    }

    .veriff_identity_sec .bg_left_gradient .sec_heading h2 {
        font-size: 40px;
    }

    section {
        padding: 30px 0;
    }
}

@media screen and (max-width: 440px) {
    .paymentForm .title {
        font-size: 1.5rem;
    }
}
