/* ===========================================================
   TAS GROUP — Theme Stylesheet
   Aviation · Logistics · Travel
   =========================================================== */

:root {
  --navy: #0a1f44;
  --navy-700: #0e2a5c;
  --navy-600: #14397a;
  --blue: #1f6feb;
  --sky: #38bdf8;
  --gold: #f4b740;
  --gold-600: #d99a1f;
  --ink: #0b1220;
  --muted: #6b7689;
  --line: #e6e9f0;
  --bg-soft: #f5f7fb;
  --white: #ffffff;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 4px 18px rgba(10, 31, 68, .06);
  --shadow: 0 18px 50px rgba(10, 31, 68, .12);
  --shadow-lg: 0 30px 80px rgba(10, 31, 68, .18);
  --ease: cubic-bezier(.16, .84, .44, 1);
  --ff-head: "Sora", system-ui, sans-serif;
  --ff-body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4 {
  font-family: var(--ff-head);
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--navy);
}

a { text-decoration: none; transition: color .2s var(--ease); }
img { max-width: 100%; height: auto; }
section { position: relative; }

.text-gold { color: var(--gold) !important; }
.text-navy { color: var(--navy) !important; }
.text-blue { color: var(--blue) !important; }
.bg-navy { background: var(--navy) !important; }
.bg-soft { background: var(--bg-soft) !important; }
.fw-800 { font-weight: 800 !important; }

/* ---------- Layout helpers ---------- */
.section { padding: 96px 0; }
[id] { scroll-margin-top: 110px; }
.section-sm { padding: 64px 0; }
@media (max-width: 768px) { .section { padding: 64px 0; } }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-head);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
}
.eyebrow.center::before { display: none; }

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  line-height: 1.12;
  margin-bottom: 16px;
}
.section-lead { color: var(--muted); font-size: 1.06rem; max-width: 620px; }

/* ---------- Buttons ---------- */
.btn {
  font-family: var(--ff-head);
  font-weight: 600;
  border-radius: 50px;
  padding: 13px 28px;
  letter-spacing: .01em;
  border: 0;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
}
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 10px 26px rgba(244, 183, 64, .4); }
.btn-gold:hover { background: var(--gold-600); color: var(--navy); transform: translateY(-3px); box-shadow: 0 16px 34px rgba(244, 183, 64, .5); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-600); color: #fff; transform: translateY(-3px); box-shadow: var(--shadow); }
.btn-outline-light-2 { border: 1.5px solid rgba(255,255,255,.5); color: #fff; }
.btn-outline-light-2:hover { background: #fff; color: var(--navy); }
.btn-ghost { border: 1.5px solid var(--line); color: var(--navy); background: #fff; }
.btn-ghost:hover { border-color: var(--navy); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.btn-lg { padding: 16px 34px; font-size: 1.02rem; }

/* ---------- Topbar + Navbar (stacked, both fixed) ---------- */
:root { --topbar-h: 40px; }

.topbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1041;            /* above navbar */
}

/* ---------- Navbar ---------- */
.navbar {
  padding: 16px 0;
  transition: all .35s var(--ease);
  background: transparent;
}
/* sit the navbar directly BELOW the fixed topbar so they never overlap */
.navbar.fixed-top { top: var(--topbar-h); }
@media (max-width: 991.98px) {
  .navbar.fixed-top { top: 0; }   /* topbar hidden on mobile */
}
.navbar.scrolled {
  padding: 12px 0;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-sm);
}
.navbar-brand { display: flex; align-items: center; gap: 12px; font-family: var(--ff-head); }

/* logo image */
.brand-logo { height: 50px; width: auto; display: block; transition: filter .3s var(--ease); }
/* white logo over transparent hero — keep white */
.navbar:not(.scrolled) .brand-logo { filter: none; }
/* solid/scrolled navbar is light — darken logo to navy */
.navbar.scrolled .brand-logo { filter: brightness(0) saturate(100%) invert(9%) sepia(57%) saturate(2618%) hue-rotate(206deg) brightness(95%) contrast(98%); }
.footer .brand-logo { height: 54px; }
.brand-mark {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 1.1rem;
  box-shadow: 0 8px 20px rgba(31, 111, 235, .35);
  position: relative; overflow: hidden;
}
.brand-mark i { font-size: 1.25rem; }
.brand-text { line-height: 1.05; }
.brand-text strong { display: block; font-size: 1.22rem; font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
.brand-text span { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--blue); font-weight: 600; }

/* on dark/transparent hero before scroll */
.navbar:not(.scrolled) .brand-text strong { color: #fff; }
.navbar:not(.scrolled) .nav-link { color: rgba(255,255,255,.88); }
.navbar:not(.scrolled) .nav-link:hover,
.navbar:not(.scrolled) .nav-link.active { color: #fff; }
.navbar:not(.scrolled) .navbar-toggler { color: #fff; border-color: rgba(255,255,255,.4); }

.nav-link {
  font-family: var(--ff-head);
  font-weight: 600;
  font-size: .96rem;
  color: var(--navy) !important;
  padding: 8px 16px !important;
  position: relative;
}
.navbar:not(.scrolled) .nav-link { color: rgba(255,255,255,.88) !important; }
.nav-link::after {
  content: "";
  position: absolute;
  left: 16px; right: 16px; bottom: 2px;
  height: 2px; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease);
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }

.navbar-toggler { border: 0; box-shadow: none !important; font-size: 1.5rem; }

/* ---- Dropdowns ---- */
/* explicit down-arrow on dropdown items.
   NOTE: .nav-link::after is also used for the underline bar — for dropdown toggles
   we fully override that single ::after into an inline chevron (no collision). */
.nav-item.dropdown .nav-link.dropdown-toggle::after {
  font-family: "bootstrap-icons" !important;
  content: "\F282";                 /* bi-chevron-down */
  position: static !important;
  width: auto !important; height: auto !important;
  left: auto !important; right: auto !important; bottom: auto !important;
  background: transparent !important; border: 0 !important;
  font-size: .7rem; line-height: 1;
  margin-left: 11px; vertical-align: middle;
  opacity: .85; display: inline-block;
  transform: none !important;       /* cancel underline's scaleX(0) */
  transition: transform .25s var(--ease);
}
@media (min-width: 992px) {
  .nav-item.dropdown:hover .nav-link.dropdown-toggle::after { transform: rotate(180deg) !important; }
}
.nav-item.dropdown .nav-link.dropdown-toggle.show::after { transform: rotate(180deg) !important; }
.dropdown-menu {
  border: 0; border-radius: 16px;
  box-shadow: var(--shadow); padding: 12px;
  margin-top: 14px; min-width: 240px;
  animation: ddFade .25s var(--ease);
}
@keyframes ddFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.dropdown-item {
  border-radius: 9px;
  font-family: var(--ff-head); font-weight: 500; font-size: .92rem;
  padding: 9px 14px; color: var(--navy);
  display: flex; align-items: center; gap: 10px;
  transition: background .2s, color .2s, padding .2s;
}
.dropdown-item i { color: var(--blue); font-size: 1rem; }
.dropdown-item:hover, .dropdown-item:focus { background: var(--bg-soft); color: var(--blue); padding-left: 18px; }
.dropdown-item:hover i { color: var(--gold); }

/* mega menu (Our Services) */
.mega-menu { min-width: 760px; padding: 22px 18px; }
/* center the mega panel in the viewport on desktop (never clips either edge) */
@media (min-width: 992px) {
  .nav-item.dropdown .mega-menu {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: 124px !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    animation: megaFade .25s var(--ease);
  }
}
@keyframes megaFade { from { opacity: 0; } to { opacity: 1; } }
.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.mega-col { padding: 2px 22px; }
.mega-col + .mega-col { border-left: 1px solid var(--line); }
.mega-col > h6 {
  font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap;
  color: var(--blue); margin: 0 0 8px; padding: 0 12px;
  display: flex; align-items: center; gap: 8px;
}
.mega-col > h6 i { color: var(--gold); font-size: .95rem; }
/* secondary group stacked in same column */
.mega-col > h6.mega-sub { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.mega-menu .dropdown-item { font-size: .9rem; padding: 8px 14px; }

/* open on hover (desktop) */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu { display: block; }
  .navbar .dropdown-menu { display: none; }
  /* invisible hover bridge so the cursor can travel from toggle to panel
     without crossing a dead gap that would close the menu */
  .navbar .dropdown-menu::before {
    content: ""; position: absolute; left: 0; right: 0;
    top: -22px; height: 24px;
  }
  .navbar .mega-menu::before { top: -64px; height: 66px; left: 0; right: 0; }
}
@media (max-width: 991.98px) {
  .mega-menu { min-width: auto; padding: 8px; }
  .mega-grid { grid-template-columns: 1fr; }
  .mega-col { padding: 4px 8px; }
  .mega-col + .mega-col { border-left: 0; border-top: 1px solid var(--line); padding-top: 10px; margin-top: 6px; }
  .dropdown-menu { box-shadow: none; margin-top: 4px; background: var(--bg-soft); }
  .navbar-collapse { max-height: 80vh; overflow-y: auto; }
}

/* ---------- Mobile left drawer (offcanvas) ---------- */
@media (min-width: 992px) {
  #mainNav .offcanvas-header { display: none; }
  #mainNav .offcanvas-body { padding: 0; }
}
@media (max-width: 991.98px) {
  #mainNav .offcanvas { width: 312px; max-width: 86vw; }
  #mainNav .offcanvas-header { background: var(--navy); padding: 16px 20px; }
  #mainNav .offcanvas-header .brand-logo { filter: none; height: 42px; }
  #mainNav .offcanvas-header .btn-close { filter: invert(1) grayscale(1) brightness(2); opacity: .85; box-shadow: none; }
  #mainNav .offcanvas-body { padding: 14px 18px; }
  #mainNav .navbar-nav { gap: 0 !important; }
  #mainNav .nav-link { color: var(--navy) !important; padding: 13px 4px !important; border-bottom: 1px solid var(--line); font-size: 1.02rem; }
  #mainNav .nav-link::after { display: none; }                 /* hide underline bar in drawer */
  #mainNav .nav-item.dropdown .nav-link.dropdown-toggle::after { float: right; margin-top: 5px; opacity: .7; }
  #mainNav .btn-gold { margin-top: 16px; width: 100%; text-align: center; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--navy);
  overflow: hidden;
}
/* animated background layer — ken-burns zoom + fade */
.hero::before {
  content: "";
  position: absolute; inset: -2%;
  z-index: 0;
  background: url("assets/img/1436491865332-7a61a109cc05-1920.jpg") center/cover no-repeat;
  transform-origin: center;
  animation: heroKen 22s ease-in-out infinite alternate;
}
/* dark + accent overlay above the moving image */
.hero::after {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background:
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 600'><g fill='none' stroke='%23ffffff' stroke-opacity='0.20' stroke-width='1.4' stroke-dasharray='1 9' stroke-linecap='round'><path d='M560 300 Q 360 150 215 100'/><path d='M560 300 Q 320 280 130 235'/><path d='M560 300 Q 340 420 165 470'/><path d='M560 300 Q 430 170 310 85'/><path d='M560 300 Q 360 360 195 375'/></g><circle cx='560' cy='300' r='16' fill='none' stroke='%2338bdf8' stroke-opacity='0.55' stroke-width='1.5'/><circle cx='560' cy='300' r='6' fill='%23f4b740' fill-opacity='0.85'/><g fill='%23f4b740' fill-opacity='0.85'><path transform='translate(203 88)' d='M22 16.5l-9-5.2V5a2 2 0 1 0-4 0v6.3l-9 5.2v2.2l9-2.8V20l-2.4 1.6V23l4.4-1.2L17 23v-1.4L14.6 20v-3.9z'/></g><g fill='none' stroke='%2338bdf8' stroke-opacity='0.7' stroke-width='1.6' stroke-linejoin='round' stroke-linecap='round'><g transform='translate(118 223)'><path d='M2 7l10-4 10 4-10 4z'/><path d='M2 7v10l10 4 10-4V7'/><path d='M12 11v10'/></g><g transform='translate(150 458)'><path d='M1 6h13v9H1z'/><path d='M14 9h4l3 3v3h-7z'/><circle cx='5' cy='16.5' r='2'/><circle cx='17' cy='16.5' r='2'/></g><g transform='translate(298 58)'><circle cx='12' cy='12' r='10'/><path d='M2 12h20'/><path d='M12 2c3.5 3 3.5 17 0 20'/><path d='M12 2c-3.5 3-3.5 17 0 20'/></g><g transform='translate(180 363)'><path d='M3 7l9-4 9 4-9 4z'/><path d='M3 7v10l9 4 9-4V7'/></g></g></svg>") right -30px center / auto 94% no-repeat,
    linear-gradient(115deg, rgba(8, 22, 50, .92) 0%, rgba(10, 31, 68, .78) 45%, rgba(10, 31, 68, .35) 100%),
    radial-gradient(circle at 80% 20%, rgba(31, 111, 235, .35), transparent 55%);
  pointer-events: none;
}
@media (max-width: 768px) { .hero::after { background-size: 0, auto, auto; } }
@keyframes heroKen {
  0%   { transform: scale(1);     opacity: .82; }
  50%  { transform: scale(1.06);  opacity: 1; }
  100% { transform: scale(1.13);  opacity: .9; }
}
@media (prefers-reduced-motion: reduce) {
  .hero::before { animation: none; }
}
.hero-content { position: relative; z-index: 3; padding: 150px 0 90px; }
.hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 1.04;
  margin-bottom: 22px;
}
.hero h1 .grad {
  background: linear-gradient(100deg, var(--gold), #ffd97a);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero p.lead { color: rgba(255, 255, 255, .82); font-size: 1.18rem; max-width: 560px; margin-bottom: 34px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(8px);
  padding: 8px 18px; border-radius: 50px;
  font-size: .85rem; font-weight: 500; margin-bottom: 26px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(244,183,64,.25); }

/* floating stat card */
.hero-stats {
  position: relative; z-index: 3;
  display: flex; gap: 36px; flex-wrap: wrap;
  margin-top: 14px;
}
.hero-stats .num { font-family: var(--ff-head); font-weight: 800; font-size: 2.2rem; color: #fff; }
.hero-stats .lbl { font-size: .82rem; color: rgba(255,255,255,.7); letter-spacing: .05em; text-transform: uppercase; }

.scroll-cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  z-index: 3; color: rgba(255,255,255,.7); font-size: 1.5rem;
  animation: bob 2s infinite;
}
@keyframes bob { 0%,100%{ transform: translate(-50%,0);} 50%{ transform: translate(-50%,10px);} }

/* page hero (inner pages) */
.page-hero {
  position: relative;
  padding: 170px 0 90px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(120deg, rgba(10,31,68,.94), rgba(14,42,92,.86)),
    url("assets/img/1559268950-2d7ceb2efa3a-1920.jpg") center/cover no-repeat;
}
.page-hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3.4rem); margin-bottom: 14px; }
.page-hero p { color: rgba(255,255,255,.78); max-width: 620px; margin: 0 auto; }
.breadcrumb-c { display: flex; justify-content: center; gap: 8px; margin-top: 18px; font-size: .9rem; color: rgba(255,255,255,.7); }
.breadcrumb-c a { color: var(--gold); }

/* ---------- Cards ---------- */
.card-soft {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px;
  height: 100%;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.card-soft:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }

.icon-box {
  width: 62px; height: 62px;
  border-radius: 16px;
  display: grid; place-items: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  background: linear-gradient(135deg, rgba(31,111,235,.12), rgba(56,189,248,.12));
  color: var(--blue);
  transition: all .35s var(--ease);
}
.card-soft:hover .icon-box { background: linear-gradient(135deg, var(--blue), var(--navy)); color: #fff; transform: rotate(-6deg) scale(1.05); }
.card-soft h4 { font-size: 1.2rem; margin-bottom: 10px; }
.card-soft p { color: var(--muted); font-size: .96rem; margin: 0; }

/* service card with image */
.svc-card { position: relative; border-radius: var(--radius); overflow: hidden; height: 320px; box-shadow: var(--shadow-sm); }
.svc-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.svc-card::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(10,31,68,.92), rgba(10,31,68,.1) 60%, transparent); }
.svc-card:hover img { transform: scale(1.08); }
.svc-card .body { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 26px; color: #fff; }
.svc-card .body i { font-size: 1.6rem; color: var(--gold); margin-bottom: 8px; display: block; }
.svc-card .body h4 { color: #fff; font-size: 1.25rem; margin-bottom: 6px; }
.svc-card .body p { color: rgba(255,255,255,.78); font-size: .9rem; margin: 0; max-height: 0; opacity: 0; overflow: hidden; transition: all .4s var(--ease); }
.svc-card:hover .body p { max-height: 90px; opacity: 1; margin-top: 6px; }

/* concern / division card */
.concern-card {
  display: flex; gap: 18px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px;
  height: 100%;
  transition: all .35s var(--ease);
  position: relative; overflow: hidden;
}
.concern-card::before {
  content:""; position:absolute; left:0; top:0; bottom:0; width:4px;
  background: linear-gradient(var(--gold), var(--blue));
  transform: scaleY(0); transform-origin: top; transition: transform .35s var(--ease);
}
.concern-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.concern-card:hover::before { transform: scaleY(1); }
.concern-card .ic {
  flex: 0 0 auto; width: 54px; height: 54px; border-radius: 14px;
  display: grid; place-items: center; font-size: 1.4rem; color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
}
.concern-card h5 { font-size: 1.08rem; margin-bottom: 4px; }
.concern-card p { color: var(--muted); font-size: .9rem; margin: 0; }

/* ---------- Stats band ---------- */
.stats-band { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.stats-band::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 15% 20%, rgba(31,111,235,.4), transparent 45%), radial-gradient(circle at 85% 80%, rgba(244,183,64,.18), transparent 45%); }
.stat { text-align: center; position: relative; z-index: 2; }
.stat .num { font-family: var(--ff-head); font-weight: 800; font-size: clamp(2.2rem, 5vw, 3.2rem); color: #fff; line-height: 1; }
.stat .num .text-gold { color: var(--gold) !important; }
.stat .lbl { color: rgba(255,255,255,.7); margin-top: 8px; font-size: .92rem; letter-spacing: .03em; }

/* ---------- Group at a Glance ---------- */
.glance { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.glance::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 12% 15%, rgba(31,111,235,.35), transparent 45%),
              radial-gradient(circle at 88% 85%, rgba(56,189,248,.18), transparent 45%);
}
.glance .container { position: relative; z-index: 2; }
.glance .title-c { color: #fff; }
.glance-hl { text-align: center; padding: 8px 4px; }
.glance-hl .num { font-family: var(--ff-head); font-weight: 800; font-size: clamp(1.7rem, 4vw, 2.6rem); color: #fff; line-height: 1; }
.glance-hl .num .text-gold { color: var(--gold) !important; }
.glance-hl .lbl { color: rgba(255,255,255,.72); font-size: .92rem; margin-top: 6px; }
.glance-sep { border: 0; border-top: 1px solid rgba(255,255,255,.14); margin: 36px 0; }
.glance-item { text-align: center; padding: 18px 6px; }
.glance-item .gi { font-size: 2rem; color: var(--sky); margin-bottom: 10px; line-height: 1; }
.glance-item .gn { font-family: var(--ff-head); font-weight: 800; font-size: 1.3rem; color: #fff; line-height: 1; }
.glance-item .gl { color: rgba(255,255,255,.66); font-size: .85rem; margin-top: 5px; }

/* ---------- About visual ---------- */
.about-img-wrap { position: relative; }
.about-img-wrap img { border-radius: var(--radius); box-shadow: var(--shadow); }
.about-img-wrap .badge-float {
  position: absolute; bottom: -26px; left: -26px;
  background: #fff; border-radius: var(--radius); padding: 22px 26px;
  box-shadow: var(--shadow); display: flex; gap: 16px; align-items: center;
}
.about-img-wrap .badge-float .big { font-family: var(--ff-head); font-weight: 800; font-size: 2.2rem; color: var(--navy); line-height: 1; }
.about-img-wrap .badge-float small { color: var(--muted); }
@media (max-width: 576px){ .about-img-wrap .badge-float{ left: 0; bottom: -20px; padding: 16px; } }

.check-list { list-style: none; padding: 0; margin: 24px 0 0; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; color: var(--ink); }
.check-list li i { color: var(--blue); font-size: 1.2rem; margin-top: 2px; }

/* ---------- Partners / logos ---------- */
.partner-chip {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 22px 18px;
  text-align: center; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  transition: all .3s var(--ease);
}
.partner-chip:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); border-color: var(--blue); }
.partner-chip .pic { width: 56px; height: 56px; border-radius: 50%; background: var(--bg-soft); display:grid; place-items:center; font-size:1.5rem; color: var(--blue); }
.partner-chip span { font-family: var(--ff-head); font-weight: 600; color: var(--navy); font-size: .95rem; }

/* ---------- Team cards ---------- */
.team-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; height: 100%; text-align: center;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.avatar {
  width: 78px; height: 78px; border-radius: 50%; margin: 0 auto 16px;
  display: grid; place-items: center;
  font-family: var(--ff-head); font-weight: 800; font-size: 1.5rem; color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  box-shadow: 0 10px 24px rgba(31,111,235,.3);
}
.avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.avatar.photo { width: 200px; height: 200px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.08); }
.avatar.photo img { border-radius: 8px; }
.avatar.photo-sm { width: 96px; height: 96px; border-radius: 50%; box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.08); }
.avatar.photo-sm img { border-radius: 50%; }
.team-card h5 { font-size: 1.08rem; margin-bottom: 2px; }
.team-card .role { color: var(--blue); font-family: var(--ff-head); font-weight: 600; font-size: .85rem; }
.team-card .bio { color: var(--muted); font-size: .85rem; margin: 12px 0 0; line-height: 1.55; }

.team-card.lg { text-align: left; display: flex; gap: 18px; }
.team-card.lg .avatar { margin: 0; flex: 0 0 auto; }

/* value statement card */
.stmt-card { background:#fff; border:1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius); padding: 26px; height:100%; }
.stmt-card h6 { font-size:.74rem; letter-spacing:.14em; text-transform:uppercase; color:var(--blue); margin-bottom:10px; }
.stmt-card p { margin:0; font-size:1.02rem; color:var(--ink); font-style: italic; }

/* ---------- Timeline ---------- */
.timeline { position: relative; margin: 40px 0 0; padding-left: 30px; }
.timeline::before { content:""; position:absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--line); }
.tl-item { position: relative; padding-bottom: 34px; }
.tl-item::before { content:""; position:absolute; left:-30px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--gold); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--gold); }
.tl-item .yr { font-family: var(--ff-head); font-weight: 700; color: var(--blue); font-size: .95rem; }
.tl-item h5 { margin: 2px 0 4px; font-size: 1.1rem; }
.tl-item p { color: var(--muted); margin: 0; font-size: .95rem; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--navy), var(--navy-600));
  border-radius: 28px;
  padding: 60px 50px;
  color: #fff;
  position: relative; overflow: hidden;
}
.cta-band::before { content:""; position:absolute; right:-60px; top:-60px; width:320px; height:320px; border-radius:50%; background: radial-gradient(circle, rgba(244,183,64,.3), transparent 70%); }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
.cta-band p { color: rgba(255,255,255,.8); margin: 0; }
@media (max-width:768px){ .cta-band{ padding: 40px 28px; } }

/* ---------- Contact ---------- */
.contact-info-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 28px; height:100%; transition: all .3s var(--ease); }
.contact-info-card:hover{ box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.contact-info-card .ic { width:52px; height:52px; border-radius:14px; background: linear-gradient(135deg, rgba(31,111,235,.12), rgba(56,189,248,.12)); color: var(--blue); display:grid; place-items:center; font-size:1.4rem; margin-bottom:16px; }
.contact-info-card h6 { font-family: var(--ff-head); margin-bottom:6px; }
.contact-info-card p, .contact-info-card a { color: var(--muted); margin:0; font-size:.95rem; }
.contact-info-card a:hover { color: var(--blue); }

.form-control, .form-select {
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  font-size: .98rem;
}
.form-control:focus, .form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(31,111,235,.12); }
.form-label { font-family: var(--ff-head); font-weight: 600; font-size: .9rem; color: var(--navy); margin-bottom: 6px; }

.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border:1px solid var(--line); }
.map-wrap iframe { display:block; width:100%; height:100%; min-height: 380px; border:0; filter: grayscale(.2); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 76px 0 0; position: relative; overflow: hidden; }
.footer::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 2;
  background: linear-gradient(90deg, var(--gold), var(--blue), var(--gold));
}
/* airline route-map backdrop */
.footer::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-repeat: no-repeat; background-position: center top; background-size: cover;
  opacity: .45;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 420'><g fill='none' stroke='%2338bdf8' stroke-opacity='0.16' stroke-width='1.4' stroke-dasharray='2 9' stroke-linecap='round'><path d='M60 330 Q 380 60 760 210'/><path d='M180 360 Q 620 90 1140 170'/><path d='M40 200 Q 520 400 1020 320'/><path d='M420 70 Q 820 250 1160 90'/><path d='M120 120 Q 500 300 900 130'/></g><g fill='%23f4b740' fill-opacity='0.5'><circle cx='60' cy='330' r='4.5'/><circle cx='760' cy='210' r='4.5'/><circle cx='1140' cy='170' r='4.5'/><circle cx='1020' cy='320' r='4.5'/><circle cx='1160' cy='90' r='4.5'/><circle cx='420' cy='70' r='4.5'/></g><g fill='%2338bdf8' fill-opacity='0.45'><circle cx='180' cy='360' r='3.5'/><circle cx='40' cy='200' r='3.5'/><circle cx='900' cy='130' r='3.5'/><circle cx='120' cy='120' r='3.5'/></g><g fill='%23ffffff' fill-opacity='0.28'><path d='M520 150 l16 6 -6 -16 -3 7 -10 -10 4 13z'/><path d='M860 250 l16 6 -6 -16 -3 7 -10 -10 4 13z'/></g></svg>");
}
.footer > .container { position: relative; z-index: 1; }
.footer p { color: rgba(255,255,255,.6); font-size: .94rem; line-height: 1.7; }
.footer h6 {
  color: #fff; font-family: var(--ff-head); font-size: .8rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .07em;
  margin-bottom: 22px; padding-bottom: 13px; position: relative;
}
.footer h6::after { content: ""; position: absolute; left: 0; bottom: 0; width: 26px; height: 2px; background: var(--gold); }
.footer a { color: rgba(255,255,255,.7); display: inline-block; padding: 4px 0; }
.footer a:hover { color: var(--gold); }
.footer .brand-text strong { color: #fff; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: 2px; }
.footer-list a { transition: transform .25s var(--ease), color .25s var(--ease); }
.footer-list a:hover { transform: translateX(5px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 48px; padding: 22px 0; font-size: .88rem; }
.social-ic {
  width: 40px; height: 40px; border-radius: 11px;
  background: rgba(255,255,255,.07);
  display: grid; place-items: center; color: #fff; font-size: 1.05rem;
  transition: all .3s var(--ease);
}
.social-ic:hover { background: var(--gold); color: var(--navy); transform: translateY(-4px); }

.contact-row { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 18px; }
.contact-ic {
  flex: 0 0 36px; width: 36px; height: 36px; border-radius: 10px;
  background: rgba(255,255,255,.07); color: var(--gold);
  display: grid; place-items: center; font-size: .95rem; margin-top: 1px;
}
.contact-row .contact-text { font-size: .92rem; line-height: 1.65; padding-top: 6px; color: rgba(255,255,255,.75); }
.contact-row .contact-text a { padding: 0; }

/* ---------- Misc ---------- */
.divider-plane { text-align:center; color: var(--line); font-size: 1.6rem; margin: 10px 0; }
.back-to-top {
  position: fixed; right: 26px; bottom: 26px; z-index: 60;
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--navy); color: #fff; border:0;
  display: grid; place-items: center; font-size: 1.2rem;
  opacity: 0; visibility: hidden; transform: translateY(16px);
  transition: all .35s var(--ease); box-shadow: var(--shadow);
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--gold); color: var(--navy); }

/* AOS-lite reveal (no external lib) */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .08s; }
[data-reveal][data-delay="2"] { transition-delay: .16s; }
[data-reveal][data-delay="3"] { transition-delay: .24s; }
[data-reveal][data-delay="4"] { transition-delay: .32s; }

/* topbar */
.topbar { background: var(--navy); color: rgba(255,255,255,.75); font-size: .85rem; padding: 8px 0; }
.topbar a { color: rgba(255,255,255,.75); }
.topbar a:hover { color: var(--gold); }
.topbar .sep { color: rgba(255,255,255,.25); margin: 0 12px; }
@media (max-width: 992px){ .topbar{ display:none; } }
