:root {
  --brand: #ea123d;
  --brand-dark: #c90d33;
  --navy: #0b1d34;
  --navy-2: #153a61;
  --text: #162433;
  --muted: #5e6a79;
  --line: #e8edf2;
  --light: #f7fafc;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(13, 33, 56, 0.1);
  --shadow-lg: 0 30px 80px rgba(13, 33, 56, 0.16);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
textarea,
select {
  font: inherit;
}
.container {
  width: var(--container);
  margin-inline: auto;
}
.section {
  padding: 92px 0;
}
.center {
  text-align: center;
}
.center-action {
  margin-top: 28px;
  text-align: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--brand);
}
.eyebrow:before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 20px;
  background: var(--brand);
}
.eyebrow.light {
  color: #ffdbe2;
}
.eyebrow.light:before {
  background: #ffdbe2;
}
h1,
h2,
h3,
h4 {
  line-height: 1.1;
  margin: 0 0 16px;
  letter-spacing: -0.03em;
}
h1 {
  font-size: clamp(2.6rem, 5vw, 4.2rem);
}
h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
}
h3 {
  font-size: 1.32rem;
}
h4 {
  font-size: 1.05rem;
}
p {
  color: var(--muted);
  margin: 0 0 18px;
}
ul,
ol {
  color: #465668;
}
.lead {
  font-size: 1.08rem;
  max-width: 720px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 800;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
  cursor: pointer;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  box-shadow: 0 14px 30px rgba(234, 18, 61, 0.24);
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--brand-dark), #aa092b);
}
.btn-secondary {
  background: #fff;
  color: var(--navy);
  border-color: #dfe7ef;
}
.btn-light {
  background: #fff;
  color: var(--navy);
}
.btn-outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}
.small-btn {
  padding: 11px 16px;
  font-size: 0.92rem;
}
.full {
  width: 100%;
}

/* Topbar */
.topbar {
  background: var(--navy);
  color: #eef5fb;
  font-size: 0.9rem;
}
.topbar-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.topbar-contact a {
  opacity: 0.92;
}
.topbar-contact a:hover {
  opacity: 1;
}
.welcome {
  font-weight: 700;
}

/* Header / nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232, 237, 242, 0.95);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
}
.brand {
  display: flex;
  align-items: center;
  min-width: 220px;
}
.brand img {
  width: 280px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  justify-content: flex-end;
}
.site-nav > ul {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-nav li {
  position: relative;
}
.site-nav a {
  font-weight: 800;
  font-size: 0.96rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
  color: #22354a;
}
.site-nav a.active,
.site-nav a:hover {
  color: var(--brand);
}
.caret {
  font-size: 0.8em;
  position: relative;
  top: -1px;
}
.dropdown {
  position: absolute;
  top: calc(100% + 0px);
  left: -20px;
  list-style: none;
  padding: 14px;
  margin: 0;
  min-width: 292px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  border-radius: 18px;
  display: grid;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 0.22s ease;
}
.dropdown li a {
  padding: 12px 12px;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1.35;
  width: 100%;
}
.dropdown li a:hover {
  background: #fff4f6;
  color: var(--brand);
}
.has-dropdown:hover .dropdown,
.has-dropdown.open .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-cta {
  padding: 12px 18px !important;
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 12px;
  background: #f4f7fa;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #24374d;
  transition: 0.2s;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Hero home */
.hero-home {
  padding: 86px 0 72px;
  background:
    radial-gradient(
      circle at top right,
      rgba(45, 180, 255, 0.14),
      transparent 30%
    ),
    linear-gradient(120deg, #f8fbfe 0%, #ffffff 45%, #f3faff 100%);
  overflow: hidden;
  position: relative;
}
.hero-home:before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -240px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  border: 80px solid rgba(16, 109, 190, 0.06);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-copy .lead strong {
  color: #26384d;
}
.hero-copy h1 span {
  color: var(--brand);
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 30px 0 24px;
}
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #415164;
  font-weight: 700;
  font-size: 0.95rem;
}

.travel-visual {
  position: relative;
  min-height: 530px;
}
.visual-slider {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: #d8eafa;
  box-shadow: var(--shadow-lg);
  border: 8px solid #fff;
  height: 660px;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.05);
  transition:
    opacity 0.65s ease,
    transform 1.4s ease;
}
.slide.active {
  opacity: 1;
  transform: scale(1);
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 19, 39, 0.08),
    rgba(6, 19, 39, 0.28) 58%,
    rgba(6, 19, 39, 0.72) 100%
  );
} */
.slide-overlay {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  color: #fff;
}
.slide-overlay h3 {
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  margin-bottom: 0;
  max-width: 85%;
}
.slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  margin-bottom: 12px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.slider-controls {
  position: absolute;
  left: 26px;
  bottom: 22px;
  display: flex;
  gap: 9px;
  z-index: 2;
}
.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(27, 24, 24, 0.45);
  cursor: pointer;
  padding: 0;
}
.slider-dot.active {
  background: #f10606;
  transform: scale(1.2);
}
.floating-stat {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 2px;
  min-width: 132px;
  z-index: 2;
}
.floating-stat strong {
  font-size: 1.2rem;
}
.floating-stat span {
  font-size: 0.82rem;
  color: var(--muted);
}
.stat-one {
  left: -18px;
  top: 48px;
}
.stat-two {
  right: -18px;
  bottom: 38px;
}

/* General cards */
.light-strip {
  background: #fff;
  border-top: 1px solid #edf2f6;
  border-bottom: 1px solid #edf2f6;
}
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.highlight-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: 0 8px 20px rgba(13, 33, 56, 0.04);
}
.mini-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #fff4f6;
  color: var(--brand);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  flex: 0 0 auto;
}
.section-head {
  max-width: 760px;
  margin: 0 auto 42px;
}
.section-head p {
  margin-bottom: 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 20px rgba(13, 33, 56, 0.03);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.service-card:before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff4f6;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: #f7c4d0;
}
.service-icon {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fff4f6, #fff);
  border: 1px solid #ffd6df;
  color: var(--brand);
  font-size: 1.45rem;
  margin-bottom: 18px;
}
.service-card p {
  font-size: 0.96rem;
  flex: 1;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 900;
  color: var(--brand);
}
.alt-bg {
  background: linear-gradient(120deg, #f7fafc, #ffffff);
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}
.image-stack {
  position: relative;
  min-height: 520px;
}
.stack-main {
  position: absolute;
  inset: 0 74px 0 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.stack-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stack-card {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 250px;
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 13px;
}
.check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.check-list li:before {
  content: "✓";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eaf7ef;
  color: #157f46;
  font-weight: 900;
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  margin-top: 1px;
}
.payment-band {
  background: linear-gradient(135deg, #0d243d, #123c63);
  color: #fff;
}
.payment-band p {
  color: #d4e1ec;
}
.payment-layout {
  align-items: center;
}
.payment-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 26px;
}
.payment-pills span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.9rem;
}
.payment-preview img {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-lg);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.blog-grid.two-col {
  grid-template-columns: repeat(2, 1fr);
}
.blog-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 12px 22px rgba(13, 33, 56, 0.04);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-card.large {
  min-height: 250px;
}
.blog-card h3 {
  font-size: 1.22rem;
}
.blog-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff4f6;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.blog-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  color: #6e7e8e;
  font-size: 0.9rem;
}
.blog-meta a {
  font-weight: 900;
  color: var(--brand);
}
.cta-section {
  padding-top: 0;
}
.cta-panel {
  background: linear-gradient(120deg, var(--brand), var(--brand-dark));
  border-radius: 28px;
  padding: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.cta-panel:after {
  content: "✈";
  position: absolute;
  right: 8%;
  top: -14px;
  font-size: 8rem;
  opacity: 0.08;
  transform: rotate(-12deg);
}
.cta-panel p {
  color: #ffe3ea;
  margin-bottom: 0;
}
.cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Simple process */
.process-section {
  background: #fff;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.process-card {
  position: relative;
  background: linear-gradient(180deg, #fff, #fbfdff);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 30px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(13, 33, 56, 0.05);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.process-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: #f3c4ce;
}
.process-number {
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: #edf2f6;
  line-height: 1;
}
.process-icon {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #fff3f6;
  border: 1px solid #ffd3dc;
  font-size: 1.45rem;
  margin-bottom: 22px;
}
.process-card h3,
.process-card p {
  position: relative;
  z-index: 1;
}
.process-card p {
  margin-bottom: 0;
}

/* About Omega */
.about-omega-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0b2038 0%, #0f3d66 100%);
  color: #fff;
}
.about-omega-band:before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  right: -190px;
  bottom: -210px;
  border: 78px solid rgba(255, 255, 255, 0.04);
}
.about-omega-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}
.about-omega-copy p {
  color: #d3e1ed;
}
.about-omega-copy strong {
  color: #fff;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0 26px;
}
.about-stat {
  padding: 18px;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
}
.about-stat strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.2;
}
.about-stat span {
  display: block;
  margin-top: 5px;
  color: #bdd0df;
  font-size: 0.84rem;
}
.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.about-omega-visual {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
  background: #fff;
}
.about-omega-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

/* Page hero */
.page-hero {
  padding: 68px 0 54px;
  background: linear-gradient(120deg, #f9fcff, #eef7ff);
  border-bottom: 1px solid #e6edf3;
}
.breadcrumbs {
  margin-bottom: 18px;
  color: #6b7a8a;
  font-size: 0.92rem;
}
.breadcrumbs a {
  color: var(--brand);
  font-weight: 800;
}
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 44px;
  align-items: center;
}
.page-copy h1 {
  font-size: clamp(2.4rem, 4.7vw, 4.4rem);
}
.service-hero-image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #e8f3fc;
  min-height: 340px;
}
.service-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-hero-card {
  display: grid;
  gap: 16px;
}
.mini-contact {
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 12px 20px rgba(13, 33, 56, 0.04);
}
.mini-contact strong {
  display: block;
  color: var(--navy);
  font-size: 1.06rem;
}
.mini-contact span {
  color: var(--muted);
  font-size: 0.9rem;
}
.detail-section {
  padding-top: 74px;
}
.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 38px;
}
.content-block {
  margin-bottom: 32px;
}
.content-block h2 {
  font-size: 2rem;
  margin-bottom: 14px;
}
.prose ul,
.prose ol {
  padding-left: 20px;
}
.prose li {
  margin: 8px 0;
}
.sidebar {
  display: grid;
  gap: 18px;
  align-self: start;
  position: sticky;
  top: 112px;
}
.sidebar-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 16px 32px rgba(13, 33, 56, 0.06);
}
.sidebar-card p {
  margin-bottom: 18px;
}
.info-item {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.info-item:first-of-type {
  border-top: 0;
}
.info-item label {
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8a98a8;
  margin-bottom: 4px;
}
.quick-links {
  display: grid;
  gap: 10px;
}
.quick-links a {
  padding: 11px 14px;
  border-radius: 12px;
  background: #f7fafc;
  font-weight: 700;
  color: #324359;
}
.quick-links a:hover {
  background: #fff4f6;
  color: var(--brand);
}
.payment-method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 14px;
}
.pay-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 12px 22px rgba(13, 33, 56, 0.04);
}
.pay-card ul {
  padding-left: 18px;
  margin-bottom: 0;
}
.pay-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #fff4f6;
  color: var(--brand);
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  margin-bottom: 14px;
}
.payment-process-section {
  margin-top: 34px;
}
.process-steps {
  display: grid;
  gap: 16px;
}
.process-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 10px 18px rgba(13, 33, 56, 0.04);
}
.process-step span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  flex: 0 0 auto;
}
.payment-proof-card img {
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  margin-bottom: 16px;
}
.note-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 18px rgba(13, 33, 56, 0.04);
}
.about-layout {
  align-items: start;
}
.about-card {
  background: linear-gradient(145deg, #0d243d, #123f69);
  padding: 28px;
  border-radius: 24px;
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.about-card .info-item {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.about-card label {
  color: #bfd3e5;
}
.about-card p,
.about-card strong {
  color: #fff;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
}
.contact-card {
  background: linear-gradient(145deg, #0d243d, #123f69);
  padding: 30px;
  border-radius: 24px;
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.contact-card p {
  color: #d3e0eb;
}
.contact-block {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-block:first-of-type {
  border-top: 0;
}
.contact-block span {
  display: block;
  color: #b7cada;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
}
.contact-block strong {
  display: block;
  margin-top: 5px;
}
.form-wrap {
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.enquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field {
  display: grid;
  gap: 8px;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  font-weight: 800;
  font-size: 0.9rem;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #d9e2ea;
  border-radius: 14px;
  padding: 14px 15px;
  background: #fff;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #8bc1ea;
  box-shadow: 0 0 0 3px #e8f5ff;
}
.field textarea {
  min-height: 140px;
  resize: vertical;
}
.form-status {
  font-size: 0.92rem;
  color: #2f5f8f;
  margin-top: 8px;
}

/* Footer */
.site-footer {
  background: #081524;
  color: #cfdae6;
  padding: 66px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.95fr 1fr;
  gap: 34px;
}
.footer-brand img {
  width: 270px;
}
.site-footer p {
  color: #aebdca;
  font-size: 0.94rem;
}
.site-footer h4 {
  color: #fff;
  margin: 0 0 14px;
}
.footer-links {
  display: grid;
  gap: 10px;
  font-size: 0.92rem;
}
.footer-links a {
  color: #bfd0db;
}
.footer-links a:hover {
  color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.86rem;
  color: #93a7b8;
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-group .reveal:nth-child(2) {
  transition-delay: 0.08s;
}
.reveal-group .reveal:nth-child(3) {
  transition-delay: 0.16s;
}

/* Responsive */
@media (max-width: 1100px) {
  .site-nav > ul {
    gap: 18px;
  }
  .hero-grid,
  .page-hero-grid,
  .split-grid {
    gap: 34px;
  }
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .payment-method-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 920px) {
  :root {
    --container: min(100% - 28px, 1180px);
  }
  .topbar-contact a:last-child {
    display: none;
  }
  .brand img {
    width: 230px;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .site-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 84px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
    padding: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .site-nav.open {
    display: flex;
  }
  .site-nav > ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .site-nav li {
    width: 100%;
  }
  .site-nav a {
    padding: 11px 6px;
    justify-content: space-between;
  }
  .dropdown {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    display: none;
    box-shadow: none;
    border: 0;
    border-radius: 14px;
    background: #f7fafc;
    min-width: 0;
    padding: 10px;
    margin-top: 8px;
  }
  .has-dropdown.open .dropdown {
    display: grid;
  }
  .nav-cta {
    width: 100%;
  }
  .hero-grid,
  .page-hero-grid,
  .split-grid,
  .detail-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .travel-visual {
    min-height: 480px;
  }
  .visual-slider {
    height: 470px;
  }
  .floating-stat {
    display: none;
  }
  .highlights-grid,
  .services-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-omega-grid {
    grid-template-columns: 1fr;
  }
  .detail-section {
    padding-top: 64px;
  }
  .sidebar {
    position: static;
    top: auto;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .blog-grid.two-col,
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-actions,
  .cta-buttons {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .topbar {
    font-size: 0.82rem;
  }
  .topbar-inner {
    min-height: 40px;
  }
  .topbar-contact {
    gap: 10px;
  }
  .welcome {
    font-size: 0.78rem;
  }
  .nav-wrap {
    min-height: 76px;
  }
  .brand img {
    width: 200px;
  }
  .site-nav {
    top: 74px;
  }
  .section {
    padding: 70px 0;
  }
  .hero-home {
    padding: 56px 0 54px;
  }
  .hero-copy h1,
  .page-copy h1 {
    font-size: 2.65rem;
  }
  .hero-features {
    display: grid;
    gap: 8px;
  }
  .hero-actions {
    display: grid;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .visual-slider {
    height: 390px;
    border-width: 5px;
  }
  .slide-overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  .slide-overlay h3 {
    max-width: 100%;
    font-size: 1.25rem;
  }
  .slider-controls {
    left: 18px;
    bottom: 14px;
  }
  .highlights-grid,
  .services-grid,
  .blog-grid,
  .blog-grid.two-col,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .image-stack {
    min-height: 420px;
  }
  .stack-main {
    inset: 0 22px 0 0;
  }
  .stack-card {
    right: 0;
    bottom: 16px;
    width: 210px;
    padding: 16px;
  }
  .payment-pills {
    display: grid;
  }
  .cta-panel {
    padding: 32px 24px;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .enquiry-form {
    grid-template-columns: 1fr;
  }
  .field.full {
    grid-column: auto;
  }
  .welcome {
    display: none;
  }
  .topbar-contact {
    width: 100%;
    justify-content: center;
  }
  .topbar-contact a:first-child {
    display: none;
  }
  .cta-buttons,
  .about-actions {
    width: 100%;
  }
  .cta-buttons .btn,
  .about-actions .btn {
    width: 100%;
  }
  .process-card {
    padding: 24px;
  }
  .about-stats {
    grid-template-columns: 1fr;
  }
  .about-omega-visual img {
    min-height: 280px;
  }
  .service-card {
    min-height: 0;
  }
  .nav-cta {
    white-space: normal;
  }
}

/* Layout safety fixes */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.site-nav,
.nav-wrap,
.hero-grid,
.split-grid,
.page-hero-grid,
.detail-grid,
.contact-grid {
  min-width: 0;
}
.site-nav a,
.footer-links a,
.footer-links span,
.info-item strong {
  overflow-wrap: anywhere;
}
@media (max-width: 420px) {
  .brand img {
    width: 175px;
  }
  .nav-wrap {
    gap: 10px;
  }
  .menu-toggle {
    width: 42px;
    height: 42px;
  }
  .hero-copy h1,
  .page-copy h1 {
    font-size: 2.25rem;
  }
  .visual-slider {
    height: 340px;
  }
  .service-hero-image {
    min-height: 260px;
  }
  .btn {
    padding: 13px 16px;
  }
}

/* ===== September 13 refinement: sticky nav + softer typography ===== */
html,
body {
  overflow-x: clip;
}
body {
  font-family:
    "Segoe UI Variable", "Aptos", "Segoe UI", Inter, Roboto, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.005em;
}

/* Keep the main navigation visible while scrolling */
.site-header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  width: 100%;
  box-shadow: 0 8px 28px rgba(11, 29, 52, 0.06);
  transition:
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 12px 34px rgba(11, 29, 52, 0.12);
}

/* More balanced, eye-catching typography */
h1,
h2,
h3,
h4 {
  font-weight: 700;
  letter-spacing: -0.028em;
}
h1 {
  font-weight: 720;
  line-height: 1.06;
}
h2 {
  font-weight: 690;
  line-height: 1.12;
}
h3 {
  font-weight: 650;
  line-height: 1.2;
}
h4 {
  font-weight: 650;
}
p,
li {
  font-weight: 400;
  letter-spacing: 0;
}
.lead {
  font-weight: 400;
  line-height: 1.72;
}
.hero-copy .lead strong {
  font-weight: 600;
}

.eyebrow {
  font-weight: 700;
  letter-spacing: 0.115em;
}
.welcome {
  font-weight: 600;
}
.site-nav a {
  font-weight: 600;
  letter-spacing: 0;
}
.dropdown li a {
  font-weight: 550;
}
.btn {
  font-weight: 650;
  letter-spacing: 0.005em;
}
.hero-features {
  font-weight: 550;
}
.slide-badge {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.service-link {
  font-weight: 650;
}
.blog-tag {
  font-weight: 700;
  letter-spacing: 0.07em;
}
.blog-meta a {
  font-weight: 650;
}
.breadcrumbs a {
  font-weight: 600;
}
.info-item label {
  font-weight: 650;
  letter-spacing: 0.065em;
}
.quick-links a {
  font-weight: 550;
}
.field label {
  font-weight: 600;
}
.contact-block span {
  font-weight: 650;
}
.process-number {
  font-weight: 700;
}
.process-step span {
  font-weight: 700;
}

/* Give content more visual rhythm without heavy bold text */
.service-card h3,
.blog-card h3,
.highlight-card h3 {
  color: #12263a;
}
.service-card p,
.blog-card p,
.highlight-card p {
  line-height: 1.72;
}
.nav-cta {
  font-weight: 650;
}

@media (max-width: 920px) {
  .site-header {
    top: 0 !important;
  }
  .site-nav a {
    font-weight: 600;
  }
}
/* Study abroad destinations */
.study-abroad { background: var(--light); }
.study-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.study-heading h2 { color: var(--navy); margin: 14px 0 0; }
.study-heading > p { max-width: 420px; margin: 0 0 4px; }
.study-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.study-card { position: relative; min-height: 285px; overflow: hidden; border-radius: var(--radius); background: var(--navy); color: var(--white); isolation: isolate; box-shadow: 0 8px 24px rgba(13,33,56,.08); }
.study-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,29,52,.02) 10%, rgba(11,29,52,.45) 48%, rgba(11,29,52,.96) 100%); }
.study-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .35s ease; }
.study-card:hover > img, .study-card:focus-visible > img { transform: scale(1.06); }
.study-card:focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }
.study-card-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; }
.study-card-label { font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #fff; }
.study-card h3 { margin: 8px 0 14px; font-size: 1.55rem; color: #fff; }
.study-card-link { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: .78rem; color: #edf3fa; }
.study-card-arrow { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--brand); font-size: 1.1rem; opacity: 0; transform: translateY(6px); transition: opacity .2s ease, transform .2s ease; }
.study-card:hover .study-card-arrow,
.study-card:focus-visible .study-card-arrow { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .study-card-arrow { transition: none; } }
.study-card:last-child { grid-column: 1 / -1; min-height: 240px; }
.study-card:last-child > img { object-position: center 53%; }
.study-card:last-child .study-card-content { max-width: 380px; }
.study-enquiry { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.study-enquiry h3 { color: var(--navy); margin-bottom: 8px; }
.study-enquiry p { margin: 0; }
@media (max-width: 1000px) { .study-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .study-heading, .study-enquiry { flex-direction: column; align-items: flex-start; gap: 20px; } .study-heading > p { max-width: 100%; } .study-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; } .study-card-content { padding: 20px; } }
@media (max-width: 480px) { .study-grid { grid-template-columns: 1fr; } .study-card { min-height: 300px; } .study-enquiry { padding: 24px; } .study-enquiry .btn { width: 100%; } }
@media (prefers-reduced-motion: reduce) { .study-card > img { transition: none; } .study-card:hover > img, .study-card:focus-visible > img { transform: none; } }

/* Destination flags and seamless, continuously moving slider. */
.study-card h3 { padding-right: 52px; }
.study-card-flag { position: absolute; right: 20px; bottom: 66px; width: 38px; height: 26px; object-fit: contain; background: #fff; border: 2px solid #fff; border-radius: 4px; box-shadow: 0 3px 12px rgba(0,0,0,.2); }
.flag-slider { margin-bottom: 32px; }
.flag-slider-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.flag-slider-toggle { flex-shrink: 0; border: 1px solid var(--line); border-radius: 20px; padding: 6px 14px; background: #fff; color: var(--navy); font-size: .78rem; cursor: pointer; }
.flag-slider-toggle:hover { border-color: var(--brand); color: var(--brand); }
.flag-slider-toggle:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.flag-slider-window { overflow: hidden; padding-block: 8px; mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent); }
.flag-slider-track { display: flex; width: max-content; animation: destination-flags 45s linear infinite; }
.flag-slider-group { display: flex; flex: 0 0 auto; gap: 16px; margin: 0; padding: 0 16px 0 0; list-style: none; }
.flag-slider-group li { display: flex; align-items: center; gap: 14px; min-width: 190px; padding: 16px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--navy); font-size: .9rem; font-weight: 650; white-space: nowrap; box-shadow: 0 4px 12px rgba(13,33,56,.04); }
.flag-slider-image { width: 48px; height: 32px; object-fit: contain; border-radius: 3px; }
.flag-slider.is-paused .flag-slider-track { animation-play-state: paused; }
@keyframes destination-flags { to { transform: translateX(-50%); } }
@media (max-width: 480px) { .flag-slider-header .eyebrow { font-size: .62rem; letter-spacing: .08em; } .flag-slider-header .eyebrow::before { width: 16px; } }
@media (prefers-reduced-motion: reduce) {
  .flag-slider-track { animation: none; }
  .flag-slider-window { overflow-x: auto; mask-image: none; }
  .flag-slider-group[aria-hidden="true"], .flag-slider-toggle { display: none; }
}
