* {
    text-rendering: optimizelegibility;
    box-sizing: border-box;
    word-break: break-word;
    outline: none;
    text-decoration: none;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior: none;
    font-family: AvertaStd, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

input:-internal-autofill-selected {
    background: none !important;
}

/* Hide scrollbar (Chrome / Safari) */
body::-webkit-scrollbar {
    display: none;
    /* Hide the scrollbar */
}

body {
    background: #f8f9fa !important;
    color: #3c4852 !important;
    padding: 0px !important;
    margin: 0px !important;
}

li {
    list-style: none !important;
}

.f-color {
    background: #f8f9fa !important;
}

.footer-css-web {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    /* spacing between icons */
}


.cursor-pointer {
    cursor: pointer !important;
}

.pointer {
    cursor: pointer;
}

.btn-primary {
    background: #08bd80 !important;
    border-color: #00c853 !important;
}

.img_log_out {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #ffffff;
    border-radius: 50px;
    cursor: pointer;
}

@font-face {
    font-family: "AvertaStd";
    src: url("/assets/fonts/AvertaStd-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.css-1uhb9xi {
    color: #3C4852;
}

.h1_variant {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 56px !important;
    letter-spacing: -0.01em !important;
}

.gray-btn-active {
    background: #3C4852 !important;
    border: 1px solid #3C4852 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    height: 40px;
}

.input-mobile {
    width: 85%;
}

.phone-input input {
    width: 100%;
}



.phone-input-label input {
    width: 100%;
}

.gray-btn {
    background: #FFFFFF !important;
    border: 1px solid #3C4852 !important;
    color: #3C4852 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    width: 120px;
    height: 40px;
}

.css-673nqp-JoinforFree {
    padding: 10px 24px;
    box-sizing: border-box;
    border-radius: 8px !important;
    background: #3C4852 !important;
    border: 1px solid #3C4852 !important;
    font-size: 14px !important;
    color: #FFFFFF;
    line-height: 20px !important;
    font-weight: 700 !important;
    min-width: 100px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 464px;
    height: 48px;
}

.input-phone-number {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 78px !important;
}

.ing-img {
    width: 24px;
    position: absolute;
    padding-top: 10px !important;
    margin-left: 9px !important;
}

.plus-p {
    position: absolute;
    padding-top: 10px !important;
    margin-left: 40px !important;
}

.course_box {
    padding: 80px 0px !important;
}

.h3_variant {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    letter-spacing: -0.005em !important;
}

.css-341ic1-Label {
    margin: 0 !important;
    color: #3C4852 !important;
    padding-top: 32px !important;
    padding-bottom: 16px !important;
    color: var(--color-i-black);
}

.p1_variant {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0em I !important;
}

.css-1g20jb9-Message {
    margin: 0 !important;
    color: #3C4852 !important;
}



/* HERO SECTION */


.hero-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

/* LEFT */
.hero-left h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-left h1 span {
    font-weight: 700;
}

.hero-left p {
    font-size: 18px;
    color: #7a8b94;
    margin-bottom: 30px;
}

.btn {
    background: #08bd80;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

/* RIGHT */
.hero-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

}

.card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.card h4 {
    font-size: 14px;
    color: #7a8b94;
    margin-bottom: 10px;
}

.card h2 {
    font-size: 36px;
    font-weight: bold;
}

.card h2 span {
    color: #08bd80;
}

.card-text {
    position: absolute !important;
}

.card {
    border: none !important;
    padding: 10px 0px 0px 12px !important;
}


.hero-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* two columns */
    gap: 40px;
}

/* LEFT COLUMN (3 cards) */
.col-left {
    display: grid;
    grid-template-rows: repeat(3, auto);
    gap: 20px;
}

/* RIGHT COLUMN (2 cards centered vertically) */
.col-right {
    display: grid;
    grid-template-rows: repeat(2, auto);
    gap: 20px;

    /* THIS is the key */
    align-content: center;
    /* vertical centering */
}

/* CARD
.card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    min-height: 120px;
} */



.css-16zmcy3-SecText {
    font-size: 20px;
    line-height: 150%;
    color: var(--color-i-black);
    margin-bottom: 8px;
}

.align-center {
    justify-items: center !important;
}

.align-end {
    justify-items: end !important;
}

.css-1xzhf9o-Label {
    margin: 0;
    color: #3C4852;
    font-size: 40px !important;
    line-height: 120% !important;
    color: var(--color-i-black);
    font-weight: bold !important;
}

.css-asdm4n-TextContainer {
    width: 465px;
}

.css-lt94f6 {
    width: 100% !important;
    min-width: 100% !important;
    padding: 80px 8px 40px !important;
    background: #FFFFFF !important;
}

.footer_icon {
    width: 2rem;
    height: 2rem;
}

/*  Login Model */

.login-offcanvas {
    width: 50% !important;
}

.login-offcanvas-nav {
    width: 20% !important;
}

.profile_icon {
    width: 3rem;
    height: 3rem;
    border: 1px solid #ffffff;
    border-radius: 50px;
    cursor: pointer;
}

#profile-dropdown {
    border: none;
    background: transparent;
    padding: 0;
}

a {
    text-decoration: none !important;
}

/*  */

.profile-wrapper {
    position: relative;
    display: inline-block;
}

.profile-menu {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    z-index: 1000;
    padding: 0.7rem 0;
}

.course-side-menu {
    position: absolute;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    z-index: 1000;
    padding: 0.7rem 0;
}

.profile-item {
    padding: 10px 14px;
    cursor: pointer;
}

.profile-item:hover {
    background: #f5f5f5;
}

.logout {
    color: red;
}


/*  */



.side-manu-profile {
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0px;
}

.login-wrapper {
    position: relative;
    height: 100%;
    padding: 40px;
    background: #fff;
}

/* Close icon */
.close-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
}

.close-btn-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
}

/* Card */
.login-card {
    max-width: 480px;
    margin: 80px auto 40px;
    padding: 40px;
    border-radius: 14px;
    border: 1px solid #eaeaea;
}

.login-card h2 {
    font-weight: 700;
}

.login-card p {
    color: #6c757d;
}

.link {
    color: #00c853;
    cursor: pointer;
    font-weight: 500;
}

.goal-box {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 12px;
    margin: 10px 0;
}

/* Phone input */
.phone-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: .375rem .75rem;
    margin: 10px 0px 0px 0px;
}


/* .form-control {
    padding: .175rem .15rem !important;
} */

/* Phone input-label */
.phone-input-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 12px;
    margin: 10px 0;
}

.phone-input input {
    border: none;
    outline: none;
    background: none;
}

/* Actions */
.actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-btn {
    padding: 10px 30px;
}

.email-link {
    font-weight: 500;
    border-bottom: 1px dashed #000;
    cursor: pointer;
}

/* Help */
.help {
    text-align: center;
    margin-top: 40px;
    color: #6c757d;
}

/* .user-nav-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
} */

.top-scroll-manu {
    display: flex;
    flex-wrap: nowrap;
    /* 🔑 never move to next line */
    /* overflow-x: auto; */
    /* 🔑 horizontal scroll */
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    background: #fff;
    padding: 0.75rem 0.5rem;
    border-bottom: none !important;
    scrollbar-width: none;
    /* Firefox */
}

/* Hide scrollbar (Chrome / Safari) */
.top-scroll-manu::-webkit-scrollbar {
    display: none;
}

/* =========================
   Nav Item
========================= */
.top-scroll-manu .nav-item {
    flex-shrink: 0;
    /* 🔑 prevent shrink */
}

/* =========================
   Nav Link (Tab)
========================= */
.top-scroll-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0 0.5rem;
    cursor: pointer;

    white-space: nowrap;
    /* 🔑 text stays in one line */
    font-size: 16px;
    font-weight: 600;
    color: #7A8B94 !important;

    background: transparent !important;
    border: none !important;
}

/* Remove bootstrap active box */
.nav-tabs .nav-link {
    border: none !important;
}

.nav-tabs .nav-link.active {
    background: transparent !important;
    border: none !important;
    color: #000;
}

/* =========================
   Active Tab Style
========================= */
.active-tap {
    color: #000 !important;
    font-weight: 600;
    border-bottom: 2px solid #000 !important;
}

.top-scroll-tab:hover {
    color: #000;
}

/* Desktop */
@media (min-width: 992px) {
    .top-scroll-manu {
        justify-content: center;
        /* center tabs if space available */
    }
}




/* =========================
   GET START SECTION ONLY
========================= */

.get-start-section {
    background: #fff;
    width: 100%;
}

/* Wrapper */
.get-start-section .hero-wrapper {
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: auto;
}

/* Header */
.get-start-section .hero-header {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.get-start-section .hero-left h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3436;
}

.get-start-section .hero-left span {
    color: #000;
}

.get-start-section .hero-left p {
    margin-top: 0.75rem;
    font-size: 1rem;
    color: #555;
}

/* Buttons */
.get-start-section .hero-right {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: center;
}

.get-start-section .btn-outline {
    padding: 0.7rem 1.5rem;
    border: 1px solid #2d3436;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
}

.get-start-section .btn-primary {
    padding: 0.7rem 1.5rem;
    background: #00c26f;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

/* Offer */
.get-start-section .offer-link {
    color: #ff8c00;
    font-size: 0.9rem;
    cursor: pointer;
}

/* Grid */
.get-start-section .feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 3rem;
}

/* Card */
.get-start-section .feature-card {
    display: flex;
    gap: 0.75rem;
    padding: 1.25rem;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    background: #fff;
    min-height: 152px;
}

.get-start-section .feature-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.get-start-section .feature-card h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.get-start-section .feature-card p {
    margin-top: 0.3rem;
    font-size: 0.9rem;
    color: #666;
}

.page-wrapper {
    min-height: 100vh;
    /* full viewport height */
    display: flex;
    flex-direction: column;
}

.user-nav-footer {
    margin-top: auto;
    /* 🔑 pushes footer down */
}


/* =========================
   Responsive (Scoped)
========================= */

@media (max-width: 992px) {
    .get-start-section .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .get-start-section .hero-left h1 {
        font-size: 2rem;
    }
}



.top-educators {
    background: #fff;
}

.edu-card {
    border-radius: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
    /* min-height: 13rem;
    max-height: 13rem; */

}

.lg-gap-4 {
    gap: 1.5rem !important;
}

.educator-img {
    width: 100%;
    border-radius: 8px;
    min-height: 11rem;
    max-height: 12rem;
}

.badge-master,
.badge-legend {
    position: absolute;
    bottom: 15px;
    left: 10px;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 20px;
    font-weight: 700;
}

.badge-master {
    background: #ffe9df;
    color: #ff6b00;
}

.badge-legend {
    background: #fff1d6;
    color: #ff8a00;
}

.border-1 {
    border: 1px solid !important;
}

.text-left {
    text-align: left !important;
}



.educator-detail {
    background: #fff;
}

/* Photo */
.educator-photo {
    border-radius: 10px;
    max-width: 200px;
}

/* Follow Button */
.btn-follow {
    padding: 0.75rem 2.5rem;
    border-radius: 8px;
}

/* Dedication badge */
.dedication-badge {
    font-size: 18px;
}

.dedication-count {
    font-weight: 700;
    color: #333;
}

/* Batches card */
.batch-card {
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    padding: 0.7rem 01rem;
    border: 0.01rem solid;
    min-height: 18rem;
    /* overflow: hidden; */
}


.subject-card {
    border-radius: 12px;
    background: #ffdc7396;
    box-shadow: 0 8px 24px '#ffdc7396';
    /*(0, 0, 0, 0.06);*/
    padding: 0.2rem 0.4rem;
    border: 0.1rem solid #EFBF04;
    /* overflow: hidden; */
}

a {
    color: #000 !important;
}

.batch-card img {
    height: 160px;
    object-fit: fill;
}

.batch-card .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.c37390340040 {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}

/* IMAGE */
.c37390340041 {
    position: relative;
    background: #dbeff9;
    border-radius: 16px;
    overflow: hidden;
}

.c37390340042 {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.c37390340043 {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
}

/* RIGHT */
.c37390340044 {
    padding-left: 10px;
}

.c37390340045 {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.c37390340046 {
    background: #f1f5f9;
    color: #333;
    font-weight: 500;
}

.c37390340047 {
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    margin-bottom: 10px;
}

.c37390340048 {
    font-weight: 700;
    margin: 10px 0;
}

.c37390340049 {
    font-weight: 500;
    margin-bottom: 10px;
}

.c37390340050 {
    color: #6b7280;
    font-size: 15px;
}

.c37390340051 {
    color: #1a73e8;
    cursor: pointer;
}

/* STATS */
.c37390340052 {
    margin-top: 25px;
    align-items: center;
}

.c37390340053 strong {
    display: block;
    font-weight: 600;
}

.c37390340053 span {
    font-size: 13px;
    color: #6b7280;
}

/* BUTTON */
.c37390340054 {
    background: #0bbf6a;
    border: none;
    padding: 10px 22px;
    font-weight: 600;
}



/* CARD */
.c78451230001 {
    background: #fff;
}

/* IMAGE WRAP */
.c78451230002 {
    position: relative;
    /* background: #e6f5fb; */
    border-radius: 14px;
    border: 0.50px solid #dadada;
    /* overflow: hidden; */
}

.c78451230003 {
    width: 100%;
    height: 190px;
    object-fit: fill;
    border-radius: 15px;
}

/* LESSON TAG */
.c78451230004 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

/* CONTENT */
.c78451230005 {
    padding-top: 10px;
}

/* LANGUAGE */
.c78451230006 {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    margin-bottom: 6px;
}

/* TITLE */
.c78451230007 {
    font-size: 15px;
    font-weight: 600;
    margin: 6px 0;
    line-height: 1.4;
}

/* META */
.c78451230008 {
    font-size: 13px;
    color: #6c757d;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(46 44 44 / 73%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


.edu-video-modal video {
    max-height: 100vh;
    object-fit: contain;
}

/* Loader */
.video-loader {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

/* Close Button */
.video-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 20;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    font-size: 22px;
    padding: 8px 14px;
    border-radius: 50%;
    cursor: pointer;
}

.video-close-btn:hover {
    background: red;
}


.selectCardOP {
    padding: 2px 4px;
    border-radius: 8px;
    background: #fff;
    font-Weight: 600;
    font-Size: 10px;
    cursor: pointer;
}




/* .swal2-popup {
    width: auto !important;
    max-width: none !important;
}

:root {
    --swal2-width: auto;
}

.swal2-container {
    --swal2-width: auto;
} */


.modal-fullscreen .modal-body {
    overflow-y: hidden !important;
}

.close-icon {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.close-icon:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: scale(1.05);
}

.close-icon i {
    font-size: 16px;
}