@media (max-width: 1199px) {
    .accuracy-badge {
        right: 0;
    }

    .pricing-header h2 {
        font-size: 30px;

    }

    .footer-links a {
        font-size: 16px !important;
    }

    .footer-description,
    .footer-note {
        font-size: 16px !important;
    }

    .how-it-works-header h2 {
        font-size: 30px !important;
    }

    .why-header h2 {
        font-size: 30px !important;
    }

    .footer-bottom p {
        margin: 0;
        font-size: 16px;
    }

    .hero-bnner {
        padding: 30px 0px;

    }

    .hero-bnner-content h1 {
        font-size: 30px;
    }

    .problem-inner h2 {
        font-size: 30px;

    }

    .section-title {
        font-size: 30px;

    }

    .how-it-works-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));

    }

    .how-step-line {
        display: none;
    }

    .how-it-works-section {
        padding: 40px 0;
    }

    .why-section {
        padding: 40px 0;
    }

    .pricing-header p {
        font-size: 16px;

    }

    .future h2 {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .product-left {
        margin-bottom: 30px;
    }

    .how-it-works-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

    }
}

@media (max-width: 767px) {
    .header-content {
        position: relative;
    }

    .menu-list {
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        height: 100vh;
        overflow-x: hidden;
        transition: width 0.3s ease;
        z-index: 9999;
        padding-top: 60px;
        max-width: 260px;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        align-items: flex-start !important;
    }

    .menu-list.open {
        width: 80%;
    }

    .problem-img img {
        height: auto !important;
    }


    .menu-list .menu-list-inner {
        padding: 20px;
    }

    .menu-list ul {
        flex-direction: column;
        gap: 20px;
    }

    .menu-list ul li a {
        color: #222 !important;
        font-size: 16px;
        font-weight: 500;
    }

    .menu-list .menu-close {
        display: block !important;
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 1.5rem;
        cursor: pointer;
    }

    .menu-icon {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .menu-icon .cta-btn {
        font-size: 13px;
        padding: 8px 16px;
    }

    .menu-icon span {
        display: none !important;
        font-size: 22px;
        cursor: pointer;
    }

    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9998;
        transition: opacity 0.3s ease;
        opacity: 0;
        pointer-events: none;
    }

    .menu-overlay.active {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    .hero-bnner-content {
        margin-bottom: 50px;
    }

    .footer-inner .row .col-md-4:not(:last-child) {
        margin-bottom: 30px;
    }

    .contact-container {
        flex-direction: column;
    }

    .contact-info,
    .contact-form {
        width: 100%;
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .how-it-works-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .why-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}