
  .eligibility span{
    color:#2215d4;
    font-weight: 800;
  }

    
    .reg-section h1 {
        font-size: 3rem;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .reg-section p {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    
    .reg-section .cta-buttons button {
        display: inline-block;
        padding: 15px 30px;
        margin: 10px;
        background-color: #db1f1f;
        color: #fff;
        text-decoration: none;
        font-size: 1.2rem;
        border-radius: 5px;
        transition: transform 0.5s ease, width 0.5s ease;

    }
    
    .reg-section .cta-buttons button:hover {
        transform: scale(1.1);
        background-color: #fff;
        color: #db1f1f;
        border: 1px solid #db1f1f;
    }
    .reg-items{
        display: flex;
        flex-direction: row;
    }
    .instructions {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 30px 0;
        max-width: 1200px;
        width: 800px;
    }

    .instruction-step {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        width: 80%;
        max-width: 800px;
        background: #f5f5f5;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .step-number {
        font-size: 1.5rem;
        font-weight: bold;
        background: #db1f1f;
        color: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
    }

    .step-text h3 {
        margin: 0;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: initial;
    }

    .step-text p {
        margin: 5px 0 0;
        font-size: 1rem;
        text-align: initial;

    }
        
        .eligibility {
        margin-top: 15px;
        text-align: left;
        width: 80%;
        max-width: 800px;
        }
        
        .eligibility p {
        font-size: 1rem;
        color: #db1f1f;
        }
        
        .eligibility u {
        text-decoration: underline;
        }
        
    /* reg-section section */

    /* Form container styles */
    /* Form container styles */
    .form-items {
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        position: relative;
        overflow: hidden;
        width: 700px;
        flex-direction: column;
        /* margin-left: 100px; */
        flex-wrap: wrap;
        padding: 40px;
        }
.reg-form {
    flex: 1;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #f5f5f5;
    width: 100%;
    /* max-width: 700px; */
    margin: 0 20px;
    border-radius: 20px;
    border:1px solid #f5f5f5;
   

    }
    
    .reg-form h2 {
    margin-bottom: 15px;
    color: #333;
    }
    
    .reg-form form {
    width: 100%;
    text-align: initial;
    color:#db1f1f;
    font-weight: 700;
    font-size: medium;
    margin-bottom: 10px;

    }
    
    .reg-form input,
    .reg-form select,
    .reg-form button {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    }
    
    .reg-form button {
    background-color: #db1f1f;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    .reg-form button:hover {
    background-color: #ffffff;
    border-color: #db1f1f;
    color: #db1f1f;
    transform: scale(1.05);
    }
    .toogle-ctn{
        display:flex;
        flex-direction:row;
        
        }
    .toogle-ctn .toggle-btn {
        margin: 20px 0;
        padding: 10px 20px;
        background-color: #fff;
        color: #db1f1f;
        border: 1px solid #db1f1f;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.2s, transform 0.2s;
        width: 100%;
        }
        
        .toogle-ctn .toggle-btn:hover {
        background-color: #db1f1f;
        color:#fff;
        transform: scale(1.05);
        }
        .toogle-ctn .toggle-btn.active{
            background-color: #db1f1f !important;
        color:#fff!important;
        transform: scale(1.05) !important;
        width:102%;
        }
        .reg-form .form-content{
                width: 90%;
                /* margin-right:30px; */
        }
    /* form container styles */
     /* event & contact styles */
     .event, .contact {
        padding: 50px 20px;
        text-align: center;
        background-color: #f5f5f5;
        margin-bottom: 30px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .event .event-content, .contact .contact-details {
        padding: 20px;
        max-width: 800px;
        margin: 0 auto;
        }
        
        .event p, .contact p {
        font-size: 1.1rem;
        color: #333;
        margin-bottom: 10px;
        }
        
        .event strong, .contact a {
        color: #db1f1f;
        }
        
        .event .download-btn {
        background-color: #db1f1f;
        color: #fff;
        padding: 12px 25px;
        font-size: 1.1rem;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s;
        }
        
        .event .download-btn:hover {
        background-color: #a31818;
        }
        
        .contact-details p a {
        color: #db1f1f;
        text-decoration: none;
        }
        
        .contact-details p a:hover {
        text-decoration: underline;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
       
        .event .event-content, .contact .contact-details {
        padding: 15px;
        }
        
        .event p, .contact p {
        font-size: 1rem;
        }
        
        .event .download-btn {
        font-size: 1rem;
        padding: 10px 20px;
        }
        
        .contact p {
        font-size: 0.9rem;
        }
        }
        
        /* Additional Styles for Animations */
        .animate__fadeInUp {
        animation: fadeInUp 1s ease-in-out;
        }
        
        @keyframes fadeInUp {
        0% {
        opacity: 0;
        transform: translateY(20px);
        }
        100% {
        opacity: 1;
        transform: translateY(0);
        }
        }

        /* event & contact styles */
        /* Features Section */
.features {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    background: #f5f5f5;
}

.feature-box {
    margin: 20px;
    padding: 20px;
    width: 400px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.feature-box img {
    width: 100px;
    height: auto;
}

.feature-box h3 {
    margin: 15px 0;
    font-size: 1.5rem;
}
/* Statistics Section */
.stats-section {
    text-align: center;
    padding: 40px;
    background: #333;
    color: #fff;
}

.stats-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.stats-section .stat {
    display: inline-block;
    margin: 20px;
    font-size: 1.2rem;
}

        /* Footer */
footer {
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 20px;
}

footer a {
    color: #db1f1f;
    text-decoration: none;
}


@media (max-width: 895px) {
 
 
    .reg-items{
        flex-direction: column;
    }
.instructions{
    flex-direction: column;
    width: auto;
    height:auto;


}
   
    .form-items{
        flex-direction:column;
        width:auto;
        height:auto;

        }
        .reg-form {
        flex-direction: column;
margin:0;

        }
        .reg-form button{
width:70%;
        }
        .form-content {
        width: 100%;
        }
        
        .cta-buttons {
        top: 10px;
        left: 10px;
        }
    }

    /* Additional Styles for Animations */
.animate__fadeInUp {
    animation: fadeInUp 1s ease-in-out;
    }
    
    @keyframes fadeInUp {
    0% {
    opacity: 0;
    transform: translateY(20px);
    }
    100% {
    opacity: 1;
    transform: translateY(0);
    }
    }
    
    
    /* Animate pulse effect */
    a.animate__pulse {
    animation: pulse 1s infinite;
    }


    /* .start-btn {
        width: 100px; 
        height: auto;
        transition: all 0.3s ease; 
    } */
    
    .start-btn:hover {
        content: url('../img/press-start.png'); 
    }
    