/*   Mobile Responsive Header CSS */

@media (max-width: 768px) {
    .nextwp-header {
        padding: 15px 0;
    }

    .wp-banner-slide-bottom .container:before {
        height: 46px;
        width: 95px;
        top: 37px;
    }

    .wp-banner-slide-bottom .container:after {
        height: 46px;
        width: 95px;
        top: 37px;
    }

    .nextwp-header .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .nextwp-header .navbar-brand {
        font-size: 18px;
    }

    .nextwp-header .navbar-nav .nav-link {
        font-size: 14px;
        margin: 8px 0;
        text-align: left;
    }

    .nextwp-header .btn-login {
        font-size: 14px;
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }

    .nextwp-header .btn-start {
        display: block;
        width: 100%;
        margin: 10px 0;
        font-size: 14px;
        text-align: center;
    }

    .nextwp-header .d-flex {
        flex-direction: column;
        align-items: stretch;
    }

    .navbar-nav {
        text-align: center;
    }

    .dropdown-menu {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .nextwp-header {
        padding: 10px 0;
        background: #200a2d;
    }
}

/*  Mobile Responsive Header CSS */

/*  Mobile Responsive Banner CSS */

@media (max-width: 768px) {
    .nextwp-banner {
        min-height: 540px;
        margin-top: 0;
        padding: 60px 15px;
        text-align: center;
        overflow: hidden;
    }

    .box-content {
        gap: 7px;
    }

    #user-input-text {
        min-height: 100%;
        max-height: 100%;
        font-size: 14px;
    }

    .generate-button {
        -webkit-text-fill-color: #fff;
        background: #333FE8;
        color: #fff;
        box-shadow: 0px 1px 0px 0px #FFFFFF66 inset, 0px -3px 0px 0px #00000033 inset, 0px 0px 0px 4px #FFFFFF12, 0px 0px 180px 0px #9917FF;
        border-radius: 14px;
        width: fit-content;
        padding: 9px 14px;
        border-radius: 120px;
    }

    .next-wp-banner-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }



    .next-wp-banner-box {
        min-height: 100%;
    }

    .nextwp-banner h1 {
        font-size: 37px;
        font-weight: 400;
        color: #fff;
        line-height: 1.3 !important;
        width: 100%;
        margin-bottom: 20px;

    }

    .nextwp-banner p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .wp-banner-slide-bottom h2 {
        font-size: 22px;
        line-height: 35.2px;
    }

    .nextwp-banner h5 {
        font-size: 18px;
        line-height: 28px;
        width: 100%;
        margin-top: 8px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .nextwp-banner .rating,
    .nextwp-banner-rate h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .nextwp-banner-rate {
        flex-direction: column;
        gap: 5px;
    }

    .banner-search {
        flex-direction: column;
        border-radius: 20px;
        padding: 10px;
        gap: 10px;
    }

    .nextwp-banner .search-box {
        margin-top: 30px !important;
        width: 100%;
    }

    .nextwp-banner .search-box input {
        padding: 12px 15px;
        font-size: 14px;
        line-height: 20px;
        border-radius: 20px;
        width: 100%;
    }

    .nextwp-banner .search-box button {
        padding: 12px;
        width: 100%;
        border-radius: 20px;
        font-size: 15px;
    }

    .nextwp-banner a {
        font-size: 16px;
        padding: 14px 24px;
        border-radius: 60px;
        margin-top: 20px;
        display: inline-block;
    }
}


/*  Mobile Responsive Chosen Brands CSS */
@media (max-width: 768px) {
    .nextwp-steps {
        margin-top: 15px;
        margin-bottom: 0;
        width: fit-content !important;
        background: #FFF;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 -6px 8px -4px rgba(0, 0, 0, 0.06);
        gap: 20px;
        padding: 4px 5px;
        border-radius: 120px;
        display: flex;


    }

    .nextwp-left h1 {
        text-align: left;
    }

    .nextwp-steps li.nextwp-toggle.active {
        background: #617AFA;
        color: #fff;
        border-radius: 120px;
    }

    .nextwp-steps li.nextwp-toggle {
        margin: 0;
        font-size: 16px;
        line-height: 26px;
        padding: 4px 14px;
    }

    .nextwp-steps li .progress-line {
        display: none;
    }

    .nextwp-steps li span.mob-tab {
        display: flex;
    }

    .nextwp-steps li span.desk-tab {
        display: none;
    }

    .nextwp-choosen-brands {
        padding: 60px 15px 60px 15px;
    }

    .nextwp-choosen-heading h2 {
        line-height: 45px;
        font-weight: 500;
        text-shadow: unset;
        font-size: 37px;
    }

    .nextwp-choosen-heading p {
        line-height: 22px;
        padding: 0 10px;
        font-size: 18px;
        font-weight: 400;
    }

    .nextwp-choosen-heading {
        margin-bottom: 30px;
        gap: 12px;
    }

    .nextwp-brands-logos a {
        width: 48%;
    }

    .nextwp-brands-logos ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        border-top: none;
    }

    .nextwp-brands-logos ul li {
        flex: 0 1 45%;
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }

    .nextwp-brands-logos img {
        max-width: 80%;

    }

    .nextwp-choosen-brands .container {
        width: 100% !important;

    }
}

/*Extra small devices (max-width: 480px) */
@media (max-width: 480px) {
    .nextwp-brands-logos ul li {
        flex: 0 1 100%;
        /* 1 logo per row */
    }

    .nextwp-brands-logos img {
        max-width: 60%;
    }
}

/* Responsive Toggle Section */
@media (max-width: 992px) {
    .nextwp-container {
        overflow: hidden;
    }


    .nextwp-container small.tab-text {
        display: block;
        text-align: left;
        font-size: 16.5px;
        line-height: 24px;
    }

    .nextwp-left h1 {
        font-size: 32px;
        line-height: 110%;
    }







    .nextwp-right {
        padding: 0;
        flex-direction: column;
    }

    .nextwp-container .row {
        gap: 0;
    }

    .nextwp-box .nextwp-box-content {
        margin-top: 10px;
        border-radius: 12px;
        width: 100%;
        white-space: normal;
    }

    .nextwp-box-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .nextwp-box-content a.nextwp-box-content-btn {
        font-size: 13px;
        padding: 12px 20px;
    }

    .nextwp-btn {
        padding: 14px 28px;
        font-size: 16px;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .nextwp-container .container {
        flex-direction: column;
        text-align: center;
    }

    .nextwp-video-placeholder {

        height: 100%;
    }

    .nextwp-container {
        padding: 60px 15px 60px 15px;
    }

    .nextwp-enhances-image {
        margin-top: 30px;
    }

    .nextwp-left {
        align-items: center;
        margin-bottom: 25px;
    }

    .nextwp-left h1 {
        font-size: 28px;
        line-height: 33px;
        margin: 0;
        font-weight: 500;
    }

    .nextwp-builders {
        margin: 60px 0;
    }

    .nextwp-builders h2 {
        font-size: 32px;
    }

    .nextwp-builders p.subtitle {
        font-size: 16px;
    }

    .nextwp-builders-grid {
        flex-direction: column;
        gap: 25px;
        margin-top: 30px;
    }

    .nextwp-builder-card {
        padding: 20px;
    }

    .content-main-nextwp-builder {
        padding: 0 15px;
    }
}





.nextwp-box-content h3 {
    font-size: 16px;
}

.nextwp-builders h2 {
    font-size: 26px;
}

.nextwp-builders p.subtitle {
    font-size: 14px;
}
}



/*  Responsive NextWP AI Tabs Section */
@media (max-width: 992px) {
    .nextwp-AI-tabs-main {
        padding: 80px 20px 100px 20px;
    }

    .nextwp-AI-tabs-main h2 {
        font-size: 36px;
        line-height: 110%;
    }

    .nextwp-AI-tabs-main p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 50px;
        padding: 0 20px;
    }

    .nextwp-nav-tab-main {
        margin-bottom: 40px;
        margin-left: 11px;
    }

    .nextwp-AI-tabs-main ul.nav {
        width: 100%;
        max-width: 100%;
        border-radius: 16px;
        padding: 4px;
        overflow-x: auto;
        justify-content: space-between !important;
        gap: 8px;
    }

    .nextwp-tabs .nav-link {
        font-size: 13px;
        padding: 10px 16px;
        white-space: nowrap;
    }

    .marquee-item {
        width: 320px;
        /* smaller cards */
    }
}

@media (max-width: 768px) {
    .nextwp-AI-tabs-main {
        padding: 60px 15px 80px 15px;
    }

    .nextwp-AI-tabs-main h2 {
        margin-bottom: 16px;
        font-size: 37px;
        line-height: 50px;
    }

    .banner-botttom-content-nextwp h2 {
        font-size: 17px;
        line-height: 19px;
        margin-bottom: 3px;
        font-weight: 500;
        margin-top: 0;
    }

    .nextwp-banner-review-bar {

        flex-wrap: wrap;
        margin-top: 13px;
    }

    .next-wp-banner-box {
        margin-top: 16px;
        padding: 12px 10px 12px 10px;
    }



    .nextwp-AI-tabs-main p {
        margin-bottom: 20px;
        font-size: 18.5px !important;
        line-height: 26px;
    }

    .nextwp-AI-tabs-main ul.nav {
        flex-wrap: nowrap;
        justify-content: start !important;
        padding: 7px 4px 7px 4px;
        overflow: auto;
        border-radius: 120px;
        scrollbar-width: none;
    }

    .nextwp-tabs .nav-link {
        font-size: 12px;
        padding: 8px 14px;
        width: 139px;
    }

    .marquee-item {
        width: 260px;
    }

    .nextwp-tabs .nav-link {
        font-size: 11px;
        padding: 6px 12px;
    }
}


/* 📱 Responsive NextWP Enhances Section */
@media (max-width: 992px) {
    .nextwp-enhances-section {
        padding: 100px 15px;
    }

    .nextwp-enhances-header h2 {
        font-size: 37px;
        line-height: 50px;
    }

    .nextwp-enhances-header p {
        line-height: 22px;
        font-size: 18px;
        font-weight: 400;
    }

    .nextwp-enhances-header {
        max-width: 100%;
    }

    .nextwp-enhances-image .nextwp-image-placeholder {
        height: 450px;
        margin-bottom: 30px;
    }

    .nextwp-enhances-cards {
        gap: 30px;
    }

    .nextwp-enhances-card h4 {
        font-size: 22px;
        line-height: 22px;
    }

    .nextwp-enhances-card p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 768px) {




    .nextwp-enhances-header p {
        font-size: 16px;
        lline-height: 22px;
        font-size: 18px;
        font-weight: 400;
    }

    .nextwp-enhances-image .nextwp-image-placeholder {
        height: 350px;
    }

    .nextwp-enhances-cards {
        gap: 25px;
    }

    .nextwp-enhances-card h4 {
        font-size: 23px;
        line-height: 22px;
    }

    .nextwp-enhances-card p {
        font-size: 16.5px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .nextwp-enhances-section {
        padding: 60px 15px;

    }



    .nextwp-enhances-header p {
        font-size: 14px;
        line-height: 22px;
        font-size: 18px;
        font-weight: 400;
    }

    .nextwp-enhances-image .nextwp-image-placeholder {
        height: 250px;
    }

    .nextwp-enhances-cards {
        gap: 20px;
    }




}

/* nextwp client testimonials CSS start */

/* Existing styles remain unchanged for desktop */

/* Mobile Responsive Styles */
@media (max-width: 768px) {

    .nextwp-client-testimonials-section {
        padding: 50px 15px;
        padding-top: 0;
    }

    .nextwp-client-testimonials-section .hidden {
        flex-direction: column;
    }


    .nextwp-client-testimonials-container {
        padding: 0 10px;
    }

    .nextwp-client-testimonials-header h2 {
        font-size: 37px;
        line-height: 50px;
        text-align: center;
    }

    .nextwp-client-testimonials-header p {
        line-height: 22px;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
    }

    .nextwp-client-testimonials-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .testimonial-card {
        max-width: 100%;
        padding: 24px;
        border-radius: 16px;
    }

    .testimonial-user-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .testimonial-user-profile img {
        height: 40px;
        width: 40px;
    }

    .testimonial-user-info strong {
        font-size: 14px;
    }

    .testimonial-user-info span {
        font-size: 11px;
    }

    .testimonial-card p {
        font-size: 16px;
        line-height: 22px;
    }

    .testimonial-date {
        font-size: 12px;
    }

    .nextwp-client-testimonials-button button {
        font-size: 13px;
        padding: 12px 18px;
        margin: 0;
        color: #000 !important;
    }

    .nextwp-client-testimonials-button button:hover {
        font-size: 13px;
        padding: 12px 18px;
        margin: 0;
        color: #fff !important;
    }

    .testimonial-nextwp-main {
        flex-direction: column;
        gap: 16px;
    }
}

/* Optional: smaller mobile devices */
@media (max-width: 480px) {



    .testimonial-card p {
        font-size: 15px;
        line-height: 20px;
    }

    .testimonial-user-profile img {
        height: 36px;
        width: 36px;
    }

    .nextwp-client-testimonials-button button {
        font-size: 12px;
        padding: 10px 16px;
        margin: 0;
    }
}

/* nextwp client testimonials CSS end */


/* nextwp QA css start */

/* Existing styles remain unchanged for desktop */

/* Mobile Responsive Styles */
@media (max-width: 768px) {

    .nextwp-QA {
        padding: 0px 15px 80px 15px;
    }

    button.generate-button.active {
        width: 41%;
    }

    .nextwp-QA .container {
        width: 100%;
        padding: 0 10px;
    }

    .nextwp-QA h3 {
        margin-bottom: 15px;
        font-size: 37px;
        line-height: 50px;
        text-align: left;
    }

    .nextwp-QA button.accordion-button {
        font-size: 21px;
        line-height: 31px;
        padding: 15px 0;
        flex-direction: row;
        justify-content: space-between;
    }

    .nextwp-QA .accordion-body {
        font-size: 16px;
        line-height: 25px;

        padding: 15px 0;
    }

    .nextwp-QA .accordion-button {
        justify-content: flex-start;
    }

    button.accordion-button {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }


}

/* Smaller mobile devices */
@media (max-width: 480px) {



    .accordian-icon svg {
        width: 10px;
        height: 10px;
    }

}



/* nextwp QA css End */

/* next wp performance css start */

/* Mobile Responsive Styles */
@media (max-width: 768px) {

    .performance-section-nextwp {
        padding: 60px 15px 60px 15px;
        overflow: hidden;
    }

    .performance-content {
        max-width: 100%;
        padding: 0 10px;
    }

    .text-content {
        width: 100%;
    }

    .text-content h2 {
        font-size: 36px;
        line-height: 44px;
        max-width: 100%;
        text-align: center;
    }

    .text-content p {
        line-height: 22px;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 45px;
    }

    .features {
        width: 100%;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .feature-item-nextwp h3 {
        font-size: 22px;
        line-height: 39px;
        text-align: center;
    }

    .feature-item-nextwp p {
        font-size: 16.5px;
        line-height: 25px;
        text-align: center;
        max-width: 100%;
    }

    .nextwp-feature-maingrid {
        flex-direction: column-reverse;
        gap: 30px;
        align-items: center;
        margin-top: 0px;
    }

    .next2p-feature-eplore img {
        width: 100%;
    }

    .next2p-feature-eplore {
        width: 100%;
    }
}

/* Smaller mobile devices */
@media (max-width: 480px) {


    .text-content h2 {
        font-size: 37px;
        line-height: 50px;
    }

    .text-content p {
        line-height: 22px;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 45px;
        text-align: center;
    }

    .next2p-feature-eplore {
        margin-top: 20px;
    }

    .nextwp-feature-maingrid {
        gap: 20px;
    }
}

/* next wp performance css end */


/* Nextwp build first css start */

/* Mobile Responsive Styles */
@media (max-width: 768px) {

    .nextwp-build-first {
        padding: 80px 15px 60px 15px;
        background-position: top center;
        margin-bottom: -3px;
    }

    .nextwp-build-first .content-wrapper {
        max-width: 90%;
    }

    .nextwp-build-first h2 {
        font-size: 37px;
        line-height: 47px;
    }

    .nextwp-container .nextwp-left {
        margin-bottom: 20px;
    }



    .nextwp-box {
        gap: 30px;
    }


    .nextwp-container small.tab-text {
        display: block;
        text-align: left;
        font-size: 16.5px;
        line-height: 24px;
    }
}




.nextwp-build-first .btn-get-started {
    font-size: 16px;
    padding: 14px 28px;
}
}

/* Smaller mobile devices */
@media (max-width: 480px) {

    .nextwp-build-first {
        padding: 60px 10px 80px 10px;
        background-position: top center;
    }

    .nextwp-build-first .content-wrapper {
        max-width: 95%;
    }


    .nextwp-build-first p {
        margin-bottom: 30px;
        line-height: 22px;
        font-size: 18px;
    }



    .nextwp-build-first .btn-get-started {
        font-size: 15px;
        padding: 12px 24px;
    }
}

/* Nextwp build first css End */


/* footer mob responsive */


@media (max-width: 768px) {
    .footer-columns {
        flex-wrap: wrap;
    }


    .footer-bottom .contact-info p {
        color: #FFFFFF;
        font-family: 'Wix Madefor Text', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 27px;
        text-align: left;
        margin-bottom: 8px;
    }

    .footer-columns .column h3 {

        font-size: 16px;

    }

    .footer-bottom .social-icons {
        width: 100%;
        display: flex;
        justify-content: start;
    }

    .footer-columns .column a {
        color: #FFFFFF;
        font-family: 'Wix Madefor Text', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
    }

    .footer-columns .column {
        width: 48%;
        margin: 10px 0;
    }

    .footer-columns .column:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .column-group-2 {
        margin-top: 0;
    }

    .footer-bottom .container {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom .contact-info {
        margin-bottom: 15px;
    }

    .social-icons a {
        margin: 0 10px;
    }
}

/* footer mob responsive */