﻿
:root {
    --primary-color: #f9b2331f;
    --secondary-color: #fefefe;
    --text-color: #333;
    --text-muted: #6c757d;
    --bg-muted: #faf8f4;
    --bg-dark: #111827;
    --bg-darker: #0f172a;
    --navy: oklch(23.5% .06 266);
    --gold: oklch(81.5% .155 80);
    --cream: oklch(97.2% .022 88);
    --border: oklch(90% .015 85);
    --primary: oklch(82% .16 80);
    --border: oklch(91% .02 85);
}
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    .container {
        margin:  0px auto !important;
        padding:0px;     
       
    }
    .navbar-brand{
        margin-left:-40px!important;
    }

    .public-profile {
        position: absolute;
        z-index: 9999;
        top: 15px;
    }

        .public-profile i {
            pointer-events: none;
        }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
    color: #000;
    overflow-x:hidden;
}

header {
    background-color: #fefefe;
    border-bottom: 1px solid #ddd;
}

.navbar .nav-link,
.navbar-brand {    
    transition:all ease 1s;    
}
.nav-link {
    border-radius: 20px;
    margin-right: 20px;
    font-weight: 500;
    /*padding:10px 15px!important;*/

    color: #000!important;
}
    .navbar .nav-link:hover,
    .navbar-brand span {
        color: #333!important;
        background: #f9b233!important;
        border-radius:20px;
    }
.navbar-toggler{
    background:#333;
    margin-left:30px!important;
}
.navbar-toggler-icon{
    color:#fff;
    padding-top:3px;
}
@media (max-widht:968){
    
}
.login-btn {
    background: linear-gradient(to right, #f9b233, #fcae00);
    color: #000;
    font-weight: 500;
    padding: 10px 15px !important;
}
    .login-btn:hover {
        background: linear-gradient(to right, #fcae00, #f9b233);
    }
/*.btn-yellow {
    background: linear-gradient(to right, #f9b233, #fcae00);
    color: #000;
    font-weight: 600;
}*/
/*   .btn-yellow:hover {
        background: linear-gradient(to right, #fcae00, #f9b233);
    }*/
.privacy-section {
    margin:0;
    padding:0;
    background: var(--primary-color);
}
.privacy-heading {
    color: #f9b233;
    font-weight:700;
}
.privacy-sub-heading {
    color: #f9b233;
}
.start-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    background: #fff;
    color: #000;
    border-radius: 15px;
}

.hero {
    background: var(--primary-color);
    padding: 80px 0px;
}

    .hero .col-lg-6 {
        text-align: left;
    }

    .hero h1 {
        font-size: 5rem;
        font-weight: 700;
        color:var(--navy);
    }
    .hero h2 {
font-size:4rem;
font-weight:800;
color:var(--navy);
    }

        .hero h1 span {
            color: #f9b233;
        }

.mobile-title span {
    color: #f9b233;
}


@media (max-width: 912px) {
    .tx-pra-main {
        font-size: 1.50rem !important;
    }

    .tx-pra-main2 {
        font-size: 2rem !important;
        padding: 10px 20px !important;
    }
}
@media (max-width: 820px) {
    .hero {
        padding: 50px 30px;
    }    
}

    @media (max-width: 1024px) {
        .tx-pra-main2 {
            padding: 10px 20px !important;
        }
        #header-img-section .shape-orange {
            top: 6px!important;
        }
    }
/* Ensure the red border shows for all controls */
input.is-invalid, select.is-invalid, textarea.is-invalid {
    border-color: #dc3545 !important;
}

.btn-post-requirement {
    border: 2px solid #f9b233;
    color: #f9b233;
}
    .btn-post-requirement:hover {
        color: #fff;
        border: 2px solid #f9b233;
        background: #f9b233;
    }
    @media (max-width: 576px) {
        .hero {
            padding: 50px 20px;
        }

            .hero h1 {
                font-size: 2.50rem;
            }

        .section-title {
            margin-bottom: 10px !important;
        }

        .quick-section {
            padding: 50px !important;
        }

        .urgent-btn-w, .urgent-btn {
            width: 90% !important;
            margin: 0px auto;
        }
       

        .contact-form-title {
            margin-bottom: 10px !important;
        }

        .site-footer {
            padding: 50px 20px !important;
        }
    }
@media (max-width: 768px) {

    .hero-buttons .btn {
        width: 100%;
    }
}

    @media (max-width: 375px) {
        #header-img-section{
            display:none;
        }
        .tx-pra-main {
            font-size: 1.50rem !important;
        }

        .tx-pra-main2 {
            font-size: 1rem !important;
            padding: 10px 20px !important;
        }

        .value-icon {
            height: 37px !important;
            width: 100px !important;
        }

        .leadership-car {
            margin-bottom: 20px !important;
        }
        .hero-buttons {
    display: flex;
}

    .hero-buttons a {
        outline: none;
        box-shadow: none;
    }

        .hero-buttons a:focus,
        .hero-buttons a:active {
            outline: none;
            box-shadow: none;
        }

    .hero-buttons .btn {
        margin: 6px;
        font-size:15px;
        padding: 8px;
        border-radius: 15px;
        border: none;
        background-color: var(--navy)!important;
        color: #fff;
        font-weight: 200;
        width:100%;
    }
    }


        .hero-buttons .btn.btn-yellow {
            background: #f9b233;
            border-color: #f9b233;
        }

        .hero-buttons .btn:hover {
            background: #fcae00;
            border-color: #fcae00;
            color: #000;
        }

    .tx-pra-main {
        font-size: 1.50rem;
        color: #6c757d;
        font-weight: 600;
    }

    .tx-pra-main2 {
        font-size: 1.3rem;
        color: #6c757d;
        font-weight: 450;
    }

    .stats-section {
        background-color: #0b1320;
        padding: 60px 0;
        text-align: center;
    }

        .stats-section h3 {
            color: #fff;
            font-size: 2rem;
            font-weight: bold;
            text-shadow: 1px 1px 3px #f9b233;
        }

        .stats-section p {
            margin: 0;
            font-size: 1rem;
            color: #fff;
        }
    .card-title {
        color: #333;
        font-size: 1.50rem;
        text-shadow: 1px 0px 0px #f9b233;
    }

    .tutexx-steps {
        background: var(--primary-color);
        color: #d1d9e6;
    }



 
    .btn-start-now {
        background-color: #f9b233;
        border: none;
        color: #000;
        box-shadow: 0 0 12px rgba(249, 178, 51, 0.5);
        transition: all 0.3s ease-in-out;
    }

        .btn-start-now:hover {
            background-color: #e6a622;
            box-shadow: 0 0 18px rgba(249, 178, 51, 0.7);
            color: #000;
        }

    .btn-outline-light {
        border: 1px solid #f9b233;
        color: #f9b233;
        background-color: transparent;
        transition: all 0.3s ease-in-out;
    }

        .btn-outline-light:hover {
            background-color: #f9b233;
            color: #000;
        }


.feature-card {
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.rounded-circle {
    background: #333;
}

.section-title .highlight {
    color: #f9b233;
}

    /*start footer section*/

    .site-footer {
        background-color: var(--navy);
        color: #d1d1d1;
        padding: 50px 0 20px;
        font-size: 14px;
    }

    .footer-brand {
        font-weight: 700;
        font-size: 20px;
        color: #f9b233;
    }

    .footer-desc {
        margin: 15px 0;
        line-height: 1.6;
    }

    .social-icons a {
        display: inline-block;
        color: #d1d1d1;
        margin-right: 10px;
        font-size: 16px;
        transition: color 0.3s;
    }

        .social-icons a:hover {
            color: #f9b233;
        }

    .footer-heading {
        font-weight: 600;
        color: #f9b233;
        margin-bottom: 15px;
    }

    .footer-links,
    .footer-contact {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-links li,
        .footer-contact li {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: #d1d1d1!important;
            text-decoration: none;
            transition: color 0.3s;
        }

            .footer-links a:hover {
                color: #f9b233;
            }

        .footer-contact i {
            color: #f9b233;
            width: 20px;
            display: inline-block;
        }

    .footer-divider {
        border-top: 1px solid #555;
        margin: 30px 0 20px;
    }

    .copyright {
        font-size: 13px;
        color: #bbb;
    }
    /*end footer section*/

    /*start about us*/
    .about-section, .contact-section {
        background: var(--primary-color);
        color: #000;
        padding-top: 80px;
    }

    .about-heading, .contact-heading {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #000;
    }

        .about-heading .highlight, .contact-heading .highlight {
            color: #f9b233;
        }

    .about-subtext, .contact-subtext {
        font-size: 18px;
        color: #333;
        line-height: 1.6;
    }

    .about-card {
        background-color: #fff;
        border: 1px solid #f9b23344;
        border-radius: 12px;
        padding: 30px;
        text-align: left;
        height: 100%;
    }

    .about-card-title {
        font-size: 20px;
        font-weight: 600;
        color: #f9b233;
        margin-bottom: 15px;
    }

    .about-card-text {
        font-size: 15px;
        line-height: 1.8;
        color: #333;
    }

    .icon-yellow {
        color: #f9b233;
    }

    .highlight {
        color: var(--gold); /* Yellow */
    }

    .section-title h2 {
        font-weight: 700;

    }
.section-title-about {
    font-size: 32px;
    font-weight: bold;
    color: #2c3e50;
}

    .section-title p {
        color: #333 !important;
        font-weight: 400;
    }

    .about-feature-card {
        background-color: #fff;
        border: 1px solid #000;
        color: #333;
        padding: 20px;
        border-radius: 10px;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        height: 100%;
        text-align: start;
    }

        .about-feature-card i {
            color: #facc15;
            font-size: 1.3rem;
            margin-top: 3px;
        }

    .section-title p {
        color: #94a3b8;
        margin-top: 10px;
        font-size: 1rem;
    }

    .impact-section {
        border-radius: 15px;
        padding: 50px 20px;
    }

    .impact-title {
        color: #333;
        font-weight: 700;
    }

    .impact-icon-wrapper {
        background-color: #334155;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 auto 15px;
    }

        .impact-icon-wrapper i {
            font-size: 24px;
            color: #f9b233;
        }

    .impact-number {
        color: #f9b233;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .impact-label {
        color: #94a3b8;
        font-size: 0.95rem;
    }

    .section-title h3 {
        color: #333;
        font-weight: 700;
    }

    .section-title p {
        color: #333;
        margin-top: 8px;
        font-size: 18px;
    }

    .value-card {
        background-color: #fff;
        border: 1px solid #334155;
        border-radius: 10px;
        padding: 20px 25px;
        margin-bottom: 20px;
        transition: 0.3s;
    }

        .value-card:hover {
            border-color: #facc15;
        }

    .value-icon {
        background-color: #334155;
        width: 60px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        margin-right: 12px;
    }

        .value-icon i {
            color: #f9b233;
            font-size: 1.1rem;
        }

    .value-title {
        font-weight: 600;
        font-size: 25px;
        color: #f9b233;
        text-align: start;
    }

    .value-desc {
        color: #333;
        font-size: 0.95rem;
        margin-top: 8px;
        text-align: start;
    }

    .leadership-section {
        padding: 60px 0;
        background-color: #f8f9fa;
    }

    .section-title {
        margin-bottom: 20px;
        text-align: center;
    }

.leadership-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    transition: transform 0.3s ease;
}

        .leadership-card:hover {
            transform: translateY(-5px);
        }

    .team-member-name {
        color: #2c3e50;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .team-member-title {
        color: #f9b233;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .team-member-education {
        font-style: italic;
        color: #7f8c8d;
        margin-bottom: 15px;
    }

    .team-member-bio {
        color: #34495e;
        line-height: 1.6;
    }

    .leader-img {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        margin-bottom: 20px;
    }


    .founder-card {
        background: white;
        border-radius: 10px;
        padding: 50px 200px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        text-align: start;
        margin: 70px 0px 70px 0px;
    }

    .founder-signature {
        text-align: right;
    }

    .founder-name {
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 0;
    }

    .founder-title {
        color: #f9b233;
        font-size: 0.9rem;
    }

.section-title {
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

    .founder-quote {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }

    @media (max-width: 768px) {
        .founder-card {
            padding: 30px 20px;
        }

        .founder-quote {
            font-size: 1rem;
        }
    }
@media (max-width: 990px) {
    .founder-card
        {
            padding: 30px;
        }
    .col-12{
        width:100%;
    }

}
    .join-section {
        padding: 80px 0;
        background: #334155;
        color: white;
    }

    .join-content {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

    .join-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 20px;
    }

        .join-title span {
            color: #f9b233;
        }

    .join-description {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 40px;
        opacity: 0.9;
    }

    .btn-join {
        padding: 12px 30px;
        border-radius: 50px;
        font-weight: 600;
        font-size: 1.1rem;
        margin: 0 10px;
        transition: all 0.3s ease;
    }

    .btn-student {
        background-color: #fff;
        color: #182848;
        border: 2px solid #fff;
    }

        .btn-student:hover {
            background-color: transparent;
            color: #fff;
        }

    .btn-teacher {
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
    }

        .btn-teacher:hover {
            background-color: #fff;
            color: #182848;
        }

    @media (max-width: 768px) {
        .join-title {
            font-size: 2rem;
        }

        .join-description {
            font-size: 1rem;
        }

        .btn-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .btn-join {
            margin: 0;
            width: 100%;
        }
    }
    /*end about us*/
    /*start contact section*/
    .topic-btn {
        flex: 1;
        background-color: #131a29;
        border: 1px solid #2a2f3a;
        color: #fff;
        padding: 12px;
        transition: 0.3s;
        min-width: 150px;
    }

        .topic-btn:hover,
        .topic-btn.active {
            background-color: #f9b2331f;
            border-color: #f9b233;
            color: #f9b233;
        }

    .contact-form-title {
        margin-bottom: 40px;
        color: #2c3e50;
        font-weight: 700;
    }

    .contact-card {
        background: white;
        border-radius: 10px;
        padding: 40px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .form-label {
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 8px;
    }

    .form-control, .form-select {
        padding: 5px 15px;
        border-radius: 8px;
        border: 1px solid #ced4da;
    }

        .form-control:focus, .form-select:focus {
            border-color: #f9b233;
            box-shadow: none;
        }

    .btn-send {
        background-color: #f9b233;
        color: #000;
        padding: 12px 30px;
        border-radius: 8px;
        font-weight: 600;
        border: none;
        transition: all 0.3s ease;
    }

    .contact-info {
        margin-top: 30px;
    }

    .info-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 25px;
    }

    .info-icon {
        background-color: #334155;
        border-radius: 15%;
        margin-right: 15px;
    }

        .info-icon i {
            color: #f9b233;
            text-align: center;
            padding: 15px;
            font-size: 20px;
        }

    .info-title {
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 5px;
    }

    .info-detail {
        color: #7f8c8d;
        margin-bottom: 0;
    }

    .info-detail2 {
        color: #f9b233;
    }

    .info-link {
        color: #f9b233;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .info-link:hover {
            color: #f9b233;
        }

    @media (max-width: 768px) {
        .contact-card {
            padding: 30px 20px;
            margin-top: 20px;
        }

        .section-title {
            font-size: 1.8rem;
        }
    }

    .support-feature-card {
        background-color: #fff;
        border: 1px solid #000;
        color: #333;
        padding: 10px 20px;
        border-radius: 10px;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        height: 100%;
        text-align: start;
        margin-bottom: 10px;
        cursor:pointer;
    }

        .support-feature-card i {
            color: #f9b233;
            font-size: 1.3rem;
            margin-top: 3px;
        }

       .support-feature-card:hover {
            background: #f9b233;
            border: 1px solid #f9b233;
            i{
             color:#000;
         }
    }
.quick-section{
    background:#fff;
    padding:80px;
}
    .quick-section h2 {
        color: #f9b233;
    }
    .faq-box {
    border: 1px solid #333;
    background-color: #fff;
    transition: 0.3s ease;
}

        .faq-box:hover {
            box-shadow: 0 0 12px rgba(228, 193, 61, 0.2);
            transform: translateY(-3px);
            border: 1px solid #f9b233;
        }
.urgent-btn{
    border-radius:10px;
    background:red;
    color:#fff;
    padding:10px 20px;
    font-weight:500;
    margin-right:20px;
}
.urgent-btn-w {
    border-radius: 10px;
    color: red;
    padding: 10px 20px;
    font-weight: 500;
    border:1px solid red;
}
    .urgent-btn:hover, .urgent-btn-w:hover {
        color: #fff;
        border:1px solid #fff;
    }

/*   start Counselling section */
.Counselling-section {
    background-color: var(--primary-color);
}

.text-highlight {
    color: #f9b233;
}

.feature-box {
    background-color: #131a29;
    border: 1px solid #2a2f3a;
    transition: 0.3s;
    height: 150px!important;
}

    .feature-box:hover {
        border-color: #f9b233;
        box-shadow: 0 0 15px #f9b23322;
    }

.btn-warning {
    background-color: #f9b233;
    border: none;
}

    .btn-warning:hover {
        background-color: #e0a826;
    }

.btn-outline-warning {
    border: 1px solid #f9b233;
    color: #f9b233;
}

    .btn-outline-warning:hover {
        background-color: #f9b233;
        color: #000;
    }

.auth-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.auth-box {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.auth-left, .auth-right {
    flex: 1;
    padding: 45px;
}


.auth-right {
    border-left: 1px solid #334155;
}

.btn-toggle, .btn-role {
    background-color: #0f172a;
    border: 1px solid #334155;
    color: white;
    border-radius: 6px;
    margin-right: 15px;
}

    .btn-toggle.active, .btn-role.active {
        background-color: #f9b233;
        color: #000;
    }
    .btn-toggle:hover, .btn-role:hover {
        color: #fff;
    }
    .btn-toggle:focus, .btn-role:focus {
        box-shadow: none;
    }
.form-control, .form-select {
    border: 1px solid #333;
    color: #333;
}

    .form-control:focus {
        border-color: #f9b233;
        box-shadow: none;
        color: #333;
    }

.btn-submit {
    background-color: #f9b233;
    color: #000;
    border: none;
}

    .btn-submit:hover {
        background-color: #f9b233;
    }

.social-btn {
    background-color: #0f172a;
    border: 1px solid #f9b233;
    color: white;
    width: 48%;
}

    .social-btn:hover {
        background-color: #f9b233;
    }

.divider {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

    .divider::before, .divider::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 45%;
        height: 1px;
        background-color: #334155;
    }

    .divider::before {
        left: 0;
    }

    .divider::after {
        right: 0;
    }

    .divider span {
        padding: 0 10px;
        background-color: #1e293b;
        z-index: 1;
        position: relative;
    }
.instruction li{
    list-style-type:none;
    margin-left:-30px;
}

@media (max-width: 912px) {
    .auth-box {
        flex-direction: column;
        box-shadow: 0 0 10px rgba(0,0,0,0.3)!important;
    }
    .auth-container {
        padding: .50rem!important;
    }
    .auth-left, .auth-right {
        padding: 20px;
    }
   
}

.toggle-password {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;    
    cursor: pointer;
}
    .toggle-password:hover{
        color:grey;
    }
    .toggle-password:focus,
    .toggle-password:active,
    .toggle-password:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }
.nav-pills .nav-link.active {
    background-color: #f9b233;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
}

.nav-pills .nav-link.disabled {
    background-color: #e9ecef;
    color: #6c757d;
    border-radius: 50px;
}

/* Table Form Styling */
.table td {
    vertical-align: middle;
    padding: 10px;
}

    .table td:first-child {
        font-weight: bold;
        width: 250px;
    }

.table input, .table select, .table textarea {
    border-radius: 6px;
    padding: 8px;
}

/* Required Field Indicator */
.required-label::after {
    content: " *";
    color: red;
}

/* Buttons */
.btn-custom {
    background-color: #f9b233;
    border: none;
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
}

    .btn-custom:hover {
        background-color: #e6a020;
        color: #fff;
    }
.table td,
.table th {
    border: none !important;
}
.register-form-step-1{
    box-shadow: 0 0 5px 0 #000;
    border-radius:10px;
}
@media(max-width:500){
    .register-form-step-1{

    }
    .nav-pills{
        display:none;
    }
}
/* site.css */
.search-filter-section .btn-outline-secondary {
    border-color: #2c3444;
    background-color: #1a2235;
    border-radius:20px;
}

    .search-filter-section .btn-outline-secondary:hover {
        background-color: #ffc107;
        color: #000 !important;
        border:none;
    }

.search-filter-section input::placeholder {
    color: #ccc;
}
.btn-search {
    border-color: #000!important;
    background-color: var(--navy)!important;   
    padding:6px 15px!important;
    border-radius:7px!important;
}
    .btn-search:hover {
        background-color: #ffc107;
        color: #000 !important;
   
    }
.btn-active {
    background-color: #f9B233 !important;
 
}
.search-heading{
    font-weight:500;
}

.tutor-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    display: inline-block;
    vertical-align: top;
/*    border: 1px solid #1f2937;*/
    height:95%;
}
/*.tutor-card {
    max-width: 520px;
    width:100%;
}*/


.tutor-header {
    display: flex;
    align-items: center;
}

.tutor-img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 15px;
}

.tutor-info h3 {
    margin: 0;
    font-size: 20px;
}

.verified {
    background: #10b981;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 12px;
    margin-left: 5px;
}

.tution {
    margin: 0;
    margin-top: 8px;
    font-size: 18px;
    color: #333;
}



.subjects {
    margin-top: 5px;
    margin-right:0px;
}

.subject-tag {
    background: #f9b233;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
}

tutor-details {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    display: flex;
    gap: 50px;
}

.desc {
    margin-top: 5px;
    font-size: 13px;
    color: #333;
}

.tutor-stats {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: space-between;
}

.tutor-actions {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}
.tutor-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 10px 40px; /* row gap aur column gap */
    font-size: 14px;
    color: #ddd;
    margin-bottom: 15px;
}
.tuition-details-grid {
    display: flex;
    gap:  10px 50px; /* row gap aur column gap */
    font-size: 14px;
    color: #333;
}

    .tuition-details-grid i {
        width: 20px;
        text-align: center;
        margin-right: 6px;
    }

    .tutor-details-grid .item {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #333;
    }

    .tutor-details-grid .icon {
        font-size: 16px;
        color: #facc15; 
    }
@media (max-width: 435px) {
/*    .tutor-details-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }*/
    .tutor-img-position{
        top:0!important;
        left:0!important;
    }
}
.tutor-details-grid p {
    margin: 0;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}
.tutor-details-grid i {
    width: 20px; 
    text-align: center;
   
    margin-right: 6px;
}

.btn-primary-header {
    background: var(--navy);
    border: none;
    color: #fff;
    padding: 8px 16px;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 600!important;
    width:200px;
    flex: 0 0 auto;
    
}
.btn-teacher-finds {
    background: var(--navy);
    border: none;
    color: #fff;
    padding: 8px 10px;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 300 !important;
    font-size:12px;
    flex: 0 0 auto;
}
     a
    {
       text-decoration:none;
    }

    .btn-primary-header:hover {
        background: #f9b233;
    }
    .btn-outline {
    background: transparent;
    border: 1px solid #f9b233;
    color: #f9b233;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    flex: 1;
}

.btn-teacher-index {
 
    background: var(--navy);
    border: none;
    color: #fff;
    padding: 8px 16px;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 500 !important;
    width: 120px;
    font-size:11px;
    flex: 0 0 auto;

}
/*login page*/
.login-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.login-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.login-subtitle {
    text-align: center;
    color: #555;
    margin-bottom: 20px;
}

.btn-login {
    background-color: #fbbc04; /* Yellow */
    color: #000;
    font-weight: bold;
    border: none;
    padding: 10px;
}

    .btn-login:hover {
        background-color: #f9a602; /* Darker yellow on hover */
    }

.signup-link {
    color: #fbbc04;
    font-weight: bold;
    text-decoration: none;
}

    .signup-link:hover {
        text-decoration: underline;
    }


.section {
    margin-bottom: 40px;
}

    .section h2 {
        margin-bottom: 20px;
        color: #333;
    }

.card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align: center;
    padding-bottom: 15px;    
}

    .card img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    .card h3 {
        margin: 15px 0 5px;
        font-size: 18px;
    }

    .card p {
        font-size: 14px;
        color: #666;
        margin-bottom: 10px;
    }

    .card button {
        background-color: #F9B233; 
        color: white;
        border: none;
        padding: 8px 16px;
        border-radius: 4px;
        cursor: pointer;
   /*     margin:12px 80px;*/
    }

        .card button:hover {
            background-color: #d9941e;
        }

.card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
}

@media (max-width: 768px) {
    .card-container {
        grid-template-columns: 1fr; 
    }
}

.quiz-outer {
    background-color: var(--primary-color);
}

.quiz-card{
    margin: 50px auto;
    padding: 30px;
    border:none;
    border-radius: 12px;
    background: #FDFDFD;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, #fefefe, #f9f9f9);
}

.quiz-header {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 20px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
}

    .quiz-header #quiz-title {
        font-size: 24px;
        font-weight:700;
        color: #333;
    }

.question-section {
    margin-bottom: 20px;
}

.question-text {
    font-size: 20px;
    margin-bottom: 20px;
    color: #444;
}
.quiz-timer {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 5px;
    z-index: 1000;
}
.options-list {
    list-style-type: none;
    padding:0;
    margin:0;
}
    .options-list li{
        background:lightgrey;
        padding:10px 20px;
        border-radius:5px;
    }

    .options-list li {
        margin-bottom: 10px;
    }

.options-list input[type="radio"] {
    appearance: none; /* remove default */
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
}

        .options-list input[type="radio"]:checked {
            border-color: #F9B233;
            background-color: #F9B233;
            border: 5px solid #000;
        }

.quiz-footer {
    display: flex;
    justify-content: space-between;
}

.quiz-footer button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background-color: #F9B233;
    color: white;
    font-size: 16px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    margin: 8px;
}



.quiz-footer button:hover {
    background-color: #F9B233;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow effect */
    transform: translateY(-2px);
    
}

.requirment-btn {
    border:1px solid black;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 12px;
    margin-top:5px;
   display:flex;
    display:inline-block;
}




.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* .accordion-button:not(.collapsed) {
        background-color: transparent !important;
        color: #000 !important;
    }*/

.accordion-button:not(.collapsed) {
    background-color: #F9B233;
    color: #fff;
}

.accordion-item {
    border: 1px solid #f9b233;
}
/*.text-light {
    color:#333!important;
}
*/

.accordion-button::after {
    background-image: none !important;
    content: "\25BC";
    font-size: 1rem;
    color: #333;
}


.accordion-button:not(.collapsed)::after {
    content: "\25B2";
    color: white;
}

.student-img {
    width: 40px;
    height: 40px;
    padding-right: 5px;
    object-fit: cover;
    border-radius: 50%;
}


/*quiz section start*/
.quizz-card {
    background: #fff; 
    color: #333;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.quizz-header {
    margin-bottom: 8px;
}

.quizz-title {
    font-size: 18px;
    font-weight: 600;
   
}
.quizz-divider {
    border-bottom: 3px solid #f9b233;
    margin-bottom:8px;
}
.level-badge {    
    color: #000;
    width:70px!important;
    height:30px!important;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.class-badge {
    border: 1px solid #f9b233;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    display: table;
}

.quizz-desc {
    font-size: 14px;
    margin: 16px 0px;
    color: #333;
}

.quizz-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 16px;
}

    .quizz-stats i {
        margin-right: 6px;
        color: #f9b233;
        
    }
.share-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: 0.3s ease;
}

.share-btn i {
    font-size: 22px;
    margin-bottom: 5px;
}

.share-btn span {
    font-size: 12px;
}

.share-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* Platform Colors */
.whatsapp {
    background: #25D366;
}

.facebook {
    background: #1877F2;
}

.telegram {
    background: #0088cc;
}

/* Input */
#shareInput {
    border-radius: 10px 0 0 10px;
}

.start-btn {
    background: var(--navy) !important;
    color: #fff !important;
    font-weight: 500;
    width: 100%;
    padding: 6px 12px;
    border: none;
    border-radius: 15px;
    transition: 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

    .start-btn:hover {
        background: #f9b233 !important;
        color: #fff !important;
    }

@media (max-width: 768px) {

    .start-btn {
        font-size: 14px;
        padding: 8px 10px;
        border-radius: 12px;
    }

    .col-sm-6 {
        margin-bottom: 10px;
    }
}
    .leaderboard-card {
        background: #fff;
        color: #333;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    }

.leaderboard-title-quizz {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    color: var(--gold);
}

    .leaderboard-title i {
        margin-right: 6px;
    }

.leaderboard-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.leaderboard-item {
    display: flex;
    justify-content: space-between;
    align-items: center;  
    border-radius: 8px;
}

.rank {
    width: 30px;
    height: 30px;
  /*  background: #2b2d42;*/
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 12px;
}

/*.gold .rank {
    background: #ffd700;
    color: #000;
}

.silver .rank {
    background: #c0c0c0;
    color: #000;
}

.bronze .rank {
    background: #cd7f32;
    color: #fff;
}*/
.gold {
    background-color: #fff9db; /* light gold */
    border-left: 4px solid #f1c40f;
}

.silver {
    background-color: #f9f9f9; /* light silver/gray */
    border-left: 4px solid #bdc3c7;
}

.bronze {
    background-color: #fbeee6; /* light bronze */
    border-left: 4px solid #d35400;
}
.normal-bg {
    background-color: #ffffff; /* default white */
    border-left: 4px solid #333;
}
.info {
    flex-grow: 1;
}

    .info strong {
        display: block;
        font-size: 14px;
    }

    .info small {
        font-size: 12px;
        color: #cbd5e0;
    }

.score {
    font-weight: bold;
    font-size: 14px;
    color: #ffb703;
}
.quiz-result-card {
    text-align: center;
    padding: 30px;
    border-radius: 16px;
    max-width: 450px;
    margin: auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.quiz-icon {
    font-size: 50px;
    color: #f9b233;
    margin-bottom: 15px;
}

.quiz-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.quiz-subtitle {
    color: #ccc;
    margin-bottom: 20px;
}

.quiz-score h1 {
    font-size: 60px;
    color: #f9b233;
    margin: 0;
}

.quiz-score p {
    margin: 5px 0 20px;
    color: #aaa;
}

.quiz-stats {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

    .quiz-stats h3 {
        margin: 0;
        font-size: 22px;
    }

    .quiz-stats .fail {
        color: #ff4d4d;
    }

    .quiz-stats p {
        margin: 0;
        font-size: 14px;
        color: #bbb;
    }

.quiz-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

    .quiz-actions .btn {
        border-radius: 25px;
        padding: 8px 18px;
        font-weight: 600;
    }

    /*end quiz section */
.user-dropdown .dropdown-item:hover,
.user-dropdown .dropdown-item:focus,
.user-dropdown .active-link:active {
    background-color: #f9b233; /* change to your theme color */
    color: #fff !important;
    border-radius: 6px;
}

/* Add some spacing */
.user-dropdown li {
    margin-bottom: 8px;
}


.row-progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    background: #f9f9f9;
    padding:5px 15px;
    border-radius:5px;
}

    row-progress strong {
        color: #fff;
        font-size: 1.1em;
    }


.floating-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.float-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.2s ease-in-out;
}
.floats-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}
.learning-float-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.2s ease-in-out;
}
.float-btn:hover {
    transform: scale(1.1);
}

.whatsapp {
    background-color: var(--navy);
}
.start-learning {
    background:var(--navy);
    border: none;
    color: #fff;
    
    border-radius: 15px;
    
   
}
.call {
    background-color: var(--navy);
}
.package li{
    margin-bottom:10px!important;
}
.selected-card {
    border: 2px solid #ffc107 !important; /* yellow border */
    box-shadow: 0 0 12px rgba(255,193,7,0.6);
}
.floating-buttons a{
    color:#fff!important;
    text-decoration:none;
}
@media screen and (max-width: 600px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }

        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    td {
        border: none;
        position: relative;
        padding-left: 50%;
    }

        td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            content: attr(data-label);
            font-weight: bold;
        }
}
.img-border{
    border:2px solid #000;
}

.fa-check, .fa-times {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.chat-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}

.chat-container {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 90px;
    width: 320px;
    height: 420px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
    flex-direction: column;
    overflow: hidden;
}

.chat-header {
    background: #F9B233;
    color: #fff;
    padding: 12px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .chat-header .close-btn {
        background: transparent;
        border: none;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }

.chat-messages {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    background: #f5f5f5;
}

    .chat-messages div {
        margin-bottom: 8px;
        padding: 8px 12px;
        border-radius: 10px;
        max-width: 70%;
        font-size: 14px;
    }

    .other {
        background: #007bff;
        color: #fff;
        align-self: flex-end;
        margin-left: auto;
    }

    .me {
        background: #e0e0e0;
        align-self: flex-start;
        margin-right: auto;
    }

.chat-input {
    display: flex;
    border-top: 1px solid #ddd;
    background: #fff;
}

    .chat-input input {
        flex: 1;
        border: none;
        padding: 10px;
        font-size: 14px;
        outline: none;
    }

    .chat-input button {
        background: #F9B233;
        border: none;
        color: #fff;
        padding: 0 16px;
        cursor: pointer;
        font-size: 18px;
    }
.term-section{
    background:var(--primary-color);
}
.bg-light-success {
    background-color: #e8f9ee;
}

.bg-light-danger {
    background-color: #fdeaea;
}

.list-group-item {
    border-radius: 8px !important;
    margin-bottom: 5px;
    transition: all 0.2s ease-in-out;
}

    .list-group-item:hover {
        transform: scale(1.01);
    }
#loginModal .modal-content{
    width:100%;
}
.public-profile {
    position: absolute;
    right: 20px;
    z-index: 9999;
    text-decoration: none;
    color: #f9b233;
}


.option-item {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

    .option-item:hover {
        background-color: #f5f5f5;
    }

    .option-item.selected {
        background-color: #f4b400;
        color: #fff;
        border-color: #f4b400;
    }
    .counter-text
    {
        color:var(--navy);
    }

.hero {
    background: #f6f2e8;
    padding: 60px 0;
    overflow: hidden;
}

.text-navy {
    color: #0d223c;
}

/* RIGHT SIDE WRAPPER */

.dashboard-wrapper {
    max-width: 470px;
    margin-left: auto;
    position: relative;
}

/* Main Dashboard */

.dashboard-card {
    background: #fff;
    border-radius: 28px;
    padding-top: 20px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    position: relative;
}

/* Header */

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
}

.user-info {
    display: flex;
    gap: 12px;
    align-items: center;
}

.icon-box {
    width: 48px;
    height: 48px;
    background: #0d223c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.icon-box i
{
    color:#fff;
}

.user-info h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #0d223c;
}

.user-info p {
    margin: 0;
    color: #8c8c8c;
    font-size: 12px;
}

/* Badge */

.rank-badge {
    background:#fff!important;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

.streak {
    background: #fff;
    padding: 8px 14px;
    border-radius: 20px;
   top: 115px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    position: absolute;
    right: -20px;
    z-index:1;
    color:var(--navy)!important;
}

/* Chart */

.chart-box {
    height: 140px;
    background: #f5f1e8;
    border-radius: 24px;
    position: relative;
    margin-bottom: 15px;
}

.days {
    position: absolute;
    bottom: 12px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    color: #8d8d8d;
    font-size: 11px;
    font-weight: 600;
}

/* Floating Quiz */

.quiz-card-hero {
    position: absolute;
    right: -72px;
    top: 85px;
    width: 180px;
    background: #fff;
    border-radius: 20px;
    padding: 14px;
    transform: rotate(8deg);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

    .quiz-card-hero h5{
        color:var(--navy);
        font-weight: 600;
        font-size:15px!important;
    }

.stars {
    color: #f4b400;
    font-size: 15px;
    margin: 6px 0;
}

.quiz-card h5 {
    margin: 0;
    font-size: 14px;
    color: #0d223c;
    font-weight: 700;
}

/* Cards */

.small-card {
    background: #f5f1e8;
    border-radius: 20px;
    padding: 14px;
    min-height: 95px;
}

.emoji {
    font-size: 20px;
    margin-bottom: 5px;
}

.small-card p {
    margin: 0;
    font-size: 11px;
    color: #777;
    font-weight: 600;
}

.small-card h4,
.small-card h6 {
    margin-top: 6px;
    color: #0d223c;
    font-weight: 700;
}

/* Continue */

.continue-box {
    background: #0d223c;
    color: #fff;
    border-radius: 40px;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    font-size: 13px;
    font-weight: 600;
}





.scholarship {
    background: #0d223c;
    color: #fff;
    width: max-content;
    padding: 8px 16px;
    border-radius: 30px;
    margin-left: auto;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 600;
}



/* Dashboard Card */

.dashboard-card {
    position: relative;
   
    overflow: visible;
}




.hero-teacher-widget {
    position: absolute;
    left: -58px;
    bottom: -290px;
    width: 185px;
    background: #fff;
    padding: 7px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: rotate(-3deg);
    z-index: 1;
    color: var(--navy) !important;
}




.hero-price-widget {
    position: absolute;
    left: -47px;
    bottom: -360px;
    background: #fff;
    padding: 5px 11px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: rotate(-5deg);
    z-index: 2;
    color: var(--navy) !important;
}


@media(max-width:991px) {

    .dashboard-wrapper {
        margin: 40px auto 0;
    }

    .quiz-card {
        right: 0;
    }

    .streak {
        right: 0;
    }
}
.hero-scholarship-widget {
    position: absolute;
    left: -35px;
    bottom: 18px;
    background: #fff;
    border-radius: 999px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
    z-index: 20;
    animation: float3 5s ease-in-out infinite;
}

    .hero-scholarship-widget i {
        color: #16a34a;
    }

.hero-ai-widget {
    position: absolute;
    right: 40px;
    bottom: -22px;
    background: #fff;
    border-radius: 999px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
    z-index: 20;
    animation: float4 5s ease-in-out infinite;
}

    .hero-ai-widget i {
        color: #f5b321;
    }


@keyframes floatingCard {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}


.hero-top-card {
    animation: floatingCard 3s ease-in-out infinite;
}
.hero-right-card {
    animation: floatingCard 3s ease-in-out infinite;
}
.hero-bottom-card {
    animation: floatingCard 3s ease-in-out infinite;
}








.quiz-master-badge {
    animation: floatingCard 3s ease-in-out infinite;
}


body {
    background: #f4f0e6;
    font-family: Inter,sans-serif;
    color: #07174d;
}

.main-section {
    padding: 60px 0;
    background:var(--cream);
}

.heading {
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    color: #07174d;
    letter-spacing: -2px;
}

.top-para {
    font-size: 18px;
    color: #5d6685;
    line-height: 1.4;
    max-width: 420px;
    margin-left: auto;
}

.cards-row {
    margin-top: 20px;
}

.card-gap {
    margin-bottom: 18px;
}

.tool-card {
    border-radius: 28px;
    padding: 24px;
    height: 228px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

    .tool-card.light {
        background: #fff;
        border: 1px solid #e5e7eb;
        color:var(--navy);
    }


    .tool-card.yellow {
        background: linear-gradient(135deg,var(--gold) 0%,oklch(88% .15 70) 100%);
    }

    .tool-card.dark {
        background: var(--navy);
        color: #fff;
    }

.icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}


.dark .icon-wrap {
    background: rgba(255,255,255,0.1);
}

.tool-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tool-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #5f6782;
    max-width: 240px;
}

.dark .tool-desc {
    color: #c7cbe2;
}

.explore-btn {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #07174d;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dark .explore-btn {
    color: #f7b93f;
}

.explore-btn i {
    width: 16px;
    height: 16px;
}

@media(max-width:991px) {

    .heading {
        font-size: 48px;
    }

    .top-para {
        margin-left: 0;
        margin-top: 20px;
    }
}


.performance-section {
    background: var(--navy);
    color: #fff;
    padding: 70px 0;
}

/* equal height fix */
.equal-height {
    display: flex;
}

    .equal-height > div {
        display: flex;
    }

/* LEFT */
.left-panel {
    padding-right: 10px;
}

.tag {
    color: #ffb020;
    font-weight: 700;
    letter-spacing: 1px;
}

.main-title {
    font-size: 42px;
    font-weight: 800;
    margin-top: 10px;
}

    .main-title span {
        color: #ffb020;
    }

.desc-performance {
    opacity: 0.8;
    margin-top: 15px;
    color:var(--cream);
}

/* FEATURE GRID */
.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 30px;
}

.feature-card-performance {
    background: #141f3d;
    padding: 18px;
    border-radius: 16px;
    min-height: 110px;
}

.feature-card-performance .icon {
    font-size: 18px;
    margin-bottom: 6px;
}

    .feature-card-performance h6 {
        margin: 0;
        font-weight: 600;
    }

    .feature-card-performance p {
        margin: 0;
        font-size: 13px;
        opacity: 0.7;
    }

/* RIGHT CARD */
.dashboard-card {
    background: #fff;
    color: #000;
    border-radius: 24px;
    padding: 24px;
    height: 100%;
}

/* top */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .top-bar h5 {
        margin: 0;
        font-weight: 700;
    }

.xp-badge {
    background: #ffe9c2;
    padding: 8px 14px;
    border-radius: 20px;
    font-weight: 600;
}

/* progress */
.progress-section {
    margin-top: 25px;
}

.subject {
    margin-bottom: 14px;
}

.progress {
    height: 8px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
}

.bar {
    height: 100%;
    border-radius: 10px;
}

.yellow {
    background: #f7b500;
}

.blue {
    background: #2d6cdf;
}

.red {
    background: #e74c3c;
}

.green {
    background: #2ecc71;
}


.stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

.box {
    background: #fff7ec;
    text-align: center;
    padding: 12px;
    border-radius: 14px;
    font-weight: 600;
}

    .box small {
        display: block;
        font-weight: 400;
        opacity: 0.7;
    }

/* continue */
.continue {
    position:relative;
    margin-top: 20px;
    background: linear-gradient(90deg,#ffb020,#ffd37a);
    padding: 16px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .continue button {
        background: #111;
        color: #fff;
        border: none;
        padding: 10px 18px;
        border-radius: 20px;
    }


.quiz-master-badge {
    position:absolute;
    margin-top: 15px;
    display: inline-block;
    background: #fff;
    padding: 8px 14px;
    border-radius:20px;
    font-size: 13px!important;
    color:var(--navy);
    left:-14px;
    bottom:-25px;
}

@media(max-width: 768px)
{
    .quiz-master-badge {
        position: absolute;
        margin-top: 15px;
        display: inline-block;
        background: #fff;
        padding: 8px 14px;
        border-radius: 20px;
        font-size: 13px !important;
        color: var(--navy);
        left: 0px;
        bottom: -11px;
    }

    .hero-rank-widget {
        
        right: 5px!important;
       
    }
    .hero-ai-widget {
      
        right: -22px!important;
        bottom: -39px!important;
       
    }
}

@media (max-width: 768px) {

    .hero {
        padding: 40px 0;
        text-align: center;
    }

        .hero h1 {
            font-size: 2.2rem !important;
            line-height: 1.3;
        }

        .hero .col-lg-6 {
            text-align: center;
        }

    .hero-buttons {
        justify-content: center !important;
    }

    /* stats row */
    .hero .row.g-4 {
        text-align: center;
    }

    /* RIGHT SIDE FIX */
    .dashboard-wrapper {
        max-width: 100%;
        margin: 30px auto 0;
    }

    .dashboard-card {
        padding: 16px;
        overflow: hidden;
    }


    .quiz-card-hero {
        display: none;
    }

    
    .hero-price-widget {
        display: none;
    }

   

    /* chart spacing */
    .chart-box {
        height: 130px;
        padding-bottom: 20px;
    }

    /* badges fix */
    .streak {
        position: static;
        margin-top: 10px;
        right: auto;
    }

    .dashboard-header {
        flex-direction: column;
        gap: 10px;
    }

    .right-badge {
        width: 100%;
    }

    .badge {
        position: static;
        width: 47%;
        margin-left: -23px;
        margin-top: -22px;
    }
}
.suggest-text {
    display: block;
    margin: 6px 0;
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.how-it-works {
    background: #faf6ee;
}

.step-wrapper::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #e5e7eb;
    z-index: 0;
}

.step-item {
    position: relative;
    z-index: 1;
}

.icon-box-works {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    position: relative;
    font-size: 20px;
}
    .icon-box-works i {
        width: 28px;
        height: 28px;
        color: var(--navy);
        stroke-width: 2;
        
    }

.step-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    background: #fbbf24;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.step-badge-works {
    position: absolute;
    top: -20px;
    right: -8px;
    width: 44px;
    height: 44px;
    background: #fbbf24;
    color: #000;
    font-size: 15px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
.card-works {
    position: relative;
    overflow: visible !important;
    background:#fff;
    border:none;
    border-radius:10px;
}

@media (max-width: 768px) {
    .step-wrapper::before {
        display: none;
    }
}

.teacher-card {
    background: #fff;
    border-radius:5px;
    padding: 15px;
    transition: 0.3s ease;
    border-radius:28px;
    max-height: 420px;
}

    .teacher-card:hover {
        transform: translateY(-5px);
        border-color: #fbbf24;
    }

.teacher-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.teacher-profile {
    display: flex;
    align-items: center;
    gap: 14px;
}

.teacher-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #facc15, #f59e0b);
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius:40%;
    font-size:20px;
}

   

.teacher-name {
    margin: 0;
    color: var(--navy);
    font-size: 17px;
    font-weight: 700;
}

.teacher-subject {
    margin: 4px 0 0;
    color: #333;
    font-size: 13px;
}


.section-label
{
    color:var(--gold);
    font-weight:400;
}
.teacher-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #333;
}

.teacher-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
   
}

.teacher-location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    font-size: 14px;
}

    .teacher-location i {
        width: 15px;
        height: 15px;
    }

.heading-teacher {
    font-size: 55px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    letter-spacing: -2px;
}


.search-wrapper {
    background: #fff;
    border: 1px solid rgba(255,255,255,0.08);
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.search-input-box {
    flex: 1;
    min-width: 260px;
    position: relative;
}

    .search-input-box input {
        width: 100%;
        height: 54px;
        background: var(--cream);
        border: 1px solid transparent;
        border-radius:15px;
        padding: 0 18px 0 50px;
        color: #333!important;
        font-size: 15px;
        outline: none;
        transition: 0.3s;
    }

        .search-input-box input:focus {
            border-color: #fbbf24;
        }

        .search-input-box input::placeholder {
            color: #333 !important;
        }

.search-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #333 !important;
}

.search-filters {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    height: 44px;
    padding: 0 18px;
    background: var(--cream);
    color: #333;
    font-size: 14px;
    border:none;
    border-radius:20px;
    transition: 0.3s;
}

    .filter-btn:hover {
        border-color: #fbbf24;
        color: #fbbf24;
    }

.main-search-btn {
    background: var(--navy);
    border: none;
    color: #fff;
    padding: 8px 10px;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 300 !important;
    font-size: 12px;
    flex: 0 0 auto;
}
    .main-search-btn:hover {
        transform: translateY(-2px);
    }

@media(max-width:768px) {

    .search-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .search-filters {
        justify-content: flex-start;
    }

    .main-search-btn {
        width: 100%;
    }
}

.testimonial-section {
    background: #071347;
    padding: 110px 0;
    overflow: hidden;
}

/* Heading */

.testimonial-heading {
    margin-bottom: 70px;
}

.section-tagline {
    color: #fbbf24;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.section-title {
    color: #fff;
    font-size: 62px;
    line-height: 1.05;
    font-weight: 800;
    margin: 0;
}

/* Card */

.testimonial-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 34px 28px;
    border-radius: 28px;
    height: 100%;
    transition: 0.35s ease;
}

.active-card {
    background: rgba(255,255,255,0.08);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    border-color: rgba(251,191,36,0.30);
}

/* Quote */

.quote-mark {
    color: #fbbf24;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 5px;
}

/* Text */

.testimonial-text {
    color: rgba(255,255,255,0.72);
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 8px;
    min-height: 170px;
}

/* Footer */

.card-footer-custom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}

.user-info
{
    display:flex;
    justify-content:space-between;
}


/* User */

.user-info h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.user-info small {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,0.45);
    font-size: 13px;
}

.leaderboard-table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #f3f4f6;
    border-radius: 14px;
    overflow: hidden;
    
}

.leaderboard-row {
    display: grid;
    grid-template-columns: 80px 2fr 1.5fr 1fr 1fr;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 0.5px var(--border)!important;
    transition: background 0.2s ease;
}

    .leaderboard-row:last-child {
        border-bottom: none;
    }



.rank-col {
    font-size: 18px;
    font-weight: 700;
    color: #f59e0b;
}

.student-col h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.school-col small {
    font-size: 13px;
    color: #9ca3af;
}

.score-col {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.xp-col {
    font-size: 14px;
    font-weight: 600;
    color: #9ca3af;
}

/* Responsive */
@media (max-width: 768px) {

    .leaderboard-row {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 14px 16px;
    }

    .rank-col {
        font-size: 16px;
    }

    .student-col h6 {
        font-size: 14px;
    }

    .score-col,
    .xp-col {
        font-size: 13px;
    }
}
/* Stars */

.stars {
    color: #fbbf24;
    font-size: 14px;
    letter-spacing: 2px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Responsive */

@media(max-width:991px) {

    .section-title {
        font-size: 42px;
    }

    .testimonial-heading {
        margin-bottom: 50px;
    }

    .testimonial-text {
        min-height: auto;
    }
}

@media(max-width:576px) {

    .testimonial-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 32px;
    }

    .testimonial-card {
        border-radius: 22px;
        padding: 28px 22px;
    }
}

.leaderboard-section {
    background: var(--navy);
    color: #fff;
}

.leaderboard-tag {
    color: #fbbf24;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.leaderboard-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    color:#fff;
}

.leaderboard-btn {
    background: #fff;
    color: var(--navy);
    padding: 8px 13px;
    border-radius: 50px;
    font-weight: 500;
    text-center
}

.leaderboard-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 32px;
    padding: 28px;
}

/* Top Cards */

.leader-card {
    background: var(--navy);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 30px;
    padding: 28px;
    height: 100%;
}

.first-place {
    border-color: #fbbf24;
    background: linear-gradient(190deg, #54483F 0%, #272B43 100%);
}
.second-place {
    border: 1px solid #A7AFC7;
    background: linear-gradient(135deg, #434963 0%, #252D4C 100%);
}
.third-place {
    border: 1px solid #C48A5A;
    background: linear-gradient(135deg, #443E4B 0%, #252A46 100%);
}

.rank-badge {
    background: rgba(255,255,255,0.12);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.medal {
    font-size: 34px;
}

.avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fbbf24;
    color: #071347;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.score-box {
    background: rgba(255,255,255,0.05);
    border-radius: 18px;
    padding: 16px;
}

    .score-box small {
        color: #9ca3af;
        display: block;
        margin-bottom: 5px;
    }

    .score-box h4 {
        margin: 0;
        color: #fbbf24;
        font-weight: 700;
    }

.tag-pill {
    background: rgba(251,191,36,0.12);
    color: #fbbf24;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* Bottom Rows */

.academy-live-details {
    margin-top: 22px;
}

.live-leaderboard-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #ececec;
}

.leaderboard-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.leaderboard-rank {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #04184d;
}

.first-rank {
    background: #ffe8a3;
}

.second-rank {
    background: #e7ecf3;
}

.third-rank {
    background: #f3dfd0;
}

.leaderboard-user-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.leaderboard-name {
    font-size: 14px;
    font-weight: 700;
    color: #04184d;
}

.leaderboard-school {
    font-size: 11px;
    color: #8a8a8a;
    margin-top: 3px;
}

.leaderboard-score {
    font-size: 15px;
    color: #04184d;
    font-weight: 800;
}

.leaderboard-btn {

    margin-top: 20px;
    border: none;
    background: var(--gold);
    color: var(--navy);
    border-radius: 40px;
    padding: 8px;
    font-weight: 700;
}ch

.xp-col {
    flex: 1;
    text-align: right;
}

/* Responsive */

@media(max-width:991px) {

    .leaderboard-title {
        font-size: 42px;
    }
}

@media(max-width:768px) {

    .leaderboard-row {
        flex-wrap: wrap;
        padding: 18px;
    }

    .xp-col {
        text-align: left;
    }
}

@media(max-width:576px) {

    .leaderboard-title {
        font-size: 32px;
    }

    .leader-card {
        padding: 22px;
    }
}

.mobile-learning-section {
    background: #f4f1e8;
    padding: 100px 0;
    overflow: hidden;
}

.mobile-tag {
    color: #f4b62a;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

.mobile-title {
    font-size: 43px;
    font-weight: 800;
    margin-top: 10px;
}

.mobile-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #5d6885;
    max-width: 650px;
    margin-bottom: 40px;
}

.download-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.store-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}

.dark-btn {
    background:var(--navy);
    color: #fff;
}

.light-btn {
    background: #fff;
    color: var(--navy);
    border: 1px solid #d8d8d8;
}

.store-icon {
    font-size: 16px;
    line-height: 1;
}   

.store-btn small {
    display: block;
    font-size: 9px;
    opacity: 0.7;
    line-height: 1.1;
}

.store-btn span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
}

.mobile-app-image {
    max-width: 420px;
    width: 100%;
    filter: drop-shadow(0 20px 40px rgba(244,182,42,0.25));
}

/* Responsive */

@media(max-width:991px) {

    .mobile-title {
        font-size: 52px;
    }

    .mobile-desc {
        font-size: 19px;
    }

    .mobile-app-image {
        max-width: 340px;
    }
}

@media(max-width:576px) {

    .mobile-learning-section {
        padding: 70px 0;
    }

    .mobile-title {
        font-size: 0px;
    }

    .mobile-desc {
        font-size: 16px;
    }

    .download-buttons {
        gap: 12px;
    }

    .store-btn {
        width: 100%;
        justify-content: center;
    }
}

/* SEARCH BOX */
.hero-search-box {
    background: #fff;
    border-radius: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    max-width: 650px;
}

.hero-search-input {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 18px;
}

    .hero-search-input i {
        width: 22px;
        height: 22px;
        color: #6b7280;
    }

    .hero-search-input input {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        font-size: 16px;
    }

.hero-search-btn {
    background: #071540;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 15px 35px;
    font-weight: 600;
}


/* RIGHT IMAGE SECTION */
.hero-image-wrapper {
    position: relative;
}

.hero-image-card {
    background: #f5ede0;
    border-radius: 35px;
    padding: 20px;
    overflow: hidden;
}

    .hero-image-card img {
        width: 100%;
        border-radius: 25px;
    }


/* FLOATING CARDS */
.hero-floating-card {
    position: absolute;
    background: #fff;
    border-radius: 22px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    z-index: 2;
}

    .hero-floating-card h6 {
        margin: 0;
        font-size: 28px;
        font-weight: 700;
        color: #071540;
        line-height: 1;
    }

    .hero-floating-card p {
        margin: 0;
        font-size: 14px;
        color: #6b7280;
    }

.hero-icon-circle {
    width: 50px;
    height: 50px;
    background: #fff7e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero-icon-circle i {
        width: 22px;
        height: 22px;
        color: #f4b400;
    }


/* CARD POSITIONS */
.hero-top-card {
    top: -15px;
    left: -20px;
}

.hero-right-card {
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}

.hero-bottom-card {
    bottom: -15px;
    right: 40px;
}
.hero-board-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-board-tags span {
    padding: 10px 18px;
    border-radius: 50px;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
}

.hero-board-tags .active-board {
    background: #071540;
    color: #fff;
    border: none;
}

/* MOBILE */
@media (max-width: 991px) {

    .hero-search-box {
        flex-direction: column;
        border-radius: 25px;
        gap: 15px;
    }

    .hero-search-btn {
        width: 100%;
    }

    .hero-floating-card {
        transform: scale(.85);
    }

    .hero-right-card {
        right: -25px;
        padding: 4px 10px;
    }
}






.academy-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}



.academy-small-text {
    color: #777;
    font-size: 18px;
    margin: 0;
}

.academy-view-all {
    text-decoration: none;
    color: #071b4a;
    font-weight: 600;
    font-size: 18px;
}

.academy-card-spacing {
    row-gap: 25px;
}

.academy-learning-card {
    background: #fff;
    border-radius: 28px;
    padding: 11px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    height: 100%;
}
@media (max-width: 768px) {

    .academy-learning-card {
        border-radius: 14px;
        padding: 10px 12px;
        
    }

    .academy-icon-circle {
        width: 34px;
        height: 34px;
        font-size: 13px;
        margin-bottom: 8px !important;
    }

    .academy-learning-card h6 {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .learning-text {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .explore-btn {
        font-size: 12px;
        padding: 5px 8px;
        border-radius: 10px;
    }
}

.academy-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.academy-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    
}

.score-rank {
    width: 36px;
    height: 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--primary) !important;
    background: #ffeab2;
}
.academy-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--primary) !important;
}

.board-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    background: var(--navy);
}
    .board-icon-circle:hover {
        color: var(--navy);
        background: var(--gold);
    }

.academy-yellow-bg {
    background: #ffeab2;
}
.academy-yellow-bg {
    background: #ffeab2;
}

.academy-gray-bg {
    background: #ececf6;
}

.academy-green-bg {
    background: #d7f6e5;
}

.academy-label-badge {
    background: #f3efe6;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #777;
}

.academy-course-title {
    font-size: 20px;
    font-weight: 700;
    color: #071b4a;
    margin-bottom: 4px;
}



.academy-bottom-flex {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #777;
    margin-bottom: 22px;
}

.academy-resume-button {
    width: 100%;
    border: none;
    background: #06194b;
    color: #fff;
    padding: 5px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 500;
}

.academy-performance-card {
    background: #fff;
    border-radius: 26px;
    padding: 22px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.academy-performance-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

    .academy-performance-top h3 {
        font-size: 20px;
        font-weight: 700;
        color: #071b4a;
        margin: 0;
    }

.academy-performance-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.academy-circle-progress {
    width: 72px;
    height: 72px;
    border: 6px solid #f4b326;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #071b4a;
}



.academy-score-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

    .academy-score-row strong {
        color: #071b4a;
    }

.academy-small-stat-card {
    background: #f8f4ec;
    border-radius: 18px;
    padding: 16px;
}

    .academy-small-stat-card h4 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 2px;
        color: #071b4a;
    }

    .academy-small-stat-card p {
        margin: 0;
        font-size: 11px;
        color: #888;
    }

.academy-badge-text {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 13px;
    color: #666;
}

    .academy-badge-text i {
        width: 15px;
        height: 15px;
        color: #f4b326;
    }


.learning-text
{
    font-size:12px;
    padding-bottom:2px;
}

.academy-score-details {
    width: 58%;
}
.academy-live-details {
    width: 100%;
}

.live-leaderboard-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}

.live-leaderboard-row span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

    .live-leaderboard-row strong {
        margin: 0;
        text-align: start;
    }

.academy-performance-card {
    padding: 20px;
}


@media(max-width:991px) {
    .academy-main-heading {
        font-size: 38px;
    }

    .academy-course-title {
        font-size: 26px;
    }

    .academy-performance-top h3 {
        font-size: 28px;
    }
}

.academy-right-sticky {
    position: sticky;
    top: 20px;
}

.live-leaderboard-row{
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 0;
gap: 10px;
}

.academy-score-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 0;
    gap: 10px;
}

    .live-leaderboard-row span,
    .academy-score-row span {
        display: flex;
        align-items: center;
        gap: 8px;
    }

@media (max-width: 991px) {

    .academy-right-sticky {
        position: static;
    }
}



.challenge-wrapper {
    background: linear-gradient(135deg,#07144c,#20266d);
    border-radius: 40px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

   
    .challenge-wrapper::after {
        content: '';
        position: absolute;
        top: -120px;
        right: -120px;
        width: 320px;
        height: 320px;
        background: rgba(255,166,0,0.18);
        filter: blur(90px);
        border-radius: 50%;
    }


.challenge-badge {
    color: #ffb31a;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

.challenge-title {
    font-size: 30px;
    line-height: 1.05;
    font-weight: 800;
    color: #fff;
    max-width: 520px;
}

    .challenge-title span {
        color: #ffae1a;
        display: block;
    }

.challenge-text {
    color: #c8cce7;
    font-size: 22px;
    line-height: 1.6;
    max-width: 560px;
    margin-top: 25px;
}

/* BUTTONS */
.challenge-btn-primary {
    background: #ffb31a;
    color: #111;
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 700;
    border: none;
    font-size: 16px;
}

    .challenge-btn-primary:hover {
        background: #ffb31a;
        color: #111;
    }

.challenge-btn-secondary {
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 16px;
}

    .challenge-btn-secondary:hover {
        color: #fff;
    }

/* RIGHT CARD */
.countdown-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 30px;
    padding: 28px;
    backdrop-filter: blur(10px);
}

.mini-title {
    color: #bfc4ef;
    font-weight: 600;
    font-size: 15px;
}

.prize-title {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin: 0;
}


.live-badge {
    background: rgba(255,179,26,0.18);
    color: #ffb31a;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
}

.timer-box {
    background: #1d245d;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    text-align: center;
    padding: 10px 3px;
}

    .timer-box h3 {
        color: #ffb31a;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .timer-box span {
        color: #c7cae8;
        font-size: 14px;
        font-weight: 600;
    }

/* SMALL CARDS */
.small-feature-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 26px;
    padding: 10px;
    height: 100%;
    
}

.feature-icon {
    color: #ffb31a;
    font-size: 28px;
    margin-bottom: 5px;
}

.small-feature-card h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.small-feature-card p {
    color: #bfc4ef;
    margin: 0;
    font-size: 15px;
}

/* RESPONSIVE */
@media(max-width:991px) {

    .challenge-wrapper {
        padding: 35px;
    }

    .challenge-title {
        font-size: 48px;
    }

    .challenge-text {
        font-size: 18px;
    }
}

@media(max-width:576px) {

    .challenge-wrapper {
        border-radius: 25px;
        padding: 25px;
    }

    .challenge-title {
        font-size: 38px;
    }

    .prize-title {
        font-size: 22px;
    }

    .timer-box h3 {
        font-size: 28px;
    }

    .small-feature-card h5 {
        font-size: 22px;
    }

    .small-feature-card p {
        font-size: 16px;
    }
}


.custom-card {
    background: #fff;
    border-radius: 22px;
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #f2f2f2;
}

.stat-number {
    font-size: 2.3rem;
    font-weight: 700;
    color: #f1a81f;
}

.stat-label {
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 5px;
}

/* SLIDER */

.slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: scrollSlider 28s linear infinite;
}

.slider-wrapper:hover .slider-track {
    animation-play-state: paused;
}

.slide-card {
    width: 340px;
    flex-shrink: 0;
}

.testimonial-card {
    height: 100%;
}

.star-rating {
    color: #f1a81f;
    font-size: 0.9rem;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #212529;
    margin-bottom: -90px; 
    font-weight: 500;
}

.testimonial-author {
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0;
}

@keyframes scrollSlider {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}



@media (max-width: 768px) {

    .slide-card {
        width: 280px;
    }

    .stat-number {
        font-size: 1.8rem;
    }
    .testimonial-text
    {
        margin-bottom:8px;
    }
}
.btn-paper-finds-light {
    background: var(--cream);
    border: none;
    color: var(--navy);
    padding: 1px 6px; 
    border-radius: 13px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    line-height: 1;
}
.btn-paper-finds-dark {
    background: var(--navy);
    border: none;
    color: #fff;
    padding: 3px 9px; 
    border-radius: 13px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    line-height: 1;
}

    .btn-paper-finds-dark svg {
        width: 14px;
        height: 14px;
    }
    .btn-paper-finds-light svg {
        width: 14px;
        height: 14px;
    }

.premium-mini-card {
    background: #fff;
    border-radius: 22px;
    padding: 18px;
    border: 1px solid #ece7df;
    box-shadow: 0 3px 10px rgba(0,0,0,0.04);
    height: 100%;
}

/* BADGE */
.mini-badge {
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 700;
}

.hard-badge {
    background: #ffd7df;
    color: #cb2157;
}

.medium-badge {
    background: #ffe7c2;
    color: #d87d00;
}

.easy-badge {
    background: #d9f5e6;
    color: #00945d;
}

.mini-trending {
    font-size: 11px;
    color: #ff9800;
    font-weight: 600;
}


.mini-title {
    font-size: 17px;
    font-weight: 500;
    color: #9ca3af;
    margin-bottom: 4px;
}

.mini-subject {
    font-size: 13px;
    color: #777;
    margin-bottom: 16px;
}

.mini-stats-wrapper {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.mini-stat-card {
    flex: 1;
    background: #f5f2eb;
    border-radius: 14px;
    padding: 10px 6px;
    text-align: center;
}

    .mini-stat-card h6 {
        margin: 0;
        font-size: 15px;
        font-weight: 800;
        color: #071a4b;
    }

    .mini-stat-card span {
        font-size: 10px;
        color: #777;
    }
    .mini-start-card i{
        font-size:20px;
    }

.mini-start-btn {
    display: block;
    width: 100%;
    background: #071a4b;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

    .mini-start-btn:hover {
        color: #fff;
        background: #0a2d82;
    }



/* TITLE */
.academy-main-heading {
    font-size: 29px;
    font-weight: 800;
    color: #04184d;
    margin-bottom: 2px;
}

.history-subtitle {
    color: #666;
    font-size: 18px;
}

.history-view-all {
    text-decoration: none;
    color: #04184d;
    font-weight: 700;
    margin-top: 18px;
}

/* TABLE CARD */
.history-table-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e7e1d8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* HEADER */
.history-table-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr .7fr .7fr .8fr;
    padding: 18px 20px;
    background: #f7f4ed;
    font-size: 13px;
    font-weight: 700;
    color: #5f5f5f;
    letter-spacing: .5px;
}

/* ROW */
.history-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr .7fr .7fr .8fr;
    padding: 22px 20px;
    align-items: center;
    border-bottom: 1px solid #ece7df;
}
@media (max-width: 768px) {

    .history-table-card {
        overflow-x: auto;
        border-radius: 14px;
    }

    .history-table-header,
    .history-row {
        min-width: 700px;
    }

    .history-table-header {
        font-size: 12px;
    }

    .history-row {
        font-size: 13px;
        padding: 12px 10px;
    }

    .quiz-name {
        font-size: 13px;
        font-weight: 600;
    }

    .review-btn {
        font-size: 12px;
        padding: 5px 10px;
        white-space: nowrap;
    }

}
.quiz-name {
    font-size: 18px;
    font-weight: 700;
    color: #04184d;
}

.history-row div {
    color: #5f5f5f;
    font-size: 16px;
}

.score-text {
    font-weight: 800;
    color: #04184d !important;
}



/* BUTTON */
.review-btn {
    text-decoration: none;
    color: #04184d;
    font-weight: 600;
}
.leader-icon {
    background: #dee2e6;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .leader-icon i {
        width: 16px;
        height: 16px;
        color: #fff;
    }
/* CHALLENGE CARD */
.challenge-card {
    background: linear-gradient(135deg,#04184d,#1f1f1f);
    border-radius: 28px;
    padding: 13px;
    color: #fff;
    height: 100%;
}

.challenge-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.challenge-badge {
    background: rgba(255,193,7,.15);
    color: #ffc107;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
}

.challenge-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffc107;
    color: #04184d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.challenge-title {
    font-size:20px;
    font-weight: 800;
    margin-bottom: -11px;
}

.challenge-text {
    color: #d7d7d7;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 3px;
}

.challenge-btn {
    display: inline-block;
    background: #ffc107;
    color: #04184d;
    padding: 14px 24px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
}

    .challenge-btn:hover {
        color: #04184d;
    }

/* MOBILE */
@media(max-width:991px) {

    .history-table-header {
        display: none;
    }

    .history-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .history-title {
        font-size: 36px;
    }

    .challenge-title {
        font-size: 26px;
    }
}

.quote-card {
    background: linear-gradient(135deg,#03133f,#1d2d63);
    border-radius: 32px;
    padding: 55px 50px;
    position: relative;
    overflow: hidden;
}

.quote-title {
    color: #fff;
    font-size:33px;
    font-weight: 800;
    line-height: 1.2;
    max-width: 850px;
    margin-bottom: 24px;
}

.quote-author {
    color: rgba(255,255,255,0.75);
    font-size: 22px;
    margin: 0;
}

.right-quote {
    width: 90px;
    height: 90px;
    color: rgba(255,193,7,0.25);
    
}

@media(max-width:991px) {

    .quote-card {
        padding: 40px 30px;
        border-radius: 24px;
    }

    .quote-title {
        font-size: 34px;
    }

    .quote-author {
        font-size: 18px;
    }

    .right-quote {
        width: 70px;
        height: 70px;
    }
}

@media(max-width:576px) {

    .quote-title {
        font-size: 26px;
    }
}
.study-tips-card
{
    border:1px solid #fff;
    padding:5px 20px;
    background:#fff;
    border-radius:30px;
}
.study-heading
{
    font-size:17px;
    font-weight:600;
}

.scholarship-hero-section {
    padding: 80px 0;
    background: #f8fbff;
    overflow: hidden;
}



.scholarship-main-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 22px;
    color: #111827;
}

    .scholarship-main-title span {
        color: var(--gold);
    }

.scholarship-main-text {
    font-size: 18px;
    color: #4b5563;
    margin-top: 24px;
    line-height: 1.7;
}

.scholarship-sub-text {
    color: #6b7280;
    margin-top: 10px;
    line-height: 1.7;
}

.scholarship-btn-primary {
    background: var(--navy);
    border: none;
    color: #fff;
    padding: 15px 16px;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 600 !important;
    width: 237px!important;
   
}


.scholarship-btn-light {
    background: #fff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    padding: 14px 26px;
    border-radius: 12px;
    font-weight: 600;
}



.scholarship-dashboard {
    background: #fff;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.scholarship-top-card {
    background: linear-gradient(135deg,#2563eb,#4f46e5);
    color: white;
    border-radius: 22px;
    padding: 30px;
}

.live-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 18px;
}

.scholarship-top-card h2 {
    font-size: 42px;
    font-weight: 800;
}

.mini-card {
    background: #f9fafb;
    border-radius: 18px;
    padding: 22px;
    text-align: center;
}

    .mini-card h5 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .mini-card p {
        margin: 0;
        color: #6b7280;
    }

/* Responsive */
@media(max-width:768px) {

    .scholarship-main-title {
        font-size: 42px;
    }

    .scholarship-stats {
        flex-wrap: wrap;
    }

    .scholarship-dashboard {
        margin-top: 40px;
    }
}

.joined-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
}

.joined-circles {
    display: flex;
}

    .joined-circles span {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        margin-left: -12px;
        background: linear-gradient( 135deg, #1f2a44, #f9b233 );
        border: 3px solid white;
    }

        .joined-circles span:first-child {
            margin-left: 0;
        }

.joined-text {
    margin: 0;
    font-size: 15px;
    color: #6b7280;
}

    .joined-text strong {
        color: #111827;
    }




.live-title {
    font-size: 48px;
    font-weight: 800;
    color: #111827;
}

    .live-title span {
        color: var(--gold);
    }

.live-subtitle {
    color: #6b7280;
    margin-top: 8px;
}

.class-btn {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 14px;
}

.active-btn {
    background: var(--navy);
    color: white;
}




.scholarship-card {
    background: white;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid #ececec;
    height: 100%;
}

.class-badge {
    background: #f3f4f6;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.trend-badge {
    background: #fff1f2;
    color: #ef4444;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.yellow {
    background: #fff7ed;
    color: #f59e0b;
}

.scholarship-card-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111827;
}

.scholarship-card-text {
    color: #6b7280;
    margin-bottom: 20px;
}

.prize-box {
    background: linear-gradient( 135deg, #f59e0b, #fb923c );
    padding: 20px;
    border-radius: 18px;
    margin-bottom: 18px;
}

    .prize-box small {
        color: rgba(0,0,0,0.7);
        font-weight: 500;
    }

    .prize-box h5 {
        margin: 0;
        font-size: 25px;
        font-weight: 800;
        color: #111827;
    }


.scholarship-info {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 18px;
}

/* FEE */
.fee-box {
    background: #f9fafb;
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.time-left {
    color: #ef4444;
    font-size: 14px;
    font-weight: 600;
}


.join-btn {
    width: 100%;
    border: none;
    border-radius: 16px;
    padding: 8px;
    font-weight: 700;
    color: white;
    background: var(--navy);
}
.class-btn {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
}

.active-btn {
    background: var(--navy);
    color: white;
}

.small-select {
    width: 140px;
    height: 40px;
    border-radius: 12px;
    font-size: 14px;
    border: 1px solid #e5e7eb;
    box-shadow: none;
}

.achievement-card {
    background: linear-gradient( 135deg, #f59e0b, #fb923c );
    border-radius: 12px;
    padding: 12px 14px;
    text-align: center;
    transition: 0.3s ease;
    align-items:start;
}

    .achievement-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(37, 99, 235, 0.08);
    }


.achievement-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 35, 63, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
}

    .achievement-icon i {
        width: 30px;
        height: 30px;
    }

.achievement-number {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.achievement-text {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    font-weight: 500;
}

.student-participated {
    background-color: #13233f;
    background-image: radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 18px 18px;
    padding:15px;
}
.ach-card-1 {
    background: linear-gradient(135deg, #1e2f5c, #2d467f);
    color: white;
   margin-bottom:10px;
}
.ach-card-2 {
    background: linear-gradient(135deg, #243a6b, #355392);
    color: #1a1a1a;
    margin-bottom: 10px;
}

.ach-card-3 {
    background: linear-gradient(135deg, #2d467f, #4a67a8);

    color: #1a1a1a;
}

.chart-box {
    position: relative;
    height: 220px;
    background: #f6f7fb;
    border-radius: 28px;
    overflow: hidden;
    padding: 20px;
}

.graph-wrapper {
    width: 100%;
    height: 100%;
}

.graph-svg {
    width: 100%;
    height: 100%;
}

.graph-line {
    fill: none;
    stroke: #f5b321;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.graph-area {
    fill: url(#graphGradient);
}

.graph-dot {
    fill: #f5b321;
}



.ai-suggest
{
    background:var(--navy);
    border-radius:15px;
    padding:4px 15px;
    color:#fff;
    justify-content:space-between;
    gap:14px;
    margin-top:10px;
}



.left-badge {
    position: absolute;
    top: -18px;
    left: -20px;
    background: #fff;
    border-radius: 999px;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
    z-index: 20;
    animation: float2 4.5s ease-in-out infinite;
}

.rank-badge-home {
    background: rgba(255,255,255,0.12);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}



.hero-rank-widget {
    position: absolute;
    right: -45px;
    top: 128px;
    background: #fff;
    border-radius: 999px;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
    z-index: 20;
    animation: float2 4.5s ease-in-out infinite;
   
}

    .hero-rank-widget i {
        color: #ff8a00;
    }

    .hero-rank-widget small {
        display: block;
        color: #7b8191;
        line-height: 1;
        margin-bottom: 4px;
        font-size: 12px;
    }

    .hero-rank-widget strong {
        font-size: 14px;
        color: #0f172a;
    }


.hero-scholarship-widget {
    position: absolute;
    left: -61px;
    bottom: -43px;
    background: #fff;
    border-radius: 999px;
    padding: 4px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
    z-index: 20;
    animation: float3 5s ease-in-out infinite;
}

    .hero-scholarship-widget i {
        color: #16a34a;
    }



.hero-ai-widget {
    position: absolute;
    right: -30px;
    bottom: -50px;
    background: #fff;
    border-radius: 999px;
    padding: 4px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
    z-index: 20;
    animation: float4 5s ease-in-out infinite;
}

    .hero-ai-widget i {
        color: #f5b321;
    }

.btn-start
{
    background:var(--gold);
    padding:3px 8px;
    border-radius:10px;
}

@keyframes float1 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float2 {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-14px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float3 {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float4 {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width:786px)
{
    .hero-scholarship-widget
    {
        display:none;
    }
}

.text-gold
{
    color:var(--gold);
}
.teacher-info{
    font-size:12px;
}
