﻿
:root {
    --primary-color: #f9b2331f;
    --secondary-color: #fefefe;
    --text-color: #333;
    --text-muted: #6c757d;
    --bg-muted: #faf8f4;
    --bg-dark: #111827;
    --bg-darker: #0f172a;
}
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;
    }
}

.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;
}

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;
}
.hero {
    background: var(--primary-color);
    padding: 80px 0px;
    text-align: center;
}

    .hero h1 {
        font-size: 3rem;
        font-weight: 700;
    }

        .hero h1 span {
            color: #f9b233;
        }
#header-img-section .shape-orange {
    position: absolute;
    top: -15%;
    left: 0%;
    background: #ffa726;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: 0;
    animation: floatUpDown 6s ease-in-out infinite;
}

#header-img-section .shape-pink {
    position: absolute;
    bottom: -15%;
    right: 0%;
    background: #f48fb1;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    z-index: 0;
    animation: floatLeftRight 7s ease-in-out infinite;
}

/* Floating Keyframes */
@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes floatLeftRight {
    0%, 100% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(20px);
    }
}




@media (max-width: 912px) {
    .tx-pra-main {
        font-size: 1.50rem !important;
    }

    .tx-pra-main2 {
        font-size: 1rem !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: 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: 8px;
        border: 2px solid #f9b233;
        background-color: transparent;
        color: #000;
        font-weight: 200;
    }

        .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: 1rem;
        color: #6c757d;
        font-weight: 500;
    }

    .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;
        }

    .why-section {
        /* background-color: var(--primary-color);*/
        padding: 60px 20px;
        text-align: center;
    }

        .why-section h2 {
            font-size: 2rem;
            font-weight: 700;
        }

            .why-section h2 span {
                color: #f9b233;
            }

        .why-section p {
            font-size: 1.1rem;
            color: #6c757d;
            max-width: 800px;
            margin: 20px auto 0 auto;
        }

    .feature-card {
        border: 1px solid #000;
        background-color: #fff;
        border-radius: 10px;
        transition: transform 0.3s ease;
    }

    .rounded-circle {
        background: #333;
    }

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 10px rgba(163, 106, 32, 0.2);
    }

    .card-title {
        color: #333;
        font-size: 1.50rem;
        text-shadow: 1px 0px 0px #f9b233;
    }

    .tutexx-steps {
        background: var(--primary-color);
        color: #d1d9e6;
    }

    .section-title {
        font-size: 32px;
        font-weight: bold;
        color: #000;
    }

        .section-title .highlight {
            color: #f9b233;
        }

    .subtitle {
        font-size: 16px;
        color: #333;
        margin-top: 8px;
    }

    .step-circle {
        width: 70px;
        height: 70px;
        background-color: #f9b233;
        color: #0e1628;
        font-weight: bold;
        font-size: 24px;
        border-radius: 50%;
        line-height: 70px;
        margin: 0 auto 15px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .step-title {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .step-desc {
        font-size: 14px;
        color: #333;
        padding: 0 20px;
        text-align:justify;
    }

    .testimonials {
        background-color: #fff;
    }

    .section-title {
        font-size: 32px;
        font-weight: bold;
        color: #000;
    }

        .section-title .highlight {
            color: #f9b233;
        }

    .subtitle {
        font-size: 16px;
        color: #333;
        margin-top: 8px;
    }

    .testimonial-card {
        background-color: #fff;
        border: 1px solid #2d3d5a;
        padding: 25px;
        border-radius: 10px;
        text-align: left;
        height: 100%;
        transition: all 0.3s ease;
    }

        .testimonial-card:hover {
            border-color: #f9b233;
            box-shadow: 0 0 15px rgba(249, 178, 51, 0.2);
        }

    .testimonial-text {
        font-style: italic;
        color: #333;
        font-size: 15px;
        min-height: 100px;
    }

    .student-name {
        color: #000;
        font-weight: bold;
    }

    .student-class {
        color: #f9b233;
        font-size: 14px;
    }

    .stars i {
        margin-right: 2px;
    }

    .cta-section {
        background: linear-gradient(to right, #2e2c23, #1d1f24);
        padding: 80px 20px;
        color: #fff;
    }

    .cta-heading {
        font-size: 32px;
        font-weight: 700;
        color: #f9b233;
    }

    .cta-subtext {
        font-size: 16px;
        color: #b9c3d6;
        margin-top: 10px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .cta-buttons .btn {
        font-weight: 600;
        padding: 12px 24px;
        font-size: 15px;
        border-radius: 8px;
    }

    .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;
        }
    /*start footer section*/

    .site-footer {
        background-color: #333;
        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(--secondary-color); /* Yellow */
    }

    .section-title h2 {
        font-weight: 700;
    }

    .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;
}

    .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;
}

    .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: #2c3444;
    background-color: #1a2235;   
    padding:6px 15px;
}
    .btn-search:hover {
        background-color: #ffc107;
        color: #000 !important;
   
    }
.btn-active {
    background-color:#f9B233;
    
}
.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-postion{
        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: #f9b233;
    border: none;
    color: #111827;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500!important;
    flex: 1;
}
.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;
}

    /*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; /* left + right corners */
    align-items: center; /* vertically align */
    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;
        
    }

.start-btn {
    background: #f9b233;
    color: #000;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    transition: background 0.3s;
}

.leaderboard-card {
    background: #fff;
    color: #333;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.leaderboard-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #f9b233;
}

    .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;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.float-btn {
    width: 50px;
    height: 50px;
    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;
}

    .float-btn:hover {
        transform: scale(1.1);
    }

.whatsapp {
    background-color: #25D366;
}

.call {
    background-color: #007BFF;
}
.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;
    }

    .chat-messages .Student {
        background: #007bff;
        color: #fff;
        align-self: flex-end;
        margin-left: auto;
    }

    .chat-messages .Teacher {
        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);
}