
	
	:root {
    --primary: #003366; /* Deep Aviation Blue */
    --secondary: #ff9900; /* Action Orange */
    --light-bg: #f4f7f9;
    --text-dark: #333;
}



* { box-sizing: border-box; margin: 0; padding: 0; font-family: "Archivo", sans-serif; }


.container-iata { max-width: 1440px; margin: 0 auto; padding: 0 20px; }

/* Header */
header { background: rgba(255, 255, 255, 0.8); padding: 0 0;  position: sticky; top: 0; z-index: 100; }
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo {
    float: left;
    width: 300px;
}
.logo span { color: var(--secondary); }


.btn-call {
    background: #00c2ff;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    transition: 0.3s ease;
}

/* Hover effect */
.btn-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

/* Hero Section */
.hero {
    position: relative;
    overflow: hidden;
    color: white;
    padding:180px 0 0;
	height: 800px;
}

.avi-image video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* VIDEO */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}

/* OVERLAY (IMPORTANT FOR READABILITY) */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(
        to right,
        rgba(0, 45, 161, 0.65),
        rgba(0, 45, 161, 0.65)
    );

    z-index: 1;
}

/* CONTENT ABOVE VIDEO */
.hero-grid {
    position: relative;
    z-index: 2;
}
.hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: flex-start; }

h1 { font-size:48px; margin-bottom: 20px; line-height: 1.2; }
.trust-badge {
    background: #0c1895;
    padding: 12px;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.4;
}


#apply {
	position: relative;
	top: -180px;
	    line-height: 30px;
	
}

/* Form Style */
.form-container {
    background: white;
    color:#333;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.form-container h3 {
	font-size: 34px;
}
.form-container p {
    font-size: 16px;
    padding: 10px 0;
}

/* Inputs */
.form-container input,
.form-container select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
     font-size: 16px;
    color: #555;
}

/* 2 Column Layout */
.form-row {
    display: flex;
    gap: 10px;
}

.form-row select {
    width: 100%;
	color: #555;
}

/* Checkbox */
.form-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 15px;
}

.form-check input {
    margin-top: 4px;
}

/* Button */
.btn-submit {
    width: 100%;
    padding: 15px;
    background:#FF1B1B;
    border: none;
    color: white;
    font-weight: bold;
	font-size: 22px;
    cursor: pointer;
    border-radius: 4px;
}
.btn-submit:hover {
	background: #0c1895;

}

/* Disclaimer */
.form-note {
    margin-top: 15px;
    background: #fff;
    color: #555;
    padding: 12px;
    font-size: 14px;
    line-height: 1.5;
}
.nonec {
	width: 5%!important;
}

@media (max-width:1280px) {

.form-container h3 {
    font-size: 32px;
}
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}

/* Course Cards */
.programs { padding: 60px 0; background: var(--light-bg); }
.section-title { text-align: center; margin-bottom: 40px; color: var(--primary); }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.card { background: white; padding: 30px; border-radius: 8px; border-top: 5px solid var(--primary); }
.card.highlight { border-top-color: var(--secondary); }
.pathways { list-style: none; margin-top: 15px; color: #666; font-size: 0.9rem; }


.sub-heading {
    font-size: 22px;
    margin-bottom: 18px;
    line-height: 1.3;
}

.trust-line {
    font-size: 20px;
    margin-bottom: 20px;
    color: #d1d9e6;
}

.quick-benefits ul {
    margin-top: 10px;
    padding-left: 18px;
}

.quick-benefits li {
    margin-bottom: 8px;
    font-size: 20px;
}
.hero-content {
    max-width: 600px;
    position: relative;
    top: -150px;
	font-family: "Archivo", sans-serif;
}

.hero-content h2 {
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 18px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
	text-transform: uppercase;

}
.hero-content h2 span {
	font-weight: 700;
}

.hero-content h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #e6edf5;
    font-weight: 500;
    margin-bottom: 18px;
}

/*.eligibility-line {
    font-size: 18px;
    color: #c9d6e2;
    margin-bottom: 28px;
    font-weight: 500;
}*/

.eligibility-line {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 27, 27, 0.45);
    border: 1px solid rgba(255, 27, 27, 0.45);
    padding: 10px 18px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    backdrop-filter: blur(6px);
	    margin: 30px 0 0;
}

.trust-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 0px 18px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
    text-transform: uppercase;
}

.hero-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #B0903D;
    color: #fff;
    padding: 14px 28px;
    text-decoration: none;
    font-size: 35px;
    font-weight: 700;
    transition: 0.3s ease;
	    margin: 40px 0 0px;
	width: 55%;
}

.hero-btn sub {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 7px;
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0 0 20px rgba(255,255,255,0.45),
        0 0 40px rgba(255,255,255,0.30),
        0 0 70px rgba(255,255,255,0.18);
}

.hero-btn:hover {
    transform: translateY(-2px);
}

.quick-benefits-wrapper {
    margin-top: 20px;
    margin: -370px 0 0 -18px;
}

.quick-benefits ul {
    margin-top: 10px;   /* tighten */
}

.quick-benefits li {
    margin-bottom: 6px; /* slightly tighter list */
}

@media (max-width:1440px) {
.hero-grid {
    padding: 0 50px;
}
}
@media (max-width: 1117px) {
.hero {
    height: 950px;
}
}
@media (max-width:980px) {
	
	    .hero {
        height: 1020px;
    }

}
@media (max-width:920px) {
    .hero {
        height: 1120px;
    }
}

@media (max-width: 768px) {
	
	    .hero-grid {
        padding: 0 20px;
    }
	
	#apply {
    top: 0;
    line-height: normal;
}
    .hero {
        height: auto;
    }
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .form-container {
        order: 2;
    }

    .hero-content {
        order: 1;
    }

    .quick-benefits-wrapper {
        order: 3;

		        text-align: left;
		    margin: 20px 0 0 0px;
    }
	.hero-content {
    top: 0;
		max-width: 100%;
	}
	.eligibility-line {
		display: block;
	}
}
@media (max-width:480px) {
.trust-badge {
    font-size: 16px;
	}
	
	.nav-container {
		flex-direction: column;        
		padding: 0 0 10px;
	}
	.logo {
		margin: 0 0 20px;
	}
	.hero-btn {
    width: 100%;
}
	
	.hero-content h2 {
    font-size: 35px;
	}
}
@media (max-width:370px) {
    .trust-badge {
        font-size: 13px;
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    h1 { font-size: 2rem; }
    .hero { padding: 40px 0; }
}

.avi-sec-one {
    padding: 80px 0;
    background: #f8f9fb;
}

.avi-sec-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 40px;
}

.avi-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #222;
}

.avi-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #444;
}

.avi-image img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.avi-heading {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: right;
    padding: 0 40px 0 0;
}

.primary-btn {
    align-items: center;
    background-color:#0c1895;
    display: inline-flex;
    flex-direction: row;
    font-size: 1.125rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.75rem;
    text-transform: capitalize;
    color: #fff;
    padding: 11px 20px;
}

@media (max-width: 768px) {

    .avi-sec-grid {
        grid-template-columns: 1fr;
    }

    .avi-image {
        order: 1;
        margin-bottom: 20px;
    }

    .avi-content {
        order: 2;
    }
}


.avi-career {
    padding: 20px 0;
    background: #f4f7f9;
}

.section-title {
    text-align: center;
    font-size: 48px;
    margin-bottom: 50px;
    color: #0c1895;
}

/* GRID */
.career-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.career-card {
    background: #fff;
    padding: 30px;

    border-top: 4px solid #B0903D;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}
.career {
	background: #0c1895!important;
	color: #fff;
	border-top:none!important;
}
.career h4 {
	color: #fff!important;
}
.career h3 {
	color: #fff!important;
}
.career p {
	color: #fff!important;
}
.career strong {
	color: #fff!important;
}

.career-card:hover {
    transform: translateY(-5px);
}

/* TEXT */
.career-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #111;
}

.sub-text {
    font-weight: 600;
    color: #003366;
    margin-bottom: 16px;
}

.career-card p {
    font-size:20px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 12px;
}

.career-card strong {
    color: #111;
}

/* Tablet */
@media (max-width: 992px) {
    .career-list {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .career-list {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 24px;
    }

    .career-card {
        padding: 20px;
    }
}


.iata-sec {
    padding: 20px 0 0;
    background: #ffffff;
}

.iata-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

/* TEXT */
.iata-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #0c1895;
}

.iata-content p {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #505050;
}

/* BENEFITS */
.iata-benefits {
    margin-top: 20px;
    padding-left: 18px;
}

.iata-benefits li {
    margin-bottom: 12px;
    font-size: 22px;
    color: #505050;
	line-height: 1.6;
}

/* IMAGE */
.iata-image img {
    width: 100%;

   
}
.iata-image {
    position: relative;
    overflow: hidden;
}

.iata-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {

    .iata-grid {
        grid-template-columns: 1fr;
    }

    .iata-image {
        order: 1;
        margin-bottom: 20px;
    }

    .iata-content {
        order: 2;
    }

    .iata-content h2 {
        font-size: 24px;
    }
}

.trust-sec {
    padding:20px 0;
    background: #f4f7f9;
}

/* GRID */
.trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* VIDEO */
.trust-video video {
    width: 100%;

}
.trust-video img {
	width: 100%;
}

/* CONTENT */
.trust-content h2 {
    font-size:48px;
    margin-bottom: 15px;
    color: #0c1895;
}

.trust-content p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #444;
}

/* TRUST LIST */
.trust-points {
    list-style: none;
    padding-left: 0;
}

.trust-points li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 19px;
}

.trust-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ff9900;
    font-weight: bold;
}

.feature-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-card {
    background: #fff;
    padding: 25px;
 
    border-top: 4px solid #B0903D;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
}


.feature-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #111;
}

.feature-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Tablet */
@media (max-width: 992px) {
    .trust-grid {
        grid-template-columns: 1fr;

    }

    .feature-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .trust-video {
        order: 1;
        margin-bottom: 20px;
    }

    .trust-content {
        order: 2;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .trust-content h2 {
        font-size: 24px;
    }
	
}

@media (max-width: 600px) {
 .trust-grid {
		 gap: 0;
    }
	.iata-grid {
		 gap: 0;
	}
}


.career-sec {
    padding: 80px 0;
    background: #ffffff;
}

/* GRID */
.career-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

/* CONTENT */
.career-content h2 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #0c1895;
}

.career-copy {
    font-size: 16px;
    margin-bottom: 20px;
    color: #444;
}

/* LIST */
.career-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.career-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.career-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ff9900;
    font-weight: bold;
}

/* CTA BUTTON */
.career-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #003366;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s;
}

.career-btn:hover {
    background: #ff9900;
}

/* VIDEO */
.career-video video {
    width: 100%;

}
/* Tablet */
@media (max-width: 992px) {
    .career-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .career-video {
        order: 1;
        margin-bottom: 20px;
    }

    .career-content {
        order: 2;
    }

    .career-content h2 {
        font-size: 24px;
    }
}

.testi-sec {
    padding:20px 0;
    background: #f4f7f9;
}

/* HEADER */
.testi-header {
    text-align: center;
    margin-bottom: 50px;
}

.testi-header h2 {
    font-size: 32px;
    color: #003366;
    margin-bottom: 10px;
}

.testi-header p {
    font-size: 16px;
    color: #555;
}

/* VIDEO GRID */
.testi-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}



.testi-video-grid video {
    width: 100%;
}
.testi-video-grid video {

    /* fallback thumbnail */

}


/****/

.video-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

/* Video */
.video-card video {
    width: 100%;
    display: block;
    border-radius: 12px;
}



/* Center Name */
.video-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	  pointer-events: none; 
    
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
    text-align: center;
}
.video-card video:focus ~ .video-name {
    opacity: 0;
}




/* OVERLAY */
.video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1); 
    pointer-events: none;
    transition: 0.3s;
}

/* TEXT */
.video-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    pointer-events: none;
    transition: 0.3s;
}

/* HIDE STATE */
.video-card.active::after {
    opacity: 0;
}

.video-card.active .video-name {
    opacity: 0;
}


@media (max-width: 768px) {
    .testi-video-grid {
        grid-template-columns: 1fr;
    }
}

/*****/

/* TEXT TESTIMONIALS */
.testi-text-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.testi-card-new {
    background: #fff;
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 1px solid #D9F5FF;
}

/* TOP BLUE HEADER */
.testi-top {
    background: #01B0F0;
    padding: 40px 20px 80px;
    color: #fff;
}

.testi-top h3 {
    font-size: 28px;
    line-height: 1.2;
}

/* IMAGE (CIRCLE CENTER) */
.testi-img {
    position: absolute;
    top: 112px;
    left: 50%;
    transform: translateX(-50%);
}

.testi-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 6px solid #fff;
    object-fit: cover;
}

/* CONTENT */
.testi-content {
    padding: 80px 25px 30px;
}

.testi-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #505050;
    margin-bottom: 15px;
}

/* NAME */
.testi-content h4 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
}

/* STARS */
.stars {
    color: #01B0F0;
    font-size: 18px;
    letter-spacing: 3px;
}

@media (max-width: 992px) {
    .testi-text-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .testi-text-grid {
        grid-template-columns: 1fr;
    }

    .testi-top h3 {
        font-size: 22px;
    }
}
/* Tablet */
@media (max-width: 992px) {
    .testi-video-grid {
        grid-template-columns: 1fr 1fr;
    }

  
}

/* Mobile */
@media (max-width: 768px) {

    .testi-video-grid {
        grid-template-columns: 1fr;
    }


    .testi-header h2 {
        font-size: 24px;
    }
}

.final-cta {
    padding:40px 0;
    background: linear-gradient(135deg, #003366, #00509e);
    color: #fff;
    text-align: center;
}

/* CONTENT */
.cta-center {
    max-width: 800px;
    margin: auto;
}

.final-cta h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.final-cta p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #dbe6f2;
}

/* BUTTONS */
.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.btn {
    padding: 14px 22px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 14px;
}

/* PRIMARY */
.btn.primary {
    background: #ff9900;
    color: #fff;
}

.btn.primary:hover {
    background: #e68500;
}

/* SECONDARY */
.btn.secondary {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn.secondary:hover {
    background: #fff;
    color: #003366;
}

/* WHATSAPP */
.btn.whatsapp {
    background: #25D366;
    color: #fff;
}

.btn.whatsapp:hover {
    background: #1ebe5d;
}

@media (max-width: 768px) {

    .final-cta h2 {
        font-size: 24px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
        text-align: center;
    }
}

.faq-sec {
    padding: 20px 0;
    background: #f4f7f9;
}
.faqss {
	max-width: 1100px;
	margin: 0 auto;
}

.faq-title {
    font-size: 32px;
    color: #003366;
    margin-bottom: 30px;
}

/* ITEM */
.faq-item {
    border-bottom: 1px solid #ddd;
}

/* QUESTION */
.faq-question {
    width: 100%;
    text-align: left;
    padding: 18px 0;
    font-size: 18px;
    font-weight: 600;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ICON */
.faq-question .icon {
    font-size: 18px;
    transition: 0.3s;
}

/* ANSWER */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 10px 0 20px;
    font-size: 15px;
    color: #555;
}

/* ACTIVE */
.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .icon {
    transform: rotate(45deg); /* + becomes x */
}

@media (max-width: 768px) {
    .faq-question {
        font-size: 16px;
    }

    .faq-title {
        font-size: 24px;
    }
}


/* OVERLAY */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

/* ACTIVE STATE */
.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* BOX */
.popup-box {
    background: #e8dcc8;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    text-align: center;
    position: relative;
    border-radius: 6px;
}

/* CLOSE BUTTON */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* TEXT */
.popup-box h2 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #222;
}

/* BUTTON */
.popup-btn {
    display: inline-block;
    background: #123f6b;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    font-weight: bold;
}

.popup-btn:hover {
    background: #0d2f50;
}


.fixed-download {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

/* BUTTON BASE */
.download-btn {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: 0.3s;
    white-space: nowrap;
}

/* PRIMARY */
.download-btn.primary {
    background: #003366;
    color: #fff;
}

.download-btn.primary:hover {
    background: #ff9900;
}

/* SECONDARY */
.download-btn.secondary {
    background: #ffffff;
    color: #003366;
    border: 1px solid #003366;
}

.download-btn.secondary:hover {
    background: #003366;
    color: #fff;
}

@media (max-width: 768px) {

    .fixed-download {
        bottom: 0;
        right: 0;
        left: 0;
        flex-direction: row;
        gap: 0;
    }

    .download-btn {
        flex: 1;
        text-align: center;
        border-radius: 0;
        padding: 14px;
        font-size: 13px;
    }

    .download-btn.primary {
        border-right: 1px solid rgba(255,255,255,0.3);
    }
}


/* Container Background & Font */
.new-flying {
    background-color: #fff;
    color: #555;
    padding: 20px 20px;
    font-family: Archivo;
    text-align: center;
}

.new-flying-container {
    max-width: 1440px;
    margin: 0 auto;
}

/* Heading Styling */
.new-flying-title {
    color: #B0903D; /* Golden Yellow */
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1.2;
}

/* Main Content Layout */
.new-flying-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.new-flying-column {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Icon & Text Rows */
.new-flying-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

/* Making icons white using filters if they are dark images, 
   or you can just use white PNGs */
.new-flying-icon {
    width: 50px;
    height: auto;
    /*filter: brightness(0) invert(1); */
}

.new-flying-text {
    font-size: 26px;
    line-height: 1.4;
}

.new-flying-text strong {
    color: #B0903D;
	 font-size: 30px;
}

/* Center Image Styling */
.new-flying-image-wrapper {
    flex: 1.5;
    display: flex;
    justify-content: center;
}

.new-flying-main-img {
    width: 100%;
    max-width: 500px;
    border: 4px solid #ffffff;
}

/* Button Styling */
.new-flying-footer {
    margin-top:0px;
}

.new-flying-btn {
    display: inline-block;
    padding: 15px 35px;
    background: #0c1895;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.new-flying-btn:hover {
    background-color: #00a0e3;
    color: #fff;
}

/* Responsive for Mobile */
@media (max-width: 992px) {
    .new-flying-content {
        flex-direction: column;
    }
    .new-flying-image-wrapper {
        order: -1; /* Move image to top on mobile if desired */
        margin-bottom: 30px;
    }
}




.country-students {
    background: url("../images/tech-back.png") no-repeat center center/cover;
    padding: 40px 0;
    text-align: center;
    position: relative;
    color: #fff;
}


/* HEADING */
.country-students h2 {
    font-size: 48px;
    font-weight: 800;
    color: #0c1895;
    margin-bottom: 15px;
    line-height: 1.2;
}

/* SUB TEXT */
.country-students .sub-text {
    font-size: 20px;
    color: #555;
    margin-bottom: 50px;
}

/* GRID */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* STAT BOX */
.stat-box h3 {
    font-size: 48px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 800;
}

.stat-box p {
    font-size: 18px;
    color: #555;
    line-height: 1.4;
}

/* Tablet */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .country-students h2 {
        font-size: 28px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-box h3 {
        font-size: 36px;
    }
}

/* Main Wrapper */
.career-section {
    background: linear-gradient(135deg, #06106e 0%, #0c1895 100%);
    padding:40px 40px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #ffffff;
    overflow: hidden;
}

.career-section .career-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

/* Typography */
.career-section .career-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.career-section .career-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 40px;
}

/* Grid of Cards */
.career-section .career-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

.career-section .career-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease;
}

.career-section .career-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.career-section .career-check {
    background: #f1b434;
    color: #0c1895;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.career-section .career-item-text {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.3;
}

.career-section .career-info {
	width: 100%;
}

/* Button */
.career-section .career-cta {
    display: inline-block;
    background: #00c2ff;
    color: #06106e;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
}

.career-section .career-cta:hover {
    background: #ffffff;
    transform: scale(1.05);
}

/* Visual/Video Styling */
.career-section .career-visual {
    flex: 1;
    position: relative;
}

.career-section .career-video-wrapper {
    position: relative;
    border: 8px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.career-section .career-main-img {
    width: 100%;
    display: block;
}

.career-section .career-name-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(90deg, #0c1895, #00c2ff);
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}

.career-section .career-name {
    font-weight: bold;
    font-size: 1.1rem;
}

.career-section .career-role {
    font-size: 0.8rem;
    opacity: 0.8;
}

.car-oppr-btn {
    display: inline-block;
    margin-top: 28px;
    background: #fff;
    color: #0c6b6d;
    text-decoration: none;
	border: 1px solid #0c6b6d;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.car-oppr-btn:hover {
    background: #1f2d3d;
	color: #fff;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .career-section .career-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .car-oppr-btn {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .career-section .career-container {
        flex-direction: column;
        text-align: center;
    }
    .career-section .career-grid {
        grid-template-columns: 1fr;
    }
    .career-section .career-card {
        text-align: left;
    }
}

.why-bo {
    padding:40px 0;
    background: #fff;
}

.why-bo-heading {
    text-align: center;
    margin-bottom: 45px;
}

.why-bo-heading h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #1f2d3d;
    margin: 0;
}

.why-bo-heading h2 span {
    color: #0b7c8c;
	display: block;
}

.why-bo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.why-bo-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.why-bo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.why-bo-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-bo-icon img {
    max-width: 117px;
    max-height: 117px;
    object-fit: contain;
}

.why-bo-card h3 {
    font-size: 30px;
    font-weight: 800;
    color: #1f2d3d;
    margin: 0 0 8px;
}

.why-bo-card p {
    font-size: 20px;
    line-height: 1.5;
    color: #5f6368;
    margin: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .why-bo {
        padding: 60px 0;
    }

    .why-bo-heading h2 {
        font-size: 34px;
    }

    .why-bo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .why-bo-heading h2 {
        font-size: 28px;
    }

    .why-bo-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .why-bo-card {
        padding: 28px 20px;
    }

    .why-bo-card h3 {
        font-size: 26px;
    }

    .why-bo-card p {
        font-size: 18px;
    }
}


.car-oppr {
    padding: 20px 0;
    background: #f6f6f6;
}

.car-oppr-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.car-oppr-content {
    flex: 1;
    max-width: 600px;
}

.car-oppr-tag {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0c1895;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.car-oppr-content h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    color: #0c1895;
    margin-bottom: 25px;
}

.car-oppr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.car-oppr-list li {
    position: relative;
    font-size: 24px;
    line-height: 1.5;
    color: #1d2433;
    font-weight: 500;
    padding-left: 34px;
    margin-bottom: 16px;
}

.car-oppr-list li::before {
    content: "✈";
    position: absolute;
    left: 0;
    top: 0;
    color: #0c6b6d;
    font-size: 18px;
    font-weight: bold;
}

.car-oppr-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.car-oppr-video-circle {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
     border: 5px solid rgba(255, 255, 255, 0.75);
    position: relative;
    background: #ddd;
    box-shadow: inset 0 10px 25px rgba(0, 0, 0, 0.10);
}

.car-oppr-video-circle video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.car-oppr-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}
.car-oppr-video-wave {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    background: #ddd;
    clip-path: path("M31.4,130.6C44.5,91.4,76.2,115,105.8,102.7C145.6,86.2,169.8,62.4,183.5,18.6C190.7,-4.2,227.4,-7.5,243.5,14.4C266.9,46.2,291.4,87.5,322.3,84.5C346.4,82.2,344.1,33.9,378.1,22.7C426.7,6.7,487.8,24.2,541.2,39.7C582.6,51.7,625.4,39.6,664.3,52.1C690.6,60.5,681.6,102.7,678.9,130.1C676.6,153.5,664.2,182.6,677.8,201.9C711.5,249.8,710.5,316.9,676.3,364.4C653.9,395.5,615.4,410.7,579.2,422.4C535.1,436.6,487.3,443.1,441.2,438.5C401.6,434.5,368.5,404.3,329.6,396.1C292.3,388.3,248.9,407.9,214.3,392.2C170.2,372.3,126.3,347.2,92.5,312.6C61.1,280.4,25.5,247.9,17,203.6C11.8,176.3,22.5,157.4,31.4,130.6Z");
}

.car-oppr-video-wave video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Tablet */
@media (max-width: 991px) {
    .car-oppr {
        padding: 60px 0;
    }

    .car-oppr-wrap {
        gap: 40px;
    }

    .car-oppr-content h2 {
        font-size: 34px;
    }

    .car-oppr-list li {
        font-size: 21px;
    }

    .car-oppr-image img {
        max-width: 420px;
    }
}

@media (max-width: 767px) {
    .car-oppr-video-wave {
        width: 100%;
        max-width: 320px;
        height: 220px;
        clip-path: none;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .car-oppr-wrap {
        flex-direction: column-reverse;
        text-align: center;
    }

    .car-oppr-content {
        max-width: 100%;
    }

    .car-oppr-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .car-oppr-list li {
        font-size: 19px;
        padding-left: 0;
        margin-bottom: 14px;
    }
	.car-oppr-list {
		text-align: left;
	}

    .car-oppr-list li::before {
        position: static;
        display: inline-block;
        margin-right: 8px;
    }

    .car-oppr-image img {
        max-width: 300px;
    }
}


.popup-iata {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  width: 500px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  animation: fadeIn 0.4s ease;
}

.popup-header {
  background: #0c1895;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-btn {
  background: transparent;
  border: none;
  font-size: 22px;
  color: white;
  cursor: pointer;
}

.popup-body {
  padding: 20px;
  text-align: center;
}

.popup-body h3 {
  margin-bottom: 15px;
}

.popup-iata .form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.popup-iata .form-row input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.popup-iata .mobile-field {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 8px;
}

.mobile-field span {
  margin-right: 5px;
}

.popup-iata .mobile-field input {
  border: none;
  outline: none;
}

.popup-iata .submit-btn {
  background: #0c1895;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 10px;
}

.popup-iata .submit-btn:hover {
  background: #166b66;
}
.popup-iata .form-row select {
	    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

@keyframes fadeIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}



.lead-download-popup {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.lead-popup-content {
    background: #fff;
    max-width: 500px;
    margin: 10% auto;
    position: relative;
    padding: 20px;
    text-align: center;
	border-radius: 18px;
}

.lead-close-popup {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
}


.morn {
    background: #0c1895;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 10px;
}

.leadDownloadForm  button {
    background: #0c1895;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 10px;
}


.lead-popup-content h3 {
    margin-bottom: 15px;
}
.leadDownloadForm .form-row {
      display: flex;
    gap: 10px;
	padding: 10px 0;

}

.leadDownloadForm input {

    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.leadDownloadForm select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
	    width: 49%;
}

@media (max-width:450px) {
	.leadDownloadForm select {
	    width: 100%;
	}
	
}

