﻿:root {
  --blue-950: #050f20;
  --blue-900: #0a1e3a;
  --blue-800: #0f2c55;
  --blue-700: #143b70;
  --blue-600: #1f55a8;
  --gold: #b7862f;
  --gold-bright: #d9b168;
  --black: #070a12;
  --white: #ffffff;
  --ink: #0d172a;
  --muted: #657089;
  --card: rgba(255, 255, 255, 0.985);
  --shadow: 0 22px 48px rgba(5, 12, 26, 0.2);
  --radius: 18px;
  --radius-lg: 28px;
  --radius-sm: 14px;
  --image-skyline: url("../img/gallery/img_354c06b2a23c.jpg");
  --image-abstract: url("../img/cards/background-abstract.svg");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: #edf2fb;
  background: radial-gradient(circle at top, #12325e 0%, #0b1d37 50%, #071225 100%);
  line-height: 1.7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(110deg, rgba(6, 17, 35, 0.2), rgba(6, 17, 35, 0.26)),
    var(--image-skyline) center/cover no-repeat;
  opacity: 0.8;
  pointer-events: none;
  z-index: -2;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.topbar {
  background: rgba(5, 15, 32, 0.94);
  color: var(--white);
  font-size: 0.85rem;
}

.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0;
  gap: 1rem;
}

.topbar strong {
  color: var(--gold-bright);
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.topbar-right span {
  white-space: nowrap;
}

.social-icons {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  flex-wrap: wrap;
}

.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.96);
  color: #0e2952;
  border: 1px solid rgba(12, 34, 66, 0.16);
  box-shadow: 0 10px 22px rgba(7, 18, 37, 0.14);
  transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.icon-btn[aria-label="Instagram"] {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 8%, #fd5949 45%, #d6249f 62%, #285aeb 90%);
  border-color: transparent;
  color: #fff;
}

.icon-btn[aria-label="WhatsApp"] {
  background: #25d366;
  border-color: transparent;
  color: #fff;
}

.icon-btn[aria-label="TikTok"] {
  background: #000;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 22px rgba(7, 18, 37, 0.14), inset 2px 0 0 rgba(37, 244, 238, 0.78), inset -2px 0 0 rgba(254, 44, 85, 0.78);
}

.icon-btn i {
  font-size: 1rem;
  line-height: 1;
}

.topbar .icon-btn,
.footer .icon-btn {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

header {
  position: sticky;
  top: 0;
  z-index: 35;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(16, 39, 72, 0.14);
  box-shadow: 0 10px 26px rgba(9, 22, 44, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.2rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

header .brand img {
  width: auto;
  height: 92px;
}

.footer .brand img {
  width: 110px;
  height: auto;
}

.brand span {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  color: #0d1d35;
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1;
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--blue-600);
}

.nav-cta {
  display: flex;
  gap: 0.52rem;
}

.nav-cta .btn {
  padding: 0.62rem 0.94rem;
  font-size: 0.82rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.78rem 1.28rem;
  border-radius: 999px;
  font-weight: 700;
  border: 2px solid transparent;
  letter-spacing: 0.01em;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease, background 0.24s ease;
}

.btn-primary {
  background: linear-gradient(120deg, #1f55a8, #12356b);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(11, 32, 66, 0.32);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 44, 85, 0.26);
  color: var(--blue-800);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--white);
}

.mobile-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  color: var(--blue-800);
}

.hero {
  position: relative;
  padding: 5rem 0 4.1rem;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(118deg, rgba(4, 15, 33, 0.86), rgba(12, 38, 75, 0.56)),
    var(--image-skyline) center/cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 15%, rgba(183, 134, 47, 0.2), transparent 56%),
    radial-gradient(circle at 80% 0%, rgba(31, 85, 168, 0.34), transparent 46%);
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.4rem;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.hero h1 {
  font-family: inherit;
  font-weight: 800;
  font-size: clamp(2.5rem, 3.6vw, 4rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero p {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 1.4rem;
}

.hero-card {
  background: rgba(255, 255, 255, 0.93);
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow);
}

.hero-card p {
  color: #4e5a6e;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.country-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.country-chip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0.56rem 0.84rem;
  min-width: 94px;
  border-radius: 999px;
  font-weight: 600;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}

.country-chip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--card-image) center/cover no-repeat;
  opacity: 0.52;
}

.country-chip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(4, 16, 34, 0.26), rgba(4, 16, 34, 0.58));
}

.country-chip {
  z-index: 1;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1rem;
  margin-top: 1.3rem;
}

.metric {
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  padding: 0.9rem;
}

.metric strong {
  display: block;
  color: var(--gold-bright);
  font-size: 1.35rem;
}

.section {
  padding: 4.1rem 0;
}

.section-title {
  margin-bottom: 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.section-title span {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.74rem;
  color: var(--gold);
  font-weight: 700;
}

.section-title h2 {
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(1.95rem, 3vw, 2.8rem);
}

.grid-3 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.card,
.blog-card,
.post-card,
.sidebar-card,
.flag-card,
.faq-item,
.form-card,
.gcc-card {
  background: var(--card);
  color: var(--ink);
  border-radius: var(--radius);
  border: 1px solid rgba(11, 31, 60, 0.1);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.card > *,
.blog-card > *,
.post-card > *,
.sidebar-card > *,
.flag-card > *,
.faq-item > *,
.form-card > *,
.gcc-card > * {
  position: relative;
  z-index: 1;
}

.card,
.blog-card,
.post-card,
.sidebar-card,
.faq-item,
.form-card {
  padding: 1.4rem;
}

.card h3,
.blog-card h3,
.post-card h3,
.faq-item h3,
.sidebar-card h4 {
  color: #0b2347;
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-wrap: balance;
}

.card p,
.blog-card p,
.post-card p,
.faq-item p,
.sidebar-card p {
  color: #314056;
  line-height: 1.62;
}

.hero-card h3,
.flag-card strong,
.visa-card strong {
  text-wrap: balance;
  line-height: 1.3;
}

.grid-3 .card,
.post-list .post-card,
.flag-card,
.faq-item {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(183, 134, 47, 0.24);
  color: var(--blue-800);
  font-weight: 700;
}

.media-card::before {
  display: none;
}

.media-visual {
  width: 100%;
  height: 182px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 14px 28px rgba(5, 12, 26, 0.25);
  border: 1px solid rgba(10, 31, 60, 0.12);
  transition: transform 0.35s ease, filter 0.35s ease, box-shadow 0.35s ease;
}

.media-card.media-sm .media-visual {
  height: 126px;
}

.media-card.media-lg .media-visual {
  height: 210px;
}

.split {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
}

.hero-image,
.panel,
.banner {
  color: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-image {
  background: linear-gradient(140deg, rgba(8, 24, 49, 0.92), rgba(11, 32, 61, 0.72)),
    var(--image-abstract) center/cover no-repeat;
  padding: 2rem;
}

.panel {
  background: linear-gradient(140deg, rgba(8, 24, 49, 0.95), rgba(10, 32, 62, 0.86)),
    var(--image-abstract) center/cover no-repeat;
  padding: 2rem;
}

.panel h3,
.hero-image h3 {
  font-family: inherit;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.panel p,
.hero-image p,
.hero-image li {
  color: rgba(255, 255, 255, 0.84);
}

.hero-image ul {
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.hero-image li::before {
  content: "•";
  margin-right: 0.45rem;
  color: var(--gold-bright);
}

.panel a {
  color: var(--gold-bright);
  text-decoration: underline;
}

.flag-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.flag-card {
  text-align: center;
  padding: 1rem;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 255, 0.98));
}

.flag-card strong {
  display: block;
  margin-top: 0.6rem;
  color: #0b2347;
  font-size: 1rem;
}

.flag-card p {
  color: #314056;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

.gcc-country-grid .flag-card .media-visual {
  height: 120px;
  background-size: cover;
  border: 1px solid rgba(8, 24, 49, 0.1);
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(183, 134, 47, 0.32);
  color: var(--gold-bright);
}

input,
select,
textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid #d6e1f3;
  font-family: inherit;
  font-size: 0.96rem;
  background: rgba(255, 255, 255, 0.98);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(31, 85, 168, 0.28);
  border-color: rgba(31, 85, 168, 0.35);
}

form {
  display: grid;
  gap: 0.85rem;
}

.list-check {
  list-style: none;
  display: grid;
  gap: 0.62rem;
}

.list-check li {
  display: flex;
  align-items: flex-start;
  gap: 0.56rem;
  color: rgba(255, 255, 255, 0.92);
}

.list-check li::before {
  content: "\2713";
  color: var(--blue-600);
  font-weight: 700;
}

.card .list-check li,
.post-card .list-check li,
.blog-card .list-check li,
.form-card .list-check li,
.sidebar-card .list-check li,
.flag-card .list-check li {
  color: #283448;
}

.faq-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.blog-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
  gap: 1.6rem;
}

.post-list,
.sidebar,
.contact-list,
.category-list {
  display: grid;
  gap: 1rem;
}

.post-meta {
  display: flex;
  gap: 0.8rem;
  font-size: 0.84rem;
  color: #68748a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.pagination {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.banner {
  background: linear-gradient(120deg, rgba(12, 39, 75, 0.92), rgba(8, 25, 49, 0.86)),
    var(--image-abstract) center/cover no-repeat;
  padding: 2rem;
}

.content-panel {
  background: linear-gradient(145deg, rgba(4, 18, 37, 0.82), rgba(10, 33, 65, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  box-shadow: 0 18px 38px rgba(5, 12, 26, 0.24);
}

.content-panel .section-title {
  margin-bottom: 0.9rem;
}

.content-panel .section-title h2,
.content-panel p,
.content-panel .list-check li {
  color: var(--white);
}

.content-panel .section-title span {
  color: var(--gold-bright);
}

.section-copy {
  margin-bottom: 1.4rem;
}

.section-copy p {
  color: rgba(255, 255, 255, 0.84);
  max-width: 68ch;
}

.banner strong {
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
}

.visa-slider {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  margin-top: 1.2rem;
}

.visa-nav {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.44);
}

.visa-window {
  overflow: hidden;
}

.visa-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.visa-item {
  flex: 0 0 25%;
  padding: 0.33rem;
}

.visa-card {
  background: rgba(255, 255, 255, 0.985);
  color: var(--ink);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(11, 31, 60, 0.1);
  box-shadow: var(--shadow);
}

.visa-card img {
  width: 100%;
  height: 96px;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.visa-card strong {
  display: block;
  padding: 0.68rem;
  text-align: center;
  color: #0b2347;
  font-weight: 700;
}

.destinations-collage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1rem;
}

.destination-tile {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 110px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.26);
}

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

.destination-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 16, 34, 0.15), rgba(4, 16, 34, 0.8));
}

.destination-tile figcaption {
  position: absolute;
  left: 0.55rem;
  bottom: 0.45rem;
  z-index: 1;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.55);
  letter-spacing: 0.02em;
}

.gcc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.9rem;
}

.gcc-card {
  padding: 0.8rem;
  text-align: center;
}

.gcc-card img {
  width: 100%;
  height: 82px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0.55rem;
}

.country-marquee {
  margin-top: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(4, 16, 34, 0.58);
}

.country-marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeMove 24s linear infinite;
}

.country-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  padding: 0.8rem 1rem;
  white-space: nowrap;
}

.country-marquee span::before {
  display: none;
}

.country-marquee span img {
  width: 20px;
  height: 14px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.contact-item {
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.62);
  padding: 1rem;
}

.contact-item a {
  color: var(--blue-800);
}

.footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg, #040d1b, #0a1d36 55%, #0d2a4f);
  color: var(--white);
  padding: 2.8rem 0 1.9rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 8% 0%, rgba(183, 134, 47, 0.2), transparent 30%),
    radial-gradient(circle at 88% 100%, rgba(31, 85, 168, 0.25), transparent 36%);
  pointer-events: none;
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.footer-grid > div {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1rem;
}

.footer-intro {
  margin-top: 0.95rem;
  color: rgba(255, 255, 255, 0.76);
  max-width: 30ch;
}

.footer .social-icons {
  margin-top: 1rem;
  flex-wrap: wrap;
}

.footer .contact-list {
  gap: 0.45rem;
}

.footer .contact-list a {
  display: block;
}

.footer h4 {
  color: #fff;
  margin-bottom: 0.55rem;
  letter-spacing: 0.04em;
}

.footer a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
}

.footer a:hover {
  color: var(--gold);
}

.footer small {
  margin-top: 1.5rem;
  display: block;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}


.footer .powered-by {
  margin-top: 0.45rem;
  color: var(--gold-bright);
  letter-spacing: 0.03em;
  font-weight: 600;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #25d366;
  color: var(--white);
  display: grid;
  place-items: center;
  z-index: 70;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.32);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.whatsapp-float svg {
  width: 36px;
  height: 36px;
}

.is-animated {
  opacity: 1;
  transform: translateY(0);
  animation: riseIn 0.62s ease forwards;
}

.hero .badge {
  animation: glowPulse 2.8s ease-in-out infinite;
}

.hero-card {
  animation: floatY 6s ease-in-out infinite;
}

.metric {
  animation: metricFloat 4.8s ease-in-out infinite;
}

.metric:nth-child(2) {
  animation-delay: 0.4s;
}

.metric:nth-child(3) {
  animation-delay: 0.8s;
}

.metric strong {
  display: inline-block;
  animation: numberPulse 2.6s ease-in-out infinite;
}

.grid-3 .card:nth-child(odd),
.flag-grid .flag-card:nth-child(odd) {
  animation: cardDrift 7s ease-in-out infinite;
}

.grid-3 .card:nth-child(even),
.flag-grid .flag-card:nth-child(even) {
  animation: cardLift 8s ease-in-out infinite;
}

.card,
.blog-card,
.post-card,
.sidebar-card,
.flag-card,
.faq-item,
.form-card,
.hero-card,
.panel,
.gcc-card,
.btn,
.icon-btn,
.country-chip,
.visa-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.card:hover,
.blog-card:hover,
.post-card:hover,
.sidebar-card:hover,
.flag-card:hover,
.faq-item:hover,
.form-card:hover,
.hero-card:hover,
.panel:hover,
.gcc-card:hover,
.visa-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 56px rgba(5, 12, 26, 0.24);
}

.media-card:hover .media-visual {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.02);
  box-shadow: 0 20px 34px rgba(5, 12, 26, 0.28);
}

.visa-card:hover img,
.gcc-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.06);
}

.destination-tile:hover img {
  transform: scale(1.07);
  filter: saturate(1.08);
}

.btn:hover,
.icon-btn:hover,
.country-chip:hover,
.whatsapp-float:hover {
  transform: translateY(-3px);
}

.icon-btn:hover {
  box-shadow: 0 16px 28px rgba(7, 18, 37, 0.18);
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glowPulse {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(183, 134, 47, 0.16));
  }
  50% {
    filter: drop-shadow(0 0 14px rgba(183, 134, 47, 0.58));
  }
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes metricFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes numberPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes cardDrift {
  0%,
  100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.08);
  }
}

@keyframes cardLift {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.05);
  }
}

@media (max-width: 980px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .visa-item {
    flex: 0 0 50%;
  }

  .gcc-grid {
    grid-template-columns: repeat(3, minmax(110px, 1fr));
  }
}

@media (max-width: 960px) {
  .nav-links {
    position: absolute;
    inset: 100% 0 auto 0;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(15, 44, 85, 0.15);
    padding: 1.1rem 1.3rem 1.4rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.95rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: all 0.22s ease;
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }

  .nav-cta {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }
}

@media (max-width: 680px) {
  .section {
    padding: 3rem 0;
  }

  .topbar .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding: 4rem 0 3.1rem;
  }

  .hero-card,
  .panel,
  .banner,
  .hero-image {
    padding: 1.4rem;
  }

  .section-title h2 {
    font-size: clamp(1.55rem, 6vw, 2rem);
  }

  .card,
  .blog-card,
  .post-card,
  .sidebar-card,
  .faq-item,
  .form-card,
  .flag-card,
  .gcc-card {
    padding: 1.05rem;
  }

  .card h3,
  .blog-card h3,
  .post-card h3,
  .faq-item h3,
  .sidebar-card h4,
  .hero-card h3 {
    font-size: 1.02rem;
    line-height: 1.32;
  }

  .card p,
  .blog-card p,
  .post-card p,
  .faq-item p,
  .sidebar-card p,
  .flag-card p {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .media-visual {
    height: 152px;
  }

  .media-card.media-sm .media-visual {
    height: 112px;
  }

  .country-chip {
    min-width: 84px;
    font-size: 0.83rem;
    padding: 0.5rem 0.72rem;
  }

  .visa-item {
    flex: 0 0 100%;
  }

  .destinations-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gcc-grid {
    grid-template-columns: repeat(2, minmax(110px, 1fr));
  }

  .whatsapp-float {
    width: 64px;
    height: 64px;
    right: 14px;
    bottom: 14px;
  }

  .whatsapp-float svg {
    width: 30px;
    height: 30px;
  }

  header .brand img {
    height: 76px;
    width: auto;
  }
}




















