
:root{
    --banner-title: 60px;
    --heading-size:48px;
    --heading-size2:40px;
    --body-textsize2:24px;
    --brand-blue: #265897;
    --light-blue: #78D1ED;
}

body {
     font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.common-padding {
    padding: 70px 0;
}

.aviation-hero-section {
    position: relative;
    padding: 90px 0;
    background: url("../images/aviation-banner.png") center 60% / cover no-repeat;
    display: flex;
    flex-direction: column;
}


.z-index-1 {
    z-index: 2 !important;
}

/* Main Hero Title */
.hero-title {
    color: #FFFFFF;
    font-size: var(--banner-title)!important;
    font-weight: bold;  
    font-family: cera pro;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.intro-subtitle {
    font-size: 30px !important;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-family: "cera pro";
}

.intro-description {
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding-right: 20%;
    max-width: 100%!important;
}

/* Custom Apply Button */
.btn-apply {
    background-color: #6fc1e6; /* Transparent light blue */
    color: var(--brand-blue);
    padding: 15px 20px;
    border-radius: 0px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.btn-apply:hover {
    background-color: rgb(142, 213, 244);
    transform: translateY(-2px);
    border-color: #FFFFFF;
}

/* Whats Included Card Styles */
/* .aviation-included-section{
    background: linear-gradient(to top, #18427a 5%, rgba(255, 255, 255, 0.3) 35%), linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%), url(../images/cloud-sky-flip.jpg) center / cover no-repeat;
    background-position: bottom;
    height: 100%;
    width: 100%;
} */

.section-title {
    font-size: var(--heading-size);
    color: var(--brand-blue);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: cera pro;
}

.included-card {
    height: 100%;
    text-align: left;
    background: #ffffff;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0px 0px 5px #9e9e9e4d;
    transition: all 0.4s ease;
}
.included-card:hover {
    transform: translateY(-10px);
}
.included-card-img {
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 8px;
}

.included-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.included-card-time {
    font-size: 26px;
    color: var(--brand-blue);
    font-weight: 400;
    margin-bottom: 10px;
    font-family: cera pro;
}

.included-card-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: var(--brand-blue);
    margin-bottom: 5px;
    font-family: cera pro;
}

.included-card-desc {
    font-size: 15px;
    color: var(--brand-blue);
    /* line-height: 1.4; */
    margin: 0;
}

.text-brand-blue {
    color: var(--brand-blue) !important;
}

@media (max-width: 1199px) {
    .included-card-time { font-size: 24px; }
    .included-card-subtitle { font-size: 16px; }
}

/* Partners Logo Styles */
.partner-logo {
    max-height: 120px;
    width: auto;
    transition: transform 0.3s ease;
}

.partner-logo:hover {
    transform: scale(1.05);
}


/* Right for You Section */
.right-for-you-section {
    position: relative;
    background: url('../images/aviation-bg.png') no-repeat;
    background-size: cover;
    color: #FFFFFF;
    /* min-height: 800px; */
    display: flex;
    align-items: center;
}

.rfy-title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: cera pro;
}

.rfy-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-weight: 100;
    font-size: 20px;
}

.rfy-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #FFFFFF;
    font-weight: bold;
}

.rfy-testimonial {
    /* max-width: 800px; */
}

.rfy-testimonial p {
    font-size: 20px;
    font-style: italic;
    color: #76C7E8;
    max-width: 100% !important;
    margin-bottom: 1rem !important;
    }

.testimonial-author {
    font-size: 18px;
    color: #76C7E8;
    opacity: 0.9;
}

.rfy-cta-bar {
    background-color: #FFFFFF;
    color: #1b4b8a;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.rfy-cta-link:hover .rfy-cta-bar {
    background-color: #f8f9fa;
    transform: translateY(-5px);
}

.cta-text {
    font-size: 18px;
    line-height: 1;
}

.cta-text i {
    font-size: 24px;
}

.cta-price {
    font-size: 22px;
    font-weight: 800;
    color: #265897;
    line-height: 1;
    margin-left: 20px;
}
.rfy-cta-link{
    display: inline-block;
    cursor: pointer;
}

/* Modal Popup Design */

.aviation-modal .modal-content {
            border: none;
            border-radius: 32px;
            box-shadow: 0 40px 70px -15px rgba(10, 30, 50, 0.3);
            overflow: hidden;
            backdrop-filter: blur(2px);
            background-color: #ffffff;
        }
        .aviation-modal .modal-headertxt{
          display: flex;
          flex-wrap: wrap;
          width: 90%;
        }
        .aviation-modal .modal-header {
            border-bottom: 1px solid #f0f3f7;
            padding: 28px 32px 20px 32px;
            background: #ffffff;
        }
        .aviation-modal .modal-header .close {
            font-size: 32px;
            font-weight: 300;
            color: #7e8b9c;
            background: none;
            border: none;
            background: none;
        }
        .aviation-modal .modal-header .close:hover {
            opacity: 1;
            color: #1d3a5c;
        }
        .aviation-modal .modal-title {
            font-weight: 600;
            font-size: 22px;
            color: #0d2740;
        }
       .aviation-modal .modal-title span {
            font-weight: 400;
            color: #52718e;
            font-size: 22px;
            margin-left: 6px;
        }
        .aviation-modal .modal-body {
            padding: 24px 32px 24px 32px;
            background: #ffffff;
        }
        .lead-text {
            font-size: 22px;
            font-weight: 600;
            color: #102b41;
            margin-bottom: 8px;
            /* line-height: 1.3; */
        }
       
        
        .row-equal {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
            margin-left: -12px;
            margin-right: -12px;
        }
        .row-equal > [class*='col-'] {
            padding-left: 12px;
            padding-right: 12px;
            display: flex;
        }
        /* school cards */
        .school-card {
            background: #fbfdff;
            border-radius: 26px;
            padding: 24px;
            width: 100%;
            transition: all 0.25s ease;
            border: 1px solid #e7edf4;
            /* box-shadow: 0 8px 15px -6px rgba(0, 20, 40, 0.04); */
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            height: 100%;
        }
        
        .school-card:hover {
            border-color: #c5d4e6;
            transform: translateY(-5px);
        }
       
        .school-logo {
            max-height: 80px;
            width: auto;
            margin-bottom: 20px;
            object-fit: contain;
        }
        
        .school-title {
            font-size: 20px;
            font-weight: 600;
            color: #152f44;
            margin-bottom: 8px;
        }
        
        .school-location {
            font-size: 15px;
            color: #52718e;
            margin-bottom: 20px;
            flex-grow: 1;
        }
             .btn-login {
            background: transparent;
            border: 2px solid #dbe2ec;
            border-radius: 60px;
            padding: 14px 18px;
            font-weight: 600;
            font-size: 17px;
            color: #152f44;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
            text-decoration: none;
            width: 100%;
            margin-top: 8px;
            gap: 10px;
        }
        .btn-login i {
            font-size: 16px;
            transition: transform 0.15s;
        }
        .btn-login:hover {
            background: var(--brand-blue);
            border-color: var(--brand-blue);
            color: white;
            text-decoration: none;
        }
        .btn-login:hover i {
            transform: translateX(5px);
            color: white;
        }
        .btn-login .arrow-emoji {
            font-size: 18px;
            line-height: 1;
            margin-right: 4px;
        }
        /* Modal Poup design end */