@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: #141414 !important;
    font-family: Lato !important;

}


.btn-transparent {
    color: #fff;
    background-color: none;
    border-color: #f8f9fa;
}

.btn-transparent:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-transparent.focus,
.btn-transparent:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-transparent.disabled,
.btn-transparent:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-transparent:not(:disabled):not(.disabled).active,
.btn-transparent:not(:disabled):not(.disabled):active,
.show>.btn-transparent.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-transparent:not(:disabled):not(.disabled).active:focus,
.btn-transparent:not(:disabled):not(.disabled):active:focus,
.show>.btn-transparent.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.navbar-nav.ml-auto li+li {
    margin-left: 15px;

    /* adjust space between buttons */
}

/* Give the buttons rounded corners */
.btn {
    border-radius: 8px;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}

.navbar-nav {
    background: #D9D9D91A;
    backdrop-filter: blur(4px);
    border-radius: 6px;
}

.navbar-nav .nav-item {
    width: 115px;
    text-align: center;
    vertical-align: middle;
    margin: 0 5px;
    padding: 5px;
}

.navbar-nav .nav-item:hover,
.navbar-nav .nav-item:active,
.navbar-nav .nav-item:focus,
.navbar-nav .active {
    background: #D9D9D91A;
    backdrop-filter: blur(4px);
    border-radius: 10px;

}

.navbar-nav svg,
.header-explore svg,
.learn-more svg {
    width: 20px;
    height: 20px;


}

.navbar-dark .navbar-nav .nav-link {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}

.header-container {
    /* Base background to fall back on */
    background: #141414;
    /* Smooth radial gradient that merges with black */
    background: radial-gradient(ellipse at top center,
            rgb(31, 58, 38) 0%,
            /* inner greenish tone */
            rgba(29, 44, 33, 1) 40%,
            /* softer dark green fade */
            rgba(20, 20, 20, 0.9) 70%,
            /* near-black transition */
            rgba(20, 20, 20, 1) 100%
            /* pure black edge */
        );
}

.header-container h1 {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: center;

}

.header-container .first-line {

    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.header-container .header-lead {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 166%;
    letter-spacing: 0%;
    text-align: center;

}

.header-container img {
    height: 500px;
}

@media (max-width: 1024px) {
    .header-container img {
        height: 400px;
    }
}

/* Mobile screens */
@media (max-width: 768px) {
    .header-container img {
        height: 300px;
    }
}

/* Small mobile screens */
@media (max-width: 480px) {
    .header-container img {
        height: 200px;
        width: 100%;
        /* make it full width */
        object-fit: cover;
        /* crop nicely */
    }
}

.success-btn {
    border-radius: 20px;
    font-size: 9px;
}

.success-btn svg {
    height: 10px;
    width: 10px;
}

.header-container .header-row .card {
    width: 200px;
    background: #D9D9D91A;
    font-family: Lato, sans-serif;
    /* font-weight: 600; */
    font-size: 15px;
    /* line-height: 100%;
    letter-spacing: 0%; */
    text-align: center;
    text-transform: capitalize;

}

.header-container .header-row .first-card {

    transform: skewY(-15deg);
    transition: transform 0.3s ease;

}

.header-container .header-row .last-card {

    transform: skewY(15deg);
    transition: transform 0.3s ease;

}


.header-row {
    margin-top: -40px;
}

.header-explore {
    margin-top: 70px;
}

.w-lg-50 {
    width: 50% !important;
}

.w-lg-75 {
    width: 75% !important;
}

.w-lg-85 {
    width: 85% !important;
}

.header-card-footer {
    background: #4DD06A1A;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;

}

.header-cards-row .header-card {
    border-radius: 30px;
    background: #2a2f2a !important;
    box-shadow: 8px 13px 55px 0px #00000040;
}

.header-cards-row .header-card .header-lead {

    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}

.header-cards-row .header-card .detail {

    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    / */ line-height: 137%;
    letter-spacing: 0%;
    text-align: center;
}

.header-card-first-card {
    transform: skewY(-15deg);
    transition: transform 0.3s ease;
}

.header-card-last-card {
    transform: skewY(15deg);
    transition: transform 0.3s ease;
}

/* ===== Base Styles (Desktop ≥1200px) ===== */
/* Your current styles remain as-is above */

/* ===== Large tablets / small laptops (992px – 1199px) ===== */
@media (max-width: 1199.98px) {
    .header-card {
        transform: none !important;
    }

    .header-container h1 {
        font-size: 60px;
        line-height: 65px;
    }

    .header-container .first-line,
    .header-container .header-lead {
        font-size: 16px;
    }

    .header-container .header-row .card {
        width: 200px;
    }

    .header-row {
        margin-top: 0px;
    }

    .header-explore {
        margin-top: 0px;
    }

    .w-lg-75,
    .w-lg-50,
    .w-lg-85 {
        width: 100% !important;
    }

}

/* ===== Tablets (768px – 991px) ===== */
@media (max-width: 991.98px) {
    .header-container h1 {
        font-size: 48px;
        line-height: 52px;
    }

    .header-container .first-line,
    .header-container .header-lead {
        font-size: 15px;
    }

    .header-container .header-row .card {
        width: 120px;
        font-size: 14px;
    }

    .header-row {
        margin-top: 0px;
    }

    .header-explore {
        margin-top: 0px;
    }

    .w-lg-75,
    .w-lg-50,
    .w-lg-85 {
        width: 100% !important;
    }
}

/* ===== Large phones (576px – 767px) ===== */
@media (max-width: 768px) {
    .header-container h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .header-container .first-line,
    .header-container .header-lead {
        font-size: 14px;
    }

    .header-container .header-row .card {
        width: 100px;
        font-size: 13px;
    }

    /* reduce card tilt for small screens */
    .header-container .header-row .first-card,
    .header-container .header-row .last-card,
    .header-card-first-card,
    .header-card-last-card {
        transform: skewY(0deg) !important;

    }

    .header-row {
        margin-top: 0px;
    }

    .header-explore {
        margin-top: 0px;
    }

    .w-lg-75,
    .w-lg-50,
    .w-lg-85 {
        width: 100% !important;
    }
}

/* ===== Small phones (<576px) ===== */
@media (max-width: 575.98px) {
    .header-container h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .header-container .first-line,
    .header-container .header-lead {
        font-size: 12px;
    }

    .header-container .success-btn {
        font-size: 8px;
        border-radius: 15px;
    }

    .header-explore .btn {
        font-size: 8px;

    }

    .header-container .header-row .card {
        width: 100%;
        font-size: 12px;
        display: none !important;
    }

    /* flatten cards more to save space */
    .header-container .header-row .first-card,
    .header-container .header-row .last-card,
    .header-card-first-card,
    .header-card-last-card {
        transform: skewY(0deg);
    }

    .header-explore svg {
        width: 12px;
        height: 12px;


    }

    .header-row {
        margin-top: 0px;
    }

    .header-explore {
        margin-top: 0px;
    }

    .w-lg-75,
    .w-lg-50,
    .w-lg-85 {
        width: 100% !important;
    }
}

/* ===== Base styles (already written above) ===== */

/* ---------- Media Queries ---------- */

/* Extra-small devices (portrait phones, <576px) */
@media (max-width: 575.98px) {
    .header-cards-row .header-card .header-lead {
        font-size: 16px;
    }

    .header-cards-row .header-card .detail {
        font-size: 14px;
    }
}

/* Small devices (landscape phones, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .header-cards-row .header-card .header-lead {
        font-size: 17px;
    }

    .header-cards-row .header-card .detail {
        font-size: 15px;
    }
}

/* Medium devices (tablets, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-cards-row .header-card .header-lead {
        font-size: 18px;
    }
}

/* about us */

.section__title {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 0;

    /* ✅ Gradient text */
    background: linear-gradient(90deg, #FFFFFF -1.06%, #4DD06A 94.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* for WebKit browsers */
    background-clip: text;
    /* standard property */
    color: transparent;
    /* fallback */
}


.about-area .section__desc {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 166%;
    letter-spacing: 0%;


}

.dark-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #222222;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 12px
}

.dark-card>hr {
    margin-right: 0;
    margin-left: 0
}

.dark-card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.dark-card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.dark-card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.dark-card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.dark-card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.dark-card-title {
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.dark-card-detail {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 166%;
    letter-spacing: 0%;

}

.about-title {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;


}

/* generic image box – keep image centered */
.generic-img-box {
    text-align: center;
}

/* default desktop size handled by Bootstrap grid */

/* Tablet adjustments (≤992px) */
@media (max-width: 992px) {
    .section__title {
        font-size: 42px;
        /* scale down big heading */
    }

    .about-area .section__desc {
        font-size: 15px;
    }
}

/* Mobile adjustments (≤576px) */
@media (max-width: 576px) {
    .section__title {
        font-size: 32px;
        text-align: center;
    }

    .about-area .section__desc {
        font-size: 14px;
        text-align: center;
    }

    .generic-img-box {
        margin-top: 2rem;
        /* space between text and image when stacked */
    }

    .img__item-2 {
        width: 100%;
        /* ensure full width in its column */
        height: 300px;
    }
}


/* ===========================
   ✅ Responsive Typography
   =========================== */

/* Base (desktops ≥1200px) */
.section__title,
.about-title {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;

}

.dark-card-title {
    font-size: 18px;
}

.dark-card-detail,
.about-area .section__desc {
    font-size: 18px;
}

/* ✅ Large tablets / small desktops (≤1200px) */
@media (max-width: 1200px) {

    .section__title,
    .about-title {
        font-size: 62px;
    }
}

/* ✅ Tablets (≤992px) */
@media (max-width: 992px) {

    .section__title,
    .about-title {
        font-size: 42px;
    }

    .dark-card-title {
        font-size: 17px;
    }
}

/* ✅ Large phones (≤768px) */
@media (max-width: 768px) {

    .section__title,
    .about-title {
        font-size: 34px;
    }

    .about-area .section__desc,
    .dark-card-detail {
        font-size: 15px;
    }
}

/* ✅ Small phones (≤576px) */
@media (max-width: 576px) {

    .section__title,
    .about-title {
        font-size: 28px;
    }

    .dark-card-title {
        font-size: 16px;
    }

    .about-area .section__desc,
    .dark-card-detail {
        font-size: 14px;
    }
}

/* ✅ Extra-small phones (≤400px) */
@media (max-width: 400px) {

    .section__title,
    .about-title {
        font-size: 24px;
    }
}

/* deatils */
.detail-container {
    background: #141414;
    background: radial-gradient(circle at center, #4dd06a14 16%,
            /* bright green center */
            #4DD06A14 34%,
            /* darker green ring */
            rgb(20 20 20 / 69%) 69%,
            /* almost black */
            #141414 100%
            /* solid black/charcoal outer edge */
        );
}

.detail-container .detail-card-title {
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 14px;
    color: #fff;


}

.detail-container .card-detail {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 166%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.detail-card1-image {
    width: 135px;
    height: 135px;
    opacity: 1;
    position: relative;

}

.card-with-corner-img {
    width: 100%;
    /* position: relative; */
    /* background-color: #222; */
    /* border-radius: 12px; */
    color: #fff;
    background-image: url(../images/top-left.png), url(../images/bottom-right.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: 200px;
    padding: 6px 10px 6px 10px;


}

.card-with-corner-img-inverse {
    width: 100%;
    color: #fff;
    background-image:
        url("../images/Ellipse-18.png"),
        url("../images/top-right.png"),
        url("../images/bottom-left.png");

    background-position:
        top left,
        /* Ellipse */
        top right,
        /* top-right image */
        bottom left;
    /* bottom-left image */

    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat;

    background-size:
        95%,
        /* size for ellipse */
        150px,
        /* size for top-right */
        150px;
    /* size for bottom-left */

    padding: 6px 10px;
}


.card-with-corner {
    padding: 6px 10px 6px 10px;

}

.detail-card2-image {
    width: 90%;
    height: 165px;
    opacity: 1;
    position: relative;


}

.detail-card3-image {

    width: 265px;
}


.how_it_works_title {

    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 85px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;


    /* ✅ Gradient text */
    background: linear-gradient(90deg, #FFFFFF -1.06%, #4DD06A 94.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* for WebKit browsers */
    background-clip: text;
    /* standard property */
    color: transparent;
    /* fallback */
}

/* ---------- Base (large desktop) ---------- */
/* your current styles remain as they are */

/* ---------- Large tablets / small desktops (≤1200px) ---------- */
@media (max-width: 1200px) {

    .how_it_works_title {
        font-size: 70px;
    }

    .detail-container .detail-card-title {
        font-size: 22px;
    }
}

/* ---------- Tablets (≤992px) ---------- */
@media (max-width: 992px) {

    .how_it_works_title {
        font-size: 60px;
    }

    .detail-container .detail-card-title {
        font-size: 20px;
    }

    .detail-container .card-detail {
        font-size: 13px;
    }

    .detail-card1-image {
        width: 120px;
        height: 120px;
    }

    .detail-card2-image {
        width: 80%;
        height: auto;
        /* keep aspect ratio */
    }

    .detail-card3-image {
        width: 220px;
    }

    .card-with-corner-img {
        background-size: 150px;
        /* scale decorative corners */
        padding: 6px 8px;
    }
}

/* ---------- Large phones (≤768px) ---------- */
@media (max-width: 768px) {

    .how_it_works_title {
        font-size: 48px;
    }

    .detail-container .detail-card-title {
        font-size: 18px;
    }

    .detail-container .card-detail {
        font-size: 12px;
    }

    .detail-card1-image {
        width: 100px;
        height: 100px;
    }

    .detail-card3-image {
        width: 180px;
    }

    .card-with-corner-img {
        background-size: 120px;
        padding: 6px;
    }
}

/* ---------- Small phones (≤576px) ---------- */
@media (max-width: 576px) {

    .how_it_works_title {
        font-size: 36px;
    }

    .detail-container .detail-card-title {
        font-size: 16px;
    }

    .detail-container .card-detail {
        font-size: 12px;
    }

    .detail-card1-image {
        width: 80px;
        height: 80px;
    }

    .detail-card2-image {
        width: 100%;
        height: auto;
    }

    .detail-card3-image {
        width: 150px;
    }

    .card-with-corner-img {
        background-size: 90px;
        padding: 6px 4px;
    }
}

/* ---------- Extra-small phones (≤400px) ---------- */
@media (max-width: 400px) {

    .how_it_works_title {
        font-size: 28px;
    }

    .detail-container .detail-card-title {
        font-size: 15px;
    }

    .detail-container .card-detail {
        font-size: 11px;
    }

    .card-with-corner-img {
        background-size: 70px;
    }
}

/*footer  */

.footer-area a {
    text-decoration: none;
    color: #fff !important;


}

.footer-area {
    color: #fff !important;
}

.footer-area ul {
    list-style: none;
    color: #fff;
}

.footer-area .logo {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 152%;
    letter-spacing: 0%;
    color: #fff;

}

.footer-area h3 {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 152%;
    letter-spacing: 0%;
}

.social-icons {
    list-style: none;
    /* remove bullets */
    padding: 0;
    margin: 0;
}

.social-icons li {
    display: inline-block;
    /* ✅ place icons side by side */
    margin-right: 8px;
    /* space between icons */
}

.social-icons li:last-child {
    margin-right: 0;
    /* no extra space after the last one */
}

.footer-area h2 {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 152%;
    letter-spacing: 0%;

}

.footer-item a {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 152%;
    letter-spacing: 0%;
    display: block;
    margin-bottom: 5px;

}

/* ---------- Responsive breakpoints ---------- */

/* ✅ Tablets (≤ 992px) */
@media (max-width: 992px) {
    .footer-header {
        text-align: center;
    }

    .footer-area .logo {
        font-size: 24px;
    }

    .footer-area h2 {
        font-size: 18px;
    }

    .footer-area h3 {
        font-size: 16px;
    }

    .footer-item a {
        font-size: 14px;
    }

    .social-icons li {
        margin-right: 6px;
    }
}

/* ✅ Mobile landscape & small tablets (≤ 768px) */
@media (max-width: 768px) {
    .footer-header {
        text-align: center;
    }

    .footer-area .logo {
        font-size: 22px;
    }

    .footer-area h2 {
        font-size: 16px;
    }

    .footer-area h3 {
        font-size: 15px;
    }

    .footer-item a {
        font-size: 13px;
    }

    .social-icons {
        text-align: center;
        /* center the icons */
    }

    .social-icons li {
        margin-right: 5px;
    }
}

@media (max-width: 576px) {
    .footer-item {
        text-align: center;
    }
}

/* ✅ Mobile portrait (≤ 480px) */
@media (max-width: 480px) {
    .footer-area .logo {
        font-size: 20px;
    }

    .footer-area h2 {
        font-size: 15px;
    }

    .footer-area h3 {
        font-size: 14px;
    }

    .footer-item a {
        font-size: 12px;
    }

    .footer-item {
        text-align: center;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        /* allow icons to wrap if needed */
        gap: 4px;
    }
}

/*footer end  */
.how-it-works .card {
    width: 50%;
    backdrop-filter: blur(27px);
    border-radius: 16px;
    background: #FFFFFF1A;
    text-align: center;
    color: #fff;


}

.how-it-works .card img {
    width: 100%;
}

.how-it-works .card-title {
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;

}

.how-it-works .card-detail {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 166%;
    letter-spacing: 0%;
    text-align: center;


}

.bg-green {
    background: #4DD06A14;

}

/* ---------- Responsive Breakpoints ---------- */

/* ✅ Tablet (≤992px) */
@media (max-width: 992px) {
    .how-it-works .card {
        width: 70%;
    }

    .how-it-works .card-title {
        font-size: 16px;
    }

    .how-it-works .card-detail {
        font-size: 13px;
    }
}

/* ✅ Mobile (≤576px) */
@media (max-width: 576px) {
    .how-it-works .card {
        width: 90%;
        /* stack cards full-width */
    }

    .how-it-works .card-title {
        font-size: 15px;
    }

    .how-it-works .card-detail {
        font-size: 12px;
    }
}

.badge-glass {
    backdrop-filter: blur(12px);
    background: #00000033;
    border-radius: 6px;
    width: fit-content;
    display: flex;
    align-items: flex-end;
    /* ✅ correct value */
}

/*  programs */
.program-title {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;


}

.program-detail {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 166%;
    letter-spacing: 0%;
    color: #fff;
    text-align: center;

}

.programs .card {
    border-radius: 16px;
    background: #f6f3f32e;
    text-align: center;
    color: #fff;
    width: 100%;
    height: auto;
    opacity: 1;
    backdrop-filter: blur(22px)
}

.programs .card-title {
    font-family: Lato, sans-serif;
    /* font-weight: 600; */
    font-style: SemiBold;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.programs .card-detail {


    font-family: Lato, sans-serif;
    /* font-weight: 400; */
    font-style: Regular;
    font-size: 19px;
    line-height: 166%;
    letter-spacing: 0%;


}

.programs .learn-more {
    font-size: 25px;
}

.icon-cards {
    position: relative;
    width: 667px;
    height: 635px;
    margin: 0;
    color: white;
    perspective: 1750px;
    transform-origin: center;
}

.icon-cards__content {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: translateZ(-30vw) rotateY(0);
    -webkit-animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.icon-cards__content.step-animation {
    -webkit-animation: carousel 8s infinite steps(1) forwards;
    animation: carousel 8s infinite steps(1) forwards;
}

.icon-cards__item {
    position: absolute;
    width: 535px !important;
    height: 277px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transform-origin: center;
    margin: 0 auto;
}

/* Card positions: 4 cards spaced 90deg apart */
.icon-cards__item:nth-child(1) {
    /* transform: skewY(-15deg) translate(0, 0);
    top: 5%;
    left: 10%;
    */
    /* left: 0; */
    bottom: 0;
    width: 687px !important;
    height: fit-content !important;
}

.icon-cards__item:nth-child(2) {
    transform: skewY(-22deg);
    top: 54%;
    left: 697px;
    /* right: 72px; */
    bottom: 0;
    perspective: 1000px;
    height: fit-content !important;


}

.icon-cards__item:nth-child(3) {
    transform: skewY(23deg);
    /* top: -7%; */
    /* left: -317%; */
    left: -550px;
    top: 235px;
    z-index: 100000;
    height: fit-content !important;

    perspective: 1000px;

}

.icon-cards__item:nth-child(4) {
    transform: skewY(-22deg);
    /* bottom: 27%; */
    /* left: -250%; */
    right: 526px;
    top: 0;
    perspective: 1000px;
    height: fit-content !important;


}

/* ✅ Different font sizes for the FIRST card only */
.programs .icon-cards__item:not(:first-child) .card-title {
    font-size: 26px !important;
    /* bigger (or any size you want) */
}

.programs .icon-cards__item:not(:first-child) .card-detail {
    font-size: 16px !important;
    /* adjust as needed */
}

.programs .icon-cards__item:not(:first-child) .learn-more {
    font-size: 18px !important;
    /* adjust as needed */
}

/* ---------- Base styles remain the same (your existing code) ---------- */

/* ---------- Responsive breakpoints ---------- */

/* Large tablets / small laptops  (≤1200px) */
@media (max-width: 992px) {

    .programs .card-title {
        font-size: 24px;
    }

    .programs .card-detail {
        font-size: 16px;
    }

    .programs .learn-more {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .program-title {
        font-size: 42px;
    }

    .program-detail {
        font-size: 16px;
    }

    .programs .card-title {
        font-size: 22px;
    }

    .programs .card-detail {
        font-size: 15px;
    }

    .programs .learn-more {
        font-size: 16px;
    }

    .badge-glass {
        font-size: 14px;
        padding: 0.4rem 0.6rem;
    }
}

@media (max-width: 480px) {
    .program-title {
        font-size: 32px;
    }

    .program-detail {
        font-size: 14px;
    }

    .programs .card-title {
        font-size: 20px;
    }

    .programs .card-detail {
        font-size: 14px;
    }

    .programs .learn-more {
        font-size: 15px;
    }
}

@media (max-width: 1550px) {

    .icon-cards {
        position: relative;
        width: 405px;
        height: 635px;
        margin: 0;
        color: white;
        perspective: 1750px;
        transform-origin: center;
    }

    .icon-cards__item {
        position: absolute;
        width: 450px !important;
        height: 277px !important;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        transform-origin: center;
        margin: 0 auto;
    }

    /* Card positions: 4 cards spaced 90deg apart */
    .icon-cards__item:nth-child(1) {

        bottom: 0;
        width: 545px !important;
    }

    .icon-cards__item:nth-child(2) {
        transform: skewY(-22deg);
        top: 54%;
        left: 560px;
        /* right: 72px; */
        bottom: 0;
        perspective: 1000px;
        height: fit-content !important;


    }

    .icon-cards__item:nth-child(3) {
        transform: skewY(23deg);
        /* top: -7%; */
        /* left: -317%; */
        left: -460px;
        top: 235px;
        z-index: 100000;
        height: fit-content !important;

        perspective: 1000px;

    }

    .icon-cards__item:nth-child(4) {
        transform: skewY(-22deg);
        /* bottom: 27%; */
        /* left: -250%; */
        right: 348px;
        top: 0;
        perspective: 1000px;
        height: fit-content !important;


    }
}

@media (max-width: 1199.98px) {
    .icon-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        /* spacing between cards */
        width: 100% !important;
        height: auto;
    }

    .icon-cards__content {
        position: static;
        transform: none;
        animation: none;
        /* stop carousel animation */
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }

    .icon-cards__item,
    .icon-cards__item:nth-child(1) {
        position: static !important;
        /* remove absolute */
        transform: none !important;
        /* remove skew/3D transforms */
        width: 100% !important;
        /* 2 columns */
        height: auto !important;
        margin: 0 auto;
    }

    .icon-cards__item,
    .icon-cards__item:nth-child(1) {
        position: static !important;
        /* remove absolute */
        transform: none !important;
        /* remove skew/3D transforms */
        width: 100% !important;
        /* 2 columns */
        height: auto !important;
        margin: 0 auto;
    }
}

/* ---------- Medium screens (≤992px) ---------- */
@media (max-width: 992px) {
    .icon-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        /* spacing between cards */
        width: 100% !important;
        height: auto;
    }

    .icon-cards__content {
        position: static;
        transform: none;
        animation: none;
        /* stop carousel animation */
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }

    .icon-cards__item,
    .icon-cards__item:nth-child(1) {
        position: static !important;
        /* remove absolute */
        transform: none !important;
        /* remove skew/3D transforms */
        width: 100% !important;
        /* 2 columns */
        height: auto !important;
        margin: 0 auto;
    }

    .icon-cards__item,
    .icon-cards__item:nth-child(1) {
        position: static !important;
        /* remove absolute */
        transform: none !important;
        /* remove skew/3D transforms */
        width: 100% !important;
        /* 2 columns */
        height: auto !important;
        margin: 0 auto;
    }
}

/* ---------- Small screens (≤768px) ---------- */
@media (max-width: 768px) {
    .icon-cards__item {
        width: 100% !important;
        /* single column */
    }
}

.container-md {

    margin: 0 auto;
    width: 100%;
    /* background-color: red; */

}

@media (min-width:576px) {
    .container-md {
        max-width: 540px;
        padding-right: 15px !important;
        padding-left: 15px !important;
        /* background-color: blueviolet; */
    }
}

@media (min-width:768px) {
    .container-md {
        padding-right: 15px !important;
        padding-left: 15px !important;
        max-width: 720px;
        /* background-color: darkkhaki; */
    }
}

@media (min-width:992px) {
    .container-md {
        width: 100% !important;
        max-width: 100% !important;
        /* background-color: #4DD06A; */


    }
}

@media (min-width:1200px) {
    .container-md {
        width: 100%;
        max-width: 100% !important;

        /* background-color: navajowhite; */
    }
}

/* @media (max-width: 480px) {

    .container-md {
        max-width: 540px;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
} */



.icon {
    background: #FFFFFF29;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    display: flex;
    /* enable flexbox */
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
    margin-right: 5px;
}

.why-us img {
    width: 100%;
}

.blog-card-img {
    border-radius: 20px;
}

.card-badge {
    border-radius: 20px;
    position: relative;
    top: -27px;
    right: -25px;
    width: 50%;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;

}

.card-container {
    border-radius: 20px;
    position: relative;
    top: -27px;
    right: -22px;
    background: #FFFFFF0F;
    width: 90%;
    backdrop-filter: blur(27px)
}

.card-container h3 {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 136%;
    letter-spacing: 0%;

}

.card-container p {
    font-family: Lato, sans-serif;
    font-weight: 200;
    font-style: Light;
    font-size: 14px;
    line-height: 136%;
    letter-spacing: 0%;

}

.contact-us .card-title {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;

    /* ✅ Gradient text */
    background: linear-gradient(90deg, #FFFFFF -1.06%, #4DD06A 94.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* for WebKit browsers */
    background-clip: text;
    /* standard property */
    color: #fff;

}

.contact-us .card-detail {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 166%;
    letter-spacing: 0%;
    color: #fff;


}

.contact-us .card-image,
.faq .card-image {
    width: 168px;
}

.contact-us .card-title-2 {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 166%;
    letter-spacing: 0%;
    color: #fff;
}

.contact-us .learn-more {
    border-radius: 14px;
    font-size: 14px;
}

.contact-us .form-control {
    backdrop-filter: blur(27px) !important;
    background: #FFFFFF1A !important;
    border-radius: 10px;
    border: none;
}

.contact-us .card-btn {
    border-radius: 10px;

}

/* =========================
   ✅ Responsive adjustments
   ========================= */

/* 📱 Small screens (phones ≤576px) */
@media (max-width: 576px) {

    /* contact section text */
    .contact-us .card-title {
        font-size: 36px;
        /* smaller headline */
        line-height: 120%;
    }

    .contact-us .card-title-2 {
        font-size: 20px;
        line-height: 140%;
    }

    .contact-us .card-detail {
        font-size: 12px;
        line-height: 160%;
    }

    .contact-us .card-image {
        width: 80px;
        /* scale down images */
    }

    .contact-us .learn-more {
        font-size: 13px;
        padding: 6px 14px;
    }

    /* blog / badge cards */
    .card-badge {
        top: -15px;
        right: -15px;
        font-size: 12px;
        width: 60%;
    }

    .card-container {
        top: -15px;
        right: -20px;
        width: 100%;
        padding: 10px;
    }

    .card-container h3 {
        font-size: 14px;
    }

    .card-container p {
        font-size: 11px;
    }

    /* icons and spacing */
    .icon {
        margin-right: 3px;
    }

    .why-us img {
        margin-top: 40px;
        max-width: 100%;
        height: auto;
    }
}

/* 📲 Medium screens (tablets 577px–991px) */
@media (min-width: 577px) and (max-width: 991px) {

    .contact-us .card-title {
        font-size: 34px;
    }

    .contact-us .card-title-2 {
        font-size: 24px;
    }

    .contact-us .card-detail {
        font-size: 13px;
    }

    .contact-us .card-image {
        width: 100px;
    }

    .card-badge {
        top: -20px;
        right: -20px;
        font-size: 13px;
        width: 55%;
    }

    .card-container {
        width: 95%;
    }
}

.faq .card {
    background: none !important;
    color: #fff !important;
    border: none !important;
}

.faq .card-header {
    padding: 0 !important;
    background: none !important;
    color: #fff !important;

}

.faq button img {
    width: 24px;
}

.faq a {
    border-radius: 12px;
}

.logs a,
.about-area a {
    border-radius: 12px;
}

.about-area .list img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
}

.about-area .list-title {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 166%;
    letter-spacing: 0%;

}

.about-area .list-detail {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 166%;
    letter-spacing: 0%;

}

.about-card .card-header {
    background:
        url("../images/Symbol.png") no-repeat top right,
        /* image */
        linear-gradient(180deg, #4DD06A 0%, #000000 100%);
    /* gradient */
    background-size: 100px, cover;
    /* first for image, second for gradient */
    color: #fff;
    border: none;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.about-card {
    background: #FFFFFF1A;
    border-radius: 16px !important;
    backdrop-filter: blur(8px)
}


.about-card .card__title {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.about-card .card__detail {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;


}

.card-greetings {
    color: #4DD06A;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.card-footer .card__detail {
    display: flex;
    align-items: center;
    /* ensures vertical alignment */
    gap: 6px;
    /* optional: space between items */
}

.card-footer .card__detail span,
.card-footer .card__detail svg {
    display: flex;
    align-items: center;
    /* make text line up with svg */
}

.icon-container {
    box-shadow: 0px -3px 30px 0px #4DD06AC2 inset;
    box-shadow: 2px 2px 36px 0px #4DD06A85;
    background: #FFFFFF1A;
    width: fit-content;
    margin: 0 auto;
    background-image: url(../images/Ellipse\ 10.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 14px;

}

.detail__card_title {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}

#accordion .card .card-header button {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;

}

/* ======================
   Large devices (LG) - ≤1199px
   ====================== */
@media (max-width: 1199px) {
    .about-area .list img {
        width: 45px;
        height: 45px;
    }

    .about-area .list-title {
        font-size: 20px;
    }

    .about-area .list-detail {
        font-size: 15px;
    }

    .detail__card_title {
        font-size: 48px;
    }

    #accordion .card .card-header button {
        font-size: 20px;
    }
}

/* ======================
   Medium devices (MD) - ≤991px
   ====================== */
@media (max-width: 991px) {
    .about-area .list img {
        width: 40px;
        height: 40px;
    }

    .about-area .list-title {
        font-size: 18px;
        line-height: 150%;
    }

    .about-area .list-detail {
        font-size: 14px;
        line-height: 150%;
    }

    .about-card .card__title {
        font-size: 18px;
    }

    .about-card .card__detail {
        font-size: 14px;
        line-height: 24px;
    }

    .detail__card_title {
        font-size: 40px;
    }

    #accordion .card .card-header button {
        font-size: 18px;
    }
}

/* ======================
   Small devices (SM) - ≤767px
   ====================== */
@media (max-width: 767px) {
    .about-area .list img {
        width: 35px;
        height: 35px;
    }

    .about-area .list-title {
        font-size: 16px;
    }

    .about-area .list-detail {
        font-size: 13px;
    }

    .about-card {
        border-radius: 12px !important;
    }

    .about-card .card__title {
        font-size: 16px;
    }

    .detail__card_title {
        font-size: 32px;
    }

    #accordion .card .card-header button {
        font-size: 16px;
    }

    .icon-container {
        padding: 10px;
        background-size: 80px auto;
    }
}

/* ======================
   Extra Small devices (XS) - ≤575px
   ====================== */
@media (max-width: 575px) {
    .about-area .list {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .about-area .list img {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .about-area .list-title {
        font-size: 15px;
    }

    .about-area .list-detail {
        font-size: 12px;
    }

    .about-card .card__title {
        font-size: 14px;
    }

    .about-card .card__detail {
        font-size: 12px;
        line-height: 20px;
    }

    .detail__card_title {
        font-size: 26px;
    }

    #accordion .card .card-header button {
        font-size: 14px;
    }

    .icon-container {
        padding: 8px;
        background-size: 60px auto;
    }
}

#accordion .card .card-header {
    border-bottom: 1px solid transparent;
    /* must be transparent for gradient to show */
    border-image: linear-gradient(90deg, rgba(183, 183, 183, 0.75) 0%, rgba(0, 0, 0, 0.79) 100%);
    border-image-slice: 1;
    /* required to make gradient apply */
}


@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}

/* plans */
.plans h1 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.96px;
    text-align: center;
    text-transform: capitalize;
}

.plans p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
}

.plans .nav {
    width: fit-content;
    border: 1px solid #E6E6E6;
    border-radius: 50px;
}

.plans .nav-pills .nav-link.active,
.plans .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #4DD06A;
    background: #4DD06A;
    border-radius: 50px;
    margin: 5px;

}

.plans .nav-pills .nav-link {
    border-radius: 50px;
    background: none;
    color: #fff;
    border: none;
    margin: 5px;
}


.pricing-card {
    backdrop-filter: blur(27px);
    background: #FFFFFF0F;
    border-radius: 30px;

}

.pricing-card .pricing-title {
    color: #4DD06A;
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.36px;
    text-transform: capitalize;

}

.pricing-card .price {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.96px;

}

.pricing-card .subtitle {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;


}

.header {
    border-bottom: 1px solid #E6E6E6;
}

.pricing-card ul li {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    /* ensure flexbox applies */
    align-items: center;
    /* vertical align */
}

.pricing-card ul li img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    /* spacing from text */
    flex-shrink: 0;
    /* prevent shrinking */
}

.pricing-card .btn {
    border-radius: 0px;
    border-end-start-radius: 30px;
    border-end-end-radius: 30px;
}

/* ===== Large tablets / small laptops (992px – 1199px) ===== */
@media (max-width: 1199.98px) {
    .plans h1 {
        font-size: 38px;
        line-height: 110%;
    }

    .plans p {
        font-size: 16px;
        line-height: 24px;
    }

    .plans .nav {
        width: fit-content;
        justify-content: center;
    }

    .pricing-card {
        margin-bottom: 20px;
    }

    .pricing-card .price {
        font-size: 38px;
    }

    .pricing-card .pricing-title {
        font-size: 14px;
    }

    .pricing-card ul li {
        font-size: 12px;
        line-height: 24px;
    }

    .pricing-card ul li img {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }

}

/* Tablet and below */
@media (max-width: 991px) {
    .plans h1 {
        font-size: 36px;
        line-height: 110%;
    }

    .plans p {
        font-size: 15px;
        line-height: 24px;
    }

    .plans .nav {
        width: fit-content;
        justify-content: center;
    }

    .pricing-card {
        margin-bottom: 20px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .plans h1 {
        font-size: 28px;
    }

    .plans p {
        font-size: 14px;
    }

    .plans .nav {
        width: fit-content;
        /* border-radius: 20px; */
        /* padding: 5px; */
    }

    .plans .nav-pills .nav-link {
        margin: 3px 0;
        text-align: center;
    }

    .pricing-card {
        border-radius: 20px;
    }

    .pricing-card .price {
        font-size: 32px;
    }

    .pricing-card .pricing-title {
        font-size: 16px;
    }

    .pricing-card ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .pricing-card ul li img {
        width: 14px;
        height: 14px;
        margin-right: 8px;
    }

    .pricing-card .btn {
        border-radius: 0 0 20px 20px;
    }
}