@import url('https://fonts.googleapis.com/css2?family=Abel&family=Fira+Sans+Condensed:ital@1&family=Lexend+Zetta&family=Livvic:ital,wght@1,300&family=Open+Sans:wght@600&family=Roboto:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Sora:wght@700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

:root{
    --abel: 'Abel',sans-serif;
    --sans:'Fira Sans Condensed', sans-serif;
    --lexend: 'Lexend Zetta',sans-serif;
    --livic:'Livvic',sans-serif;
    --roboto: 'Roboto',sans-serif;
    --montesserat:'Montserrat',
    sans-serif;
    /* --dmsan:'Dm Sans' */

}
html {
    scroll-behavior: smooth;
}

.new_showcase_container,.become_showcase{
    background-image:linear-gradient(to right, #FFFFFF, #FFFFFF),
    url('../images/newindex/samic-3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border: none;
    /* height: 100vh; */
}
.new_showcase_container{
    margin-top: 0.5rem;
}


.become_showcase{
background-image:linear-gradient(to right, #FFFFFF, #FFFFFF),
    url('../images/newindex/become_vendor.svg');
}

.showcase_row{
    padding-top: 10%;
}

.showcase_first_col{

}


.badge {
    display: inline-flex;           
    align-items: center;            /* vertically center text & icon */
    gap: 6px;                       /* space between icon and text */
    padding: 3px 8px;              /* badge padding */
    background-color: #EDFFEE;   /* badge background */                   
    border-radius: 20px;            /* pill shape */
    line-height: 1;
    white-space: nowrap;
    border:1px solid #23A229;
}

.badge-icon {
    width: 16px;
    height: 16px;
}

.badge-text {
    margin: 0; 
    color: #23A229; 
    font-size: 10px;
    font-weight:600 ;                   
}

.badge-two {
    display: inline-flex;           
    align-items: center;            /* vertically center text & icon */
    gap: 6px;                       /* space between icon and text */
    padding: 6px 16px;              /* badge padding */
    background-color: #23A229;      /* badge background */                   
    border-radius: 20px;            /* pill shape */
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 12px;
     position: absolute;
     top: -23px;
     left: 35rem;
}



 .partner-container {
            max-width: 1400px;
            margin: 0 auto;
            background-color: #F8F8F8;
            padding: 20px 20px;
            border-radius: 8px;
            position: relative;
        }

        .partner-badge {
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #23A229;
            color: white;
            padding: 10px 30px;
            border-radius: 5px;
            font-size: 0.9rem;
            font-weight: 600;
            white-space: nowrap;
            box-shadow: 0 4px 12px rgba(0, 200, 150, 0.3);
        }

        .logos-container {
            display: flex;
            justify-content: space-around;
            align-items: center;
            gap: 40px;
            padding: 20px 0;
        }

        .logo-item {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: transform 0.3s ease;
        }

        .logo-item:hover {
            transform: scale(1.1);
        }

        .logo {
            width: 300px;
            height: auto;
            object-fit:cover ;
        }

        /* Individual logo styles if using divs with background colors */
        .logo-wrapper {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            font-weight: 700;
            color: white;
            transition: transform 0.3s ease;
        }

        .logo-wrapper:hover {
            transform: scale(1.1);
        }

        @media (max-width: 768px) {
            .partner-container {
                /* padding: 60px 30px 40px;
                margin-top: 40px; */
                /* display: none; */
                width: 100%;
                margin-top: 30px;
            }

            .logos-container {
                /* display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 15px; */
                display: flex;
                flex-direction: row;
               
            }
            .logo-item img {
                height: 55px;
                width: 100px;
                padding: -30px;
                /* margin-left: 10px; */
            }
            .logo-item .logo {
            }
            .logo-item {
                /* flex-basis: calc(50% - 15px); */
            }

            .partner-badge {
                font-size: 0.85rem;
                padding: 8px 25px;
                 /* position: absolute;
            top: -20px;
            left: 37%; */
            }
        }

        @media (max-width: 480px) {
            .logo-item {
                flex-basis: 100%;
            }

            .logos-container {
                gap: 20px;
            }
        }

.first_col_header{
    color: #000000;;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    width: 100%;
}

.first_col_header p{
    color: #000000;;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    width: 100%;
}

.first_col_header span{
    color: #23A229;
}

/* .first_col_header_main{
    color: #000000;;
    font-size: 45px;
    font-weight: 700;
    line-height: 70px;
    width: 100%;
} */
.first_col_header_main span{
    color: #23A229;
}
.first_col_details_main{
    width: 90%;
    color:  #000000;;
}

.first_col_details{
    width: 90%;
    color:  #000000;;
}
@media(max-width: 768px){
     .first_col_header_main {
        color: #000000;
        font-size: 65px;
        font-weight: 700;
        line-height: -50px;
        
 }
 @media (max-width: 430px){
    .first_col_header p{
        font-size: 45px;   /* bigger text */
        line-height: 50px; /* tighter spacing */
        font-weight: 700;
        color: #000000;
    }
}
@media (max-width: 768px){
    .first_col_header p{
        font-size: 40px;   /* bigger on mobile */
        line-height: 50px; /* tighter spacing */
        font-weight: 700;
        color: #000000;
    }
}
    /* .first_col_details_main{
        margin-left: 40px;
    }
    .badge{
        margin-left: 70px;
    }
    .hero_btn {
        margin-left: 40px;
    }  */
}
.new-login-create-cont{
    display: flex;
    gap: 12px;
    width: 100%;
}

.new-login-create-cont a{
    color: white;
    /* border: 1px solid rgba(225, 225, 225, 0.7); */
    margin-right: 20px;
    border-radius: 40px;
    transition: .5s;
    

}

/* Buy Now */
.new_login_button{
    background-color: #23A229;
    color: #fff;
    border: 1px solid #23A229;
}

/* Create Account */
.create_button{
    border: 1px solid #23A229;
    color: #23A229;
}

/* Mobile */
@media (max-width: 768px){
    .new-login-create-cont a{
        font-size: 16px;
        padding: 11px 14px;
    }
}

/* iPhone screens */
@media (max-width: 430px){
    .new-login-create-cont a{
        font-size: 15px;
        padding: 10px 12px;
    }
}

.new-login-create-cont .new_login_button{
    padding: 10px 30px;
    border-radius: 5px;
}
.create-button {
    padding: 8px 30px;
        border: 1px solid #23A229 ;
        color: #23A229;
        transition: .5s;
}
.create-button:hover{
    background-color: #C0E5C8;
}
/* @media (max-width:768px) {
    .new-login-create-cont {
        flex-direction: column;
    }
}
@media(max-width: 430px){
    .new-login-create-cont {
        flex-direction: column;
    }
} */
/*-join community section-*/



/* ─────────────────────────────────────────
   BASE CARD
───────────────────────────────────────── */
.earnings-card {
    display: block;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    background: #F0FFF1;
    border: 2px solid #23A229;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow:
        0 0 60px rgba(31, 41, 55, 0.15),
        0 0 80px rgba(31, 41, 55, 0.08);
}
 
.earnings-card:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 30px rgba(31, 41, 55, 0.12);
}
.earnings-card:hover .earnings-card__title,
.earnings-card:hover .earnings-card__amount {
    color: #23A229;
}
 
/* ─────────────────────────────────────────
   TITLE
───────────────────────────────────────── */
.earnings-card__title {
    font-size: 11px;
    font-weight: 500;
    color: #1a2e23;
    margin: 0 0 4px;
    letter-spacing: 0.2px;
}
 
/* ─────────────────────────────────────────
   AMOUNT ROW
───────────────────────────────────────── */
.earnings-card__amount-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap;
    margin-bottom: 4px;
}
 
.earnings-card__amount {
    font-size: 16px;
    font-weight: 800;
    color: #1a2e23;
    letter-spacing: -0.5px;
    line-height: 1;
    white-space: nowrap; 
}
 
/* ─────────────────────────────────────────
   BADGE
───────────────────────────────────────── */
.earnings-card__badge {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #fff;
    background-color: #23A229;
    border-radius: 20%;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    letter-spacing: 0.2px;
    white-space: nowrap;
    flex-shrink: 0;
}
 
.earnings-card__badge::before {
    content: '▲';
    font-size: 7px;
    margin-right: 3px;
}
 
/* ─────────────────────────────────────────
   SUBTITLE
───────────────────────────────────────── */
.earnings-card__sub {
    font-size: 9.5px;
    color: #6b8c78;
    margin: 0;
    letter-spacing: 0.1px;
}
 
/* ─────────────────────────────────────────
   DESKTOP  (>768px) — small fixed card
───────────────────────────────────────── */
@media (min-width: 769px) {
    .earnings-sticky-wrapper {
        position: fixed;
        top: 55%;
        right:50px;
        transform: translateY(-50%);
        z-index: 1050;
        display: flex;
        pointer-events: none;
    }
 
    .earnings-card {
        pointer-events: all;
        width: 240px;
        /* padding: 10px 12px 8px; */
        border-radius: 10px;
    }
}
 
/* ─────────────────────────────────────────
   MOBILE (≤768px) — full-width sticky bar
───────────────────────────────────────── */
@media (max-width: 768px) {
    .earnings-sticky-wrapper {
        position: sticky;
        top: 24px;
        z-index: 100;
        display: flex;
        justify-content: center;
        padding: 0 16px;
        pointer-events: none;
        margin: 20px;
    }
 
    .earnings-card {
        pointer-events: all;
        width: 100%;
        max-width: 600px;
        padding: 12px 20px;
        border-radius: 5px;
        margin-top: 3rem;
    }
 
    .earnings-card__title {
        font-size: 14px;
        margin-bottom: 6px;
    }
 
    .earnings-card__amount {
        font-size: 26px;
    }
 
    .earnings-card__badge {
        font-size: 14px;
        padding: 3px 9px;
    }
 
    .earnings-card__sub {
        font-size: 12.5px;
    }
}
 
@media (max-width: 330px) {
    .earnings-card {
        border-radius: 10px;
    }
}
    .wa-section {
        background-color: #f0fdf4;
        padding: 60px 20px;
        margin: 40px auto;
        max-width: 1400px;
        border-radius: 16px;
    }

    .wa-container {
        max-width: 1400px;
        margin: 0 auto;
        text-align: center;
    }

    .wa-title {
        font-size: 1.6rem;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 24px 0;
    }

    .wa-features {
        list-style: none;
        padding: 0;
        margin: 0 0 32px 0;
        text-align: left;
        display: inline-block;
    }

    .wa-features li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 0.975rem;
        color: #374151;
        margin-bottom: 14px;
        line-height: 1.5;
    }

    .wa-features li:last-child {
        margin-bottom: 0;
    }

    .wa-check-icon {
        flex-shrink: 0;
        width: 22px;
        height: 22px;
        margin-top: 1px;
    }

    .wa-join-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin:auto;
        max-width:100px;
        background-color: #23A229;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 1rem;
        padding: 13px 52px;
        border-radius: 8px;
        text-decoration: none;
        transition: background-color 0.2s ease, transform 0.15s ease;
    }

    .wa-join-btn:hover {
        background-color: #23A229;
        color: #fff;
        transform: translateY(-1px);
    }

    @media (max-width: 480px) {
        .wa-title {
            font-size: 1.3rem;
        }

        .wa-join-btn {
            width: 100%;
            text-align: center;
            padding: 13px 20px;
        }
    }

/* -----------Ticker scroll Section--------------  */

.ticker-wrapper {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 35px;
    margin-bottom: 25px;
    border: none;
    
    /* font-family: 'DM Sans', sans-serif; */
}

.ticker-row {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.ticker-track {
    display: flex;
    width: max-content;
    gap: 32px;
    align-items: center;
}

/* Row 1: right to left */
.track-ltr {
    animation: scrollLeft 60s linear infinite;
}

/* Row 2: left to right */
.track-rtl {
    animation: scrollRight 60s linear infinite;
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 13px;
    color: #374151;
    padding: 4px 0;
}

.ticker-icon svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.ticker-name {
    font-weight: 500;
    color: #9ca3af;
}

.ticker-label.earn {
    color: #16a34a;
    font-weight: 300;
}

.ticker-label.ambassador {
    color: #16a34a;
    font-weight: 300;
}

.ticker-time {
    color: #9ca3af;
    font-size: 12px;
}

@keyframes scrollLeft {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scrollRight {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.ticker-wrapper:hover .ticker-track {
    /* animation-play-state: paused; */
}

@media (max-width: 768px) {
    .ticker-wrapper {
        /* margin-top: -90px; */
       
    }
    .ticker-row {
    }
}
/* -----------proof of payment Section--------------  */      
    .proof-section {
        padding: 60px 20px;
    }

    .proof-container {
        max-width: 1100px;
        margin: 0 auto;
    }

    .proof-title {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 30px;
        color: #1a1a1a;
    }

    .proof-title span {
        background: linear-gradient(90deg, #4CD964, #23A229 );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .proof-frame {
        border: 2px solid #22c55e;
        border-radius: 12px;
        overflow: hidden;
        padding: 16px;
        background: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .proof-frame > img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        display: block;
        object-fit: cover;
    }

    /* Grid for multiple images */
    .proof-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .proof-receipt-card {
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #e5e7eb;
        box-shadow: 0 1px 4px rgba(0,0,0,0.06);
        cursor: pointer;
        transition: box-shadow 0.2s ease;
    }

    .proof-receipt-card:hover {
        box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    }

    .proof-receipt-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* CTA Button */
    .proof-cta {
        margin-top: 24px;
        text-align: center;
    }

    .check-here-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background-color: #23A229;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 1rem;
        padding: 12px 32px;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.2s ease;
    }

     .check-here-btn-2 {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background-color: #23A229;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 1rem;
        padding: 12px 32px;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.2s ease;
        
       
    }
    @media (max-width:330px){
        .check-here-btn-2 {
            width: 100%;
            align-items: center;
            justify-content: center;
            margin-top: 30px;
        }
    }
     @media (max-width:760px){
        .check-here-btn-2 {
            width: 100%;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
            
        }
    }


    .check-here-btn:hover {
        /* background-color: #16a34a; */
        color: #fff;
    }

    .check-here-btn svg {
        width: 18px;
        height: 18px;
    }

    /* Lightbox */
    .proof-lightbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.80);
        z-index: 9999;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .proof-lightbox.active {
        display: flex;
    }

    .proof-lightbox-inner {
        position: relative;
        max-width: 800px;
        width: 100%;
    }

    .proof-lightbox-close {
        position: absolute;
        top: -36px;
        right: 0;
        background: none;
        border: none;
        color: #fff;
        font-size: 2rem;
        cursor: pointer;
        line-height: 1;
        transition: color 0.2s;
    }

    .proof-lightbox-close:hover {
        color: #22c55e;
    }

    .proof-lightbox-inner img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 8px 40px rgba(0,0,0,0.4);
        display: block;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .proof-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .proof-title {
            font-size: 1.5rem;
        }
    }

    @media (max-width: 480px) {
        .proof-grid {
            grid-template-columns: repeat(1, 1fr);
        }
    }


/* -----------Our Services Section--------------  */
.new_our_services_container{
    padding-top: 50px;
  
}
.play-store-container{
    padding-top: 50px;
    background: #F0FFF1;
    padding-bottom: 50px;
}

.new_our_services_header{
    text-align: center;
    padding-bottom: 50px;
}

.new_our_services_header div{
    display: inline-block;
    /* border-bottom: 3px solid #23A229; */
    font-weight: bold;
    font-size: 40px;
    /* font-family: var(--roboto); */
    color: rgba(0, 0, 0, 0.8);


}

.service_header{
    padding-top: 50px;
    font-size: 40px;
    /* font-family: var(--abel); */
}

.service-content{
    width: 90%;
    padding-top: 12px;
}

.service_button{
    margin-top: 20px;
    background-color: #23A229;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    color: #FFFFFF;
    transition: 0.5s;
    display: inline-block;
    
}

.service_button:hover{
    background-color: #23A229;
    color: white;
}

.service_first_col{
    padding-top: 50px;

}

.service_second_col{
    padding-top: 50px;
    padding-left: 40px;
}


/* ----------Our Services Section------------  */

/* Integrate Our API Section  */

.api_section{
    padding-top: 50px;
}

.api_image_container{
    /* border:1px solid red; */
    /* height: 300px; */
    position: relative;
    text-align: center;
}

.api_image_background {
    /* border: 1px solid green; */
    position: absolute;
    height:500px;
    width: 75%;
    border-radius: 30px;
    background-color: #C0E5C8;


}

.api_image{
    /* border: 1px solid blue; */
    position: absolute;
    height: 500px;
    width: 80%;


    left: 50px;
    top: 40px;
    background-image:linear-gradient(rgba(0,0,0,0.5) , rgba(0,0,0,0.5)) ,  url('../images/newindex/api-2.jpg');
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}


.api_content_container{
    padding-top: 20px;
    margin-bottom: 150px;
}

.api_header{
    font-size: 30px;
    font-weight: bold;
    /* font-family: var(--abel); */

}


.api_content{
    width: 80%;
    padding-bottom: 20px;
}

.api_button{
    border: 1px solid red;
    display: inline-block;
    padding: 12px 30px;
}

.own-website-header{
    font-size: 40px;
    font-family: var(--abel);
}

.own-website-col{
    border-right: 1px solid rgb(205, 203, 203);
}

.own-website-content{
    width: 90%;
    padding-top: 20px;
    font-family: var(--abel);
    font-size: 20px;
    /* font-weight: bold; */

}

.ambassador-header{
    font-size: 40px;
    font-family: var(--abel);
    /* padding-left: 20px; */
}

.ambassador-row{
    padding-bottom: 40px ;
}

.ambassador-content{
    width: 90%;
    padding-top: 20px;
    font-family: var(--abel);
    font-size: 20px;
    /* padding-left: 20px; */
}

.amb-col-cont{
    padding-left: 20px;

}

  /* body {
    font-family: 'DM Sans', sans-serif;
    background: #f5f7f5;
    padding: 40px 20px;
    color: #1a1a1a;
  } */



/* Integrate Our API Section  */
@media (max-width: 600px) {
      
    .badge-two {
        top: -18px;
        left: 50px;
        padding: 3px 6px;
    }

    .badge-two-text {
        font: 7px;
    }
    .network-card img {
    width: 150px;
    height: auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    
    }
.network-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}
    .parent-trust-div {
        display: none;
        /* margin-top: -2rem; */
    }
}
.showcase_sec_col img{
    display: block;
}
.new_showcase_container{
    overflow: hidden;
}
.btn-div{
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 18px;
}
.btn-div a{
    padding: 10px 30px;
}

@media (max-width:768px){
    .showcase_sec_col{
        display: none;
         border: none !important;
    }
    .btn-div a{
    padding: 8px ;
}
    .btn-div a:nth-child(1){
        padding: 10px 20px;
    }
    .badge{
        margin-top: 32px;
        margin-bottom: -4rem;
    }
    .badge-two {
        top: -18px;
        left: 60px;
        padding: 3px 6px;
    }

    .badge-two-text {
        font: 7px;
    }
     .network-card img {
     width: 90px;
    height: auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    }
.network-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}
    .parent-trust-div {
        display: none;
        /* margin-top: -2rem; */
    }
    
    .new-login-create-cont{
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-top: 30px;
    }

    .new-login-create-cont a{
        margin-bottom: 10px !important;
    }
    .new-login-create-cont a:nth-of-type(2) li {
        width: 100%;
        padding: 8px;
    }

    .service_first_col{
        display: none;

    }

    .service_header{
        padding-top: 0px;
    }

    .service_second_col{
        padding-top: 20px;
    }

    .service-content{
        width: 95%;
    }

    .first_col_details{
        padding-top: 20px;
        font-size: 15px;
        font-weight: 500;
    }

    .api_first_col{
        height: 500px;
    }

    .api_image{
        width: 87%;
    }

    .api_image_background{
        width: 85%;
    }

    .api_content{
        width: 100%;
    }
    .api_header_1 {
    margin-top: 30px;
}

    .api_row{
        margin-bottom: 150px;
    }

    .amb-col-cont{
        padding-left: 0px;
        padding-top: 30px;
    }

    .api_header{
        font-size:24px ;
    }

    .own-website-header{
        font-size: 30px;
        font-weight: bold;
    }

    .first_col_header{
        margin-top: 6px;
        font-size: 26px;
        line-height: 50px;
    }

    .ambassador-header{
        font-size: 30px;
        font-weight: bold;
    }


}

/* How we work section */

.work-container {
            max-width: 1200px;
            margin: 0 auto;
            
            background-color: white;
            padding: 60px 50px;
            border-radius: 8px;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-top: 2rem;
            margin-bottom: 30px;
            color: #000000;
        }

        .section-title .highlight {
            /* color: #23A229; */
            background: linear-gradient(90deg, #4CD964, #23A229 );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .description {
            color: #515151;
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 60px;
            max-width: 900px;
        }

        .steps-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            position: relative;
            gap: 40px;
        }

        .step {
            flex: 1;
            text-align: center;
            position: relative;
        }

        .icon-wrapper {
            width: 80px;
            height: 80px;
            background-color: #23A229;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            position: relative;
            z-index: 2;
        }

        .icon-wrapper img {
            width: 40px;
            height: 40px;
            fill: white;
        }

        /* Connecting line */
        .step:not(:last-child) .icon-wrapper::after {
           content: '';
            position: absolute;
            left: 100%;
            top: 50%;
            width: calc(100% + 40px);
            height: 20px;
            background-image: url('images/newindex/Vector-292.svg');
            background-repeat: repeat-x;
            background-position: center;
            transform: translateY(-50%);
            z-index: 1;
                }

        .connecting-line {
            position: absolute;
            left: -37rem;
            top: 30px; /* Adjust to align with icon center */
            width: 270px; /* Distance to next icon */
            height: 20px;
            margin-left: 10px;
            font: 24px
            }

             .connecting-line-2 {
            position: absolute;
            left: -14rem;
            top: 30px; /* Adjust to align with icon center */
            width: 270px; /* Distance to next icon */
            height: 20px;
            margin-left: 10px;
            font: 24px
            }

        @media (max-width: 768px) {
            .step:not(:last-child) .icon-wrapper::after {
                width: calc(100% + 20px);
            }
              .connecting-line {
          display: none;
            }
              .connecting-line-2 {
          display: none;
            }
        }

        .step-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #000000;
            margin-bottom: 12px;
        }

        .step-description {
            font-size: 0.9rem;
            color: #595959;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .work-container {
                padding: 40px 30px;
                margin-top: -8rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .steps-container {
                flex-direction: column;
                gap: 50px;
            }

            .step:not(:last-child) .icon-wrapper::after {
                display: none;
            }

             .connecting-line {
          display: none;
            }
              .connecting-line-2 {
          display: none;
            }
        }

/* Testimonial section */

 .testimony-container {
            max-width: 1200px;
            margin: 0 auto;
            background-color: #f8f9fa;
            padding: 60px 50px;
            border-radius: 8px;
        }

        .testimonial-section-title {
            font-size: 2.5rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 60px;
            color: #1a1a1a;
        }

        .testimonial-section-title .testimonial-highlight {
            background: linear-gradient(90deg, #4CD964, #23A229 );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .testimonial-card {
            background-color: #f8f9fa;
            padding: 25px;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .testimonial-card.featured {
            background: linear-gradient(135deg, #38C682 0%, #2FB658 100%);
            color: white;
            grid-column: 1;
            grid-row: 2;
        }

        .testimonial-text {
            font-size: 0.95rem;
            line-height: 1.7;
            color: #555;
        }

        .testimonial-card.featured .testimonial-text {
            color: white;
        }

        .author-info {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #ddd;
            overflow: hidden;
            flex-shrink: 0;
        }

        .author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .author-details {
            display: flex;
            flex-direction: column;
            gap: 3px;
        }

        .author-name {
            font-weight: 600;
            font-size: 1rem;
            color: #1a1a1a;
        }

        .testimonial-card.featured .author-name {
            color: white;
        }

        .author-title {
            font-size: 0.85rem;
            color: #888;
        }

        .testimonial-card.featured .author-title {
            color: rgba(255, 255, 255, 0.9);
        }

        /* Specific positioning for the layout */
        .testimonial-card:nth-child(1) {
            grid-column: 1;
            grid-row: 1;
        }

        .testimonial-card:nth-child(2) {
            grid-column: 2;
            grid-row: 1;
        }

        .testimonial-card:nth-child(3) {
            grid-column: 1;
            grid-row: 2;
        }

        .testimonial-card:nth-child(4) {
            grid-column: 2;
            grid-row: 2;
        }

        .testimonial-card:nth-child(5) {
            grid-column: 1;
            grid-row: 3;
        }

        @media (max-width: 768px) {
            .testimony-container {
                padding: 40px 30px;
            }

            .section-title {
                font-size: 2rem;
            }

            .testimonials-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .testimonial-card,
            .testimonial-card.featured {
                grid-column: 1 !important;
                grid-row: auto !important;
            }
        }

/* Ambassador section */

.ambassador-container {
            max-width: 1200px;
            margin: 0 auto;
            background-color: white;
            padding: 60px 50px;
            border-radius: 8px;
        }

        

        .section {
            display: flex;
            align-items: center;
            gap: 60px;
            margin-bottom: 80px;
        }

        .section:last-child {
            margin-bottom: 0;
        }

        .section.reverse {
            flex-direction: row-reverse;
        }

        .content {
            flex: 1;
        }

        .image-wrapper {
            flex: 1;
            max-width: 450px;
        }

        .image-wrapper img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            display: block;
        }

        .ambassador-section-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: #23A229;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .ambassador-section-description {
            font-size: 1rem;
            line-height: 1.8;
            color: #272727;
            margin-bottom: 30px;
        }

        .amb-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background-color: #23A229;
            color: white;
            padding: 12px 30px;
            border-radius: 5px;
            text-decoration:none;
            font-weight: 600;
            font-size: 0.95rem;
            transition: background-color 0.3s ease, transform 0.2s ease;
            border: none;
            cursor: pointer;
        }

        .amb-btn:hover {
            background-color: #219727 ;
            transform: translateY(-2px);
            color: white;
        }

        .amb-btn::after {
            content: '›';
            font-size: 1.5rem;
            line-height: 1;
        }

        @media (max-width: 968px) {
            .section,
            .section.reverse {
                flex-direction: column;
                gap: 40px;
            }

            .image-wrapper {
                /* max-width: 100%; */
                display: none;
            }

            .section-title {
                font-size: 1.8rem;
            }

            .ambassador-container {
                padding: 40px 30px;
            }
        }

        @media (max-width: 480px) {
            .section-title {
                font-size: 1.5rem;
            }

            .section-description {
                font-size: 0.95rem;
            }
        }

         /* ── Video Section ── */
  
    .pv-section {
        padding: 60px 20px;
        background-color: #f0fdf4;
        border-radius: 20px;
        margin: 40px auto;
        max-width: 1100px;
    }
    .pv-carousel-wrapper2{
        padding: 60px 20px;
        background-color: #f0fdf4;
        border-radius: 20px;
        margin: 40px auto;
        max-width: 1100px;
       
        }
        .pv-section2{
            margin-top: -2rem;
        }
    @media(max-width:760px) {
        .pv-section {
            margin-top: -3rem;
        }
        .pv-carousel-wrapper2{
           max-width: 800px;
        }
        .board-container{
            max-width: 800px;
        }
    }
    .pv-header {
        text-align: center;
        margin-bottom: 32px;
    }

    .pv-badge {
        display: inline-block;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 999px;
        padding: 6px 16px;
        font-size: 0.85rem;
        color: #374151;
        margin-bottom: 12px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    }

    .pv-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #111827;
        margin: 0;
    }
    .pv-title span {
        color: #23A229;
    }

    /* Carousel wrapper */
    .pv-carousel-wrapper {
        position: relative;
    }

    /* Overflow hidden viewport */
    .pv-carousel-viewport {
        overflow: hidden;
        border-radius: 14px;
    }

    /* Track slides horizontally */
    .pv-carousel-track {
        display: flex;
        transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        gap: 20px;
    }

    /* Each card takes 50% minus half the gap */
    .pv-card {
        flex: 0 0 calc(50% - 10px);
        position: relative;
        border-radius: 14px;
        overflow: hidden;
        background: #000;
        aspect-ratio: 16 / 9;
        cursor: pointer;
    }

    /* YouTube thumbnail */
    .pv-thumbnail {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
    }

    .pv-card:hover .pv-thumbnail {
        transform: scale(1.03);
    }

    .pv-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        transition: background 0.3s ease;
    }

    .pv-card:hover .pv-overlay {
        background: rgba(0, 0, 0, 0.20);
    }

    /* Watch video button */
    .pv-watch-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #22c55e;
        color: #fff;
        font-weight: 600;
        font-size: 0.95rem;
        padding: 10px 22px;
        border-radius: 999px;
        border: none;
        cursor: pointer;
        white-space: nowrap;
        box-shadow: 0 4px 14px rgba(34, 197, 94, 0.45);
        transition: background 0.2s ease, transform 0.2s ease;
        z-index: 3;
    }

    .pv-watch-btn:hover {
        background: #16a34a;
        transform: translate(-50%, -50%) scale(1.05);
    }

    .pv-watch-btn svg {
        width: 16px;
        height: 16px;
        fill: #fff;
        flex-shrink: 0;
    }

    /* iframe */
    .pv-iframe-wrap {
        position: absolute;
        inset: 0;
        display: none;
        z-index: 5;
    }

    .pv-iframe-wrap iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    .pv-iframe-wrap.active {
        display: block;
    }

    /* Prev / Next arrow buttons */
    .pv-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #fff;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 10px rgba(0,0,0,0.15);
        z-index: 20;
        transition: background 0.2s ease, box-shadow 0.2s ease;
    }

    .pv-arrow:hover {
        background: #22c55e;
        box-shadow: 0 4px 16px rgba(34,197,94,0.35);
    }

    .pv-arrow:hover svg {
        stroke: #fff;
    }

    .pv-arrow svg {
        width: 20px;
        height: 20px;
        stroke: #1a1a1a;
        fill: none;
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .pv-arrow-left  { left: -22px; }
    .pv-arrow-right { right: -22px; }

    .pv-arrow:disabled {
        opacity: 0.35;
        cursor: not-allowed;
        background: #fff;
    }

    .pv-arrow:disabled svg {
        stroke: #9ca3af;
    }

    /* Dots */
    .pv-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
    }

    .pv-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #d1d5db;
        border: none;
        cursor: pointer;
        padding: 0;
        transition: background 0.2s ease, transform 0.2s ease;
    }

    .pv-dot.active {
        background: #22c55e;
        transform: scale(1.3);
    }

    @media (max-width: 640px) {
        .pv-card {
            flex: 0 0 100%;
        }

        .pv-arrow-left  { left: -14px; }
        .pv-arrow-right { right: -14px; }

        .pv-title { font-size: 1.35rem; }
    }


  /* ── Benefits Section ── */
  .benefits-section {
    padding: 20px;
}

.ambas-card-container {
    max-width: 1000px;
    margin: auto;
}

.ambas-section-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 60px;
}

.ambas-section-title span {
      color: #23A229;
}

.ambas-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.ambas_flex_container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.ambas-card-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 20px;
     margin-bottom: 60px;
}
.ambas-card-button{
    display: flex;
    justify-content: center;
    margin-top: -3rem;
}
.benefit-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 2rem;
    max-width: 1200px;
    width: 100%;
    padding: 0 10px;
    margin-top: -3rem;
}
.ambas-card {
    padding: 12px 15px;
    border-radius: 20px;
    transition: 0.3s ease;
    backdrop-filter: blur(10px);
    border: transparent;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
}

.ambas-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.ambas-card .icon {
    /* font-size: 18px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 20px; */
    width: 40px;
    height: 40px;
    margin: auto;
}

.ambas-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ambas-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #475569;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* Gradient Variants */

.blue {
    background: 
       
         linear-gradient(to top right , #8CE1EB -40%, transparent 30%),
        linear-gradient(to bottom left,  #9fa3a3 -40%, transparent 30% );
}


 .green {
 background: radial-gradient(ellipse 75% 55% at 50% 42%, #d4f5e2 0%, #ffffff 65%); } 

/* FC573B */

.orange {
    background: 
     linear-gradient(to top right , #f0a79a -40%, transparent 30%),
        linear-gradient(to bottom left,  #9fa3a3 -40%, transparent 30% );
}

.purple {
    background: 
    linear-gradient(to top right , #EAE3FA -40%, transparent 30%),
        linear-gradient(to bottom left,  #9fa3a3 -40%, transparent 30% );
}

.pink {
    background: 
        linear-gradient(to top right , #FFE2EE -40%, transparent 30%),
        linear-gradient(to bottom left,  #9fa3a3 -40%, transparent 30% );
}

/*  Responsive */

@media (max-width: 992px) {
    .ambas-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ambas-cards-grid {
        grid-template-columns: 1fr;
    }
     .ambas-card-grid-2 {
        grid-template-columns: 1fr;
    }

    .ambas-section-title {
        font-size: 26px;
    }
}
/* FAQ section */

   .faq-container {
            max-width: 1200px;
            margin: 0 auto;
            background-color: white;
            padding: 50px 40px;
            border-radius: 8px;
        }

        .faq-section-title {
            font-size: 2rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 40px;
            color: #1a1a1a;
        }

        .faq-section-title .faq-highlight {
            background: linear-gradient(90deg, #4CD964, #23A229 );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .faq-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .faq-item {
            background-color: #f8f9fa;
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-question {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 25px;
            cursor: pointer;
            user-select: none;
            transition: background-color 0.3s ease;
        }

        .faq-question:hover {
            background-color: #e9ecef;
        }

        .faq-item.active .faq-question {
            background-color: #e9ecef;
        }

        .question-content {
            display: flex;
            align-items: center;
            gap: 15px;
            flex: 1;
        }

        .question-number {
            font-size: 1.1rem;
            font-weight: 700;
            /* background: linear-gradient(90deg, #4CD964, #23A229 );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; */
            color: #454749;
            min-width: 30px;
        }

        .question-text {
            font-size: 1.5rem;
            font-weight: 600;
            /* background: linear-gradient(90deg, #4CD964, #23A229 );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; */
            color: #454749;
        }

        .question-icon {
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(90deg, #4CD964, #23A229 );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 1.5rem;
            transition: transform 0.3s ease;
            flex-shrink: 0;
        }

        .faq-item.active .question-icon {
            transform: rotate(0deg);
            color: #00c896;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 0 25px 25px 70px;
        }

        .answer-content {
            color: #555;
            font-size: 0.9rem;
            line-height: 1.7;
        }

        .answer-section {
            margin-bottom: 15px;
        }

        .answer-section:last-child {
            margin-bottom: 0;
        }

        .answer-title {
            font-weight: 600;
            color: #6D7079;
            margin-bottom: 5px;
        }

        .answer-text {
            margin-bottom: 8px;
            color: #6D7079;
        }

        .answer-link {
            color: #23A229;
            text-decoration: none;
        }

        .answer-link:hover {
            text-decoration: underline;
        }

        .see-all-container {
            margin-top: 30px;
            text-align: right;
        }

        .see-all-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #23A229;
            font-weight: 600;
            font-size: 1rem;
            text-decoration: none;
            transition: gap 0.3s ease;
        }

        .see-all-btn:hover {
            gap: 12px;
        }

        .see-all-btn::after {
            content: '→';
            font-size: 1.2rem;
        }

        @media (max-width: 768px) {
            .faq-container {
                padding: 40px 25px;
            }

            .faq-section-title {
                font-size: 1.6rem;
            }

            .faq-question {
                padding: 18px 20px;
            }

            .faq-item.active .faq-answer {
                padding: 0 20px 20px 55px;
            }

            .question-number {
                font-size: 1rem;
            }

            .question-text {
                font-size: 0.95rem;
            }
        }

/**
MTN CUG landing page styles
**/
.cug p{
    font-size: .9rem;;
}


.how-it-works header{
    padding: 10px;
    background-color:#292C3E ;
    margin-top: 100px;
}

.process{
    background-color: #efefef;
}

.process h4{
    font-size: .9rem;
    color: #292C3E;
    font-weight: bold;
    text-transform: capitalize;
}

.process i{
    display: inline-block;
    left: 5px;
    top: 5px;
    font-size: 2rem;
}

div.benefits{
    background-color: #292C3E;
    color: #fff !important;
}

div.benefits section{
    margin: 200px auto;
}


.cug-benefits li h3{
    font-size: 1.2rem;
}
.cug-benefits > li{
    flex-basis: 50%;
    margin: 30px auto;
    font-size: 1.2rem;
    position: relative;
}

.cug-benefits i{
    font-size: 1.2rem;
    height: 2rem;
    width: 2rem;
    background-color: #23A229;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    color: #f3f3f3;
    border-radius: 50%;
    border: 2px solid #fff;;
    box-shadow: 0 0 7px #153b22;
    position: absolute;
    top:0;
    left: -30px;
}

@media only screen and (max-width: 768px){
    .cug-benefits > li{
        margin: 25px  auto;
        margin-left: 50px;
        font-size: .9rem;
    }
    .badge{
        margin-top: 32px;
    }
     .badge-two {
        top: -18px;
        left: 50px;
    }
    .cug-benefits i{
        font-size: 1rem;
        height: 1.6rem;
        width: 1.6rem;
    }
}

@media only screen and (max-width: 480px){
    .cug-benefits i{
        font-size: 1.2rem;
        height: 2rem;
        width: 2rem;
    }
    .badge{
        margin-top: 32px;
    }
     .badge-two {
        top: -18px;
        left: 50px;
    }
}
.sect-header{
    width: auto;
    padding: 5px auto;
    border-bottom: 2px solid #23A229;
    display: inline-block;
}

.sect-header h2{
    font-size: 1.8rem;
}

.cug-intro{
    font-size: 1.8rem;
}

.how-it-works-intro{
    font-size: 1rem;
}

@media only screen and (max-width: 480px){
    .how-it-works-intro{
        font-size: .9rem;
    }
}

.cta-intro{
    font-size: 1.5rem;
    color: #292C3E;
    font-weight: bold;
}


/**
privacy policy styles
**/
.privacy p, .privacy ul li {
    font-size: 1rem !important;
}

.privacy ul li{
    position: relative;
    padding-left: 20px;
}

.privacy li i{

    display: inline-block;
    position: absolute;
    left: -10px;
    top: 5px;
    color: #292C3E;
    font-weight: bold;
}

.privacy .top-header{
    background-color: #292C3E;
    padding: 100px;
}

/* Styling for the Own a Website/App Page  */

.vendor_summary_class{
    padding: 50px 120px 50px 120px;
}

.vendor_summary_title{
    font-family: var(--abel);
    font-size: 30px;
    background-color: white;

    /* font-weight: bold; */

    /* border-bottom: 1px solid red; */
}

.vendor_summary_body{
    background-image: url('../images/newindex/summarybody.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: justify;
    margin-top: 10px;
    padding-top:10px;
    padding-left: 10px;
    padding-bottom: 10px;
    /* border-radius: 4px; */
    border-left: 1px solid #23A229;

}

.vendor_summary_title span{
    color:#23A229;
}

.become_vendor_button{
    text-align: right;
    width: 100%;
    margin-left: auto;
    padding-top: 10px;
}

.vendor_features_header{
    font-size: 30px;
    /* text-align: center; */
    /* padding-bottom: 10px; */
    border-bottom: 2px solid #23A229;
    display: inline-block;
    font-family: var(--abel);
    font-weight: bold;


}

.vendor_feature_title_cont{
    text-align: center;
}

.vendor_feature_row{
    padding: 30px 100px 10px 100px;
    text-align: center;
}




.vendor_feature_col_content{
    background-color: white;
    box-shadow: 0px 10px 40px rgba(121, 102, 107, 0.1);
    padding: 20px;
    text-align: left;
    border-radius: 20px;
    font-family: var(--abel);
    margin-bottom: 20px;
    min-height: 300px;
    /* font-weight: bold; */
}

.vendor_feature_img_cont{
    margin-bottom: 12px;
}

.vendor_feature_col_title{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.1px;
}

.vendor_feature_col_body{
    font-family: var(--abel);
    /* font-weight: bold; */
    color: #979797;
}

@media(max-width:600px){
    .vendor_feature_row {
        padding: 30px 30px 10px 30px;
        text-align: center;
    }
     .badge-two {
        top: -18px;
        left: 50px;
    }

    .vendor_summary_class {
        padding: 50px 30px 50px 30px;
    }

    .vendor_summary_col_2{
        display: none;
    }

}


/**
* utility classes
*/
.text-light-green{
    color: #23A229
}

.bg-light-green{
    background-color: #23A229;
}

.bg-second-dark{
    background-color: #292C3E;
}
.benefits p{
    color:#aaa;
}

.benefits h3{
    font-size: 1rem;
}

.pricing{
    background-image: url('./img/middle-drop-bigger.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-options span.option{
    font-size: .8rem;
    color: #bbb;
}

@media only screen and (max-width: 640px){
    .price-wrapper{
        width: 400px;
    }
}

.marketing{
    border-top: 1px solid #23A229;
}

.marketing li{
    display: inline-block;
    margin: 2px 4px;
}


/**
styles for the ambassadors landing page
**/
h2.brand-header{
    border-bottom: 2px solid #23A229;
    padding-bottom: 10px;
    display: inline-block;
}

p.brand-text{
    font-size: 1.2rem;
}

.img-wrapper{
    position: relative;
}

.img-wrapper::after{
    width: 200px;
    height: 200px;
    content: "";
    display: inline-block;;
    background-color: #292C3E;
    border-radius: 50%;
    position: absolute;
}

img.amb-lady{
    display: inline-block;
    width: 250px;
    position: absolute;
    margin-bottom: -40px;
    z-index: 100;
}

@media only screen and (max-width: 640px)
{
    .img-wrapper::after{
        display: none;
    }
    img.amb-lady{
        display: none;
    }
}

.amb-features{
    background-color: #292C3E12;
}

.features-item{
    position: relative;
    padding-left: 30px;
}

.features-item .icon-wrapper{
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -10px;
    border-radius: 50%;
    background-color: #292C3E;
    color: #C0E5C8;
}

.features-item .svg-icons {
    width: 20px;
    height: auto;
}

.brand-items-heading{
    font-size: 1rem;
}

.mid-icons{
    width: 30px;
    color: #292C3E88;
}


.earnings{
    color: #C0E5C8;

    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    padding-top: 60px;
    padding-bottom: 60px;
}

.earnings .brand-header{
    color: #C0E5C8;
}

.earnings h3{
    color: #C0E5C8;
}

.earnings p{
    color: #efefef;
}

.earnings .earnings-logo{
    width: 200px;
    display: flex;
    align-self: center;
    justify-self: center;
}

.amb-steps h3{
    color: #eff5f0;
}
.amb-steps p
{
    color: #aaa;
}

.amb-steps a{
    color: #eff5f0;
    text-decoration: underline;
}

.amb-steps .icons{
    width: 50px;
    color: #C0E5C8;
}

a.cta{
    color: #efefef;
    border-radius: 10px;
}

a.cta:hover{
    color: #eee;
    transform: scale(1.2);
}

.stats-wrapper{
    margin: 120px auto;
}

.stats{
    box-shadow: 0 0 15px #ddd;
    width: auto;
    border-radius: 10px;
}

.stats-figure{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #292C3E;
    font-weight: 900;
}

.stats-text{
    color:#979797;
    font-size: 1rem;
    text-align: center;
    display: block;
}