body{
    font-family: "Archivo", "Roboto", sans-serif;
}
.hero-section {
    background: linear-gradient(rgba(26, 35, 126, 0.85), rgba(26, 35, 126, 0.85)), url('https://readdy.ai/api/search-image?query=physics%20classroom%20blackboard%20with%20mathematical%20formulas%20and%20equations%20written%20in%20white%20chalk%2C%20educational%20environment%20with%20scientific%20diagrams%2C%20blue%20tinted%20lighting%2C%20academic%20atmosphere%2C%20detailed%20physics%20equations%20including%20mechanics%20and%20thermodynamics%20formulas&width=1920&height=1080&seq=physics-classroom-bg&orientation=landscape');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 80px 0px;
    margin-top: 80px;
}
.fixed-whatsapp-footer{
    position:fixed;
    bottom:50px;
    right:20px;
    width:45px;
    height:45px;
    border-radius:50%;
    display:flex;
    align-items:center;
    background:#13c33c;
    z-index:999 !important;
    justify-content:center;
}
    .fixed-whatsapp-footer svg{
        fill:#fff;
    }

    .navbar {
        background: #fff !important;
        padding: 10px 0;
        transition: all 0.3s ease;
    }

.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.5rem;
    text-decoration: none;
}

.logo-icon {
    width: 32px;
    height: 32px;
    background: #ff7043;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    font-weight: 700;
    color: white;
    font-size: 1.2rem;
}

.navbar-nav {
    margin: 0 auto;
}

.navbar-nav .nav-link {
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
    margin: 0 1rem;
    padding: 0.5rem 0 !important;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #ff7043 !important;
}

.btn-demo {
    background: #9c27b0;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-demo:hover {
    background: #7b1fa2;
    color: white;
    transform: translateY(-2px);
}

.hero-content {
    text-align: center;
    color: white;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.hero-subtitle {
    font-size: 4rem;
    font-weight: 700;
    color: #ff7043;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.option-border {
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 5px;
}

.hero-description {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
    opacity: 0.95;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-orange {
    background: #ff7043;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-orange:hover {
    background: #f4511e;
    color: white;
    transform: translateY(-2px);
}

.btn-purple {
    background: #9c27b0;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-purple:hover {
    background: #7b1fa2;
    color: white;
    transform: translateY(-2px);
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.5rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.navbar-toggler {
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-orange,
    .btn-purple {
        width: 100%;
        max-width: 250px;
    }

    .navbar-nav {
        margin: 1rem 0;
    }

    .navbar-nav .nav-link {
        margin: 0.25rem 0;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-content {
        padding: 0 1rem;
    }
}

/* ========================Section 2 Start=================== */
.main-container-section-2 {
    padding: 60px 0px;
    background-color: #f8f9fa;
    line-height: 1.6;
}

.header-section-section-2 {
    text-align: center;
    margin-bottom: 60px;
}

.main-title-section-2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.purple-text-section-2 {
    color: #8b5cf6;
}

.subtitle-section-2 {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.cards-container-section-2 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.course-card-section-2 {
    flex: 1;
    min-width: 320px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card-section-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-image-section-2 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.card-content-section-2 {
    padding: 24px;
}

.card-title-section-2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.card-subtitle-section-2 {
    color: #8b5cf6;
    font-weight: 500;
    margin-bottom: 20px;
}

.features-list-section-2 {
    list-style: none;
    margin-bottom: 24px;
    padding-left: 0px;
}

.features-list-section-2 li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #4b5563;
}

.checkmark-section-2 {
    color: #10b981;
    margin-right: 8px;
    margin-top: 2px;
    font-weight: bold;
}

.cta-button-section-2 {
    width: 100%;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    display: block;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
}

.btn-orange-section-2 {
    background-color: #f97316;
    color: white;
}

.btn-orange-section-2:hover {
    background-color: #ea580c;
    color: white;
}

.btn-purple-section-2 {
    background-color: #8b5cf6;
    color: white;
}

.btn-purple-section-2:hover {
    background-color: #7c3aed;
    color: white;
}

@media (max-width: 768px) {
    .cards-container-section-2 {
        flex-direction: column;
    }

    .course-card-section-2 {
        min-width: 100%;
    }

    .main-title-section-2 {
        font-size: 2rem;
    }

    .main-container-section-2 {
        padding: 40px 0px;
    }
}

@media (max-width: 576px) {
    .main-title-section-2 {
        font-size: 1.75rem;
    }

    .subtitle-section-2 {
        font-size: 1rem;
    }
}

/* ========================Section 2 End=================== */
/* ========================Section 3 Start=================== */
.card-gredient {
    background: linear-gradient(135deg, #e8d5ff 0%, #b8e6ff 100%);
    padding: 20px;
    border-radius: 20px;
}


.neet-physics {
    color: #8b5cf6;
}

.pricing-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 1;
    min-width: 320px;
    position: relative;
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.card-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
    z-index: 10;
}

.most-popular {
    background: #ff6b35;
}

.premium {
    background: #8b5cf6;
}

.card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.batch-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.batch-type {
    color: #8b5cf6;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 5px;
}

.student-count {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.enroll-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-blue {
    background: #5bc0de;
    color: white;
}

.btn-blue:hover {
    background: #46b8da;
}

.middle-card {
    border: 3px solid #ff6b35;
}

@media (max-width: 768px) {


    .pricing-card {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 480px) {

    .pricing-card {
        width: 100%;
    }
}

/* ========================Section 3 End=================== */
/* ========================Section 4 Start=================== */
.main-container-section-4 {
    line-height: 1.6;
    padding: 4rem 0;
    background-color: #f6f6f6;
    min-height: 100vh;
}

.features-grid-section-4 {
    margin-bottom: 4rem;
}

.feature-card-section-4 {
    background: white;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: none;
}

.feature-card-section-4:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon-section-4 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 1.5rem;
}

.feature-title-section-4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
}

.feature-description-section-4 {
    font-size: 0.95rem;
    color: #718096;
    line-height: 1.6;
}

.cta-section-section-4 {
    background: linear-gradient(90deg, rgba(27, 61, 125, 1) 0%, rgba(76, 55, 147, 1) 44%, rgba(117, 45, 187, 1) 100%);
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
    color: white;
}

.cta-title-section-4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-subtitle-section-4 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.stats-container-section-4 {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.stat-item-section-4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.stat-icon-section-4 {
    font-size: 1.2rem;
    color: #fbbf24;
}

@media (max-width: 768px) {

    .feature-card-section-4 {
        margin-bottom: 1.5rem;
    }

    .cta-title-section-4 {
        font-size: 1.6rem;
    }

    .cta-subtitle-section-4 {
        font-size: 1rem;
    }

    .stats-container-section-4 {
        gap: 1.5rem;
    }

    .stat-item-section-4 {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .main-container-section-4 {
        padding: 2rem 0;
    }

    .cta-section-section-4 {
        padding: 2rem 1rem;
    }

    .stats-container-section-4 {
        flex-direction: column;
        gap: 1rem;
    }
}

/* ========================Section 4 End=================== */
/* ========================Section 5 Start=================== */
.main-container-section-5 {
    padding: 4rem 0rem;
    background: linear-gradient(135deg, #4a5db8c7 0%, #3b4a9c61 50%, #2d3a7d 100%), url(../img/bg-study.webp);
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    background-size: cover;
}

.hero-section-section-5 {
    text-align: center;
    margin-bottom: 3rem;
}

.hero-title-section-5 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
}

.hero-highlight {
    color: #ff7f50;
}

.hero-subtitle-section-5 {
    font-size: 1.2rem;
    color: #b8c5e8;
    margin-bottom: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cards-section-section-5 {
    margin-bottom: 3rem;
    width: 100%;
    max-width: 1000px;
}

.physics-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
}

.physics-card:hover {
    transform: translateY(-5px);
}

.card-icon-section-5 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
    color: white;
}

.icon-orange {
    background-color: #ff7f50;
}

.icon-purple {
    background-color: #8a2be2;
}

.icon-blue {
    background-color: #87ceeb;
}

.card-title-section-5 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.card-description-section-5 {
    font-size: 0.95rem;
    color: #b8c5e8;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.card-button-section-5 {
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    color: white;
    width: 100%;
    max-width: 200px;
}

.btn-orange {
    background-color: #ff7f50;
}

.btn-orange:hover {
    background-color: #ff6b35;
    color: white;
}

.btn-purple {
    background-color: #8a2be2;
}

.btn-purple:hover {
    background-color: #7b1fa2;
    color: white;
}

.btn-blue {
    background-color: #87ceeb;
}

.btn-blue:hover {
    background-color: #5fb3d4;
    color: white;
}

.help-section {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    width: 100%;
    max-width: 800px;
}

.help-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.help-description {
    font-size: 1rem;
    color: #b8c5e8;
    margin-bottom: 2rem;
}

.contact-info-section-5 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #b8c5e8;
    text-decoration: none;
    transition: color 0.3s ease;
}
    .contact-item a {
        color: #b8c5e8;
        text-decoration: none;
    }

    .contact-item:hover {
        color: white;
    }

.contact-icon {
    font-size: 1.2rem;
}

.contact-item i {
    color: #ff6b35;
}

@media (max-width: 768px) {
    .hero-title-section-5 {
        font-size: 2.2rem;
    }

    .hero-subtitle-section-5 {
        font-size: 1rem;
    }

    .main-container-section-5 {
        padding: 2rem 0rem;
    }

    .physics-card {
        margin-bottom: 1.5rem;
    }

    .contact-info-section-5 {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-title-section-5 {
        font-size: 1.8rem;
    }

    .card-button-section-5 {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* ========================Section 5 End=================== */
/* ========================Foooter Start=================== */
.footer-section {
    background-color: #2d2d2d;
    color: #ffffff;
    padding: 60px 0 30px 0;
}

.logo-section-footer {
    margin-bottom: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background-color: #ff6b35;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.logo-icon i {
    color: white;
    font-size: 20px;
}

.logo-text {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.description-footer {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.social-icons-footer {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.social-icon-footer {
    width: 36px;
    height: 36px;
    background-color: #8b5cf6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.social-icon-footer:hover {
    background-color: #7c3aed;
}

.social-icon-footer i {
    color: white;
    font-size: 16px;
}

.footer-title {
    color: #ff8d42;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #9ca3af;
    font-size: 14px;
}

.contact-icon {
    color: #ff6b35;
    margin-right: 10px;
    margin-top: 2px;
    font-size: 14px;
}

.copyright {
    border-top: 1px solid #374151;
    padding-top: 20px;
    margin-top: 40px;
    color: #6b7280;
    font-size: 13px;
}

@media (max-width: 768px) {
    .footer-section {
        padding: 40px 0 20px 0;
    }

    .social-icons-footer {
        justify-content: flex-start;
    }

    .footer-title {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .logo-section-footer .footer-title:first-of-type {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .footer-logo {
        justify-content: flex-start;
    }

    .social-icons-footer {
        margin-bottom: 30px;
    }
}

/* ========================Foooter End=================== */
/* ========================Book Demo Start=================== */
.fromdemo-wrapper{
    padding: 15px 20px;
    border: 1px solid #7b1fa2;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 10px;
}
.custom-input{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    margin-bottom: 10px;
}
.heading-demo{
    font-size: 2.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.2;
}
.lsiting-demo{
    list-style: none;
    padding-left: 0px;
}
    .lsiting-demo li a {
        color:#000;
        text-decoration:none;
    }
    .first-sub-heading-list {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }
.second-para{
    margin-bottom: 10px;
    color: #2d2d2d;
}
.heading-demo-center{
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
}
.heading-demo-center::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #7b1fa2;
    border-radius: 2px;
}
.demo-btn{
    padding: 10px 20px;
    background-color: #7b1fa2;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    
}
.demo-btn:hover{
    background-color: transparent;
    border: 1px solid #7b1fa2;
    color: #7b1fa2;
}
/* ========================Book Demo End=================== */
/* ========================registration start=================== */
.registration-container {
    padding: 60px 0px 30px 0px;
    background: linear-gradient(135deg, #c7369e 0%, #2d40c3 50%, #9636c7 100%);
    color: white;
}

.registration-container-form {
    background: rgb(255, 255, 255);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.registration-title {
    text-align: center;
    margin-bottom: 2rem;
}

    .registration-title h1 {
        font-size: 2.5rem;
        font-weight: 700;
        background: #000;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 0.5rem;
    }

    .registration-title p {
        color: rgba(12, 12, 12, 0.7);
        font-size: 1.1rem;
    }

#registrationForm .form-section {
    margin-bottom: 2.5rem;
}

.section-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #111111;
    display: flex;
    align-items: center;
}

    .section-title i {
        margin-right: 0.5rem;
    }

#registrationForm .form-group {
    margin-bottom: 1.5rem;
}

#registrationForm .form-label {
    color: rgb(37, 37, 37);
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.required {
    color: #ff4757;
}

#registrationForm .form-control,
#registrationForm .form-select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(5, 5, 5, 0.384);
    border-radius: 10px;
    color: rgb(41, 41, 41);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    #registrationForm .form-control:focus,
    #registrationForm .form-select:focus {
        background: rgba(255, 255, 255, 0.15);
        border-color: #e100ff;
        box-shadow: 0 0 0 0.2rem rgba(0, 255, 157, 0.25);
        color: rgb(24, 24, 24);
    }

    #registrationForm .form-control::placeholder {
        color: rgba(41, 41, 41, 0.5);
    }

    #registrationForm .form-select option {
        background: #ffffff;
        color: rgb(12, 12, 12);
    }

.gender-options {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

#registrationForm .form-check {
    display: flex;
    align-items: center;
}

#registrationForm .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
    border: 2px solid rgba(37, 37, 37, 0.3);
    background: transparent;
}

    #registrationForm .form-check-input:checked {
        background-color: #c300ff;
        border-color: #000;
    }

#registrationForm .form-check-label {
    color: rgb(10, 10, 10);
    font-weight: 500;
}

.upload-zone {
    border: 2px dashed rgb(74 74 74 / 30%);
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

    .upload-zone:hover {
        border-color: #c300ff;
        background: rgba(212, 0, 255, 0.05);
    }

    .upload-zone.dragover {
        border-color: #00FF9D;
        background: rgba(0, 255, 157, 0.1);
    }

.upload-icon {
    font-size: 3rem;
    color: #0f0f0f;
    margin-bottom: 1rem;
}

.upload-text {
    color: rgb(14, 14, 14);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.upload-subtext {
    color: rgba(32, 32, 32, 0.6);
    font-size: 0.9rem;
}

.file-input {
    display: none;
}

.file-preview {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(0, 255, 157, 0.1);
    border-radius: 10px;
    display: none;
}

    .file-preview.show {
        display: block;
    }

.file-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-name {
    color: #00FF9D;
    font-weight: 500;
}

.file-size {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.remove-file {
    background: none;
    border: none;
    color: #ff4757;
    cursor: pointer;
    font-size: 1.2rem;
}

.progress {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin-top: 0.5rem;
    overflow: hidden;
}

.progress-bar {
    background: linear-gradient(90deg, #00FF9D, #00E5FF);
    transition: width 0.3s ease;
}

.error-message {
    color: #ff4757;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: none;
}

    .error-message.show {
        display: block;
    }

.submit-section {
    text-align: center;
    margin-top: 3rem;
}

#registrationForm .btn-submit {
    background: linear-gradient(135deg, #9100ff, #00E5FF);
    border: none;
    padding: 1rem 3rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
}

    #registrationForm .btn-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 35px rgba(0, 255, 157, 0.4);
    }

    #registrationForm .btn-submit:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

.loading-spinner {
    display: none;
    margin-right: 0.5rem;
}

    .loading-spinner.show {
        display: inline-block;
    }

@media (max-width: 768px) {
    .registration-container {
        padding: 2rem 1.5rem;
    }

    .registration-container-form {
        padding: 1rem;
    }

    .registration-title h1 {
        font-size: 1.5rem;
    }

    .submit-section {
        margin-top: 1rem;
    }

    .gender-options {
        flex-direction: column;
        gap: 1rem;
    }

    .upload-zone {
        padding: 1.5rem 1rem;
    }

    .upload-icon {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {

    .registration-container {
        padding: 10px 0px 10px 0px;
    }

    .section-title {
        font-size: 1.1rem;
    }
}
/* ========================registration end=================== */

/* ========================Book Demo End=================== */