@media (max-width:1024px) {
    section {
        padding: 50px 0 !important;
    }
}

@media (max-width:991px) {

    .title-wrapper h2 {
        font-size: 48px;
    }

    .product-gallery {
        position: static;
        margin-bottom: 40px;
    }

    .product-card,
    .buy-box {
        padding: 30px;
    }

    .report-card {
        margin-bottom: 25px;
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-grid .feature-card {
        border-right: 1px solid rgba(0, 0, 0, .25);
        border-bottom: 1px solid rgba(0, 0, 0, .25);
    }

    .feature-grid .col-lg-4:nth-child(2n) .feature-card {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .25);
    }

    .feature-grid .col-lg-4:nth-child(3n) .feature-card {
        border-right: 1px solid rgba(0, 0, 0, .25);
    }

    .step-card {
        margin-bottom: 0;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 350px;
    }

    .gallery-item {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .gallery-item img {
        height: 100%;
    }

    .cta-sec h2 {
        font-size: 50px;
    }

    .cta-feature-wrap {
        gap: 20px;
    }

    .benefit-item {
        margin-bottom: 0;
    }

    .header-contact {
        display: none !important;
    }

    .login-link {
        display: none !important;
    }

    .mobile-menu {
        display: block;
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding-top: 15px;
    }

    .mobile-menu a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        text-decoration: none;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .mobile-menu a:hover {
        color: #ef7f22;
    }
}

@media (max-width:767px) {

    section {
        padding: 40px 0 !important;
        overflow-x: hidden;
    }

    .title-wrapper {
        margin-bottom: 40px !important;
    }

    .title-wrapper h2 {
        font-size: 34px;
        line-height: 1.15;
    }

    .sub-title {
        font-size: 10px;
    }

    .mini-title {
        font-size: 12px;
    }

    .product-card,
    .buy-box {
        padding: 22px;
    }

    .product-card h2,
    .buy-box h2 {
        font-size: 34px;
    }

    .price-wrap h3 {
        font-size: 42px;
    }

    .product-thumbs {
        justify-content: center;
        flex-wrap: wrap;
    }

    .report-img img {
        height: 320px;
    }

    .feature-grid {
        display: block;
    }

    .feature-card {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, .15) !important;
        min-height: auto;
    }

    .step-card {
        max-width: 100%;
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .video-wrapper {
        border-radius: 12px;
    }

    .play-btn {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }

    .cta-sec h2 {
        font-size: 38px;
    }

    .cta-feature-wrap {
        flex-direction: column;
        align-items: flex-start;
        max-width: 240px;
        margin: 35px auto 0;
    }

    .benefit-icon i {
        font-size: 34px;
    }

    .benefit-item h4 {
        font-size: 24px;
    }

    .faq-accordion .accordion-button {
        font-size: 16px;
        padding: 18px 0;
    }

}

@media (max-width:575px) {

    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .title-wrapper h2 {
        font-size: 30px;
    }

    .theme-btn {
        width: 100%;
    }

    .thumb {
        width: 65px;
        height: 65px;
    }

    .price-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .report-content {
        padding: 20px;
    }

    .report-content h5 {
        font-size: 24px;
    }

    .step-icon {
        width: 70px;
        height: 70px;
    }

    .step-card h3 {
        font-size: 30px;
    }

    .cta-sec h2 {
        font-size: 30px;
    }

    .footer-logo {
        font-size: 34px;
    }

    .compare-table th,
    .compare-table td {
        padding: 12px 10px;
        border-bottom: 1px solid #e5dfd2;
        font-size: 14px;
    }

    .benefit-item h4 span {
        display: inline-block;
    }

}
