/* Responsive styles */
/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    
    :root {
         --banner-title:40px;
        --heading-size: 28px;
        --heading-size2: 25px;
        --body-textsize2: 18px;
    }
    .aviation-hero-section {padding: 160px 0 40px;
    }
    .hero-title { margin-top: 0 !important; }
    .common-padding {
    padding: 50px 0;
}
.intro-subtitle {
    font-size: 24px; 
}

.intro-description {
    font-size: 16px;
}
.cta-text {
    font-size: 16px;
}

.cta-price {
    font-size: 18px;
}

.partner-logo {
    max-height: 70px;
}
    /* Modal Responsive */
    .aviation-modal .modal-dialog {
        margin: 20px;
    }
    .aviation-modal .modal-content {
        border-radius: 20px;
    }
    .aviation-modal .modal-header {
        padding: 20px 20px 10px 20px;
    }
    .aviation-modal .modal-body {
        padding: 10px 20px 20px 20px;
    }
    .school-card {
        padding: 15px;
    }
    .school-logo {
        max-height: 60px;
        margin-bottom: 10px;
    }
    .school-title {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .school-location {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .aviation-modal .modal-title {
        font-size: 18px;
    }

}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 

    :root {
         --banner-title:50px;
        --heading-size: 38px;
        --heading-size2: 25px;
        --body-textsize2: 18px;
    }
    
    .aviation-hero-section { padding: 60px 0; }
    
    .common-padding {
    padding: 60px 0;
}
.intro-subtitle {
    font-size: 28px; 
}

.intro-description {
    font-size: 18px;
}
}



/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
  
    :root {
         --banner-title:60px;
        --heading-size: 38px;
        --heading-size2: 25px;
        --body-textsize2: 18px;
    }
    
    .aviation-hero-section { padding: 80px 0; }
        .common-padding {
    padding: 70px 0;
}

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 


}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1400.98px) {
   
}

/* // For 2k Monitors, (more than 1401 px) */
@media (min-width: 1401px) and (max-width: 1599.98px) {
    
}

@media (min-width: 1600px) and (max-width: 2559.98px) {
    
}

@media (min-width: 2560px) {
  
}
