@media screen and (max-width: 1560px) {

    .sectionDesc {
        width: 60%;
    }

    .testimonialsGridWrap {
        height: 1000px;
    }
}

@media screen and (max-width: 1356px) {

    .sectionTitle,
    .sectionDesc {
        width: 80%;
    }

    .sectionTitle {
        font-size: var(--Font40);
    }

    .sectionSubTitle {
        font-size: var(--Font16);
    }

    .logosSwiperWrap .logoCard img {
        height: 30px;
    }

    .menuItemsWrapper .menuItems .menuList {
        padding: 10px 15px;
    }

    .contact-buttons {
        flex-direction: column;
    }

    .contact-buttons button {
        width: 100% !important;
    }

    .testimonialsGridWrap {
        height: 900px;
    }
}

@media screen and (max-width: 1150px) {
    .logoWrapper img {
        height: 30px;
    }

    .menuItemsWrapper .menuItems .menuList {
        font-size: var(--Font18);
        padding: 10px;
    }

    .buttonPrimary {
        font-size: var(--Font18);
    }

    .globalBannerSectionWrapper {
        padding: 180px 0 70px 0;
    }

    .globalBannerSectionWrapperServices {
        padding: 180px 0 150px 0;
    }

    .contact-section {
        align-items: start;
    }

    .testimonialsGridWrap {
        height: 700px;
    }

    .testimonialsSectionArrowWrap img {
        width: 150px;
    }

    .testimonialsGridWrap {
        height: 800px;
    }
}

@media screen and (max-width: 992px) {
    .btnMenuResponsive {
        border: none;
        outline: none;
        display: block;
        padding: 10px 20px;
        background: var(--Primary);
        border-radius: 50px;
        color: var(--white);
    }

    .testimonialsGridWrap {
        height: 1300px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(19, 1fr);
    }

    .testimonialsGrid1 {
        grid-area: 1 / 1 / 6 / 2;
    }

    .testimonialsGrid2 {
        grid-area: 1 / 2 / 5 / 3;
    }

    .testimonialsGrid3 {
        grid-area: 6 / 1 / 15 / 2;
    }

    .testimonialsGrid4 {
        grid-area: 5 / 2 / 8 / 3;
    }

    .testimonialsGrid5 {
        grid-area: 8 / 2 / 14 / 3;
    }

    .testimonialsGrid6 {
        grid-area: 15 / 1 / 20 / 2;
    }

    .testimonialsGrid7 {
        grid-area: 14 / 2 / 17 / 3;
    }

    .testimonialsGrid8 {
        grid-area: 17 / 2 / 20 / 3;
    }

    .headerSectionWrap {
        width: 90%;
        margin: auto;
    }

    .menuItemsWrapper,
    .contactUsButtonWrapper {
        display: none;
    }

    #offcanvasBottom {
        border-radius: 30px 30px 0 0;
        background-image: url(../../images/homepage/benifits.svg);
        background-color: var(--Primary90);
        height: max-content !important;
    }

    .menuItems {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .menuItems .menuList {
        padding: 10px 30px;
        font-size: var(--Font18);
        border: solid 1px var(--Transparent);
        border-radius: 50px;
    }

    .menuItems .menuList a {
        text-decoration: none;
        color: var(--Black);
    }

    .menuItems .menuList.active {
        border: solid 1px var(--Primary) !important;
        background: var(--ActiveBg) !important;
    }

    .heroSectioncontent {
        width: 90%;
    }

    .heroSectionTitle {
        font-size: var(--Font50);
    }

    .heroSectionDesc {
        font-size: var(--Font18);
    }

    .mainHeroWrap {
        padding-top: 0;
        flex-direction: column;
        align-items: start !important;
    }

    .heroSectionImage {
        width: 80%;
        margin: unset;
    }

    .heroSectionStarWrap {
        top: -70px;
    }

    .heroSectionStarWrap img {
        width: 50px;
    }

    .heroSectionAvarageContent {
        width: 100%;
        padding: 0 30px;
    }

    .heroSectionAvarageContentWrapper {
        display: flex;
        justify-content: center;
        align-items: start;
        padding-top: 50px;
        flex-wrap: wrap;
    }

    .reviewLogoGridWrapper {
        flex-direction: column;
    }

    .herosectionCounterWrapper {
        width: 50% !important;
        padding: 0 10px;
        margin-bottom: 0 !important;
    }

    .heroSectionImage .vectorArrow {
        bottom: unset;
        top: -137px;
    }

    .heroSectionImage .vectorArrow img {
        width: 150px;
    }

    .autoscrollLogosWrapper {
        padding-top: 70px;
    }

    .service-card {
        padding: 20px;
    }

    .service-card h5 {
        font-size: var(--Font26);
    }

    .service-card p {
        font-size: var(--Font16);
        -webkit-line-clamp: 3;
    }

    .benifitsCardsWrap {
        width: 90%;
    }

    .processCardContent .step-number {
        left: -40px;
        top: -30px;
    }

    .processCardContent .step-card {
        padding-left: 0;
        max-width: 100%;
    }

    .caseStudiesCardWrap {
        /* flex-direction: column-reverse; */
        gap: 20px;
        border-radius: 30px;
        overflow: hidden;
    }

    .caseStudiesImage img {
        width: 80%;
    }

    /* .caseStudiesCardWrapTwo {
        flex-direction: column !important;
    } */

    .caseStudiesContentWrap,
    .caseStudiesImage {
        width: 100%;
    }

    .scroll-stack-container {
        height: 530px;
    }

    .caseStudiesPlanWrap {
        width: 90%;
    }

    .scroll-stack-section-case {
        height: 900px;
    }

    .stack-card.case-card {
        border-radius: 30px;
        overflow: hidden;
    }

    .custom-footer .container {
        max-width: 90% !important;
    }

    .footer-intro {
        padding-top: 10px;
    }

    .aboutUsImageWrapMobile {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 30px;
        overflow: hidden;
    }

    .aboutUsImageWrapMobile img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .aboutUsImageWrap {
        display: none;
    }

    .aboutUsContentWrap {
        width: 100%;
    }

    .aboutuscontentSecWrap {
        padding-top: 20px;
    }

    .newsletterCardWrap {
        max-width: 90%;
    }

    .productsSectionCard {
        height: auto;
        flex-direction: column;
        gap: 0;
    }

    .productsSectionCardEven {
        flex-direction: column-reverse;
    }

    .productsSectionCardEven .productsSectionCardContentWrap,
    .productsSectionCardEven .productsSectionCardImageWrap {
        flex-direction: column-reverse;
    }

    .productsSectionCardContentWrap {
        padding-bottom: 20px;
        border-radius: 20px 20px 0 0;
    }

    .productsSectionCardImageWrap {
        border-radius: 0 0 20px 20px;
        background: linear-gradient(180deg, rgba(255, 249, 229, 1) 0%, rgba(184, 134, 11, 1) 100%);
        margin: auto;
        text-align: center;
        padding: 40px;
    }

    .productsSectionCardContentWrap,
    .productsSectionCardImageWrap {
        width: 100%;
        flex-direction: column;
    }

    .productsSectionCardImage {
        width: 100%;
    }

    .productsSectionCardImageWrap img {
        width: 50%;
        margin: auto;
    }

    .blogsSectionWrapper {
        margin-top: 0 !important;
    }

    .blog-header img {
        width: 100%;
    }

    .blogsDescriptionSectionWrapper .image-wrapper img {
        width: 100%;
        height: auto;
    }

    .contact-section {
        flex-direction: column;
    }

    .contact-form-area {
        width: 100%;
    }

    .decor-box {
        display: none;
    }

    .support-cards {
        gap: 20px;
    }

    .autoscrollLogosWrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .autoscrollLogosWrapper .logo-box.primary {
        rotate: -2deg;
    }

    .autoscrollLogosWrapper .logo-box.blur {
        rotate: 1deg;
        margin-top: -125px;
    }

    .processCardWrap {
        border: none;
        padding: 30px 0;
    }

    .caseStudiesCardWrap {
        flex-direction: column-reverse;
        padding-top: 10px;
    }

    .caseStudiesCardWrapTwo {
        flex-direction: column;
    }

    .caseStudiesContentWrap {
        width: 100%;
    }

    .casePlanCounter {
        margin-bottom: 10px;
    }

    .casePlanContentWrap .buttonMainPrimary {
        padding: 10px 15px;
        font-size: var(--Font16);
    }

    .buttonMainPrimaryBlack {
        width: 45px;
        height: 45px;
    }

    .footer-intro {
        padding-top: 30px;
    }

    .sectionSubTitle {
        max-width: 90%;
        margin: auto;
    }

    .benifitsCardTitleWhite,
    .benifitsCardTitleBlack {
        font-size: var(--Font30);
    }

    .howWeWorkingCard {
        width: 45vw;
    }

    /* .testimonialsGridWrap {
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    
    .testimonialsGridItems {
        width: 47%;
    } */

}

@media screen and (max-width: 768px) {
    .footerCaseWrap {
        margin-left: unset;
    }

    .testimonialsGridWrap {
        height: 1100px;
    }
}

@media screen and (max-width: 668px) {

    .testimonialsGridWrap {
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .testimonialsGridItems {
        width: 100%;
    }
}

@media screen and (max-width: 556px) {

    .sectionTitle,
    .sectionDesc {
        width: 90%;
    }

    .sectionTitle {
        font-size: var(--Font26);
    }

    .sectionDesc {
        font-size: var(--Font16);
        font-weight: var(--Font300);
    }

    .blog-card .tag,
    .blog-header .tag {
        font-size: var(--Font18);
        font-weight: var(--Font500);
        padding: 5px 20px;
    }

    .blog-card h5 {
        font-size: var(--Font20);
        -webkit-line-clamp: unset;
    }

    .blog-card p {
        font-size: var(--Font16);
        font-weight: var(--Font400);
        -webkit-line-clamp: unset;
    }

    .blog-card .read-more {
        font-size: var(--Font20);
    }

    .newsletterCardWrap,
    .newsletterCardBorder,
    .newsletterCardBorderMain {
        border-width: 5px;
    }

    .newsletterCardWrap {
        border-radius: 40px;
    }

    .newsletterCardBorder {
        border-radius: 30px;
    }

    .newsletterCardBorderMain {
        border-radius: 20px;
    }

    .newsletterCardTitle {
        font-size: var(--Font26);
    }

    .newsletterCardDesc p {
        font-size: var(--Font16);
        width: 100%;
    }

    .newsletterEmailField {
        width: 100%;
    }

    .newsletterEmailField input,
    .newsletterEmailField input:active,
    .newsletterEmailField input:hover,
    .newsletterEmailField input:focus,
    .newsletterEmailField input:focus-visible {
        font-size: var(--Font16);
    }

    .newsletterCardImageThree {
        top: -6px;
    }

    .newsletterCardImageOne {
        bottom: -4px;
    }

    .newsletterCardImageFour,
    .newsletterCardImageTwo {
        display: none;
    }

    .newsletterCardImageFive img {
        height: 9px;
        right: -5px;
    }

    .blogDate {
        font-size: var(--Font16);
    }

    .blog-header h1 {
        font-size: var(--Font30);
    }

    .blog-header img {
        height: auto;
    }

    .blogsBannerSectionWrapper {
        padding: 200px 0 10px 0;
    }


    .blogsDescription h5 {
        font-size: var(--Font20);
        font-weight: var(--Font500);
    }

    .blogsDescription p {
        font-size: var(--Font18);
        font-weight: var(--Font300);
    }

    .blogsDescription ul {
        font-size: var(--Font18);
        font-weight: var(--Font300);
    }

    .footer-intro {
        font-size: var(--Font20);
        font-weight: var(--Font300);
        line-height: unset;
        max-width: 100%;
    }

    .footer-email {
        font-size: 8.5vw;
    }

    .form-wrapper label {
        font-size: var(--Font18);
    }

    .form-wrapper input,
    .form-wrapper textarea,
    .form-wrapper select,
    .form-wrapper input:active,
    .form-wrapper input:hover,
    .form-wrapper input:focus,
    .form-wrapper input:focus-visible,
    .form-wrapper textarea:active,
    .form-wrapper textarea:hover,
    .form-wrapper textarea:focus,
    .form-wrapper textarea:focus-visible,
    .form-wrapper select:active,
    .form-wrapper select:hover,
    .form-wrapper select:focus,
    .form-wrapper select:focus-visible {
        font-size: var(--Font20);
    }

    .form-wrapper textarea,
    .form-wrapper textarea {
        padding: 20px !important;
    }

    .form-wrapper button,
    .highlight-card .btn {
        font-size: var(--Font18);
    }

    .support-card h6 {
        font-size: var(--Font24);
    }

    .support-card p {
        font-size: var(--Font18);
    }

    .accordion-button {
        font-size: var(--Font18);
    }

    .accordion-body {
        font-size: var(--Font16);
    }

    .testimonialsSectionArrowWrap img {
        width: 80px;
    }

    .testimonialsGridWrap {
        width: 100%;
        grid-template-columns: unset;
        grid-template-rows: unset;
        display: flex;
        flex-direction: column;
    }

    .testimonialsGridWrap {
        width: 100%;
        height: auto;
    }

    .testimonialsGridWrap img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .productCardCounter {
        flex-wrap: wrap;
    }

    .productCardCounterCard {
        text-align: start;
        width: 47%;
    }

    .productsSectionCardImageWrap {
        padding: 20px;
    }

    .productsSectionCardImageWrap img {
        width: 100%;
    }

    .product-card {
        width: 200px;
    }

    .product-card img {
        height: 150px;
    }

    .product-card p {
        font-size: var(--Font16);
    }

    .section-title {
        font-size: var(--Font20);
    }

    .section-subtitle {
        font-size: var(--Font16);
    }

    .servicesSectionGridWrap {
        display: flex;
        grid-template-columns: unset;
        grid-template-rows: unset;
        flex-direction: column;
    }

    .howWeWorksTitle {
        font-size: var(--Font26);
    }

    .ourTeamMainProfilesWrapper {
        flex-direction: column;
    }

    .aboutUsContentWrap {
        margin: 0 5%;
    }

    .aboutUsContentWrap .sectionTitle {
        text-align: center !important;
        width: 100%;
    }

    .heroSectionBackgroundCircle {
        top: 0 !important;
    }

    .heroSectionTitle {
        font-size: var(--Font36);
    }

    .heroSectionImage {
        width: 95%;
    }

    .heroSectionImage .vectorArrow {
        top: -100px;
    }

    .heroSectionImage .vectorArrow img {
        width: 100px;
    }

    .heroSectionStarWrap img {
        width: 30px;
    }

    .heroSectionAvarageContentWrapper {
        flex-direction: column;
        gap: 20px;
    }

    .heroSectionAvarageContent .heroSectionReviewWrap,
    .heroSectionAvarageContent .divider {
        width: 100%;
    }

    .successProductsWrap .d-flex {
        flex-direction: column;
        align-items: start !important;
        margin-bottom: 20px !important;
    }

    .successProductTitle {
        font-size: var(--Font36);
    }

    .successProductCardTitle {
        font-size: var(--Font24);
    }

    .successProductCount {
        font-size: var(--Font21);
    }

    .scroll-stack-section-benifits {
        height: 100vh !important;
    }

    .card-compare-content {
        padding: 2.5rem 1.5rem 0 1.5rem;
    }

    .processCardImg {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 60%;
        overflow: hidden;
        z-index: 9;
    }

    .processCardImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .processCardContent {
        width: 100%;
        z-index: 999;
        padding: 50px 20px;
    }

    .processCardImgOverlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .scroll-stack-section-case {
        height: 100vh !important;
        max-height: 100vh !important;
        overflow: visible;
        margin-bottom: 50px;
    }

    .caseStudiesImage img {
        width: 48%;
    }

    .caseStudiesCardWrapTwo img,
    .caseStudiesCardWrapThree img {
        width: 100%;
    }

    .caseStudiesImage {
        width: 100%;
    }

    .casePlanTitle {
        font-size: var(--Font24);
    }

    .casePlanDesc {
        font-size: var(--Font16);
    }

    .benifitsCardsWrap .step-badge {
        min-width: 60px;
        min-height: 60px;
    }

    .scroll-stack-container-benifits {
        margin-top: 10px;
    }

    .contactUsSectionWrapper {
        width: 90%;
        margin: auto;
    }

    .contactUsTitle {
        font-size: var(--Font36);
    }

    .contactUsDesc {
        font-size: var(--Font16);
    }

    .contactUsSectionContent .row {
        gap: 20px;
    }

    .circle-container {
        width: 110px;
        height: 110px;
    }

    .rotating-text span {
        font-size: 9px;
    }

    .circleTextWrap .arrow img {
        width: 45px;
    }

    .benifitsCardWrapImage {
        display: block;
        position: absolute;
        top: 3px;
        right: 3px;
    }

    .benifitsCardWrapImage img {
        width: 24px;
        height: auto;
    }

    .benifitsCardTitlesWrapperMain {
        display: none;
    }

    .benifitsCardTitlesWrapper {
        flex-direction: column;
        gap: 10px;
        background: var(--Softblack);
    }

    .benifitsCardTitlesOne,
    .benifitsCardTitlesOther {
        width: 95%;
    }

    .processSectionWrapper {
        padding-top: 100px !important;
    }

    .processCardContent .step-heading {
        font-size: var(--Font50);
    }

    .blogsBannerSectionWrapper {
        padding-top: 0;
    }

    .reviewLogoGridWrapper {
        flex-direction: row;
    }

    .herosectionCounterWrapper {
        width: 100% !important;
    }

    .howWeWorkingCard {
        width: 90vw;
    }

    .phoneNumberSelectCountry {
        width: 30% !important;
    }

    .phoneNumberInput {
        width: calc(100% - 30% - 8px) !important;
    }
}

@media screen and (max-width: 480px) {
    .casePlanCounter{
        flex-direction: column;
    }
    
    .casePlanCounter .verticalLineDivider{
        display: none;
    }
}