/* =========================
   RETRIX FONT
========================= */

@font-face {
  font-family: "HorizonFont";
  src: url("../assets/fonts/ZalandoSansExpanded-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* =========================
   GLOBAL FONT SETTINGS
========================= */

html{
  scroll-behavior:smooth;
}

body{
  font-family:"HorizonFont", sans-serif;
  color:#111;
  background:#fff;
  line-height:1.6;
  overflow-x:hidden;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6{
  font-family:"HorizonFont", sans-serif;
  font-weight:normal;
  letter-spacing:-0.03em;
}

/* Links & Buttons */

a,
button{
  font-family:"HorizonFont", sans-serif;
}

/* Cabin Crew Hero */


.heroKicker{
  font-family:"HorizonFont", sans-serif;
  letter-spacing:.04em;
}

/* Section Titles */

.moduleTitle,
.foundationTitle,
.perks__title,
.sectionHeading h2,
.careerOutcomes__head h2,
.eligibilityBox h2{
  font-family:"HorizonFont", sans-serif;
  letter-spacing:-0.04em;
}

/* Cards */

.careerTile h3,
.moduleCard h3,
.perkCard__title,
.careerCard h3{
  font-family:"HorizonFont", sans-serif;
}
  
/* =========================
   STICKY HEADER
========================= */

.siteHeader{
  position:sticky;
  top:0;
  z-index:9999;
}


.navwrap{
  position:sticky;
  top:0;
  z-index:9999;
  background:#fff;
}
/* =========================
   CABIN CREW HERO
========================= */


.heroTakeoff{
  position:relative;
  min-height:calc(100vh - 120px);

  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:170px 6% 60px;
  overflow:hidden;
}

/* image */

.heroPlaneWrap{
  position:absolute;
  inset:0;
  z-index:1;
}

.heroPlaneWrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

/* overlay */

.heroTakeoff::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.55),
    rgba(0,0,0,.20),
    rgba(0,0,0,.45)
  );
  z-index:2;
}

/* text */

.heroText{
  position:relative;
  z-index:3;
}

.heroText.left{
  max-width:520px;
}

.heroText.right{
  max-width:380px;
  text-align:right;
}

.heroKicker{
  color:#d7b26d;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:.85rem;
  margin-bottom:16px;
}

.heroTakeoff h1{
  font-size:clamp(3.2rem,7vw,6.5rem);
  line-height:.88;
  color:white;
  margin-bottom:24px;
}

.heroTakeoff h2{
  font-size:clamp(2rem,4vw,4rem);
  line-height:.95;
  color:white;
  margin-bottom:18px;
}

.heroSub{
  color:white;
  font-size:1.05rem;
  line-height:1.7;
}

.heroBtns{
  margin-top:28px;
}

.heroText::before,
.heroText::after{
  display:none !important;
}

/* tablet */

@media(max-width:1024px){

  .heroTakeoff{
    min-height:700px;
  }

  .heroText.left{
    max-width:420px;
  }

  .heroText.right{
    max-width:300px;
  }

}

/* mobile */

@media(max-width:768px){

  .heroTakeoff{
    min-height:650px;
    justify-content:center;
    text-align:center;
  }

  .heroText.right{
    display:none;
  }

  .heroText.left{
    max-width:100%;
    text-align:center;
  }

  .heroTakeoff h1{
    font-size:3rem;
  }

}
  /* BUTTONS */
  .btn-primary {
    background: #111;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
  }
  
  .btn-primary:hover {
    background: #333;
  }
  
  .btn-secondary {
    border: 1px solid #111;
    padding: 12px 24px;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
  }
  
  .btn-secondary:hover {
    background: #111;
    color: #fff;
  }
  
  /* SECTIONS */
  .section {
    padding: 80px 60px;
    max-width: 1000px;
    margin: auto;
  }
  
  .section.light {
    background: #fafafa;
  }
  
  .section h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .section p {
    margin-bottom: 15px;
    color: #444;
  }
  
  /* GRID */
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  
  .grid.small {
    grid-template-columns: repeat(3, 1fr);
  }
  
  /* CARDS */
  .card {
    padding: 20px;
    border: 1px solid #eee;
    transition: 0.3s;
  }
  
  .card:hover {
    transform: translateY(-5px);
  }
  
  /* LIST */
  .list {
    margin-top: 20px;
  }
  
  .list li {
    margin-bottom: 10px;
    color: #444;
  }
  

  
  /* FOOTER */
  .footer {
    text-align: center;
    padding: 30px;
    font-size: 12px;
    color: #777;
    border-top: 1px solid #eee;
  }
  
  /* RESPONSIVE */
  @media (max-width: 768px) {
    .grid,
    .grid.small {
      grid-template-columns: 1fr;
    }
  
    .hero h1 {
      font-size: 32px;
    }
  
    .navbar {
      padding: 20px;
    }
  
    .section {
      padding: 60px 20px;
    }
  }
  .heroTakeoff h1 {
    letter-spacing: -0.02em;
  }
  
  .courseTitle {
    font-weight: 600;
  }


  /* CABIN CREW BENEFITS */

.ccBenefits{
  padding:120px 6%;
  background:#081423;
}

.ccBenefits__inner{
  max-width:1400px;
  margin:auto;
}

.ccHead{
  text-align:center;
  margin-bottom:60px;
}

.ccHead h2{
  font-size:48px;
}

.ccBenefits__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:24px;
}

.ccBenefit{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:32px;
  transition:.3s;
}

.ccBenefit:hover{
  transform:translateY(-6px);
}

.ccBenefit h3{
  margin-bottom:12px;
  color:#d7b26d;
}

.ccBenefit p{
  line-height:1.7;
}

/* CAREER OUTCOMES */

.careerOutcomes{
  padding:120px 6%;
}

.careerOutcomes__inner{
  max-width:1400px;
  margin:auto;
}

.careerOutcomes__head{
  text-align:center;
  margin-bottom:60px;
}

.careerOutcomes__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:24px;
}

.careerCard{
  padding:32px;
  border-radius:24px;
  background:#0d1d30;
  border:1px solid rgba(255,255,255,.08);
}

.careerCard h3{
  margin-bottom:14px;
  color:#d7b26d;
}

/* =========================
   BENEFIT TILES
========================= */

.careerTiles{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.careerTile{
  background:#fff;
  border:1px solid #eee;
  border-radius:24px;

  padding:32px;

  display:flex;
  flex-direction:column;
  align-items:flex-start;

  transition:.35s;
  cursor:pointer;
}

.careerTile:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 40px rgba(0,0,0,.08);
}

/* Icon */

.careerIconWrap{
  width:48px;
  height:48px;

  display:flex;
  align-items:center;
  justify-content:center;

  margin-bottom:18px;
}

.careerIcon{
  width:50px;
  height:50px;

  object-fit:contain;
  display:block;
}

/* Content */

.careerTile h3{
  margin:0 0 12px;
  line-height:1.2;
}

.careerTile p{
  margin:0;
  color:#555;
  line-height:1.6;
}

/* =========================
   TABLET
========================= */

@media(max-width:1024px){

  .careerTiles{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
  }

  .careerTile{
    padding:28px;
  }

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

  .careerTiles{
    grid-template-columns:1fr;
    gap:16px;
  }

  .careerTile{
    padding:24px;
    border-radius:20px;

    align-items:center;
    text-align:center;
  }

  .careerIconWrap{
    margin-bottom:14px;
  }

  .careerIcon{
    width:142px;
    height:142px;
  }

}

/* =========================
   SMALL PHONES
========================= */

@media(max-width:480px){

  .careerTile{
    padding:20px;
  }

  .careerIcon{
    width:50px;
    height:50px;
  }

}
/* =========================
   MOVING TRAINING MODULES
========================= */

.moduleBanner{
  background:#081423;
  overflow:hidden;
  padding: 10px 0;
}

.moduleTrack{
  white-space:nowrap;
  overflow:hidden;
}

.moduleMove{
  display:inline-flex;
  align-items:center;
  gap:28px;
  animation:scrollModules 25s linear infinite;
  font-size:18px;
  font-weight:600;
  color:#fff;
}

.moduleMove span:nth-child(even){
  color:#d7b26d;
}

@keyframes scrollModules{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

/* =========================
   ELIGIBILITY
========================= */

.cabinOverview{
  padding:180px 6% 120px;
  display:grid;
  grid-template-columns:420px 1fr;
  gap:40px;
  max-width:1400px;
  margin:auto;
  align-items:start;
}
/* Main Card */

.eligibilityBox{
  position:relative;

  background:#081423;
  color:white;

  padding:20px 20px 20px;

  border-radius:28px;

  overflow:visible;

  box-shadow:
    0 20px 60px rgba(0,0,0,.15);
}

/* Floating Air Hostess PNG */

.eligibilityCrew{
  position:absolute;

  top:-165px;
  right: 10px;

  height:300px;
  width:auto;

  z-index:10;

  pointer-events:none;

  filter:
    drop-shadow(
      0 20px 40px rgba(0,0,0,.35)
    );
}

/* Gold Accent Line */

.eligibilityBox::after{
  content:"";

  position:absolute;

  top:150px;
  left:40px;

  width:80px;
  height:3px;

  background:#d7b26d;

  border-radius:999px;
}

/* Heading */

.eligibilityBox h2{
  font-size:34px;
  line-height:1.1;

  margin-bottom:32px;

  text-align:left;
}

/* List */

.eligibilityBox ul{
  list-style:none;
  padding:0;
  margin:0;
}

.eligibilityBox li{
  margin-bottom:18px;

  font-size:17px;
  line-height:1.6;
}

/* =========================
   MOBILE
========================= */

@media(max-width:900px){

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

  .eligibilityBox{
    padding:60px 30px 35px;
  }

  .eligibilityCrew{
    height: 20px;
    right:20px;
    top:-100px;
  }

  .eligibilityBox h2{
    font-size:28px;
  }

  .eligibilityBox li{
    font-size:16px;
  }

  .eligibilityBox::after{
    top:120px;
    left:30px;
    width:70px;
  }

}

/* =========================
   COURSE MODULES
========================= */

.courseModules{
  padding:120px 6%;
  background:#f8fafc;
}

.sectionHeading{
  text-align:center;
  margin-bottom:60px;
}

.sectionHeading p{
  letter-spacing:2px;
  text-transform:uppercase;
  color:#888;
}

.sectionHeading h2{
  font-size:48px;
}

.modulesGrid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:24px;
  max-width:1400px;
  margin:auto;
}

.moduleCard{
  background:white;
  padding:35px;
  border-radius:24px;
  border:1px solid #ececec;
  transition:.35s;
}

.moduleCard:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.moduleCard h3{
  margin-bottom:14px;
  color:#081423;
}

/* =========================
   CAREER BENEFITS
========================= */

.careerCard{
  transition:.35s;
  cursor:pointer;
}

.careerCard:hover{
  transform:translateY(-8px) rotate(-1deg);
  box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.foundation{
  padding:120px 6%;
  background:#f5f7fb;
}

.foundationCard{
  max-width:1200px;
  margin:auto;

  background:linear-gradient(
    90deg,
    #081423 0%,
    #232208 50%,
    #574914 100%
  );

  border-radius:32px;

  min-height:520px;

  position:relative;
  overflow:hidden;

  padding:80px;
}

.foundationCopy{
  max-width:520px;
  position:relative;
  z-index:2;
}

.foundationTitle{
  font-size:clamp(3.5rem,6vw,5.5rem);
  line-height:.9;
  color:#d7b26d;
}

.foundationP{
  color:rgba(255,255,255,.8);
  margin-top:24px;
}

.foundationCrew{
  position:absolute;

  right:-200px;
  bottom:0;

  height:100%;
  display:flex;
  align-items:flex-end;
}

.foundationCrew img{
  height:105%;
  width:auto;
  object-fit:contain;
}
/* =========================
   SEO SECTION
========================= */

.seoContent{
  padding:100px 6%;
  background:white;
}

.seoInner{
  max-width:1000px;
  margin:auto;
}

.seoInner h2{
  margin-bottom:20px;
  font-size:42px;
}

/* Prevent text overlap */

.heroTakeoff h1,
.heroTakeoff h2,
.foundationTitle,
.sectionHeading h2,
.careerOutcomes__head h2{
  word-break:normal;
  overflow-wrap:break-word;
}

.heroTakeoff h1{
  max-width:7ch;
}

.heroTakeoff h2{
  max-width:8ch;
  margin-left:auto;
}

/* ===================================
   FINAL RESPONSIVE FIXES
=================================== */

html,
body{
  max-width:100%;
  overflow-x:hidden;
}

img{
  max-width:100%;
  height:auto;
}

  @media(max-width:900px){

    .foundationCard{
  
      min-height:700px;
  
      padding:
        60px
        30px
        380px;
  
      text-align:center;
    }
  
    .foundationCopy{
      max-width:100%;
    }
  
    .foundationCrew{
  
      position:absolute;
  
      bottom:0;
      right:50%;
  
      transform:translateX(50%);
  
      height:auto;
    }
  
    .foundationCrew img{
  
      height:420px;
      width:auto;
      max-width:none;
    }

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

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

  .foundationTitle{
    font-size:3rem;
  }

  .foundationP{
    font-size:1rem;
  }

  .eligibilityCrew{
    height:280px;
    top:-150px;
    right: -30px;
  }

}
@media(max-width:500px){

  .foundationCard{
    padding-bottom:340px;
  }

  .foundationCrew img{
    height:340px;
  }

}
@media(max-width:768px){

  .heroTakeoff{

    min-height:100vh;

    padding:
      140px
      24px
      80px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;
  }

  .heroText.left{

    width:100%;
    max-width:650px;

    margin:0 auto;
    text-align:center;
  }

  .heroText.right{
    display:none;
  }

  .heroBtns{
    display:flex;
    justify-content:center;
  }

  .heroTakeoff h1{
    font-size:clamp(2.5rem,10vw,4rem);
    max-width:none;
  }

  .heroSub{
    max-width:500px;
    margin:auto;
  }

}

@media(max-width:600px){

  .sectionHeading h2,
  .careerOutcomes__head h2,
  .ccHead h2{
    font-size:32px;
  }

  .careerTile{
    padding:24px;
  }

  .moduleCard{
    padding:24px;
  }

  .foundationCrew{
    height:260px;
  }

}

