:root {
  --blue: #006aa6;
  --deep: #003f7c;
  --orange: #f28a16;
  --light: #f4f8fb;
  --text: #123047;
  --muted: #66788a;
  --white: #fff;
  --shadow: 0 18px 50px rgba(0, 58, 110, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Cairo, Inter, sans-serif;
  color: var(--text);
  background: #fff;
}

body.en {
  font-family: Inter, Cairo, sans-serif;
  direction: ltr;
}

body.en .menu {
  margin-left: auto;
  margin-right: 0;
}

body.en .heroCard {
  transform: rotate(2deg);
}

body.en .aboutPhotos--sideBySide figcaption {
  right: auto;
  left: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1180px, 92%);
  margin: auto;
}

/* Topbar */
.topbar {
  background: linear-gradient(90deg, var(--deep), var(--blue));
  color: #fff;
  font-size: 14px;
}

.topbar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.topbar a {
  color: #fff;
}

/* Header & Nav */
.header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  z-index: 20;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  overflow: visible;
}

.nav {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 10px 0;
}

.brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  padding: 6px 10px;
  box-shadow: 0 8px 24px rgba(0, 58, 110, 0.08);
}

.brand img {
  width: 165px;
  max-height: 78px;
  object-fit: contain;
  display: block;
}

.menu {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-inline-start: auto;
  font-weight: 700;
}

.menu a {
  color: #183b56;
  transition: color 0.2s ease;
}

.menu a:hover {
  color: var(--orange);
}

.navActions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.lang {
  border: 1px solid rgba(0, 106, 166, 0.25);
  background: #fff;
  color: var(--blue);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease;
}

.lang:hover {
  background: var(--light);
}

.whatsapp, .btnPrimary {
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(242, 138, 22, 0.28);
  transition: 0.25s ease;
}

.whatsapp:hover, .btnPrimary:hover {
  background: #d87609;
  transform: translateY(-2px);
}

.menuBtn {
  display: none;
  border: 0;
  background: #fff;
  font-size: 26px;
  color: var(--blue);
  cursor: pointer;
}

/* Hero Section */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #eaf6ff, #fff 45%, #fff1df);
  min-height: 660px;
  display: flex;
  align-items: center;
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('img/dubai-client.webp') left bottom/34% auto no-repeat, url('img/bali-villa.webp') right center/38% auto no-repeat;
  opacity: 0.22;
}

.heroBg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75) 36%, rgba(255, 255, 255, 0.25) 70%);
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 50px;
  align-items: center;
}

.eyebrow, .sectionHead span, .cta span {
  color: var(--orange);
  font-weight: 800;
  letter-spacing: 0.2px;
}

.hero h1 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.16;
  margin: 16px 0;
  color: var(--deep);
  font-weight: 900;
}

.hero h1::first-letter {
  color: var(--orange);
}

.hero p {
  font-size: 20px;
  color: #28445d;
  max-width: 720px;
  margin: 0 0 24px;
  line-height: 1.8;
}

.hero__buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
}

.btnSecondary {
  background: var(--deep);
  color: #fff;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 800;
  transition: 0.25s ease;
}

.btnSecondary:hover {
  background: #002c57;
  transform: translateY(-2px);
}

.hero__features {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.heroFeature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #e4edf5;
  border-radius: 16px;
  color: var(--deep);
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
  transition: 0.25s ease;
}

.heroFeature:hover {
  background: var(--blue);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 58, 110, 0.18);
}

.heroCard {
  background: #fff;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
  border: 8px solid #fff;
}

.heroCard img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.heroCard__label {
  padding: 18px 20px;
  display: grid;
  gap: 4px;
}

.heroCard__label b {
  font-size: 21px;
  color: var(--deep);
}

.heroCard__label span {
  color: var(--muted);
}

/* Sections Common */
.section {
  padding: 86px 0;
}

.sectionHead {
  text-align: center;
  margin-bottom: 38px;
}

.sectionHead.alignStart {
  text-align: start;
  margin: 0;
}

.sectionHead h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  margin: 8px 0 10px;
  color: var(--deep);
}

.sectionHead p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

/* Offers Section */
.offers {
  background: linear-gradient(180deg, #fff, #f8fbff);
  padding-top: 78px;
  padding-bottom: 78px;
}

.offers .sectionHead p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.offersGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.offerCard {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid #e8f0f7;
  transition: 0.25s;
}

.offerCard:hover {
  transform: translateY(-8px);
}

.offerImage {
  position: relative;
  height: 245px;
  overflow: hidden;
  background: #eaf6ff;
}

.offerImage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.offerCard:hover .offerImage img {
  transform: scale(1.06);
}

.offerBadge {
  position: absolute;
  top: 16px;
  inset-inline-start: 16px;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 900;
  font-size: 13px;
  box-shadow: 0 10px 22px rgba(242, 138, 22, 0.25);
}

.offerBody {
  padding: 22px;
}

.offerMeta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.offerMeta span {
  background: var(--light);
  color: var(--deep);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 13px;
  font-weight: 800;
}

.offerBody h3 {
  font-size: 24px;
  color: var(--deep);
  margin: 6px 0 8px;
}

.offerBody p {
  color: var(--muted);
  line-height: 1.8;
  margin: 0 0 18px;
  font-size: 14px;
}

.offerFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid #e9f0f7;
  padding-top: 18px;
}

.offerFooter b {
  color: var(--orange);
  font-size: 22px;
  font-weight: 800;
  flex: 1;
}

.offerFooter a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 44px;
  background: #0b4d91;
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  padding: 0 18px;
  transition: 0.25s;
  white-space: nowrap;
}

.offerFooter a:hover {
  background: #f28a16;
}

.offersMore {
  text-align: center;
  margin-top: 30px;
}

/* About Section */
.about {
  background: #fff;
}

.about__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.trustGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.trustGrid div {
  background: var(--light);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.trustGrid b {
  display: block;
  color: var(--orange);
  font-size: 23px;
}

.trustGrid span {
  font-size: 14px;
  color: var(--muted);
}

.aboutPhotos--sideBySide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  min-height: auto;
  overflow: visible;
  border-radius: 0;
  align-items: stretch;
}

.aboutPhotos--sideBySide .officePhoto {
  margin: 0;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  border: 8px solid #fff;
}

.aboutPhotos--sideBySide .officePhoto img {
  width: 100%;
  height: 420px;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: none;
}

.aboutPhotos--sideBySide figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: rgba(6, 44, 86, 0.88);
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 800;
  font-size: 13px;
  backdrop-filter: blur(8px);
}

/* Services Section */
.services {
  background: var(--light);
}

.cards {
  display: grid;
  gap: 18px;
}

.servicesCards--eight {
  grid-template-columns: repeat(4, 1fr);
}

.servicesCards article {
  background: #fff;
  border-radius: 22px;
  padding: 26px 18px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  border: 1px solid #e9f0f7;
  transition: 0.25s;
}

.servicesCards article:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.serviceIcon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eaf6ff, #fff4e6);
  box-shadow: 0 10px 22px rgba(0, 79, 128, 0.08);
}

.serviceIcon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.serviceIcon .accent,
.serviceIcon.visa svg path:nth-last-child(2),
.serviceIcon.visa svg path:last-child,
.serviceIcon.insurance svg path:last-child,
.serviceIcon.flight svg path:last-child,
.serviceIcon.esim svg path:nth-last-child(1) {
  stroke: var(--orange);
}

.servicesCards h3 {
  color: var(--deep);
  margin: 14px 0 6px;
  font-size: 18px;
}

.servicesCards p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.serviceLink {
  display: inline-block;
  margin-top: 12px;
  color: var(--orange);
  font-weight: 800;
}

/* Destinations Section */
.destinations {
  background: #fff;
}

.destGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.destGrid article {
  height: 310px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background: #092f59;
  isolation: isolate;
  box-shadow: var(--shadow);
  display: flex;
  align-items: flex-end;
  transition: 0.25s;
}

.destGrid article > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  transition: transform 0.35s ease;
}

.destGrid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 47, 91, 0.82));
  z-index: 1;
}

.destGrid article:hover > img {
  transform: scale(1.06);
}

.destGrid article > div {
  position: relative;
  z-index: 2;
  padding: 24px;
  color: #fff;
}

.destGrid b {
  display: block;
  font-size: 26px;
}

.destGrid span {
  opacity: 0.9;
}

/* Clients Stories Section */
.clients {
  background: linear-gradient(180deg, #f8fbff, #fff);
}

.clientGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.clientGrid figure {
  margin: 0;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.clientGrid img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.clientGrid figcaption {
  padding: 17px 20px;
  font-weight: 800;
  color: var(--deep);
}

/* CTA Section */
.cta {
  padding: 70px 0;
  background: linear-gradient(90deg, var(--deep), var(--blue));
  color: #fff;
}

.cta__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.cta h2 {
  font-size: 42px;
  margin: 8px 0;
}

.cta p {
  opacity: 0.88;
  font-size: 18px;
  line-height: 1.8;
}

.contactCards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contactCards a {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 16px 20px;
  border-radius: 18px;
  font-weight: 800;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none;
}

.contactCards a svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  fill: currentColor;
  transition: transform 0.25s ease;
}

.contactCards a:hover svg {
  transform: scale(1.1);
}

.contactCards a.contactCard--fb:hover {
  background: #1877f2;
  border-color: #1877f2;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(24, 119, 242, 0.4);
}

.contactCards a.contactCard--ig:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(220, 39, 67, 0.4);
}

.contactCards a.contactCard--wa:hover {
  background: #25D366;
  border-color: #25D366;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.4);
}

/* Footer */
.footer {
  background: #062c56;
  color: #d9edf8;
  padding-top: 52px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 34px;
}

.footer img {
  width: 190px;
  background: #fff;
  border-radius: 22px;
  padding: 8px;
}

.footer h4 {
  color: #fff;
  margin-top: 0;
  font-size: 18px;
}

.footer a {
  display: block;
  margin: 8px 0;
  color: #d9edf8;
  transition: color 0.2s ease;
}

.footer a:hover {
  color: var(--orange);
}

.socialLinks {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.socialLinks a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--deep);
  font-weight: 900;
  margin: 0;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.socialLinks a svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  transition: transform 0.25s ease;
}

.socialLinks a:hover svg {
  transform: scale(1.15);
}

.socialLinks a:hover {
  background: var(--orange);
  color: #fff;
}

.socialLinks a.social--fb:hover {
  background: #1877f2;
  color: #fff;
}

.socialLinks a.social--ig:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
}

.socialLinks a.social--wa:hover {
  background: #25d366;
  color: #fff;
}

.copy {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 18px;
  margin-top: 34px;
  color: #b9d4e8;
}

/* Responsive Media Queries */
@media (max-width: 980px) {
  .menuBtn {
    display: block;
    margin-inline-start: auto;
  }

  .menu {
    position: absolute;
    inset-inline: 4%;
    top: 92px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 16px 45px rgba(0, 58, 110, 0.22);
    border: 1px solid #e2e8f0;
    padding: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 99;
  }

  .menu a {
    padding: 10px 12px;
    border-radius: 10px;
  }

  .menu a:hover {
    background: #f1f5f9;
  }

  .menu.open {
    display: flex;
  }

  .nav {
    min-height: 90px;
  }

  .brand img {
    width: 135px;
    max-height: 64px;
  }

  .navActions {
    margin-inline-start: 0;
  }

  .hero {
    min-height: auto;
    padding: 70px 0;
  }

  .hero__grid, .about__grid, .cta__box {
    grid-template-columns: 1fr;
  }

  .heroCard {
    max-width: 440px;
    margin: auto;
  }

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

  .destGrid, .clientGrid, .offersGrid {
    grid-template-columns: 1fr;
  }

  .topbar__inner {
    justify-content: center;
  }

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

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

  .aboutPhotos--sideBySide {
    grid-template-columns: 1fr 1fr;
  }

  .aboutPhotos--sideBySide .officePhoto img {
    height: 360px;
  }

  .offerImage {
    height: 260px;
  }

  .offers {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .offerFooter {
    flex-direction: column;
    align-items: stretch;
  }

  .offerFooter a {
    width: 100%;
  }

  .offerFooter b {
    text-align: center;
  }
}

@media (max-width: 620px) {
  .aboutPhotos--sideBySide {
    grid-template-columns: 1fr;
  }

  .aboutPhotos--sideBySide .officePhoto img {
    height: 320px;
  }
}

@media (max-width: 540px) {
  .topbar__inner {
    display: none;
  }

  .navActions .whatsapp {
    display: none;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 16px;
  }

  .servicesCards--eight {
    grid-template-columns: 1fr;
  }

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

  .heroCard img {
    height: 300px;
  }

  .clientGrid img {
    height: 300px;
  }

  .destGrid article {
    height: 240px;
  }

  .topbar {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .nav {
    min-height: 72px;
    gap: 8px;
  }

  .brand {
    padding: 4px 8px;
    border-radius: 14px;
  }

  .brand img {
    width: 110px;
    max-height: 48px;
  }

  .menu {
    top: 76px;
  }

  .lang {
    padding: 6px 12px;
    font-size: 12.5px;
  }

  .hero {
    padding: 40px 0;
  }

  .hero h1 {
    font-size: 26px;
    line-height: 1.35;
  }

  .heroFeature {
    font-size: 12.5px;
    padding: 8px 12px;
  }
}

@media (max-width: 360px) {
  .brand img {
    width: 95px;
    max-height: 42px;
  }

  .lang {
    padding: 5px 10px;
    font-size: 11.5px;
  }
}
