.advance-thumb img{
    height: 250px;
    object-fit:cover;
    width: 100%;
}
.advance-wrap {
    grid-template-columns: 1fr 1fr 1fr;
}
/*.banner-area {*/
/*    padding-block-start: 210px;*/
/*    padding-block-end: 90px;*/
/*}*/
.breadcrumb-area {
    margin-top: 120px;
    padding: 160px 0 112px;
}
.contact-ip-left{
    max-width: unset;
}

/* Banner Section Styling */
/*.banner-area {*/
/*    padding: 100px 0; !* Adds breathing room *!*/
/*    min-height: 500px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.banner-bg {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*}*/

/* Title Styling */
.banner-title {
    font-size: 3.5rem; /* Larger, more impactful font */
    line-height: 1.2;
    text-shadow: 0 4px 15px rgba(0,0,0,0.3); /* Adds depth */
}

.text-highlight {
    font-weight: 300; /* Elegant contrast between bold and light font weights */
    display: block;
}

/* Paragraph Styling */
.banner-paragraph {
    font-family: 'DM Sans', sans-serif;
    line-height: 1.6;
}

/* Modern Button Styling */
.btn-register {
    background-color: #ffba08; /* Distinctive yellow/gold color */
    color: #003366;
    padding: 15px 40px;
    border-radius: 50px; /* Pill shape */
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: inline-flex;
    align-items: center;
}

.btn-register:hover {
    background-color: #fff;
    color: #003366;
    transform: translateY(-3px); /* Subtle lift effect */
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
/* Banner Section Styling */
.banner-area {
    padding: 120px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

/* Background Image Container */
.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Dark Overlay for Better Text Readability */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
}

/* Title Styling */
.banner-title {
    font-size: 4.5rem;
    margin-top: 10%;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    font-weight: 700;
}

.text-highlight {
    font-weight: 300;
    display: block;
    margin-top: 10px;
}

/* Paragraph Styling */
.banner-paragraph {
    font-family: 'DM Sans', sans-serif;
    line-height: 1.8;
    font-size: 18px;
}

/* Modern Button Styling */
.btn-register-1 {
    background: white;
    color: #003366;
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgb(255 255 255 / 0.4);
    display: inline-flex;
    align-items: center;
    border: 2px solid transparent;
}

.btn-register-1:hover {
    background: #ffffff !important;
    color: #ffffff !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(255, 255, 255, 0.3) !important;
    border-color: #ffffff !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .banner-title {
        font-size: 2.2rem;
    }

    .banner-paragraph {
        font-size: 16px;
    }

    .btn-register {
        padding: 15px 35px;
    }
}

.saudi-plane {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    z-index: 5;
    pointer-events: none;

    /* 15s loop: slow start → curve → fast exit → reset */
    animation: curvedFlight 15s linear infinite;
    will-change: transform, opacity;
    filter: drop-shadow(0 10px 6px rgba(0,0,0,0.15));
}

@keyframes curvedFlight {
    /* PHASE 1: Appear off-screen right, crawl slowly (0-20%) */
    0%, 10% {
        transform: translate(115vw, 30vh) scaleX(-1) rotate(4deg);
        opacity: 0;
    }
    15% { opacity: 0.7; }
    20% {
        opacity: 1;
        transform: translate(90vw, 26vh) scaleX(-1) rotate(2deg);
    }

    /* PHASE 2: Gentle leftward curve begins (20-40%) */
    30% { transform: translate(65vw, 18vh) scaleX(-1) rotate(-2deg); }
    40% { transform: translate(45vw, 8vh) scaleX(-1) rotate(-5deg); }

    /* PHASE 3: Bank sharply upward & accelerate (40-70%) */
    50% { transform: translate(25vw, -8vh) scaleX(-1) rotate(-9deg); }
    60% { transform: translate(8vw, -28vh) scaleX(-1) rotate(-14deg); }
    70% { transform: translate(-15vw, -52vh) scaleX(-1) rotate(-19deg); }

    /* PHASE 4: Fast exit, fade out, reset for loop (70-100%) */
    80% {
        opacity: 0.6;
        transform: translate(-35vw, -75vh) scaleX(-1) rotate(-24deg);
    }
    90%, 100% {
        opacity: 0;
        transform: translate(-50vw, -100vh) scaleX(-1) rotate(-28deg);
    }
}

.airline-marquee-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.marquee-row {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.airline-marquee {
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content; /* Allows content to flow horizontally */
    will-change: transform;
}

/* Card Styling */
.airline-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    min-width: 140px;
    height: 75px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.airline-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
}
.airline-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* LTR Animation (Left to Right) */
.ltr-marquee {
    animation: marquee-ltr 30s linear infinite;
}
/* RTL Animation (Right to Left) */
.rtl-marquee {
    animation: marquee-rtl 30s linear infinite;
}

/* Seamless Loop Keyframes */
@keyframes marquee-ltr {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

@keyframes marquee-rtl {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Pause on hover for better UX */
.marquee-row:hover .airline-marquee {
    animation-play-state: paused;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .airline-marquee-wrapper {
        padding: 25px 0;
        gap: 15px;
    }
    .airline-card {
        min-width: 110px;
        height: 65px;
        padding: 10px 14px;
    }
    .airline-marquee {
        gap: 15px;
    }
    .ltr-marquee, .rtl-marquee {
        animation-duration: 20s; /* Slightly faster on mobile */
    }
}

.airline-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.airline-logo img {
    height: 65px;       /* bigger and uniform */
    width: 180px;       /* consistent width for spacing */
    object-fit: contain; /* prevent distortion */
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.airline-logo img:hover {
    filter: grayscale(0%) brightness(1.1);
}

@keyframes marquee {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

.ceo-message .ceo-image {
    width: 100%;
    max-width: 320px;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

.ceo-message p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.ceo-name {
    font-weight: bold;
    margin-top: 15px;
    color: #003366;
}

.vision-mission {
    background: #f8f9fa;
}

.vision-mission p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.affiliated-partners {
    background: #ffffff;
    text-align: center;
}

.partners-logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.partner img {
    height: 170px;
    margin-bottom: 20px;
    width: auto;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid black;
}

.partner img:hover {
    filter: grayscale(0%) brightness(1.1);
}

.footer-logos {
    margin-top: 40px;
}

.logo-card {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-card img {
    max-height: 92px;
    width: auto;
}

.logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
}

.team-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 1px solid rgba(0,0,0,0.05);
    }
    .team-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    .team-img-wrapper {
        position: relative;
    }
    .team-img-wrapper:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: linear-gradient(to top, rgba(0,0,0,0.1), transparent);
    }
.bg-custom2{
    background: #404190 !important;
}