/* SAMPATTI HERO SECTION */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
body {
    font-family: 'Oswald', sans-serif !important;
}
.sampatti-hero-section {
    background: linear-gradient(90deg, #f5f8fc 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}

.bgnewimage {
    background-image: url('/user/images/widget/sampatti-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 91vh;
}

/* MAIN WRAPPER */

.sampatti-hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 91vh;
    padding: 40px 60px;
    gap: 30px;
}

/* LEFT CONTENT*/

.sampatti-hero-content {
    width: 48%;
    z-index: 2;
}

.hero-mini-title {
    display: inline-block;
    background: rgb(112 74 37 / 35%);
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-main-title {
    font-size: 92px;
    font-weight: 900;
    padding: 10px !important;
    line-height: 1;
    margin-bottom: 18px;

    background: linear-gradient(
        90deg,
        #003b8e,
        #006d5b,
        #198754
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-sub-title {
    font-size: 37px;
    line-height: 1.3;
    color: #0a1744;
    font-weight: 800;
    margin-bottom: 22px;
}

.hero-description {
    font-size: 18px;
    line-height: 1.4;
    color: #001b63;
    max-width: 680px;
    margin-bottom: 35px;
    font-weight: 600;
}

/* BUTTONS */

.hero-btn-group {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-btn-primary,
.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.35s ease;
    font-size: 15px;
}

/* PRIMARY */

.hero-btn-primary {
    background: linear-gradient(
        90deg,
        #006d5b,
        #198754
    );

    color: #fff;
}

.hero-btn-primary:hover {
    transform: translateY(-2px);
    color: #fff;
}

/* SECONDARY */

.hero-btn-secondary {
    border: 2px solid #001f6b;
    color: #001f6b;
    background: #fff;
}

.hero-btn-secondary:hover {
    background: #001f6b;
    color: #fff;
}

/*  HERO IMAGE */

.sampatti-hero-image {
    width: 52%;
    text-align: right;
    position: relative;
}

.sampatti-hero-image img {
    width: 100%;
    max-width: 900px;
    object-fit: contain;
}

/* TABLET RESPONSIVE*/

@media (max-width: 1199px) {

    .sampatti-hero-wrapper {
        padding: 50px 35px;
        min-height: auto;
    }

    .bgnewimage {
        min-height: auto;
    }

    .hero-main-title {
        font-size: 72px;
    }

    .hero-sub-title {
        font-size: 34px;
    }
}

/*MOBILE RESPONSIVE */

@media (max-width: 991px) {

    .sampatti-hero-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 50px 20px;
        min-height: auto;
    }

    .bgnewimage {
        min-height: auto;
    }

    .sampatti-hero-content {
        width: 100%;
        order: 2;
        background: #ffffff57;
    }

    .sampatti-hero-image {
        width: 100%;
        order: 1;
        text-align: center;
    }

    .sampatti-hero-image img {
        max-width: 100%;
    }

    .hero-main-title {
        font-size: 62px;
    }

    .hero-sub-title {
        font-size: 30px;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-btn-group {
        justify-content: center;
    }
}

/*  SMALL MOBILE */

@media (max-width: 576px) {

    .sampatti-hero-wrapper {
        padding: 4px 16px;
        min-height: auto;
    }

    .bgnewimage {
        min-height: auto;
    }

    .hero-main-title {
        font-size: 52px;
    }

    .hero-sub-title {
        font-size: 24px;
    }

   .hero-description {
        font-size: 15px;
        line-height: 1.8;
        color: #20201e;
        font-weight: 700;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 15px 18px;
    }
}
/*  STRATEGIC PARTNERS*/

.strategic-partners-section {
    position: relative;
    margin-top: -25px;
    z-index: 2;
    padding-bottom: 50px;
}

/* FLOATING WRAPPER */

.partners-floating-card {
    background: #fff;
    border-radius: 22px;
    padding: 24px 22px 5px;

    box-shadow:
        0 12px 35px rgba(0,0,0,0.08);

    overflow: hidden;
}

/* LAYOUT */

.partners-layout {
    display: flex;
    align-items: stretch;
    gap: 18px;
}

/* FIXED CARD */

.fixed-partner-card {
    flex: 0 0 260px;
}

/* SLIDER AREA */

.partners-slider-area {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* SWIPER */

.strategicPartnersSlider {
    overflow: hidden;
}

/* SLIDE */

.strategicPartnersSlider .swiper-slide {
    width: auto;
    height: auto;
}

/* COMMON CARD */

.partner-logo-card {
    background: #fff;

    border-radius: 16px;

    height: 118px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 18px;

    border: 1px solid #ececec;

    transition: 0.35s ease;
}

/* HOVER */

.partner-logo-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 8px 22px rgba(0,0,0,0.08);
}

/* LOGO IMAGE */

.partner-logo-card img {
    width: 100%;
    max-width: 130px;
    max-height: 68px;
    object-fit: contain;
}

/* FIXED CARD STYLE */

.active-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    background:
        linear-gradient(
            135deg,
            #f7fbff,
            #ffffff
        );
}

/* ICON */

.partner-icon {
    width: 56px;
    height: 56px;

    border-radius: 50%;

    background:
        rgba(0,109,91,0.08);

    color: #006d5b;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 23px;
}

/* TITLE */

.partner-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #0a1744;
}

.partner-title p {
    margin: 2px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #0a1744;
}

/* PAGINATION */

.strategic-pagination {
    position: relative;
    margin-top: 18px;
    text-align: center;
}

/* BULLETS */

.strategic-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;

    background: #d3d3d3;

    opacity: 1;

    transition: 0.3s ease;

    margin: 0 4px !important;
}

/* ACTIVE */

.strategic-pagination .swiper-pagination-bullet-active {
    background: #006d5b;

    width: 18px;

    border-radius: 30px;
}

/* LARGE SCREEN */

@media (min-width: 1400px) {

    .partners-floating-card {
        margin-left: 40px;
        margin-right: 40px;
    }
}

/* TABLET */

@media (max-width: 991px) {

    .strategic-partners-section {
        margin-top: -35px;
    }

    .partners-layout {
        flex-direction: column;
    }

    .fixed-partner-card {
        flex: 100%;
    }

    .partner-logo-card {
        height: 105px;
    }

    .partner-logo-card img {
        max-height: 56px;
    }
}

/* MOBILE */

@media (max-width: 576px) {

    .strategic-partners-section {
        margin-top: -28px;
        padding-bottom: 35px;
    }

    .partners-floating-card {
        border-radius: 16px;
        padding: 18px 14px 30px;
        margin-top: 25px;
    }

    .partner-logo-card {
        height: 92px;
        border-radius: 12px;
        padding: 14px;
    }

    .partner-logo-card img {
        max-height: 95px;
    }

    .partner-icon {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .partner-title h4 {
        font-size: 13px;
    }

    .partner-title p {
        font-size: 12px;
    }
}

/*  ECOSYSTEM SECTION */

.ecosystem-section {
    padding: 20px 0 40px;
    background: #f7f8fb;
}

/* SECTION TITLE */

.section-heading {
    margin-bottom: 35px;
}

.section-heading h2 {
    font-size: 30px;
    font-weight: 800;
    color: #0a1744;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.section-heading h2::before,
.section-heading h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 2px;
    background: #d9d9d9;
}

.section-heading h2::before {
    left: -75px;
}

.section-heading h2::after {
    right: -75px;
}

.section-heading p {
    margin: 0;
    font-size: 15px;
    color: #5b6478;
}

/* CARD */

.ecosystem-card {
    background: #fff;

    border-radius: 18px;

    padding: 28px 18px;

    text-align: center;

    height: 100%;

    border: 1px solid #ebebeb;

    transition: 0.35s ease;

    box-shadow:
        0 4px 14px rgba(0,0,0,0.03);
}

/* HOVER */

.ecosystem-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 10px 28px rgba(0,0,0,0.08);
}

/* ICON */

.ecosystem-icon {
    width: 68px;
    height: 68px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #006d5b,
            #008d73
        );

    margin: 0 auto 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    font-size: 28px;
}

/* TITLE */

.ecosystem-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0a1744;
    margin-bottom: 10px;
}

/* TEXT */

.ecosystem-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #5b6478;
}

/* TABLET */

@media (max-width: 991px) {

    .ecosystem-section {
        padding: 10px 0 35px;
    }

    .section-heading h2 {
        font-size: 26px;
    }

    .section-heading h2::before,
    .section-heading h2::after {
        width: 40px;
    }

    .section-heading h2::before {
        left: -52px;
    }

    .section-heading h2::after {
        right: -52px;
    }

    .ecosystem-card {
        padding: 24px 16px;
    }

    .ecosystem-card h4 {
        font-size: 18px;
    }
}

/* MOBILE */

@media (max-width: 576px) {

    .ecosystem-section {
        padding: 5px 0 30px;
    }

    .section-heading {
        margin-bottom: 25px;
    }

    .section-heading h2 {
        font-size: 22px;
    }

    .section-heading h2::before,
    .section-heading h2::after {
        display: none;
    }

    .section-heading p {
        font-size: 13px;
    }

    .ecosystem-card {
        border-radius: 14px;
        padding: 20px 12px;
    }

    .ecosystem-icon {
        width: 58px;
        height: 58px;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .ecosystem-card h4 {
        font-size: 15px;
    }

    .ecosystem-card p {
        font-size: 12px;
        line-height: 1.6;
    }
}

.ecosystem-grid-item {
    min-width: 0;
}

.programs-grid {
    display: grid;

    grid-template-columns:
        repeat(6, minmax(0, 1fr));

    gap: 22px;

    margin-top: 40px;
}

/* TABLET */

@media (max-width: 991px) {

    .programs-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 18px;
    }
}

/* MOBILE */

@media (max-width: 576px) {

    .programs-grid {

        grid-template-columns: 1fr;

        gap: 16px;
    }
}

/* =========================================
   HOW IT WORKS EXACT DESIGN
========================================= */

.how-works-section {
    padding: 10px 0 35px;
    background: #f7f8fb;
}

/* TITLE */

.mini-section-title {
    margin-bottom: 35px;
}

.mini-section-title h2 {
    font-size: 30px;
    font-weight: 800;
    color: #0a1744;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.mini-section-title h2::before,
.mini-section-title h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 55px;
    height: 2px;
    background: #d6d6d6;
}

.mini-section-title h2::before {
    left: -70px;
}

.mini-section-title h2::after {
    right: -70px;
}

.mini-section-title p {
    font-size: 14px;
    color: #5f6677;
    margin: 0;
}

/* FLOW */

.how-works-wrapper {
    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 0;

    width: 100%;
}

/* STEP */

.work-step {
    flex: 1;

    min-width: 0;

    text-align: center;

    position: relative;
}

/* ICON BOX */

.work-icon-box {
    position: relative;
    width: fit-content;
    margin: 0 auto 14px;
}

/* ICON CIRCLE */

.work-icon {
    width: 92px;
    height: 92px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 34px;
}

/* COLORS */

.green .work-icon {
    background: #edf8f1;
    color: #006d5b;
}

.lightgreen .work-icon {
    background: #edf7f1;
    color: #006d5b;
}

.mint .work-icon {
    background: #edf8f5;
    color: #006d5b;
}

.gold .work-icon {
    background: #fff8eb;
    color: #d89b13;
}

/* STEP NUMBER */

.step-count {
    position: absolute;
    left: -6px;
    bottom: 2px;

    width: 24px;
    height: 24px;

    border-radius: 50%;

    background: #006d5b;
    color: #fff;

    font-size: 12px;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 3px solid #fff;

    z-index: 2;
}

/* TITLE */

.work-step h4 {
    font-size: 23px;
    font-weight: 700;
    color: #0a1744;
    margin-bottom: 8px;
}

/* TEXT */

.work-step p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #5f6677;
}

/* CONNECTOR */

.connector-line {
    flex: 0.7;

    min-width: 70px;

    height: 2px;

    border-top: 2px dotted #006d5b;

    margin-top: 45px;

    position: relative;
}

.connector-line::after {
    content: "";

    position: absolute;
    right: -2px;
    top: -7px;

    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #006d5b;
}

/* TABLET */

@media (max-width: 991px) {

    .how-works-wrapper {
        flex-wrap: wrap;
        gap: 35px 15px;
    }

    .connector-line {
        display: none;
    }

    .work-step {
        width: calc(50% - 10px);
    }

    .work-icon {
        width: 82px;
        height: 82px;
        font-size: 30px;
    }

    .work-step h4 {
        font-size: 19px;
    }
}

/* MOBILE */

@media (max-width: 576px) {

    .how-works-section {
        padding: 0 0 25px;
    }

    .mini-section-title {
        margin-bottom: 28px;
    }

    .mini-section-title h2 {
        font-size: 22px;
    }

    .mini-section-title h2::before,
    .mini-section-title h2::after {
        display: none;
    }

    .mini-section-title p {
        font-size: 13px;
    }

    .how-works-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .work-step {
        width: 100%;
        max-width: 260px;
    }

    .work-icon {
        width: 72px;
        height: 72px;
        font-size: 24px;
    }

    .work-step h4 {
        font-size: 17px;
    }

    .work-step p {
        font-size: 13px;
        line-height: 1.6;
    }

    .step-count {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
}
/* =========================================
   PROGRAMS & SERVICES
========================================= */

.programs-services-section {
    padding: 0 0 35px;
    background: #f7f8fb;
}

/* WRAPPER */

.programs-wrapper {
    background: #fff;

    border-radius: 18px;

    border: 1px solid #ececec;

    overflow: hidden;

    box-shadow:
        0 4px 14px rgba(0,0,0,0.03);
}

/* TITLE */

.mini-program-title {
    padding-top: 22px;
}

.mini-program-title h2 {
    margin: 0;

    font-size: 30px;
    font-weight: 800;

    color: #0a1744;
}

/* GRID */

.programs-services-grid {
    display: grid;

    grid-template-columns: repeat(6, 1fr);

    margin-top: 18px;
}

/* ITEM */

.program-service-item {
    text-align: center;

    padding: 28px 20px;

    position: relative;
}

/* DIVIDER */

.program-service-item::after {
    content: "";

    position: absolute;

    right: 0;
    top: 22px;

    width: 1px;
    height: calc(100% - 44px);

    background: #e7e7e7;
}

.program-service-item:last-child::after {
    display: none;
}

/* ICON */

.program-icon {
    font-size: 34px;

    margin-bottom: 18px;
}

/* ICON COLORS */

.program-icon.green {
    color: #006d5b;
}

.program-icon.darkgreen {
    color: #006d5b;
}

.program-icon.navy {
    color: #0a1744;
}

.program-icon.gold {
    color: #d79b16;
}

/* TITLE */

.program-service-item h4 {
    font-size: 22px;
    font-weight: 700;

    color: #0a1744;

    margin-bottom: 10px;

    line-height: 1.4;
}

/* TEXT */

.program-service-item p {
    margin: 0;

    font-size: 15px;
    line-height: 1.7;

    color: #5f6677;
}

/* TABLET */

@media (max-width: 991px) {

    .programs-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .program-service-item:nth-child(3)::after {
        display: none;
    }

    .program-service-item {
        border-bottom: 1px solid #ececec;
    }

    .program-service-item h4 {
        font-size: 18px;
    }

    .program-service-item p {
        font-size: 14px;
    }
}

/* MOBILE */

@media (max-width: 576px) {

    .programs-services-section {
        padding-bottom: 25px;
    }

    .programs-wrapper {
        border-radius: 14px;
    }

    .mini-program-title {
        padding-top: 18px;
    }

    .mini-program-title h2 {
        font-size: 22px;
    }

    .programs-services-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .program-service-item {
        padding: 24px 16px;
    }

    .program-service-item::after {
        display: none;
    }

    .program-service-item:not(:last-child) {
        border-bottom: 1px solid #ececec;
    }

    .program-icon {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .program-service-item h4 {
        font-size: 17px;
    }

    .program-service-item p {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* =========================================
   ECOSYSTEM PARTNERS
========================================= */

.ecosystem-partners-section {
    padding: 0 0 35px;
    background: #f7f8fb;
}

/* TITLE */

.ecosystem-partner-title {
    margin-bottom: 18px;
}

.ecosystem-partner-title h2 {
    font-size: 28px;
    font-weight: 800;

    color: #0a1744;

    position: relative;
    display: inline-block;

    margin: 0;
}

.ecosystem-partner-title h2::before,
.ecosystem-partner-title h2::after {
    content: "";

    position: absolute;
    top: 50%;

    width: 45px;
    height: 2px;

    background: #d7d7d7;
}

.ecosystem-partner-title h2::before {
    left: -60px;
}

.ecosystem-partner-title h2::after {
    right: -60px;
}

/* CARD */

.ecosystem-slider-card {
    background: #fff;

    border-radius: 18px;

    border: 1px solid #ececec;

    padding: 20px 60px;

    position: relative;

    overflow: hidden;

    box-shadow:
        0 4px 14px rgba(0,0,0,0.03);
}

/* SWIPER */

.ecosystemPartnerSlider {
    overflow: hidden;
}

/* SLIDE */

.ecosystemPartnerSlider .swiper-slide {
    height: auto;
}

/* ITEM */

.ecosystem-logo-item {
    height: 110px;

    border-right: 1px solid #ececec;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 10px 18px;
}

/* LAST */

.swiper-slide:last-child .ecosystem-logo-item {
    border-right: none;
}

/* IMAGE */

.ecosystem-logo-item img {
    max-width: 100%;
    max-height: 128px;

    object-fit: contain;
}

/* NAV BUTTON */

.eco-nav {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    width: 34px;
    height: 34px;

    border-radius: 50%;

    background: #0a1744;

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 10;

    transition: 0.3s ease;
}

.eco-nav:hover {
    background: #006d5b;
}

.eco-prev {
    left: 16px;
}

.eco-next {
    right: 16px;
}

/* PAGINATION */

.ecosystem-pagination {
    position: relative !important;

    margin-top: 18px;
}

.ecosystem-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;

    background: #d1d1d1;

    opacity: 1;
    transition: all 0.3s ease;

    margin: 0 4px !important;
}

.ecosystem-pagination .swiper-pagination-bullet-active {
    background: #006d5b;

    width: 20px;

    border-radius: 20px;
}

/* TABLET */

@media (max-width: 991px) {

    .ecosystem-slider-card {
        padding: 18px 50px;
    }

    .ecosystem-logo-item {
        height: 100px;
    }

    .ecosystem-logo-item img {
        max-height: 55px;
    }
}

/* MOBILE */

@media (max-width: 576px) {

    .ecosystem-partners-section {
        padding-bottom: 25px;
    }

    .ecosystem-partner-title h2 {
        font-size: 22px;
    }

    .ecosystem-partner-title h2::before,
    .ecosystem-partner-title h2::after {
        display: none;
    }

    .ecosystem-slider-card {
        border-radius: 14px;

        padding: 14px 42px;
    }

    .ecosystem-logo-item {
        height: 85px;

        padding: 8px 12px;
    }

    .ecosystem-logo-item img {
        max-height: 95px;
    }

    .eco-nav {
        width: 28px;
        height: 28px;

        font-size: 12px;
    }

    .eco-prev {
        left: 8px;
    }

    .eco-next {
        right: 8px;
    }
}






/* MINI PARTNER STRIPS*/

.support-partners-section {
    padding: 0 0 22px;
    background: #f7f8fb;
}

/* CARD */

.mini-partner-card,
.mini-payment-card {
    background: #fff;

    border: 1px solid #ececec;

    border-radius: 12px;

    overflow: hidden;

    display: flex;
    align-items: stretch;

    min-height: 140px;

    box-shadow:
        0 2px 8px rgba(0,0,0,0.025);
}

/* TITLE */

.mini-partner-title {
    width: 153px;
    min-width: 144px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 1px;

    padding: 10px 4px;

    border-right: 1px solid #ececec;

    text-align: center;

    background: #fff;
}

/* TITLE TEXT */

.mini-partner-title h4 {
    margin: 0;

    font-size: 12px;
    font-weight: 800;

    line-height: 1.45;

    color: #0a1744;

    letter-spacing: 0.2px;
}

/* LEAF */
/* PREMIUM GOLD ORNAMENT */

.mini-leaf {
    position: relative;

    width: 22px;
    height: 22px;

    display: inline-block;

    opacity: 0.9;
}

/* LEFT SIDE */

.mini-leaf:first-child::before {
    content: "༺";

    position: absolute;

    left: 0;
    top: 50%;

    transform: translateY(-50%) ;

    color: #c6a35c;

    font-size: 40px;

    line-height: 1;
}

/* RIGHT SIDE */

.mini-leaf:last-child::before {
    content: "༻";

    position: absolute;

    right: 0;
    top: 50%;

    transform: translateY(-50%);

    color: #c6a35c;

    font-size: 40px;

    line-height: 1;
}
/* LOGOS */

.mini-partner-logos {
    flex: 1;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    min-height: 74px;
}

/* 3 GRID */

.mini-partner-logos.three {
    grid-template-columns: repeat(2, 1fr);
}

/* BOX */

.mini-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 10px 14px;

    border-right: 1px solid #ececec;

    background: #fafafa;

    transition: 0.3s ease;
}

.mini-logo-box:last-child {
    border-right: none;
}



/* IMAGE */

.mini-logo-box img {
    max-width: 176px;
    max-height: 96px;

    object-fit: contain;

    opacity: 1;

    filter: grayscale(0%);

    transition: scale(1.03) ;
}

.mini-logo-box:hover img {
    opacity: 0.72;

    transform: 0.3s ease;
}

/* PAYMENT */

.payment-logo-area {
    flex: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 74px;

    background: #fff;
}

.payment-logo-area img {
    max-width: 132px;
    max-height: 90px;

    object-fit: contain;
}

/* TABLET */

@media (max-width: 991px) {

    .mini-partner-card,
    .mini-payment-card {
        flex-direction: column;
    }

    .mini-partner-title {
        width: 100%;
        min-width: 100%;

        border-right: none;
        border-bottom: 1px solid #ececec;

        padding: 14px 10px;
    }

    .mini-partner-logos {
        width: 100%;
    }
}

/* MOBILE */

@media (max-width: 576px) {

    .support-partners-section {
        padding-bottom: 18px;
    }

    .mini-partner-card,
    .mini-payment-card {
        border-radius: 10px;
    }

    .mini-partner-title {
        gap: 18px;
    }

    .mini-partner-title h4 {
        font-size: 11px;
    }

    .mini-leaf {
        font-size: 13px;
    }
    
.mini-leaf:last-child::before {
    font-size: 30px;
    top: 25%;
}
.mini-leaf:first-child::before {
    font-size: 30px;
    top: 25%;
}
    .mini-partner-logos {
        grid-template-columns: repeat(1, 1fr);
    }

    .mini-partner-logos.three {
        grid-template-columns: repeat(2, 1fr);
    }

    .mini-logo-box {
        min-height: 62px;

        padding: 10px;
    }

    .mini-logo-box img {
        max-width: 68px;
        max-height: 70px;
    }

    .payment-logo-area {
        min-height: 62px;
    }

    .payment-logo-area img {
        max-width: 88px;
    }
}
/*  EXACT CTA BANNER MATCH*/

.ecosystem-cta-section {
    padding: 0;
    margin-bottom: 0;
    background: #f7f8fb;
}

.ecosystem-cta-card {
    position: relative;
padding: 10px;
    overflow: hidden;

    border-radius: 14px;

    min-height: 112px;

    display: grid;
    grid-template-columns: 1.4fr 1fr 320px;

    align-items: center;

    background:
        linear-gradient(
            90deg,
            #006b49 0%,
            #00553c 45%,
            #063426 100%
        );

    box-shadow:
        0 6px 16px rgba(0,0,0,0.08);
}

/* LEFT */

.ecosystem-cta-left {
    display: flex;
    align-items: center;
    gap: 18px;

    padding: 0 32px;

    height: 100%;

    border-right:
        1px solid rgba(255,255,255,0.10);

    position: relative;
    z-index: 2;
}

/* ICON */

.ecosystem-cta-icon {
    width: 70px;
    height: 70px;

    min-width: 70px;

    border-radius: 50%;

    border:
        2px solid rgba(255,255,255,0.20);

    background:
        rgba(255,255,255,0.05);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    font-size: 30px;
}

/* TITLE */

.ecosystem-cta-content h2 {
    margin: 0;

    color: #fff;

    font-size: 20px;
    font-weight: 600;

    line-height: 1.4;
}

.ecosystem-cta-content h2 span {
    display: block;

    font-size: 33px;
    font-weight: 800;

    margin-top: 4px;
    color: white;
}

/* CENTER */

.ecosystem-cta-center {
    padding: 0 34px;

    border-right:
        1px solid rgba(255,255,255,0.10);

    height: 100%;

    display: flex;
    align-items: center;

    position: relative;
    z-index: 2;
}

.ecosystem-cta-center p {
    margin: 0;

    color: rgba(255,255,255,0.92);

    font-size: 16px;

    line-height: 1.9;
}

/* RIGHT */

.ecosystem-cta-right {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;

    position: relative;
    z-index: 2;
}

.ecosystem-cta-right a {
    background:
        linear-gradient(
            180deg,
            #ffc82d,
            #f3b012
        );

    color: #061a45;

    text-decoration: none;

    padding: 16px 34px;

    border-radius: 12px;

    font-size: 16px;
    font-weight: 800;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    transition: 0.3s ease;
}

.ecosystem-cta-right a:hover {
    transform: translateY(-2px);
}

/* RIGHT GRID BACKGROUND */

.ecosystem-pattern {
    position: absolute;

    right: 0;
    top: 0;

    width: 260px;
    height: 100%;

    background-image:
        linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);

    background-size: 30px 30px;

    opacity: 0.6;
}

/* TABLET */

@media (max-width: 991px) {

    .ecosystem-cta-card {
        grid-template-columns: 1fr;

        padding: 28px 22px;
    }

    .ecosystem-cta-left,
    .ecosystem-cta-center {
        border-right: none;

        padding: 0;

        margin-bottom: 20px;
    }

    .ecosystem-cta-right {
        justify-content: flex-start;
    }

    .ecosystem-cta-content h2 span {
        font-size: 28px;
    }

    .ecosystem-pattern {
        width: 100%;
    }
}

/* MOBILE */

@media (max-width: 576px) {

    .ecosystem-cta-card {
        padding: 22px 18px;
    }

    .ecosystem-cta-left {
        gap: 14px;
    }

    .ecosystem-cta-icon {
        width: 55px;
        height: 55px;

        min-width: 55px;

        font-size: 22px;
    }

    .ecosystem-cta-content h2 {
        font-size: 15px;
    }

    .ecosystem-cta-content h2 span {
        font-size: 24px;
    }

    .ecosystem-cta-center p {
        font-size: 13px;
        line-height: 1.8;
    }

    .ecosystem-cta-right a {
        width: 100%;

        justify-content: center;

        font-size: 14px;

        padding: 14px 18px;
    }
}

/* HOME FAQ SECTION*/
.home-faq-section{
    padding:20px 0;
    background:linear-gradient(180deg,#f7fafc 0%,#ffffff 100%);
    position:relative;
    overflow:hidden;
}

.home-faq-section::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(0,109,91,0.04);
    border-radius:50%;
    top:-200px;
    right:-120px;
}

.home-faq-title{
    font-size:28px;
    font-weight:800;
    color:#072B61;
    position:relative;
    display:inline-block;
    margin:0;
}

.home-faq-title::after{
    content:'';
    width:80px;
    height:4px;
    background:linear-gradient(to right,#072B61,#0E8A5F);
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-12px;
    border-radius:10px;
}

/*
GRID
 */

.faq-grid-layout{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    position:relative;
    z-index:2;
}

.faq-column{
    display:flex;
    flex-direction:column;
}

/* FAQ ITEM*/

.home-faq-item,
.faq-readmore-btn{
    border:none !important;
    border-radius:18px !important;
    overflow:hidden;
    margin-bottom:20px;
    background:#fff;
    box-shadow:0 8px 30px rgba(0,0,0,0.06);
    transition:all .3s ease;
}

.home-faq-item:hover,
.faq-readmore-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 40px rgba(0,109,91,0.12);
}

/*BUTTONS */

.home-faq-btn,
.faq-readmore-btn{
    background:linear-gradient(135deg,#072B61,#0E8A5F) !important;
    color:#fff !important;
    font-size:17px;
    font-weight:700;
    padding:18px;
    border:none !important;
    box-shadow:none !important;

    display:flex;
    align-items:center;
    gap:18px;

    transition:0.3s ease;
    text-decoration:none;

    min-height:82px;
    width:100%;
}

.home-faq-btn:not(.collapsed){
    background:linear-gradient(135deg,#0E8A5F,#072B61) !important;
}

.home-faq-btn:hover,
.faq-readmore-btn:hover{
    background:linear-gradient(135deg,#0a3a7a,#12936a) !important;
}

/*ICON */

.faq-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    background:rgba(255,255,255,0.15);

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

.faq-icon i{
    font-size:20px;
    color:#fff;
}

.home-faq-btn::after{
    display:none;
}

/* ARROW*/

.faq-arrow{
    margin-left:auto;
    transition:.3s;
}

.home-faq-btn:not(.collapsed) .faq-arrow{
    transform:rotate(180deg);
}

.faq-arrow i{
    color:#fff;
}

/* BODY */

.home-faq-body{
    padding:5px 15px 10px 65px;
    color:#000;
    font-size:17px;
    line-height:1.8;
    background:#fff;
    font-weight: 500;
}

/* MOBILE */

@media(max-width:768px){

    .home-faq-section{
        padding:40px 0;
    }

    .faq-grid-layout{
        grid-template-columns:1fr;
        gap:0;
    }

    .home-faq-title{
        font-size:24px;
    }

    .home-faq-btn,
    .faq-readmore-btn{
        font-size:15px;
        padding:18px;
        gap:14px;
        min-height:76px;
    }

    .faq-icon{
        width:40px;
        height:40px;
    }

    .faq-icon i{
        font-size:18px;
    }

    .home-faq-body{
        padding:0 20px 24px 72px;
        font-size:14px;
    }
}
/* READ MORE BUTTON ONLY */

.faq-readmore-btn{
margin-left:auto;
    width:fit-content !important;

    min-height:58px !important;

    padding:14px 26px !important;

    border-radius:14px !important;

    font-size:15px !important;

    gap:12px !important;

    margin-top:5px;

    display:inline-flex !important;

    justify-content:center;

    box-shadow:0 8px 24px rgba(0,0,0,0.08);
}

/* ICON SIZE */

.faq-readmore-btn .faq-icon{
    width:38px;
    height:38px;
    border-radius:10px;
}

.faq-readmore-btn .faq-icon i{
    font-size:16px;
}

/* RIGHT ARROW */

.faq-readmore-btn .faq-arrow i{
    font-size:14px;
}

/* MOBILE */

@media(max-width:768px){

    .faq-readmore-btn{

        width:100% !important;

        min-height:54px !important;

        font-size:14px !important;
    }
}
/* ABOUT SAMPATTI SECTION */

.about-sampatti-section{
    background: linear-gradient(135deg, #071739 0%, #0b1f4d 100%);
    /* padding: 80px 0; */
    position: relative;
    overflow: hidden;
}

.about-sampatti-section::before{
    content:'';
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(255,153,0,0.08);
    border-radius:50%;
    top:-100px;
    right:-80px;
    filter:blur(20px);
}

/* WRAPPER */

.about-wrapper{
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:28px;

    padding:30px;

    backdrop-filter:blur(10px);

    position:relative;
    z-index:2;

    text-align:center;
}

/* BADGE */

.about-badge{
    display:inline-block;

    padding:10px 20px;

    background:rgba(255,255,255,0.08);

    color:#fff;

    border-radius:50px;

    font-size:13px;

    letter-spacing:1px;

    margin-bottom:20px;
}

/* HEADING */

.about-heading{
    font-size:52px;
    font-weight:800;
    color:#fff;

    margin-bottom:35px;

    line-height:1.2;
}

.about-heading span{
    color:#ff9f1c;
}

/* CONTENT */

.about-content{
    
    margin:auto;
    text-align:justify;
}

.about-content p{
    color:rgba(255,255,255,0.82);
    font-size:17px;
    line-height:2;
    margin-bottom:22px;

    text-align:justify;
    text-justify:inter-word;
}

/* =========================
TABLET
========================= */

@media(max-width:991px){

    .about-wrapper{
        padding:45px 30px;
    }

    .about-heading{
        font-size:40px;
    }
}

/* =========================
MOBILE
========================= */

@media(max-width:576px){

    .about-sampatti-section{
        padding:60px 0;
    }

    .about-wrapper{
        padding:30px 22px;
        border-radius:22px;
    }

    .about-heading{
        font-size:30px;
        margin-bottom:25px;
    }

    .about-content{
        text-align:left;
    }
    .about-content p{
        font-size:15px;
        line-height:1.9;
         text-align:left;
    }
}
/*Sampatti CTA Section*/

.sampatti-cta-section{
    /* padding: 90px 0; */
    /* background: #071739; */
    position: relative;
    overflow: hidden;
}

.cta-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: 70px 60px;
    background:
        linear-gradient(135deg,
        #0b8f6a 0%,
        #0f6b5c 45%,
        #071739 100%);
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.cta-glow{
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.glow-1{
    width: 280px;
    height: 280px;
    background: #2fffc7;
    top: -100px;
    right: -50px;
}

.glow-2{
    width: 220px;
    height: 220px;
    background: #00bfff;
    bottom: -100px;
    left: -50px;
}

.cta-badge{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 22px;
    backdrop-filter: blur(8px);
}

.cta-title{
    font-size: 54px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 20px;
}

.cta-title span{
    color: #8fffdc;
}

.cta-text{
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255,255,255,0.85);
    max-width: 700px;
    margin-bottom: 0;
}

.cta-buttons{
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-end;
}

.cta-btn1{
    min-width: 220px;
    text-align: center;
    padding: 16px 30px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.35s ease;
}

.primary-btn{
    background: #fff;
    color: #0b8f6a;
    box-shadow: 0 10px 25px rgba(255,255,255,0.18);
}

.primary-btn:hover{
    transform: translateY(-4px);
    background: #eafff8;
    color: #0b8f6a;
}

.secondary-btn{
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    backdrop-filter: blur(10px);
}

.secondary-btn:hover{
    transform: translateY(-4px);
    background: rgba(255,255,255,0.14);
    color: #fff;
}

@media(max-width:991px){

    .cta-wrapper{
        padding: 50px 35px;
    }

    .cta-title{
        font-size: 42px;
    }

    .cta-buttons{
        margin-top: 35px;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media(max-width:576px){

    .sampatti-cta-section{
        padding: 60px 0;
    }

    .cta-wrapper{
        padding: 40px 24px;
        border-radius: 24px;
    }

    .cta-title{
        font-size: 32px;
    }

    .cta-text{
        font-size: 15px;
        line-height: 1.8;
    }

    .cta-buttons{
        flex-direction: column;
        width: 100%;
    }

    .cta-btn1{
        width: 100%;
        min-width: 100%;
    }
}



/* Impact+Event+Update SECTION */

.impact-section-custom{
    padding:20px;
    background:#f5f5f5;
    
}

.impact-grid-layout{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:15px;
    align-items:stretch;
}

/*COMMON CARD */

.impact-left-card,
.events-card-custom,
.updates-card-custom{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
}

/*IMPACT CARD */

.impact-left-card{
    background:#041b66;
    color:#fff;
    padding:20px;
}

.impact-heading{
    text-align:center;
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
    letter-spacing:.5px;
    color:#fff !important;
}

.impact-counter-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.impact-box{
    text-align:center;
    border-right:1px solid rgba(255,255,255,0.2);
    padding:10px 8px;
}

.no-border{
    border-right:none;
}

.impact-icon{
    margin-bottom:12px;
}

.impact-icon i{
    font-size:26px;
    color:#fff;
}

.impact-number-wrap{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    margin-bottom:10px;
}

.impact-counter,
.impact-number-wrap span:last-child{
    font-size:28px;
    font-weight:700;
    line-height:1;
    color:#fff !important;
}

.endless-text{
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
    color:#fff !important;
}

.impact-box p{
    margin:0;
    font-size:14px;
    line-height:1.5;
    color:#fff;
    font-weight:500;
}

/* EVENTS CARD*/

.events-card-custom{
    padding:16px;
}

.section-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:16px;
}

.section-top h3{
    font-size:18px;
    font-weight:700;
    color:#041b66;
    margin:0;
}

.section-top a{
    border:1px solid #ddd;
    padding:6px 14px;
    border-radius:8px;
    text-decoration:none;
    font-size:12px;
    color:#041b66;
    font-weight:600;
}

.event-content-row{
    display:flex;
    gap:14px;
}

.event-date-box{
    background:#041b66;
    color:#fff;
    min-width:75px;
    border-radius:14px;
    text-align:center;
    padding:14px 8px;
    height:fit-content;
}

.event-date-box h4{
    margin:0;
    font-size:34px;
    line-height:1;
    font-weight:700;
    color:#fff !important;
}

.event-date-box span{
    font-size:14px;
    font-weight:700;
     color:#fff !important;
}

.event-date-box p{
    margin:0;
    font-size:14px;
     color:#fff !important;
}

.event-details{
    width:100%;
}

.event-flex{
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
}

.event-flex h4{
    font-size:18px;
    line-height:1.4;
    color:#041b66;
    margin:0;
    font-weight:700;
}

.event-flex img{
    width:120px;
    height:78px;
    object-fit:cover;
    border-radius:10px;
}

.event-meta p{
    margin:0 0 6px;
    font-size:13px;
    color:#555;
}

.event-meta i{
    color:#041b66;
    margin-right:5px;
}

/* UPDATES CARD*/

.updates-card-custom{
    padding:16px;
}

.update-box{
    display:flex;
    gap:14px;
    padding-bottom:18px;
    margin-bottom:18px;
    border-bottom:1px solid #eee;
}

.update-box:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}

.update-icon-box{
    width:58px;
    height:58px;
    border-radius:14px;
    background:#edf5ef;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.update-icon-box i{
    font-size:24px;
    color:#006b5f;
}

.update-text h4{
    margin:0 0 8px;
    font-size:17px;
    line-height:1.4;
    color:#041b66;
    font-weight:700;
}

.update-text span{
    font-size:13px;
    color:#777;
}

/* TABLET */

@media(max-width:991px){

    .impact-grid-layout{
        grid-template-columns:1fr;
    }

    .impact-counter-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px 0;
    }

    .impact-box:nth-child(2){
        border-right:none;
    }
}

/* MOBILE */

@media(max-width:576px){

    .impact-section-custom{
        padding:15px;
    }

    .impact-counter-grid{
        grid-template-columns:1fr;
    }

    .impact-box{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,0.2);
        padding-bottom:20px;
        margin-bottom:20px;
    }

    .impact-box:last-child{
        border-bottom:none;
        margin-bottom:0;
    }

    .event-content-row{
        flex-direction:column;
    }

    .event-date-box{
        width:100%;
    }

    .event-flex{
        flex-direction:column;
    }

    .event-flex img{
        width:100%;
        height:180px;
    }

    .section-top h3{
        font-size:16px;
    }

    .impact-heading{
        font-size:16px;
    }

    .endless-text{
        font-size:28px;
    }

    .update-text h4{
        font-size:15px;
    }
}