.text-new-primary {
    color: #75287c !important;
}

.banner-new-b {
    width: 100%;
    overflow: hidden;
    padding-bottom: 28px;
    padding-left: 20px;
    padding-right: 20px;
    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: 550px;
    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 {
    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: 0;
}

.new-counter-prev {
    left: 0;
}

.top-counter,
.new-counter-content-box p {
    line-height: normal;
}

.dream-section {
    text-align: center;
    color: #fff;
    font-family: 'Gilmer', sans-serif;
    background-color: #f4f4f4;
    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: 1;
    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: 1200px) {
    .top-container strong {
        white-space: nowrap;
    }
}

@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: 200px;
    }

    .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 {
        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 {
        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: 692px;
        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;
    }
}