/*====================================================
            APPLY PAGE
====================================================*/
/*===================================
                                    APPLY HERO SECTION
                            ====================================*/
.apply-hero {
    position: relative;
    width: 100%;
    height: 320px;
    background: url("{asset('images/apply-banner.jpg')}") center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.apply-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.55) 45%,
        rgba(0, 0, 0, 0.25) 75%,
        rgba(0, 0, 0, 0.1) 100%
    );
}
.apply-content {
    position: relative;
    z-index: 2;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 65px;
}
.apply-content h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}
/* Optional Breadcrumb */
.custom-breadcrumb {
    margin-top: 15px;
    margin-bottom: 0;
}
.custom-breadcrumb .breadcrumb-item,
.custom-breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
/*============================
                                    Responsive
                            =============================*/
@media (max-width: 1200px) {
    .apply-content h1 {
        font-size: 56px;
    }
}
@media (max-width: 992px) {
    .apply-hero,
    .apply-content {
        height: 260px;
    }
    .apply-content {
        padding-bottom: 50px;
    }
    .apply-content h1 {
        font-size: 46px;
    }
}
@media (max-width: 768px) {
    .apply-hero,
    .apply-content {
        height: 220px;
    }
    .apply-content {
        padding-bottom: 40px;
    }
    .apply-content h1 {
        font-size: 38px;
    }
}
@media (max-width: 576px) {
    .apply-hero,
    .apply-content {
        height: 180px;
    }
    .apply-content {
        padding-bottom: 30px;
    }
    .apply-content h1 {
        font-size: 30px;
    }
}
.apply-section {
    background: #ffffff;
    padding: 80px 0;
}
/*==============================
        LEFT SIDE
==============================*/
.language-flags {
    display: flex;
    gap: 12px;
}
.language-flags img {
    width: 42px;
    height: 28px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.apply-title {
    font-size: 52px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 55px;
    line-height: 1.2;
}
.apply-step {
    margin-bottom: 48px;
}
.step-number {
    width: 70px;
    min-width: 70px;
    font-size: 50px;
    font-weight: 800;
    color: #3b5bcc;
    line-height: 1;
}
.step-content h3 {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px;
}
.step-content p {
    color: #666;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 18px;
}
.step-content a {
    color: #3457c4;
    text-decoration: none;
    font-weight: 700;
}
.step-content a:hover {
    color: #1d3ca7;
    text-decoration: underline;
}
/*==============================
            BUTTONS
==============================*/
.apply-btn {
    background: #3e5bc8;
    color: #fff;
    border-radius: 4px;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
    border: none;
}
.apply-btn:hover {
    background: #2847bb;
    color: #fff;
}
/*==============================
        RIGHT CARD
==============================*/
.application-card {
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    overflow: hidden;
}
/*==============================
        BOOTSTRAP TABS
==============================*/
.custom-tabs {
    border: none;
    background: #f5f5f5;
}
.custom-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: 22px 35px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    background: #f5f5f5;
}
.custom-tabs .nav-link.active {
    background: #fff;
    color: #3a5bc7;
    border-top: 4px solid #3a5bc7;
}
.custom-tabs .nav-link:hover {
    color: #3a5bc7;
}
/*==============================
        TAB CONTENT
==============================*/
.tab-content {
    background: #fff;
}
.tab-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}
.tab-content ul {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 22px;
}
.tab-content ul li {
    margin-bottom: 10px;
    color: #444;
}
.tab-content a {
    color: #3458c5;
    text-decoration: none;
    font-weight: 700;
}
.tab-content a:hover {
    text-decoration: underline;
}
.tab-content strong {
    color: #222;
}
/*==============================
        VIDEO
==============================*/
.ratio {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
/*==============================
        GENERAL
==============================*/
h1,
h2,
h3,
h4,
h5 {
    letter-spacing: -0.5px;
}
p:last-child {
    margin-bottom: 0;
}
/*==============================
        RESPONSIVE
==============================*/
@media (max-width: 1200px) {
    .apply-title {
        font-size: 46px;
    }
    .step-content h3 {
        font-size: 30px;
    }
}
@media (max-width: 992px) {
    .apply-section {
        padding: 60px 0;
    }
    .apply-title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .step-number {
        font-size: 40px;
        width: 55px;
        min-width: 55px;
    }
    .step-content h3 {
        font-size: 27px;
    }
    .application-card {
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .apply-title {
        font-size: 34px;
    }
    .step-content h3 {
        font-size: 24px;
    }
    .step-content p {
        font-size: 15px;
    }
    .custom-tabs .nav-link {
        padding: 15px;
        font-size: 14px;
    }
    .apply-btn {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 576px) {
    .language-flags {
        justify-content: center;
    }
    .apply-title {
        text-align: center;
        font-size: 30px;
    }
    .step-number {
        font-size: 34px;
        width: 45px;
        min-width: 45px;
    }
    .step-content h3 {
        font-size: 22px;
    }
    .custom-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .custom-tabs::-webkit-scrollbar {
        height: 5px;
    }
}
/*=========================================
        ADMISSION INFORMATION
==========================================*/
.admission-info-section {
    padding: 90px 0;
    background: #ffffff;
}
.info-box {
    padding: 0 20px;
}
.info-box p {
    font-size: 20px;
    line-height: 2;
    color: #555;
    font-weight: 400;
    margin: 0;
    text-align: left;
}
/*==============================
        RESPONSIVE
===============================*/
@media (max-width: 1200px) {
    .info-box p {
        font-size: 18px;
    }
}
@media (max-width: 992px) {
    .admission-info-section {
        padding: 70px 0;
    }
    .info-box {
        margin-bottom: 30px;
        padding: 0;
    }
    .info-box p {
        font-size: 17px;
        line-height: 1.9;
    }
}
@media (max-width: 768px) {
    .admission-info-section {
        padding: 60px 0;
    }
    .info-box p {
        font-size: 16px;
        line-height: 1.8;
    }
}
@media (max-width: 576px) {
    .info-box p {
        font-size: 15px;
        line-height: 1.8;
        text-align: left;
    }
}
/*=========================================================
                LEARN MORE SECTION
==========================================================*/
.learn-more-section {
    position: relative;
    background: #ffffff;
    padding: 90px 0 230px;
    overflow: visible;
}
/*==========================
        HEADING
===========================*/
.learn-heading h2 {
    font-size: 58px;
    font-weight: 800;
    color: #111;
    line-height: 1.15;
    margin-bottom: 15px;
}
.learn-heading span {
    display: inline-block;
    color: #3f5ec9;
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 600;
    text-transform: uppercase;
}
/*==========================
        CONTENT
===========================*/
.learn-content {
    padding-left: 40px;
}
.learn-content p {
    color: #555;
    font-size: 19px;
    line-height: 1.9;
    margin-bottom: 35px;
}
/*==========================
        BUTTONS
===========================*/
.learn-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.learn-btn {
    background: #4562c7;
    color: #fff;
    padding: 14px 30px;
    border-radius: 3px;
    font-weight: 600;
    transition: 0.35s;
    border: none;
}
.learn-btn:hover {
    background: #2d4dbd;
    color: #fff;
    transform: translateY(-3px);
}
/*==========================
      FLOATING IMAGE
===========================*/
.image-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -160px;
    z-index: 10;
}
.floating-image {
    position: relative;
}
.floating-image img {
    width: 100%;
    display: block;
    border-radius: 4px;
    height: 350px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}
/*=========================================================
                BLUE SECTION
==========================================================*/
.blue-family-section {
    background: #1d2354;
    padding-top: 220px;
    padding-bottom: 100px;
    position: relative;
}
/*==========================
      LEFT TITLE
===========================*/
.family-title h2 {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}
/*==========================
      LINKS
===========================*/
.family-link {
    display: block;
    color: #4d68cb;
    text-decoration: none;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.25;
    transition: 0.3s;
    position: relative;
    padding-bottom: 25px;
}
/* underline */
.family-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 4px;
    background: #d9e4ff;
    transition: 0.3s;
}
.family-link:hover {
    color: #ffffff;
}
.family-link:hover::after {
    width: 80px;
    background: #ffffff;
}
/*==========================
        SPACING
===========================*/
.blue-family-section .row > .col-lg-7 {
    padding-left: 50px;
}
.blue-family-section .col-md-4 {
    margin-bottom: 55px;
}
/*=========================================================
                RESPONSIVE
==========================================================*/
@media (max-width: 1400px) {
    .learn-heading h2 {
        font-size: 50px;
    }
    .family-title h2 {
        font-size: 60px;
    }
    .family-link {
        font-size: 28px;
    }
}
@media (max-width: 1200px) {
    .learn-content {
        padding-left: 20px;
    }
    .learn-heading h2 {
        font-size: 44px;
    }
    .family-title h2 {
        font-size: 54px;
    }
    .family-link {
        font-size: 24px;
    }
}
@media (max-width: 992px) {
    .learn-more-section {
        padding: 70px 0 140px;
    }
    .learn-content {
        padding-left: 0;
        margin-top: 40px;
    }
    .image-container {
        position: relative;
        bottom: auto;
        margin-top: 50px;
    }
    .blue-family-section {
        padding-top: 70px;
    }
    .family-title {
        margin-bottom: 60px;
        text-align: center;
    }
    .family-title h2 {
        font-size: 48px;
    }
    .blue-family-section .row > .col-lg-7 {
        padding-left: 12px;
    }
    .family-link {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .learn-heading {
        text-align: center;
    }
    .learn-heading h2 {
        font-size: 38px;
    }
    .learn-heading span {
        font-size: 15px;
        letter-spacing: 2px;
    }
    .learn-content {
        text-align: center;
    }
    .learn-buttons {
        justify-content: center;
    }
    .family-title h2 {
        font-size: 42px;
    }
    .family-link {
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .learn-more-section {
        padding: 60px 0;
    }
    .learn-heading h2 {
        font-size: 32px;
    }
    .learn-content p {
        font-size: 16px;
    }
    .learn-btn {
        width: 100%;
    }
    .blue-family-section {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .family-title h2 {
        font-size: 34px;
    }
    .family-link {
        font-size: 18px;
        padding-bottom: 18px;
    }
    .family-link::after {
        width: 30px;
        height: 3px;
    }
}

.video-wrapper {
    width: 100%;
    height: 100%; /* Parent must have a height */
    position: relative;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
