/* ============================================
   SkyLuxe Aviation - Custom Styles
   ============================================ */

/* Root Variables */
:root {
    --primary-dark: #1a1a1a;
    --primary-black: #000000;
    --gold: #BA9076;
    --gold-light: #BA9076;
    --white: #ffffff;
    --text-dark: #333333;
    --text-light: #666666;
    --bg-light: #FFFAF8;
    --cta-brown: #8b6f47;
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Inter';
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
}

.highlight-gold {
    color: var(--gold);
    font-weight: bold;
}

/* ============================================
   Header / Navbar Styles
   ============================================ */

.main-header {
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: 1px #ffffff23 solid;
}

.main-header.scrolled {
    padding: 0.5rem 0;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); */
    background-color: #333333ba;
    backdrop-filter: blur(10px) !important;
}

.navbar {
    padding: 0;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo-container img{
    width: 100%;
    max-width: 200px;
}

.logo-icon {
    font-size: 2rem;
    color: var(--gold);
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-main {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
}

.logo-sub {
    font-size: 0.9rem;
    color: var(--white);
    font-weight: 400;
    line-height: 1;
}

.navbar-nav {
    gap: 3rem;
}

.nav-link {
    color: var(--white) !important;
    font-weight: 300;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    padding: 0 !important;
}
.nav-link.active{
    border-bottom: 2px #d4af37 solid;
}

.nav-link:hover {
    color: var(--gold) !important;
}

.navbar-toggler {
    border: 2px solid var(--gold);
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(212, 175, 55, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.btn-get-started {
    background: var(--gold-light);
    border: 1px solid var(--gold);
    color: var(--white);
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 30px;
    font-size: 13px;
}

.btn-get-started:hover {
    background: var(--cta-brown);
    color: var(--white);
}

.social-contact {
    display: flex;
    position: absolute;
    gap: 30px;
    align-items: flex-end;
    right: -90px;
    transform: rotate(-90deg);
    top: 50%;
    z-index: 9;
}

.social-icons {
    display: flex;
    gap: 0.8rem;
}

.social-icons a {
    color: var(--white);
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: var(--cta-brown);
}

.customer-care {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white);
    font-size: 0.9rem;
        flex-direction: column;
    line-height: 0px;
}

.customer-care i {
    color: var(--white);
}
.cst_heading{
    font-size: 12px;
}
.cst_icon{
    width: 25px;
    height: 25px;
    background-color: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    border-radius: 30px;
    font-size: 13px !important;
        display: inline-block;
    align-items: center;
    text-align: center;
    line-height: 25px;
}

/* ============================================
   Hero Section Styles
   ============================================ */

.hero-section {
    background: url(../images/banner-image.jpg);
    padding: 6rem 0 4rem;
    position: relative;
    overflow: hidden;
    padding-top: 10rem;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(212,175,55,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(212,175,55,0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(255,255,255,0.05) 0%, transparent 50%);
    opacity: 1;
    z-index: 1;
}

 .hero-title {
     font-size: 3rem;
     font-weight: 300;
     color: var(--white);
     margin-bottom: 1.5rem;
     line-height: 1.3;
     overflow: hidden;
     position: relative;
     height: 150px;
     min-height: 150px;
 }
 
 .hero-title-slider {
     display: flex;
     flex-direction: column;
     position: relative;
     width: 100%;
     height: 100%;
 }
 
 .hero-title .slider-slide-item {
     display: flex;
     flex-direction: column;
     gap: 0.3rem;
     width: 100%;
     flex-shrink: 0;
     opacity: 0;
     visibility: hidden;
     position: absolute;
     top: 0;
     left: 0;
     will-change: opacity;
     height: 100%;
     align-items: flex-start;
     justify-content: flex-start;
 }
 
 .hero-title .slider-slide-item.active {
     opacity: 1;
     visibility: visible;
     position: relative;
     height: auto;
 }
 
 .hero-title .title-line-1 span,
 .hero-title .title-line-2 span {
     display: inline-block;
     opacity: 0;
     will-change: opacity;
     transition: opacity 0.05s ease;
 }
 
 .hero-title .title-line-1 {
     display: block;
     font-size: 3rem;
     font-weight: 300;
     color: var(--white);
     line-height: 1.2;
 }
 
 .hero-title .title-line-2 {
     display: block;
     font-size: 4.5rem;
     font-weight: 900;
     line-height: 1.2;
 }
 
 .hero-title .title-line-2.highlight-gold {
     color: var(--gold);
 }

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--white);
    opacity: 0.9;
    margin-bottom: 0rem;
    font-weight: lighter;
}

.hero-description {
    font-size: 1rem;
    color: #949494;
    margin-bottom: 2rem;
    font-weight: lighter;
}
.hero-description strong{
    color: var(--white);
}
 .banner_image_1{
     width: 100%;
     display: inline-block;
     margin-bottom: -60px;
     position: relative;
     overflow: visible;
     z-index: 2;
 }
 .banner_image_1 img{
     width: 100%;
     position: relative;
     top: -80px;
     left: -400px;
     will-change: transform;
     transition: transform 0.1s ease-out;
 }

.btn-learn-more {
    background: transparent;
    color: var(--cta-brown);
    border: none;
    padding: 8px 1rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    z-index: 9;
    border-radius: 30px;
    border: solid var(--gold-light) 1px;
    margin-top: 10px;
    text-decoration: none;
}

.btn-learn-more:hover {
    background: var(--gold-light);
    transform: translateX(5px);
    color: var(--white);
}

.airplane-graphic {
    position: relative;
    z-index: 2;
    transform: rotate(-5deg);
}

.airplane-graphic img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 15px 40px rgba(212, 175, 55, 0.4));
    animation: floatPlane 6s ease-in-out infinite;
}

@keyframes floatPlane {
    0%, 100% { transform: translateY(0px) rotate(-5deg); }
    50% { transform: translateY(-20px) rotate(-3deg); }
}

.placement-metric {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2rem;
    justify-content: center;
    max-width: 200px;
    border-radius: 30px;
    border: solid 1px #666;
        margin: auto;
}

.metric-icon {
    font-size: 2.5rem;
    color: var(--gold);
}

.metric-icon i {
    transform: rotate(-15deg);
}

.metric-number {
    font-size: 2rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1;
}

.metric-label {
    font-size: 10px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================
   Why Choose Section Styles
   ============================================ */

.why-choose-section {
    background: var(--white);
    padding: 6rem 0;
    position: relative;
}

.section-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.section-text {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 1.8;
}

.decorative-airplane {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2rem;
    color: var(--gold);
    opacity: 0.3;
}

.decorative-airplane i {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* ============================================
   Different Section Styles
   ============================================ */

.different-section {
    background: var(--bg-light);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background-image: url(../images/sky-cloud.png);
    background-position:0 50% ;
    background-size: 600px;
    background-repeat: no-repeat;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

 .feature-item {
     display: flex;
     gap: 1.5rem;
     align-items: flex-start;
     border-bottom: 1px #e5e5e5 solid;
     visibility: visible;
 }

 .feature-item.animate-in {
     opacity: 1;
     transform: translateY(0);
 }

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 1.5rem;
    color: var(--white);
}

.feature-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.feature-content p {
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.6;
}

.airplane-graphic-large {
   width: 100%;
   display: inline-block;
   max-width: 800px;
    margin-top: -50px;
}

.airplane-graphic-large img {
    width: 100%;
    height: auto;
}

/* ============================================
   Courses Section Styles
   ============================================ */
.owl-theme .owl-dots .owl-dot span{
    background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: transparent;
}
.courses-section {
    background: var(--white);
    padding: 6rem 0;
    position: relative;
    background-image: url(../images/courses-bg-icon.png);
    background-size: 350px;
    background-position: right 50%;
    background-repeat: no-repeat;
}

.learn-more-link {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 400;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.learn-more-link:hover {
    color: var(--gold-light);
}

.courses-carousel {
    margin-top: 3rem;
}

.courses-carousel .owl-item {
    padding: 0 15px;
}

.course-card {
    background: #ffffffa2;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    min-height: 270px;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-color: var(--gold);
}
#coursesCarousel .owl-stage-outer{
    padding: 20px 0;
}

.course-number {
    font-size: 3rem;
    font-weight: 500;
    color: var(--gold);
    opacity: 0.32;
    line-height: 1;
    margin-bottom: 1rem;
}

.course-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}


.course-card p {
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.6;
}

/* Owl Carousel Dots Customization */
.courses-carousel .owl-dots {
    text-align: center;
    margin-top: 2rem;
}

.courses-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    transition: all 0.3s ease;
    outline: none;
}

.courses-carousel .owl-dots .owl-dot.active {
    background: var(--gold);
    width: 30px;
    border-radius: 6px;
}

/* ============================================
   Services Section Styles
   ============================================ */

.services-section {
    background: var(--bg-light);
    padding: 6rem 0;
    position: relative;
}

.services-carousel {
    margin-top: 2rem;
}

.services-carousel .owl-item {
    padding: 0 15px;
}

/* Original Service Card Styles (for home page) */
.service-card {
    background: var(--white);
    border-radius: 10px;
    padding: 0px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.service-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.service-card-image {
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-card-image img {
    transform: scale(1.1);
}

.service-card-overlay {
    position: absolute;
    left: 0;
    bottom: -77%;
    background-color: #000000a5;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 20px;
    padding-top: 8px;
    transition: all 0.3s ease;
}

.service-card:hover .service-card-overlay {
    bottom: 0;
    justify-content: center;
}

.service-card-overlay h3 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: var(--white);
}

.service-card-overlay p {
    font-size: 0.8rem;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
}

 /* Simple Service Cards (for services.html page) */
 .service-card-simple{
     background: var(--white);
     border: 1px solid #e0e0e0;
     border-radius: 10px;
     padding: 2.5rem;
     text-align: center;
     transition: all 0.3s ease;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
     height: 100%;
 }
 .service-card-simple:hover{
     transform: translateY(-5px);
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
     border-color: var(--gold);
 }
 .service-icon{
     width: 80px;
     height: 80px;
     background: var(--gold);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 1.5rem;
     transition: all 0.3s ease;
 }
 .service-card-simple:hover .service-icon{
     background: var(--primary-dark);
     transform: scale(1.1);
 }
 .service-icon i{
     font-size: 2rem;
     color: var(--white);
 }
 .service-card-simple h3{
     font-size: 1.3rem;
     font-weight: 700;
     color: var(--text-dark);
     margin-bottom: 1rem;
 }
 .service-card-simple p{
     color: var(--text-light);
     line-height: 1.6;
     margin-bottom: 1.5rem;
 }
 .service-link{
     color: var(--gold);
     text-decoration: none;
     font-weight: 600;
     display: inline-flex;
     align-items: center;
     gap: 0.5rem;
     transition: all 0.3s ease;
 }
 .service-link:hover{
     color: var(--cta-brown);
     gap: 0.8rem;
 }

/* Owl Carousel Dots Customization for Services */
.services-carousel .owl-dots {
    text-align: center;
    margin-top: 2rem;
}

.services-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    transition: all 0.3s ease;
    outline: none;
}

.services-carousel .owl-dots .owl-dot.active {
    background: var(--gold);
    width: 30px;
    border-radius: 6px;
}

.service-image {
    width: 80px;
    height: 80px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.service-image i {
    font-size: 2rem;
    color: var(--white);
}

.service-card h3 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.service-card p {
    font-size: 0.8rem;
    line-height: 1.3;
}

/* ============================================
   Learn Section Styles
   ============================================ */

.learn-section {
    background: #F8F7F1;
    padding: 0 0;
    position: relative;
    overflow: hidden;
    background-size: 150px;
    background-image: url(../images/what-learn-shape.png);
    background-repeat: no-repeat;
    background-position: right 50%;
}

.learn-section::after {
    content: '';
    position: absolute;
    top: 10%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.learn-content {
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

.learn-image img {
    width: 100%;
    height: auto;
}

.learn-content {
    padding-left: 3rem;
}

.learn-list {
    list-style: none;
    margin-top: 1rem;
    padding: 0;
}

.learn-list li {
    font-size: 1rem;
    font-weight: 600;
    line-height: 25px;
    color: var(--text-dark);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.list-number {
    color: var(--gold);
    font-weight: 900;
    font-size: 1.3rem;
}

/* ============================================
   CTA Section Styles
   ============================================ */

.cta-section {
    background: linear-gradient(135deg, #8b6f47 0%, #a0826d 50%, #8b6f47 100%);
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '7';
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    font-family: 'Playfair Display', serif;
    line-height: 1;
    z-index: 0;
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1.2;
}

.cta-text {
    font-size: 1rem;
    color: var(--white);
    opacity: 0.95;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
}

.btn-cta-primary {
    background: var(--gold);
    color: var(--white);
    border: none;
    padding: 12px 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 30px;
}

.btn-cta-primary:hover {
    background: var(--gold-light);
    transform: translateX(5px);
}

.btn-cta-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
    padding: 12px 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 30px;
}

.btn-cta-secondary:hover {
    background: var(--white);
    color: var(--cta-brown);
}

/* ============================================
   Footer Styles
   ============================================ */

.main-footer {
    background: var(--primary-black);
    padding: 4rem 0 2rem;
    color: var(--white);
}

.footer-brand {
    margin-bottom: 1rem;
}

.footer-mission {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin-top: 1rem;
    line-height: 1.6;
}

.footer-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 20px;
}
.footer-links li::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--gold);
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 8px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: var(--gold);
}

.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 1rem;
    display: flex;
    align-items: start;
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}
.footer-contact li a{
   color: rgba(255, 255, 255, 0.7);
   text-decoration: none; 
}

.footer-contact i {
    color: var(--gold);
    width: 20px;
    margin-top: 5px;
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin: 0;
}

.footer-social {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-social a:hover {
    background: var(--gold);
    color: var(--white);
}


.inner-banner{
    width: 100%;
    height: 250px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 80px;
}
 .inner-banner{
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     color: var(--white);
     font-size: 0.8rem;
     font-weight: lighter;
 }
 .inner-banner .col-lg-12{
    display: flex;
    justify-content: space-between;
 }
 .inner-banner h1{
     font-size: 2rem;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 1rem;
 }
 .inner-banner-links{
     display: flex;
     align-items: center;
     gap: 0.5rem;
     font-size: 0.9rem;
 }
 .inner-banner-links a{
     color: var(--white);
     text-decoration: none;
     transition: color 0.3s ease;
 }
 .inner-banner-links a:hover{
     color: var(--gold);
 }
 
 .about-us-section{
     padding: 6rem 0;
     width: 100%;
     display: inline-block;
 }
 
 /* Who We Are Section */
 .who-we-are-section{
     padding: 0;
     background: var(--white);
     position: relative;
     min-height: 600px;
 }
 .who-we-are-left{
     background: var(--white);
     padding: 6rem 4rem;
     height: 100%;
     display: flex;
     align-items: center;
 }
 .who-we-are-right{
     background: var(--primary-dark);
     padding: 6rem 4rem;
     height: 100%;
     display: flex;
     align-items: center;
 }
 .content-wrapper{
     max-width: 600px;
 }
 .section-label{
     display: inline-block;
     color: var(--gold);
     font-size: 0.9rem;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-bottom: 1rem;
 }
 .who-we-are-section .section-title{
     font-size: 2.5rem;
     font-weight: 700;
     color: var(--text-dark);
     margin-bottom: 1.5rem;
     line-height: 1.2;
 }
 .about-image-overlap{
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 400px;
     z-index: 10;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
 }
 .about-image-overlap img{
     width: 100%;
     height: auto;
     display: block;
 }
 .quote-box{
     max-width: 400px;
 }
 .quote-icon-large{
     font-size: 6rem;
     color: var(--gold);
     font-weight: 700;
     line-height: 1;
     margin-bottom: 1rem;
     font-family: 'Playfair Display', serif;
 }
 .quote-text{
     font-size: 2rem;
     font-weight: 700;
     color: var(--white);
     margin-bottom: 1.5rem;
     line-height: 1.3;
 }
 .quote-subtext{
     color: rgba(255, 255, 255, 0.9);
     font-size: 1rem;
     margin-bottom: 2rem;
     line-height: 1.6;
 }
 .quote-author{
     border-top: 1px solid rgba(255, 255, 255, 0.2);
     padding-top: 1.5rem;
 }
 .author-signature{
     font-size: 1.5rem;
     color: var(--white);
     font-weight: 700;
     margin-bottom: 0.5rem;
 }
 .author-name{
     font-size: 1rem;
     color: var(--white);
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-bottom: 0.3rem;
     font-weight: 600;
 }
 .author-title{
     font-size: 0.9rem;
     color: rgba(255, 255, 255, 0.7);
 }
 .btn-discover-more{
     background: transparent;
     color: var(--gold);
     border: 2px solid var(--gold);
     padding: 0.8rem 2rem;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
     font-size: 0.9rem;
     cursor: pointer;
     transition: all 0.3s ease;
     display: inline-flex;
     align-items: center;
     gap: 0.5rem;
     border-radius: 5px;
 }
 .btn-discover-more:hover{
     background: var(--gold);
     color: var(--white);
 }
 
 /* Trusted Brands Section */
 .trusted-brands-section{
     background: var(--primary-dark);
     padding: 4rem 0;
 }
 .trusted-text{
     font-size: 1.5rem;
     font-weight: 600;
     color: var(--white);
     line-height: 1.4;
 }
 .brands-logos{
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 2rem;
 }
 .brand-logo{
     background: rgba(255, 255, 255, 0.1);
     padding: 2rem;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: rgba(255, 255, 255, 0.6);
     font-weight: 600;
     min-height: 100px;
     transition: all 0.3s ease;
 }
 .brand-logo:hover{
     background: rgba(255, 255, 255, 0.2);
     color: var(--white);
 }
 
 /* Our Value Section */
 .our-value-section{
     padding: 6rem 0;
     background: var(--bg-light);
     position: relative;
     overflow: hidden;
 }
 .our-value-section .section-title{
     font-size: 2.5rem;
     font-weight: 700;
     color: --text-light;
     margin-bottom: 3rem;
 }
 .value-card{
     background: var(--white);
     padding: 2.5rem;
     border-radius: 10px;
     height: 100%;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
     transition: all 0.3s ease;
 }
 .value-card:hover{
     transform: translateY(-5px);
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
 }
 .value-icon{
     width: 80px;
     height: 80px;
     background: var(--gold);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 1.5rem;
 }
 .value-icon i{
     font-size: 2rem;
     color: var(--white);
 }
 .value-card h3{
     font-size: 1.5rem;
     font-weight: 700;
     color: var(--text-dark);
     margin-bottom: 1rem;
 }
 .value-card p{
     color: var(--text-light);
     margin-bottom: 1.5rem;
     line-height: 1.6;
 }
 
 /* Meet Team Section */
 .meet-team-section{
     padding: 6rem 0;
     background: var(--white);
 }
 .team-card{
     text-align: center;
     transition: all 0.3s ease;
 }
 .team-image{
     position: relative;
     overflow: hidden;
     border-radius: 10px;
     margin-bottom: 1.5rem;
 }
 .team-image img{
     width: 100%;
     height: auto;
     transition: transform 0.3s ease;
 }
 .team-social{
     position: absolute;
     top: 15px;
     right: 15px;
     display: flex;
     flex-direction: column;
     gap: 0.5rem;
     opacity: 0;
     transition: opacity 0.3s ease;
 }
 .team-card:hover .team-social{
     opacity: 1;
 }
 .team-card:hover .team-image img{
     transform: scale(1.05);
 }
 .team-social a{
     width: 35px;
     height: 35px;
     background: var(--gold);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--white);
     text-decoration: none;
     transition: all 0.3s ease;
 }
 .team-social a:hover{
     background: var(--primary-dark);
     transform: scale(1.1);
 }
 .team-info h4{
     font-size: 1.2rem;
     font-weight: 700;
     color: var(--text-dark);
     margin-bottom: 0.5rem;
 }
 .team-info p{
     font-size: 0.9rem;
     color: var(--text-light);
     text-transform: uppercase;
     letter-spacing: 1px;
 }
 
 /* Course Features */
 .course-features{
     list-style: none;
     padding: 0;
     margin: 1rem 0;
 }
 .course-features li{
     padding: 0.5rem 0;
     color: var(--text-light);
     display: flex;
     align-items: center;
     gap: 0.5rem;
 }
 .course-features li i{
     color: var(--gold);
     font-size: 0.9rem;
 }
 
 /* Course Card Detailed */
 .course-card-detailed{
     background: var(--white);
     border: 1px solid #e0e0e0;
     border-radius: 10px;
     padding: 2.5rem;
     display: flex;
     flex-direction: column;
     gap: 1rem;
     transition: all 0.3s ease;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
     position: relative;
     height: 100%;
 }
 .course-card-detailed:hover{
     transform: translateY(-5px);
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
     border-color: var(--gold);
 }
 .course-card-detailed .course-number{
     font-size: 4rem;
     font-weight: 700;
     color: var(--gold);
     opacity: 0.3;
     line-height: 1;
     flex-shrink: 0;
     min-width: 80px;
 }
 .course-card-detailed .course-content{
     flex: 1;
 }
 .course-card-detailed h3{
     font-size: 1.8rem;
     font-weight: 700;
     color: var(--text-dark);
     margin-bottom: 1rem;
 }
 .course-description{
     font-size: 1.1rem;
     color: var(--text-light);
     margin-bottom: 1.5rem;
     line-height: 1.6;
 }
 .course-topics h4{
     font-size: 1.2rem;
     font-weight: 700;
     color: var(--text-dark);
     margin-bottom: 1rem;
 }
 
 /* Help Choosing Section */
 .help-choosing-section{
     background: var(--bg-light);
     padding: 3rem;
     border-radius: 10px;
     text-align: center;
 }
 .help-choosing-section h3{
     font-size: 2rem;
     font-weight: 700;
     color: var(--text-dark);
     margin-bottom: 1rem;
 }
 .help-choosing-section p{
     font-size: 1.1rem;
     color: var(--text-light);
     margin-bottom: 1.5rem;
 }
 .help-contact{
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 1rem;
     margin-bottom: 2rem;
     font-size: 1.2rem;
     color: var(--text-dark);
     font-weight: 600;
 }
 .help-contact i{
     color: var(--gold);
     font-size: 1.5rem;
 }
 
 .section-subtitle{
     font-size: 1.8rem;
     font-weight: 500;
     color: var(--text-dark);
     margin-bottom: 1rem;
     line-height: 1.3;
 }
 
 /* Modal Styles - Elegant Design */
 .get-started-modal{
     border-radius: 0;
     border: none;
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
     max-width: 500px;
     position: relative;
 }
 .btn-close-modal{
     position: absolute;
     top: 20px;
     right: 20px;
     background: transparent;
     border: none;
     font-size: 1.2rem;
     color: #999;
     cursor: pointer;
     z-index: 10;
     padding: 5px;
     width: 30px;
     height: 30px;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: color 0.3s ease;
 }
 .btn-close-modal:hover{
     color: var(--text-dark);
 }
 .get-started-modal .modal-body{
     padding: 3rem 2.5rem 2rem;
 }
 .modal-title-elegant{
     font-family: 'Playfair Display', serif;
     font-size: 1.8rem;
     font-weight: 400;
     color: var(--text-dark);
     margin-bottom: 1rem;
     line-height: 1.3;
     text-align: center;
 }
 .modal-description{
     font-size: 0.95rem;
     color: #666;
     text-align: center;
     margin-bottom: 2rem;
     line-height: 1.6;
 }
 .form-row{
     display: flex;
     gap: 1rem;
     margin-bottom: 1rem;
 }
 .form-group{
     margin-bottom: 1rem;
     width: 100%;
 }
 .form-input{
     width: 100%;
     padding: 0.9rem 1rem;
     border: 1px solid #e0e0e0;
     border-radius: 0;
     font-size: 0.95rem;
     color: var(--text-dark);
     background: var(--white);
     transition: all 0.3s ease;
     font-family: 'Inter', sans-serif;
 }
 .form-input::placeholder{
     color: #999;
 }
 .form-input:focus{
     outline: none;
     border-color: var(--text-dark);
     background: #fafafa;
 }
 .form-input select{
     cursor: pointer;
 }
 .btn-modal-submit{
     width: 100%;
     background: #6b7a8f;
     color: var(--white);
     border: none;
     padding: 1rem 2rem;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
     font-size: 0.9rem;
     cursor: pointer;
     transition: all 0.3s ease;
     margin-top: 1.5rem;
     margin-bottom: 1rem;
 }
 .btn-modal-submit:hover{
     background: #5a687a;
 }
 /* .{
     font-size: 0.75rem;
     color: #999;
     text-align: center;
     margin-bottom: 1rem;
     line-height: 1.5;
 } */
 .btn-no-thanks{
     background: transparent;
     border: none;
     color: #666;
     font-size: 0.9rem;
     cursor: pointer;
     text-decoration: underline;
     display: block;
     margin: 0 auto;
     padding: 0.5rem;
     transition: color 0.3s ease;
 }
 .btn-no-thanks:hover{
     color: var(--text-dark);
 }
 
 /* Modal Responsive */
 @media (max-width: 768px) {
     .get-started-modal{
         max-width: 90%;
         margin: 1rem auto;
     }
     .get-started-modal .modal-body{
         padding: 2rem 1.5rem 1.5rem;
     }
     .modal-title-elegant{
         font-size: 1.5rem;
     }
     .form-row{
         flex-direction: column;
         gap: 0;
     }
     .social-contact{display: none;}
     .why-choose-section{overflow: hidden;}
 }
 
 /* Blogs Section */
 .blogs-section{
     padding: 6rem 0;
     background: var(--white);
 }
 .blog-card{
     background: var(--white);
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
     transition: all 0.3s ease;
     height: 100%;
 }
 .blog-card:hover{
     transform: translateY(-5px);
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
 }
 .blog-image{
     overflow: hidden;
     height: 250px;
 }
 .blog-image img{
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.3s ease;
 }
 .blog-card:hover .blog-image img{
     transform: scale(1.1);
 }
 .blog-content{
     padding: 1.5rem;
 }
 .blog-meta{
     display: flex;
     gap: 1rem;
     margin-bottom: 1rem;
     font-size: 0.85rem;
     color: var(--text-light);
 }
 .blog-meta span{
     display: flex;
     align-items: center;
     gap: 0.3rem;
 }
 .blog-content h3{
     font-size: 1.3rem;
     font-weight: 700;
     margin-bottom: 1rem;
 }
 .blog-content h3 a{
     color: var(--text-dark);
     text-decoration: none;
     transition: color 0.3s ease;
 }
 .blog-content h3 a:hover{
     color: var(--gold);
 }
 .blog-content p{
     color: var(--text-light);
     margin-bottom: 1rem;
     line-height: 1.6;
 }
 .read-more{
     color: var(--gold);
     text-decoration: none;
     font-weight: 600;
     display: inline-flex;
     align-items: center;
     gap: 0.5rem;
     transition: all 0.3s ease;
 }
 .read-more:hover{
     color: var(--cta-brown);
     gap: 0.8rem;
 }
 
 /* Blog Details Section */
 .blog-details-section{
     padding: 6rem 0;
     background: var(--white);
 }
 .blog-article{
     background: var(--white);
 }
 .blog-article .blog-image{
     height: 400px;
     margin-bottom: 2rem;
     border-radius: 10px;
     overflow: hidden;
 }
 .blog-article .blog-image img{
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 .blog-article .blog-meta{
     margin-bottom: 1.5rem;
     padding-bottom: 1rem;
     border-bottom: 1px solid #e0e0e0;
 }
 .blog-article h1{
     font-size: 2.5rem;
     font-weight: 700;
     color: var(--text-dark);
     margin-bottom: 2rem;
     line-height: 1.2;
 }
 .blog-content h3{
     font-size: 1.5rem;
     font-weight: 700;
     color: var(--text-dark);
     margin-top: 2rem;
     margin-bottom: 1rem;
 }
 .blog-content p{
     color: var(--text-light);
     line-height: 1.8;
     margin-bottom: 1.5rem;
 }
 .blog-sidebar{
     padding-left: 2rem;
 }
 .sidebar-widget{
     background: var(--bg-light);
     padding: 2rem;
     border-radius: 10px;
     margin-bottom: 2rem;
 }
 .sidebar-widget h3{
     font-size: 1.3rem;
     font-weight: 700;
     color: var(--text-dark);
     margin-bottom: 1.5rem;
 }
 .recent-posts, .categories{
     list-style: none;
     padding: 0;
 }
 .recent-posts li, .categories li{
     padding: 0.8rem 0;
     border-bottom: 1px solid #e0e0e0;
 }
 .recent-posts li:last-child, .categories li:last-child{
     border-bottom: none;
 }
 .recent-posts a, .categories a{
     color: var(--text-light);
     text-decoration: none;
     transition: color 0.3s ease;
 }
 .recent-posts a:hover, .categories a:hover{
     color: var(--gold);
 }
 
 /* Contact Section */
 .contact-section{
     padding: 6rem 0;
     background: var(--white);
 }
 .contact-form-wrapper{
     background: var(--bg-light);
     padding: 3rem;
     border-radius: 10px;
 }
 .contact-form-wrapper h2{
     font-size: 2rem;
     font-weight: 700;
     color: var(--text-dark);
     margin-bottom: 1rem;
 }
 .contact-form-wrapper p{
     color: var(--text-light);
     margin-bottom: 2rem;
 }
 .contact-info{
     padding-left: 2rem;
 }
 .contact-item{
     display: flex;
     gap: 1.5rem;
     margin-bottom: 2rem;
     align-items: flex-start;
 }
 .contact-icon{
     width: 50px;
     height: 50px;
     background: var(--gold);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
 }
 .contact-icon i{
     color: var(--white);
     font-size: 1.2rem;
 }
 .contact-details h4{
     font-size: 1.1rem;
     font-weight: 700;
     color: var(--text-dark);
     margin-bottom: 0.5rem;
 }
 .contact-details a{
    color: var(--text-light);
    text-decoration: none;
    
 }
 .contact-details p{
     color: var(--text-light);
     margin: 0;
     line-height: 1.6;
 }

/* ============================================
   Responsive Styles
   ============================================ */

 @media (max-width: 992px) {
     .hero-title {
         font-size: 3rem;
     }
     
     .section-title {
         font-size: 2rem;
     }
     
     .cta-title {
         font-size: 2.5rem;
     }
     
     .header-actions {
         flex-direction: column;
         gap: 1rem;
         align-items: flex-start;
     }
     
     .social-contact {
         align-items: flex-start;
     }
     
     .learn-content {
         padding-left: 0;
         margin-top: 2rem;
         padding: 15px;
     }
     .banner_image_1{
         margin-bottom: 0;
     }
     .banner_image_1 img{
         position: static;
         width: 70%;
     }
     .navbar-collapse{
             background-color: #333333ba;
     backdrop-filter: blur(10px) !important;
         padding: 20px;
     }
     .btn-get-started{
         margin-top: 10px;
     }
     .main-header.scrolled .navbar-collapse{
         background-color: transparent;
         backdrop-filter: inherit !important;
     }
     
     .who-we-are-left, .who-we-are-right{
         padding: 4rem 2rem;
     }
     .about-image-overlap{
         position: relative;
         left: auto;
         top: auto;
         transform: none;
         width: 100%;
         max-width: 400px;
         margin: 2rem auto;
     }
     .quote-icon-large{
         font-size: 4rem;
     }
     .quote-text{
         font-size: 1.5rem;
     }
 }

@media (max-width: 768px) {
    .hero-title .title-line-1 {
        font-size: 2.2rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .hero-title .title-line-2{
        font-size: 2.5rem;
    }
    .section-title {
        font-size: 1.8rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .services-carousel .owl-item,
    .courses-carousel .owl-item {
        padding: 0 10px;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
        margin-top: 1rem;
    }
    .service-card-overlay{
            bottom: -77%;
    }
    .brands-logos{
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
    }
    .section-image{
        margin-bottom: 20px;
    }
    .feature-item{
        flex-direction: column;
    }
    .airplane-graphic-large{
        margin-top: 0;
    }
    .contact-form-wrapper{
        padding: 10px;
        margin-bottom: 50px;
    }
    .placement-metric{
        margin: inherit;
        max-width: 160px;
        height: 51px;
    }
    .metric-number{
        font-size: 1.3rem;
        text-align: left;
    }
    .metric-icon img{
        width: 40px;
    }
    .hero-description{
        margin-top: 20px;
    }
    .banner_image_1{
        margin-bottom: 20px;
    }
    .course-card-detailed{
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .logo-main {
        font-size: 1.5rem;
    }
    
    .navbar-nav {
        gap: 1rem;
    }
    
    .nav-link {
        font-size: 0.85rem;
    }
    .inner-banner .col-lg-12{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

