@media screen and (max-width: 1200px) {
    .hero-section {
        overflow-x: hidden;
    }

    h1 {
        font-size: 60px;
    }

    .content-warp-section h2 {
        font-size: 36px;
        line-height: 42px;
    }

    section {
        padding: 60px 0;
    }

    .success-section {
        padding: 120px 0 60px;
        margin-top: 60px;
    }

    h2 {
        font-size: 48px;
        line-height: 56px;
    }

    .cta-section h2 {
        font-size: 28px;
    }

    .review-section,
    .blog-section,
    .challenge-section,
    .faq-section {
        margin-top: 60px;
        padding-top: 120px;
    }

    .action-btn {
        width: 24%;
    }
    .blog-content {
    padding-right: 35px;
}

}

@media screen and (max-width: 991px) {
    .header-mobile {
        display: block;
    }

    .header-desktop {
        display: none;
    }

    .hero-section {
        padding-top: 80px;
    }

    .hero-section h1 {
        margin-bottom: 18px;
    }

    h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .content-warp-section h2 {
        font-size: 28px;
        line-height: 36px;
    }

    h2 {
        font-size: 36px;
        line-height: 44px;

    }

    section {
        padding: 50px 0;
    }

    .success-section {
        padding: 100px 0 50px;
        margin-top: 50px;
    }

    .success-section h2 {
        margin-bottom: 15px;
    }

    .review-section,
    .blog-section,
    .challenge-section,
    .faq-section {
        margin-top: 50px;
        padding-top: 100px;
    }

    .graph-card-img svg:first-child {
        width: 100%;
    }

    .graph-card-img svg:last-child {
        width: 270px;
    }

    .counter-row-graph {
        gap: 40px;
    }

    .counter-card-graph h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .counter-card-graph p {
        font-size: 13px;
    }

    .cta-row {
        gap: 30px;
        flex-direction: column;
    }

    .cta-section h2 {
        font-size: 26px;
    }

    .case-studies-section h2 {
        margin-bottom: 15px;
    }

    .case-studies-section p br {
        display: none;
    }

    .case-studies-content {
        padding-right: 0px;
    }

    .top-hr {
        margin-bottom: 42px;
    }

    .mb-52 {
        margin-bottom: 42px;
    }

    .case-studies-content h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .case-studies-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .case-studies-content .nav {
        margin-top: 24px;
    }

    .counter-row .counter-card h3 {
        font-size: 17px;
    }

    .counter-row .counter-card p {
        font-size: 12px;
    }

    .swiper .swiper-button-prev.slider-button {
        left: 44%;
    }

    .swiper .swiper-button-next.slider-button {
        right: 44%;
    }

    .review-swiper .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 44%;
        right: auto;
    }

    .review-swiper .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        left: auto;
        right: 44%;
    }

    .logo-row img {
        width: auto;
        height: 27px;
    }

    .blog-content {
        padding-right: 0;
    }

    .blog-content p {
        font-size: 14px;
    }

    .action-card {
        padding: 25px 25px;
        gap: 35px;
    }

    .action-btn {
        width: 30%;
    }

    .action-wrap {
        width: 60%;
    }

    .challenge-card img {
        margin-bottom: 30px;
    }

    .challenge-card h3 {
        font-size: 19px;
        line-height: 30px;
    }

    .challenge-card p {
        padding-right: 0;
    }

    .faq-section .section-title {
        margin-bottom: 20px;
    }

    .faq-section h2 br {
        display: none;
    }

    footer {
        margin-top: 50px;
        padding-top: 50px;
    }

    .footer-flex {
        gap: 30px;
    }

    .bottom-footer {
        margin-top: 30px;
    }

    .footer-innter-flex {
        gap: 20px;
    }
}


@media screen and (max-width: 768px) {
    .hero-section {
        padding-top: 60px;
    }

    section {
        padding: 40px 0;
    }

    h1 {
        font-size: 38px;
        line-height: 45px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .hero-section h1 {
        margin-bottom: 15px;
    }

    .video-div {
        padding-top: 40px;
    }

    .content-warp-section h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .success-section {
        padding: 80px 0 40px;
        margin-top: 40px;
    }

    .success-section .max-width-section {
        width: 100%;
    }

    .graph-card {
        padding: 10px;
    }

    .graph-card-inner {
        padding: 20px 27px;
    }

    .counter-row-graph {
        gap: 20px;
    }

    .counter-card-graph h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .counter-card-graph p {
        font-size: 12px;
    }

    .top-hr {
        margin-bottom: 25px;
    }

    .mb-52 {
        margin-bottom: 25px;
    }

    .left-hr {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .case-studies-section .tab-content {
        margin-top: 30px;
    }

    .swiper .swiper-button-prev.slider-button {
        left: 42%;
    }

    .swiper .swiper-button-next.slider-button {
        right: 42%;
    }

    .patner-row .col-md-3 {
        text-align: center;
    }

    .review-section,
    .blog-section,
    .challenge-section,
    .faq-section {
        margin-top: 40px;
        padding-top: 80px;
    }

    .review-swiper .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 42%;
        right: auto;
    }

    .review-swiper .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        left: auto;
        right: 42%;
    }

    .logo-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .logo-row img {
        height: auto;
    }

    .blog-card img {
        width: 100%;
    }

    .blog-card-row {
        row-gap: 30px;
    }

    .action-card {
        flex-direction: column;
        text-align: center;
    }

    .action-img {
        width: 100%;
    }

    .action-wrap {
        width: 80%;
    }

    .action-btn {
        width: 100%;
    }

    .challenge-section .gutter-72 {
        row-gap: 30px;
    }

    footer {
        margin-top: 40px;
        padding-top: 40px;
    }

    .footer-flex {
        flex-wrap: wrap;
    }

    .first-widght {
        width: 100%;
    }

    .footer-innter-flex {
        flex-wrap: wrap;
        gap: 40px;
    }

    .inner-wight {
        width: 46%;
    }
}


@media screen and (max-width: 575px) {

    .gutter-72,
    .gutter-space-3 {
        --bs-gutter-x: 1.5rem;
    }

    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .hero-section p {
        font-size: 16px;
        line-height: 25px;
    }

    section {
        padding: 30px 0;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .content-warp-section h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .success-section {
        padding: 60px 0 30px;
        margin-top: 30px;
    }

    .graph-card-inner {
        padding: 20px 20px;
    }

    .counter-row-graph {
        gap: 10px;
    }

    .counter-card-graph p {
        font-size: 10px;
    }

    .service-card-row .col-lg-4:first-child .service-card-img {
        height: auto;
    }

    .service-card-img {
        margin-bottom: 40px;
    }

    .cta-section h2 {
        font-size: 24px;
    }

    .swiper .swiper-button-prev.slider-button {
        left: 40%;
    }

    .swiper .swiper-button-next.slider-button {
        right: 40%;
    }

    .patner-section h3 {
        font-size: 17px;
    }

    .review-section,
    .blog-section,
    .challenge-section,
    .faq-section {
        margin-top: 30px;
        padding-top: 60px;
    }

    .review-swiper .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 40%;
        right: auto;
    }

    .review-swiper .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        left: auto;
        right: 40%;
    }

    .our-client h4 {
        margin-bottom: 30px;
    }

    .action-wrap {
        width: 100%;
    }

    .inner-wight {
        width: 44%;
    }

    .bottom-footer .flex-reverse-on-mobile {
        flex-direction: column-reverse !important;
        row-gap: 20px;
    }
    .contact-hero-section h1 {
    font-size: 36px;
        line-height: 42px;
    }


}

@media screen and (max-width: 410px) {
    .hero-section {
        padding-top: 50px;
    }

    .hero-section p br {
        display: none;
    }

    .success-section h2 {
        padding-right: 40px;
    }

    .graph-card-inner {
        padding: 20px 10px;
    }

    .graph-card-inner .counter-desc {
        font-size: 13px;
    }

    .graph-card-inner .counter-desc::before {
        width: 11px;
        height: 11px;
        top: 2px;
    }

    .counter-card-graph h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .counter-card-graph p {
        font-size: 9px;
    }

    .service-section h2 {
        padding-right: 80px;
    }

    .cta-row {
        gap: 20px;
        text-align: center;
        max-width: 80%;
        margin: auto;
    }

    .cta-section h2 {
        line-height: 30px;
    }

    .case-studies-section .swiper-wrapper {
        padding-bottom: 80px;
    }

    .patner-section h3 {
        font-size: 15px;
    }

    .our-client h4 {
        margin-bottom: 23px;
        font-size: 17px;
    }

    .challenge-section h2 {
        padding-right: 30px;
    }

    .accordion-button {
        line-height: 24px;
    }
}