@media (min-width: 1024px) {
    section.new-counter .swiper-wrapper {
        justify-content: center;
    }
}

/* desktop (portrait and landscape) ----------- */
@media only screen and (min-device-width : 786px) {
    .new-landing-multiple-slider .swiper-slide {
        max-width: 23.8%
    }

    /* NEW: Fix for scroll issue */
    .new-landing-multiple-sec {
        overflow: hidden;
        /* Prevent horizontal scroll */
    }

    .new-landing-multiple-slider {
        overflow: visible;
        /* Let Swiper show partial slides properly */
    }

    .new-landing-multiple-slider .swiper-wrapper {
        width: 100%;
        box-sizing: border-box;
    }
}

.new-landing-multiple-slider .full-card-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.soil-cards-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 24px;
    align-items: end;
}

.soil-cards-grid .info-card {

    border-radius: 14px;
    padding: 20px;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
}

.soil-cards-grid .info-card.center-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.soil-cards-grid .side-card {
    min-height: 195px;
    background-color: #f1f1f1;

}

.soil-cards-grid .center-card {
    background: #E4E4E4;
    /* min-height: 260px; */
}

.soil-cards-grid .center-card .title {
    font-size: 50px;
    line-height: 60px;
    color: #75287c;
    font-weight: 500;
}

.soil-cards-grid .icon {
    height: 80px;
    margin-bottom: 15px;
}

.soil-cards-grid .title {

    margin-bottom: 10px;
    color: #161616;
}

.soil-cards-grid .highlight {
    color: #7b2cbf;
}

.soil-cards-grid .desc {
    color: #161616;
    margin-bottom: 0px;
}

.center-card .icon {
    height: 130px;
}


@media (max-width: 768px) {
    .soil-cards-grid {
        /* grid-template-columns: 1fr; */
        gap: 8px;
    }

    .center-card .icon {
        height: 70px;
    }

    .soil-cards-grid .info-card {
        height: 100%;
        padding: 15px 5px;
        min-height: unset;
        /* box-shadow: none; */

    }

    .contact-block {
        text-align: center;
    }

    #post-37056 h2 {
        margin-bottom: 22px !important;
    }

    .info-card.side-card {
        box-shadow: none !important;
    }

    .soil-cards-grid .info-card p {
        font-size: 12px !important;
    }

    .our-story-b .col-md-8.col-lg-12.col-xl-6 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .info-card.center-card {
        transform: translateY(-10px);
    }

}


.card-target {
    border-radius: 50px 10px 10px 10px;
    overflow: hidden;
    background: white;
    box-shadow: 0 10px 30px rgba(111, 66, 193, 0.18);
    transition: all 0.35s ease;
    height: 100%;
    border: 2px solid #75287c;
}

.card-target:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-hover);
}

.card-header-target {
    background: #75287c !important;
    color: white;
    font-weight: 700;
    text-align: center;
    padding: 2.35rem 1rem;
    font-size: 1.3rem;
    /* border-radius: 50px 0px 0px 0px; */
    position: relative;
}

.card-body-illustration {
    padding: 2rem 1.5rem;
    text-align: center;
}

.main-illustration {
    max-width: 100%;
    height: auto;
    /* border-radius: 16px;
            margin-bottom: 1.5rem;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); */
}

.description {
    font-size: 1rem;
    line-height: 1.2;
    color: #000;
}

@media (max-width: 767px) {
    .card-header-target {
        font-size: 16px;
        padding: 1.2rem 0.8rem;
        line-height: 1.4;
    }

    .card-body-illustration {
        padding-top: 10px;
    }

    .partners-section .row-cols-2>* {
        margin-top: 0px !important;
    }
}

@media (min-width: 1024px) {
    .whom-row .whom-col:first-child {
        border-left: none;
    }

    .whom-row .whom-col {
        border-left: 1px solid #75287c;
    }

    .choose-insire-col:first-child {
        border-right: 1px solid #75287c;
    }
}

.inspire-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: white;
    box-shadow: 0 12px 32px rgba(111, 66, 193, 0.14);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 2px solid #75287c;
    border-radius: 10px 10px 50px 10px;
}

.inspire-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(111, 66, 193, 0.22);
}

.card-header-purple {
    background: #75287c;
    color: white;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.icon-circle {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    backdrop-filter: blur(4px);
}

.card-body-content {
    padding: 1.75rem 1.75rem 2rem;
    color: var(--text-dark);
}

.subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--purple);
}

.description {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #000;
}

.learn-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.learn-list li {
    font-size: 1.03rem;
    line-height: 1;
    /* margin-bottom: 0.6rem; */
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.learn-list li::before {
    content: "•";
    color: #75287c;
    font-size: 1.6rem;
}

.btn-learn {
    background: #75287c;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 0.75rem 2.2rem;
    font-size: 1.05rem;
    font-weight: 600;
    transition: all 0.25s;
}

.btn-learn:hover {
    background: #75287c;
    transform: translateY(-2px);
    color: #fff;
}

@media (max-width: 991px) {
    .inspire-card {
        margin-bottom: 2rem;
    }

}

.slogan {
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 1.2;
    color: #75287c;
    letter-spacing: -2px;
    /* margin-bottom: 1.5rem; */
}

.slogan span {
    display: block;
}

.illustration img {
    width: 100%;
    height: auto;
}


.contact-block {
    font-size: 1.35rem;
    color: var(--text-dark);
    line-height: 30px;
    font-weight: 500;

}

.email-link {
    color: #75287c;

    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.email-link svg {
    width: 24px;
    fill: #75287c;
}

@media (max-width: 991px) {
    .slogan {
        font-size: 3.5rem;
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    .slogan {
        font-size: 2.8rem;
    }

}

.partners-section {
    background: #fff;
    /* padding: 5rem 1rem; */
}

/* .section-title {
      font-size: 2.5rem;
      font-weight: 800;
      color: var(--purple);
      text-align: center;
      margin-bottom: 1.2rem;
      letter-spacing: -0.5px;
    } */

.section-subtitle {
    font-size: 1.35rem;
    color: var(--gray-dark);
    text-align: center;
    margin-bottom: 3.5rem;
    font-weight: 500;
}

.partner-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 1.2rem 0.8rem; */
    transition: all 0.3s ease;
    padding: 0px;
    height: 100%;
}

.partner-logo {
    /* max-height: 85px; */
    max-width: 100%;
    width: auto;
    height: auto;
    /* filter: grayscale(60%) opacity(0.82); */
    transition: all 0.35s ease;
}

/* .partner-logo-wrapper:hover .partner-logo {
      filter: grayscale(0%) opacity(1);
      transform: scale(1.08);
    } */

.total-institutes {
    font-size: 1.5rem;
    font-weight: 700;
    /* color: var(--purple); */
    text-align: center;
    margin-top: 2rem;
    padding: 1rem 0;
}

@media (max-width: 767px) {
    .section-title {
        font-size: 2.1rem;
    }

    .section-subtitle {
        font-size: 1.2rem;
    }

    .partner-logo-wrapper {
        overflow: hidden;
    }

    .partner-logo {

        max-height: 134px;
        transform: scale(1.2);
        object-fit: contain;
    }

    .total-institutes {
        line-height: 1.2;
        font-size: 1rem;
    }
}

.text-new-primary {
    color: #75287c !important;
}

.banner-new-b {
    width: 100%;
    overflow: hidden;
    padding-bottom: 28px;

    padding-top: 48px;
    position: relative;
}

.content-banner-new {
    position: absolute;
    z-index: 2;
    top: 20%;
    padding: 20px;
    border-radius: 0px 18px 18px 0px;
    font-size: 33px;
    line-height: normal;
    flex-direction: column;
    /* text-align: center; */
    max-width: 400px;
}

.content-banner-new h3 {
    font-size: 22px;
}

.content-banner-new img {
    display: block;
    margin: auto;
    /* max-width: 100px; */
}

.banner-new-Swiper {
    width: 100%;
}

.banner-new-Swiper .swiper-slide .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    /* height: 520px; */
    max-height: 550px;
    height: 470px;
    object-position: top;
}

.banner-new-swiper-pagination,
.new-counter-slide-swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.new-counter-slide-swiper-pagination {
    margin-top: 26px !important;
}

.banner-new-b .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000 !important;
}

.banner-new-b .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid;
    opacity: 1;
}

.new-counter-slide-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000 !important;
}

.new-counter-slide-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #000000;
    opacity: 1;
}

.icon-with-content-box svg {
    fill: #75287c;
}

.icon-with-content-box h4,
.card-frame h3 {
    font-size: 30px;
}

.icon-with-content-box p {
    font-size: 20px;
    line-height: normal;
}

.story-b-img-box img {
    border-radius: 12px;
}

.story-b-img-box p {
    font-size: 18px;
}

.new-frame {
    padding: 20px 0px 20px 0px;
    background-color: #F4F4F4;

    border-radius: 40px 40px 0px 0px;
}

a.btn-l-more {
    display: inline-block;
    padding: 5px 30px;
    border-radius: 6px;
    border: 2px solid #75287c;
    color: #75287c;
    transition: all 0.4s;
}

a.btn-l-more:hover {
    color: #fff !important;
    background-color: #75287c;
}

.card-frame {
    height: 100%;
    padding-bottom: 40px;
}

.new-frame .eq-col:nth-child(2) {
    border-left: 2px solid;
    border-right: 2px solid;
    border-color: #75287c;
}

.new-frame h2,
.our-story-b h2,
.dream-section h2,
.choose-insire-sec h2,
.partners-section h2 {
    font-size: 50px;
}

.new-frame h2 span {
    font-style: italic;
}

.card-frame p {
    font-size: 18px;
}

.new-frame .sub-h {
    font-size: 30px;
}

.btn-group-new {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    /* smooth transition */
    margin-top: 10px;
}

.btn-group-new.show {
    max-height: 200px;
    /* adjust as needed */
    opacity: 1;
}

.new-counter {
    margin-bottom: 1rem;
    padding: 20px 0px;
    /* background-color: #75287c; */
    background-color: #ffffff;
}

.new-counter span.da-count-txt {
    font-size: 60px !important;
    background: none !important;
    line-height: normal;
    -webkit-text-fill-color: unset !important;
}

.arrow-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.arrow-control.swiper-button-disabled {
    display: none;
}

.new-counter-next {
    right: -10px;
}

.new-counter-prev {
    left: -10px;
}

.top-counter,
.new-counter-content-box p {
    line-height: normal;
}

.dream-section {
    text-align: center;
    color: #fff;
    font-family: 'Gilmer', sans-serif;

    padding-top: 20px;
}

.dream-tabs {

    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 20px 0;
    margin-bottom: 0px !important;
}

.dream-tab a.btn-l-more {
    background: #75287c !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(117, 40, 124, 0.65);
}

/* .dream-tab {
  flex: 1;
  background: #eee;
  color: #000;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-right: 1px solid #fff;
} */
.dream-tabs {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 20px 0;
    gap: 15px;
}

/* Existing Dream tab styles remain the same */
.dream-tab {
    flex: 0 0 30%;
    background: transparent;
    color: #000;
    padding: 40px 80px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-right: 1px solid #fff;
    position: relative;
    min-height: 300px;
    margin-inline: 15px;
    padding-bottom: 80px;
}

.dream-tab:first-child {
    border-right: 2px solid #75287c;
}

/* .dream-tab:last-child {
    border-left: 2px solid #75287c;
} */

.dream-tab h3 {
    position: absolute;
    width: 80%;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    font-size: 80px;
    line-height: normal;
    font-family: "Gilmer Bold", sans-serif;
    opacity: 0.1;
}

.dream-tab.active .btn-l-more {
    display: none;
}

.dream-tab.active .btn-l-more:hover {
    display: none;
}



.dream-tab p {
    font-family: "Gilmer Bold", sans-serif;
    font-size: 29px;
    line-height: normal;
}

.dream-tab .overlap {
    position: relative;
    z-index: 1;
}

.dream-tab:last-child {
    border-right: none;
}

.dream-tab.active {
    background: #75287c;
    color: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px -12px 12px 0px,
        rgba(0, 0, 0, 0.1) 0px -2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 0px inset;
}

.dream-tab.active .after-active {
    display: inline-block;
}

.dream-tab.active .before-active {
    display: none;
}

.after-active {
    display: none;
}

button.clear-filter {
    white-space: nowrap;
    padding: 8px 16px;
    background: #ffffff;
    color: #7b2cbf;
    border-radius: 6px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    border: 2px solid #7b2cbf;
    box-shadow: 0 7px 6px rgba(123, 44, 191, 0.15);
    margin-left: auto;
    margin-bottom: auto;
    align-self: center;
}

button.clear-filter span {
    font-size: 19px;
    color: #000;
}

.icon {
    font-size: 36px;
    margin-bottom: 10px;
}

.swiper-pagination-lock {
    display: none;
}

/* ✅ MOBILE RESPONSIVE SCROLLING BEHAVIOR */
@media (max-width: 389px) {
    .btn-group-new a.btn-l-more {
        padding: 5px 15px !important;
    }
}

@media (max-width: 767px) {
    .dream-tab h3 {
        opacity: 0.2;
    }

    .dream-tabs {
        overflow-x: auto;
        /* enable horizontal scroll */
        flex-wrap: nowrap;
        /* keep all in one line */
        justify-content: flex-start;
        scrollbar-width: none;
        /* hide scrollbar (Firefox) */
        -ms-overflow-style: none;
        /* hide scrollbar (IE/Edge) */
        gap: 0px;
        scroll-snap-type: x mandatory;
        /* snap effect */
        margin-bottom: -5px !important;
    }

    .dream-section .sub-heading {
        font-size: 19px !important;
    }

    .top-container strong {
        font-size: 26px !important;
        width: 67%;
    }

    .top-container {
        flex-direction: column;
        text-align: left;
        gap: 14px !important;
        justify-content: start;
        align-items: flex-start !important;
    }

    .goals-section h2 {
        font-size: 34px !important;
    }

    .dream-tabs::-webkit-scrollbar {
        display: none;
        /* hide scrollbar (Chrome/Safari) */
    }

    .dream-tab .icon {
        margin-bottom: 20px !important;
    }

    .dream-tab {
        /* flex: 0 0 70%; */
        flex: 0 0 48%;
        margin-inline: 5px;
        scroll-snap-align: start;
        min-height: 200px;
        /* padding: 30px 19px; */
        padding: 30px 15px;
    }

    .dream-tab h3 {
        font-size: 42px;
        top: 77%;
    }

    .dream-tab p {
        /* font-size: 20px; */
        font-size: 18px;

    }

    .dream-tab .icon img {
        width: 50px;
    }

    button#close-your-goals {
        right: 24px !important;
    }

}

.goals-section {
    background: #75287c;
    padding: 40px 20px;
    border-radius: 12px;
    margin-top: 0px;
    position: relative;
    padding-bottom: 0px;

}

.second-step {
    padding-bottom: 30px;
}

button#close-your-goals {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 175px;
    top: 15px;
    font-size: 24px;
}

.hidden {
    display: none !important;
}

button.discover-btn.desabled {
    background: rgba(255, 255, 255, 0.20);
    color: #ffffff;
    opacity: 0.7;
    box-shadow: none !important;
}

img.logo-banner-new {
    width: 200px;
}

/* .goal-tabs {
    display: inline-flex;
    background: transparent;
    border-radius: 25px;
    margin: 20px 0px 50px 0;
    border: 2px solid #fff;
}

.goal-tab {
    border: none;
    background: transparent;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 25px;
    font-weight: bold;
}

.goal-tab:first-child {
    border-right: 2px solid #fff;
    border-radius: 16px 0px 0px 16px;
}
.goal-tab:nth-child(2) {
    border-radius: 0px 16px 16px 0px;
}
.goal-tab.active {
    background: #fff;
    color: #75287c;
} */
.goal-tabs {
    display: inline-flex;
    border: 2px solid #ffffff;
    border-radius: 40px;
    padding: 4px;
    margin: 20px 0 50px;
    background: #75287c;
    /* stays same */
}

/* Default buttons (look like soft white pills) */
.goal-tab {
    background: rgba(255, 255, 255, 0.20);
    color: #ffffff;
    border: none;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
    transition: all 0.25s ease;
    letter-spacing: 0.4px;
    backdrop-filter: blur(2px);
}

/* Divider between Start & Grow */
/* .goal-tab:first-child {
    border-right: 2px solid rgba(255,255,255,0.35);
    border-radius: 30px 0 0 30px;
} */

/* Last button rounded */
.goal-tab:last-child {
    border-radius: 0 30px 30px 0;
}

/* Active button (bright white pill) */
.goal-tab.active {
    background: #ffffff;
    color: #75287c;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.goal-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.goal-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
}

.goal-btn.active {
    background: #fff;
    color: #75287c;
    font-weight: bold;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.discover-btn {
    background: #ffffff;
    color: #75287c;
    border: 2px solid #ffffff;
    padding: 12px 34px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.25),
        0 0 12px rgba(255, 255, 255, 0.45);
}


.results-box {
    background: #f2f2f2;
    color: #000;
    padding: 10px 0px;
    margin-top: 0;
    border-radius: 0;
}

.top-container {
    display: flex;
    gap: 16px;
    /* align-items: center; */

}

.dream-section .sub-heading {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    width: 90%;
    margin-inline: auto;
}

#results span.goal-tag,
#results .group-label {
    padding: 5px;
    background: #fff;
    border-radius: 4px;
    font-weight: bold;
    color: purple;
    display: inline-flex;
    gap: 10px;
    cursor: pointer;
    /* opacity: 0; */
    /* transform: scale(0.9); */
    transition: all 0.3s ease;
    align-self: start;
}

#results span.goal-tag .close-tag,
#results .close-group {
    font-size: 20px;
    color: #000;
    border: none;
    outline: none;
    background: no-repeat;
    height: auto;
    padding: 0;
}

.top-container strong {
    font-size: 40px;
    color: #00000045;
    line-height: normal;
    vertical-align: super;
}

#results {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 10px;
}

.result-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.multiple-sec-card .resource-stage {
    display: flex;
    justify-content: space-between;
}

.multiple-sec-card .resource-stage span {
    background: #6c006e;
    padding: 2px 10px;
    border-radius: 12px;
    border: 1px solid #ffff;
    color: #fff;
    box-shadow: 1px 1px 6px 2px rgb(0 0 0 / 10%);
}

.multiple-sec-card {
    width: 100%;
    perspective: 1000px;
    cursor: pointer;
    position: relative;
    /* min-height: 400px; */
    height: 291px;
    /* min-height: 200px; */
    display: flex;
}

.multiple-sec-card img {
    width: 100% !important;
    height: 100% !important;
}

.new-landing-multiple-sec {
    padding: 20px 0px;

}

.results-box .new-landing-multiple-sec:first-of-type {
    border-bottom: 1px solid #898989;
}

.new-landing-multiple-sec .btn-co {
    position: unset !important;
    width: auto !important;
    height: auto !important;
    margin: 0px !important;
}

.multiple-sec-card .card-title {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: normal;
    display: none;
}

.new-landing-multiple-sec .btn-co::after {
    display: none;
}

.new-landing-multiple-sec h2 {
    font-size: 30px;
}

.new-landing-multiple-sec .swiper-button-next svg,
.new-landing-multiple-sec .swiper-button-prev svg {
    fill: #6C006E !important;
    top: 70px;
}

.content-banner-new img {
    margin-block: 5px;
}

@media(min-width: 1401px) {
    .banner-new-Swiper .swiper-slide .banner-img {
        /* min-height: 685px; */
        width: 95%;
    }
}

@media(min-width: 1301px) and (max-width: 1400px) {
    .banner-new-Swiper .swiper-slide .banner-img {
        /* min-height: 650px; */
        width: 95%;
        margin: 0 auto;
    }
}

@media(min-width: 1200px) and (max-width: 1300px) {
    .banner-new-Swiper .swiper-slide .banner-img {
        /* min-height: 650px; */
        width: 95%;
        margin: 0 auto;
    }
}

@media(min-width: 1200px) {
    .top-container strong {
        white-space: nowrap;
    }

    .banner-new-Swiper .swiper-wrapper {
        text-align: center;
    }
}

@media(min-width: 768px) {
    .mobile-img-banner {
        display: none;
    }
}

@media(max-width: 767px) {
    .desktop-img-banner {
        display: none;
    }

    .content-banner-new {
        padding: 10px;
        font-size: 18px;
        /* position: unset !important; */
        top: 11%;
        max-width: 220px;
    }

    .content-banner-new h3,
    .content-banner-new {
        font-size: 14px !important;
    }

    .content-banner-new img {
        width: 120px;
    }

    .banner-new-Swiper .swiper-slide .banner-img {
        border-radius: 12px;
        height: 212px;
    }

    .icon-with-content-box h4 {
        font-size: 24px;
    }

    .icon-with-content-box p {
        font-size: 16px;
    }

    .story-b-img-box h3 {
        font-size: 20px;
        text-align: center;
    }

    .story-b-img-box p {
        font-size: 15px;
        line-height: normal;
    }

    .new-frame h2,
    .our-story-b h2,
    .dream-section h2,
    .choose-insire-sec h2,
    .partners-section h2 {
        font-size: 38px;
    }

    .new-frame .eq-col:nth-child(2) {
        border-left: 0px;
        border-right: 0px;
    }

    .new-frame {
        margin-bottom: 0px;
    }

    .top-counter {
        font-size: 23px !important;
    }

    .new-counter span.da-count-txt {
        font-size: 40px !important;
    }

    .new-counter-content-box h3 {
        font-size: 34px !important;
    }

    .new-counter-content-box p {
        font-size: 18px !important;
    }

    .new-counter {
        margin-bottom: 0px;
    }

    .dream-section .sub-heading {
        width: 100%;
    }

    .new-landing-multiple-sec .grp-1 h2 {
        width: 70%;
        font-size: 20px;
        text-align: left;
        margin-bottom: 0px !important;
    }

    .new-landing-multiple-sec .grp-1 {
        margin-bottom: 26px;
        align-items: center;
    }

    .new-landing-multiple-sec .swiper-slide {
        width: 250px;
    }

    .new-landing-multiple-sec .swiper-margin-fix {
        width: 0px !important;
        display: block !important;
        transform: unset !important;
    }

    .new-landing-multiple-sec .container {
        padding-right: 0px;
    }

    .multiple-sec-card {
        height: 250px;
    }

    .our-story-b {
        padding-top: 30px;
    }

    .dream-section h2,
    .choose-insire-sec h2,
    .partners-section h2 {
        font-size: 28px;
    }

    .new-frame h2 {
        font-size: 30px;
    }

    .new-frame .row {
        display: flex;
        /* flex-wrap: nowrap; */
        /* overflow-x: auto; */
        -webkit-overflow-scrolling: touch;
        /* gap: 16px; */
        row-gap: 28px;
        /* spacing between cards */
    }

    a.btn-l-more {
        padding: 5px 24px;
    }

    .new-frame .eq-col {
        /* flex: 0 0 70%; */
        /* max-width: 70%; */
    }

    .card-frame p {
        font-size: 16px;
        line-height: normal;
    }

    .card-frame h3 {
        font-size: 26px;
    }

    .new-frame .card-frame {
        margin: 0 auto;
        padding-bottom: 0px;
        /* padding-inline: 15px; */
    }

    /* optional: hide scrollbar in some browsers */
    .new-frame .row::-webkit-scrollbar {
        display: none;
    }

    button.clear-filter {
        position: absolute;
        right: 7px;
        padding: 5px 12px;
    }

}

@media(min-width: 768px)and (max-width: 1023px) {


    .dream-section .sub-heading {
        width: 85%;
    }

    .dream-tab p {
        font-size: 20px !important;
    }

    .dream-tab {
        padding: 30px 20px !important;
        margin-inline: 4px !important;
    }

    .top-counter {
        font-size: 36px !important;
    }

    .dream-tab h3 {
        opacity: 0.3;
        font-size: 50px;
    }

    .dream-tabs {
        gap: 5px;
    }

    .top-container strong {
        font-size: 28px;
        text-align: left;
        width: 50%;
    }

    #results {
        width: 60%;
    }

    .new-counter span.da-count-txt {
        font-size: 50px !important;
    }

    .banner-new-Swiper .swiper-slide .banner-img {
        border-radius: 16px;
        height: 310px;
    }

    .content-banner-new img {
        width: 200px;
    }

    .story-b-img-box p {
        font-size: 22px;
        line-height: normal;
    }

    .new-frame h2,
    .our-story-b h2,
    .dream-section h2 {
        font-size: 38px;
    }

    .content-banner-new {
        padding: 22px;
        font-size: 26px;
    }

    button#close-your-goals {
        right: 22px !important;
    }
}


@media(min-width:1024px)and (max-width: 1199px) {
    .top-container strong {
        width: 36%;
        text-align: left;
    }

    .top-container {
        flex-wrap: wrap;
    }

    #results {
        width: 47%;
        text-align: left;
    }

    .dream-tab {
        padding: 40px 35px;
        padding-bottom: 50px;

    }

    .dream-tab p {
        font-size: 22px;
    }

    .multiple-sec-card {
        height: 230px;
    }

    .multiple-sec-card .card-img-overlay {
        padding: 0.6rem !important;
    }

    button#close-your-goals {
        right: 30px !important;
    }
}

@media(min-width:1200px)and (max-width: 1299px) {
    button#close-your-goals {
        right: 30px !important;
    }
}

/* Results box entrance (safe) */
/* === 11 Nov FIXED CSS (Safe for Swiper) === */

/* Results Box Entrance Animation */
.results-box {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .6s ease, transform .6s ease;
    pointer-events: none;
}

.results-box.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

/* Section Entrance (no transforms on Swiper container) */
.new-landing-multiple-sec {
    opacity: 0;
    transition: opacity .45s ease;
}

.new-landing-multiple-sec.show {
    opacity: 1;
}

/* Smooth fade-out when hidden */
.new-landing-multiple-sec.hidden {
    opacity: 0 !important;
    pointer-events: none;
    transition: opacity .3s ease;
}

/* Animate cards INSIDE Swiper slides, not slides themselves */
.new-landing-multiple-sec .swiper-slide .multiple-sec-card {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity .35s ease, transform .35s ease;
}

.new-landing-multiple-sec.show .swiper-slide .multiple-sec-card {
    opacity: 1;
    transform: none;
}

/* Goal tags animation */
#results .goal-tag {
    opacity: 0;
    transform: scale(.9);
    transition: opacity .3s ease, transform .3s ease;
}

#results .goal-tag.visible {
    opacity: 1;
    transform: scale(1);
}

@media(min-width:1700px) {
    .banner-new-Swiper .swiper-slide .banner-img {
        /* height: 685px; */
        max-width: 1370px;
        max-height: unset !important
    }
}

@media(max-width:767px) {
    .card-frame p {
        font-size: 14px !important;
    }

    .new-frame .eq-col:nth-child(2) {
        padding-left: 8px;
        padding-right: 8px;
    }

    .new-frame .eq-col:nth-child(3) {
        padding-left: 8px;
        padding-right: 8px;
    }
}


/* Ensure arrows NEVER hide */
.new-counter-prev,
.new-counter-next {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 50px !important;
    height: 50px !important;
    top: 15% !important;
}

/* Default arrow color */
.new-counter-prev svg,
.new-counter-next svg {
    fill: #000;
    transition: fill 0.3s ease, opacity 0.3s ease;
}

/* Disabled arrow – only color changes */
.new-counter-prev.swiper-button-disabled svg,
.new-counter-next.swiper-button-disabled svg {
    fill: #9ca3af;
    /* gray */
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}