html {
    scroll-behavior: smooth;
}



#application {
    scroll-margin-top: 100px;
    /* Adjust this to match your header height */
}

.select-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-container select.form-select {
    width: 100%;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    appearance: none;
    /* Removes default dropdown arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
}

.select-container .select-chevron {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #888;
}


.student-hero {
    padding: 80px 40px 40px;
    background: linear-gradient(135deg, #e0f7ff, #ffffff);
    margin-top: 5%;
}

.hero-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 160px;
}

.hero-left {
    flex: 1 1 500px;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-title span {
    background: linear-gradient(to right, #bb0e45, #ad0039);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-tagline {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ad0039;
    margin-bottom: 16px;
}

.hero-description {
    font-size: 1rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 30px;
}

.hero-right {
    flex: 1 1 400px;
    position: relative;
    text-align: center;
}

.hero-right::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #00c6ff30 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.app-mockup {
    width: 500px;
    max-width: 600px;
    border-radius: 6px;
    height: 400px;
    z-index: 1;
    position: relative;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.section {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.section-heading {
    font-size: 2rem;
    margin-bottom: 20px;
    display: inline-block;
    background: linear-gradient(to right, #bb0e45, #ad0039);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.section-heading::after {
    content: '';
    display: block;
    height: 4px;
    width: 60px;
    background: linear-gradient(to right, #bb0e45, #ad0039);
    border-radius: 2px;
    margin-top: 8px;
}

.grid123 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.card123 {
    /* background: linear-gradient(145deg, #ffffff, #c5c6c9); */
    background: linear-gradient(90deg, #0644a6, #2764c5);
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: 0.3s;
}

.card123:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

/* .card123 i {
                                                                    font-size: 2.5rem;
                                                                    color: #bb0e45;
                                                                    margin-bottom: 10px;
                                                                } */

.mv-icon-circle {
    width: 70px;
    height: 70px;
    /* background: linear-gradient(135deg, #00c6ff, #0072ff); */
    background: linear-gradient(135deg, #bb0e45, #ad0039);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    font-size: 28px;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 114, 255, 0.4);
}

.card123 h3 {
    font-size: 1.2rem;
    margin: 15px 0 10px;
    color: white;
}

.card123 p {
    font-size: 0.95rem;
    color: #fff;
    /* color: #444; */
    line-height: 1.5;
}



.swiper {
    width: 100%;
    padding: 40px 0;
}

.swiper-slide {
    /* background: #edecec; */
    /* background: linear-gradient(90deg, #0644a6, #2764c5); */
    /* background: linear-gradient(90deg, #7f8085, #bbbcbd); */
    background: linear-gradient(135deg, #c5eefc, #ffffff);
    color: black;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-size: 0.95rem;
    max-width: 100%;
    margin: 0 auto;
}

iframe {
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 12px;
}

.application-section {
    background: #f9fbfe;
    padding: 80px 20px;
    border-top: 1px solid #e0e6f0;
}

.application-container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}


.application-heading {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 20px auto;
    background: linear-gradient(to right, #bb0e45, #ad0039);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}




.application-subheading {
    text-align: center;
    font-size: 1.125rem;
    color: #555;
    margin-bottom: 40px;
}

.application-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.full-width {
    width: 100%;
}

.form-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.form-input,
.form-select,
.form-textarea {
    padding: 14px 16px;
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 1rem;
    transition: border 0.3s ease;
    font-family: 'Inter', sans-serif;
    background: #fefefe;
    resize: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #5795f8;
    box-shadow: 0 0 0 3px rgba(87, 149, 248, 0.3);
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    text-align: center;
    margin-top: 20px;
}

.btn-submit {
    /* background: linear-gradient(to right, #0644a6, #5795f8); */
    background: linear-gradient(to right, #bb0e45, #ad0039);
    border: none;
    padding: 14px 40px;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    /* background: #022e7d; */
    transform: scale(1.03);
}

.heading-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    color: #111;
}

.heading-title span {
    background: linear-gradient(to right, #bb0e45, #ad0039);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.paragraph-text {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #333;
    max-width: 1100px;
    margin: 0 auto 1.5rem auto;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}


/* Responsive */


@media (max-width: 1024px) {
    .student-hero {
        margin-top: 15%;
        padding: 60px 20px;
    }

    .section {
        padding: 25px 20px;
    }

    .heading-title {
         margin-bottom: 30px;
        }
}

@media (max-width: 768px) {
    .student-hero {
        margin-top: 20%;
        padding: 30px 20px;
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .app-mockup{
        width: 300px;
        height: 300px;
    }

    .hero-left {
        flex: 1 1 180px;
    }

    .section {
        padding: 20px 20px;
    }

    .application-section {
        padding: 0px 20px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-tagline {
        font-size: 1.1rem;
    }

    .form-row {
        flex-direction: column;
    }

    iframe {
        height: 220px;
    }
}