@media (max-width: 991px) {
    .header-center {
        display: none;
    }

    .header-right {
        display: none;
    }

    .mobile-toggle {
        display: block;
    }

    .header-inner {
        justify-content: space-between;
    }

    .cta-inner h2 {
        font-size: 34px;
    }

    .cta-inner p {
        font-size: 18px;
    }

    .hero-inner h1 {
        font-size: 44px;

        line-height: 48px;
    }

    .hero-inner p {
        font-size: 18px;
    }

    .swiper-slide h3 {
        font-size: 28px;
    }

    .content-grid {
        flex-direction: column;
    }

    .content-left,
    .content-right {
        width: 100%;
    }

    .features-bottom {
        flex-direction: column;
    }

    .bottom-box {
        padding: 28px;
    }

    .pricing-grid {
        flex-direction: column;
    }

    .pricing-tabs {
        width: 100%;

        max-width: 420px;
    }
    .built-section {
        padding: 60px 20px;
    }

    .built-title {
        font-size: 30px;
    }

    .built-section p {
        font-size: 17px;
    }

    .built-quote {
        font-size: 17px;
    }

    .testimonial-section {
        padding: 80px 20px;
    }

    .testimonial-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat:nth-child(2) {
        border-right: none;
    }

    .stat:nth-child(1),
    .stat:nth-child(2) {
        /* border-bottom: 1px solid #e5e7eb; */
    }
}

@media (max-width: 767px) {
    .cta-footer {
        padding: 70px 20px;
    }

    .cta-buttons {
        flex-direction: column;

        align-items: center;
    }

    .cta-btn {
        width: 260px;

        justify-content: center;
    }

    .cta-small-text {
        flex-direction: row;

        gap: 8px;
    }

    .hero-banner {
        padding: 40px 20px 60px;
    }

    .hero-inner h1 {
        font-size: 34px;

        line-height: 40px;

        letter-spacing: -0.5px;
    }

    .hero-buttons {
        flex-direction: column;

        align-items: center;
    }

    .hero-btn {
        width: 100%;

        max-width: 320px;

        justify-content: center;
    }

    .hero-inner p {
        font-size: 17px;
    }

    .feature-slider {
        padding: 60px 20px 0 20px;
    }

    .swiper-slide h3 {
        font-size: 24px;

        line-height: 30px;
    }

    .features-section {
        padding: 70px 20px;
    }

    .content-box {
        padding: 25px;
    }

    .built-section {
        padding: 50px 20px;
    }

    .built-title {
        font-size: 26px;
    }

    .built-section p {
        font-size: 16px;
        line-height: 1.6;
    }

    .built-quote {
        font-size: 16px;
    }

    .built-pills {
        gap: 12px;
    }

    .built-pill {
        font-size: 13px;
        padding: 8px 18px;
    }

    .testimonial-title {
        font-size: 26px;
    }

    .testimonial-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    /* .testimonial-stats{
grid-template-columns:1fr;
} */

    .stat {
        border-right: none;
        /* border-right: 1px solid #e5e7eb; */
    }

    .stat:last-child {
        border-bottom: none;
    }

    .faq-section {
        padding: 60px 20px;
    }

    .faq-title {
        font-size: 26px;
    }

    .faq-text {
        font-size: 16px;
    }

    .faq-answer {
        font-size: 14px;
    }

    .faq-icon {
        width: 26px;
        height: 26px;
        font-size: 18px;
        aspect-ratio: 1/1;
    }
    .how-grid{
        flex-direction: column;
    }
    .feature-slider .swiper-pagination{
        display: none;
    }
    .plan-title{
        font-size: 22px;
    }
    .plan-top{
        align-items: baseline;
    }
    .pricing-card{
        width: 100%;
    }
    .pricing-tabs{
        flex-wrap: wrap;
        border-radius: 10px;
    }
}
