:root {
  --primary: #1A9E8F;
  --primary-dark: #087a70;
  --secondary: #C9A76A;
  --secondary-dark: #a47d35;
  --text: #1F2933;
  --muted: #637083;
  --light: #F8F6F1;
  --white: #FFFFFF;
  --line: rgba(31, 41, 51, 0.1);
  --shadow: 0 18px 45px rgba(15, 73, 67, 0.12);
  --soft-shadow: 0 10px 28px rgba(31, 41, 51, 0.08);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#home,
#about,
#services,
#programs,
#destinations,
#contact {
  scroll-margin-top: 110px;
}

body {
  margin: 0;
  font-family: "Cairo", "Tajawal", sans-serif;
  color: var(--text);
  background: var(--light);
  line-height: 1.7;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

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

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(31, 41, 51, 0.08);
}

.navbar {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.site-logo {
  display: block;
  width: auto;
  height: 82px;
  object-fit: contain;
}

.footer-logo {
  display: block;
  width: auto;
  height: 96px;
  margin-bottom: 16px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.14));
}

.nav-panel,
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-links a {
  position: relative;
  color: var(--text);
  font-weight: 700;
  font-size: 15px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.25s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: rgba(26, 158, 143, 0.1);
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--primary-dark);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 14px 24px rgba(26, 158, 143, 0.24);
}

.btn-gold {
  color: var(--white);
  background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
  box-shadow: 0 14px 24px rgba(201, 167, 106, 0.28);
}

.btn-outline {
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 158, 143, 0.26);
}

.btn-light {
  color: var(--primary-dark);
  background: var(--white);
}

.btn-small {
  min-height: 40px;
  padding: 9px 16px;
  color: var(--white);
  background: var(--primary);
  font-size: 14px;
}

.hero {
  position: relative;
  min-height: 770px;
  padding: 168px 0 110px;
  overflow: hidden;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("https://commons.wikimedia.org/wiki/Special:Redirect/file/Phare_Cap_Spartel_%2CTangier_lighthouse.jpg?width=2200");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(2px) brightness(1.08) contrast(1.08) saturate(1.12);
  transform: scale(1.035);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(248, 246, 241, 0.06), rgba(248, 246, 241, 0.24) 44%, rgba(255, 255, 255, 0.62)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(248, 246, 241, 0.34));
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(920px, calc(100% - 40px));
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--secondary-dark);
  font-weight: 800;
}

.hero .eyebrow,
.hero h1,
.hero-subtitle,
.hero-text {
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.55);
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--primary-dark);
  font-size: clamp(54px, 7vw, 92px);
  line-height: 1.04;
  font-weight: 800;
}

.hero-subtitle {
  margin: 16px 0 8px;
  color: var(--secondary-dark);
  font-size: clamp(25px, 3.2vw, 40px);
  font-weight: 800;
}

.hero-text {
  max-width: 760px;
  margin: 0;
  color: #394554;
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.search-box {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 12px;
  margin-top: 64px;
  width: min(1120px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.search-box label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 10px;
  align-items: center;
  min-height: 68px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.field-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--primary);
  border-radius: 50%;
  background: rgba(26, 158, 143, 0.1);
}

.search-box label > span:nth-child(2) {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.search-box input,
.search-box select {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: var(--text);
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: 700;
}

.section {
  padding: 92px 0;
}

.section-soft {
  background: var(--white);
}

.section-head {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-head.align-start {
  margin: 0;
  text-align: start;
}

h2 {
  margin: 0 0 12px;
  color: var(--primary-dark);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.18;
}

.section-head p,
.quality-box p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.destination-carousel,
.program-carousel {
  position: relative;
  padding: 0 54px 48px;
}

.destination-swiper,
.program-swiper {
  padding: 4px 4px 46px;
}

.destination-swiper .swiper-wrapper,
.program-swiper .swiper-wrapper {
  align-items: stretch;
}

.destination-swiper .swiper-slide,
.program-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.destination-card,
.program-card,
.service-card,
.testimonial-card,
.trust-item {
  border: 1px solid rgba(31, 41, 51, 0.08);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.destination-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.destination-card.swiper-slide {
  box-sizing: border-box;
}

.destination-card:hover,
.program-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.destination-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px 18px 0 0;
}

.destination-card div {
  padding: 22px;
}

.destination-card h3,
.program-card h3,
.trust-item h3,
.service-card h3,
.timeline-item h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 21px;
}

.destination-card p,
.program-card p,
.trust-item p,
.service-card p,
.timeline-item p,
.testimonial-card p {
  margin: 0;
  color: var(--muted);
}

.destination-card a {
  display: inline-block;
  margin-top: 18px;
  color: var(--primary-dark);
  font-weight: 800;
}

.program-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius);
}

.program-card.swiper-slide {
  box-sizing: border-box;
}

.program-card img,
.program-image,
.program-card-image {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px 24px 0 0;
}

.program-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.duration {
  width: fit-content;
  margin-bottom: 12px;
  padding: 4px 12px;
  color: var(--secondary-dark);
  border-radius: 999px;
  background: rgba(201, 167, 106, 0.16);
  font-size: 13px;
  font-weight: 800;
}

.program-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.program-foot strong {
  color: var(--secondary-dark);
  font-size: 15px;
}

.destination-nav,
.program-nav {
  position: absolute;
  top: calc(50% - 36px);
  z-index: 4;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--primary-dark);
  border: 1px solid rgba(26, 158, 143, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--soft-shadow);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.destination-nav:hover,
.program-nav:hover {
  color: var(--white);
  background: var(--primary);
  transform: translateY(-2px);
}

.destination-prev,
.program-prev {
  right: 0;
}

.destination-next,
.program-next {
  left: 0;
}

.destination-prev::before,
.destination-next::before,
.program-prev::before,
.program-next::before {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}

.destination-prev::before,
.program-prev::before {
  content: "›";
}

.destination-next::before,
.program-next::before {
  content: "‹";
}

.destination-pagination.swiper-pagination,
.program-pagination.swiper-pagination {
  bottom: 0;
}

.destination-pagination .swiper-pagination-bullet,
.program-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: rgba(26, 158, 143, 0.38);
  opacity: 1;
}

.destination-pagination .swiper-pagination-bullet-active,
.program-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.trust-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(201, 167, 106, 0.18), transparent 28%),
    radial-gradient(circle at 88% 76%, rgba(26, 158, 143, 0.14), transparent 30%),
    linear-gradient(180deg, var(--light), var(--white));
}

.trust-section .section-head {
  margin-bottom: 48px;
}

.trust-section .section-head::after {
  content: "";
  display: block;
  width: 84px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.trust-item {
  position: relative;
  isolation: isolate;
  min-height: 245px;
  padding: 28px 20px 26px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(31, 41, 51, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 246, 241, 0.82)),
    var(--white);
  box-shadow: 0 18px 42px rgba(31, 41, 51, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.trust-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  opacity: 0.92;
}

.trust-item::after {
  content: "";
  position: absolute;
  top: -48px;
  left: -52px;
  z-index: -1;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: rgba(26, 158, 143, 0.08);
  transition: transform 0.28s ease, background 0.28s ease;
}

.trust-item:hover {
  transform: translateY(-8px);
  border-color: rgba(26, 158, 143, 0.25);
  box-shadow: 0 26px 56px rgba(15, 73, 67, 0.16);
}

.trust-item:hover::after {
  transform: scale(1.18);
  background: rgba(201, 167, 106, 0.13);
}

.trust-number {
  position: absolute;
  top: 18px;
  left: 20px;
  color: rgba(201, 167, 106, 0.42);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 10px auto 20px;
  color: var(--primary-dark);
  border: 1px solid rgba(26, 158, 143, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(26, 158, 143, 0.13), rgba(201, 167, 106, 0.14)),
    var(--white);
  box-shadow: 0 14px 24px rgba(26, 158, 143, 0.12);
  font-size: 28px;
  font-weight: 800;
  transition: transform 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

.trust-item:hover .icon {
  color: var(--secondary-dark);
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 18px 30px rgba(201, 167, 106, 0.2);
}

.trust-item h3 {
  margin-bottom: 10px;
  color: var(--primary-dark);
  font-size: 20px;
}

.trust-item p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.service-card span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  color: var(--primary-dark);
  border: 1px solid rgba(26, 158, 143, 0.24);
  border-radius: 18px;
  background: rgba(26, 158, 143, 0.1);
  font-size: 24px;
  font-weight: 800;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  padding: 24px;
  border-radius: var(--radius);
}

.service-card span {
  margin-inline: 0;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 56px;
  align-items: start;
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 25px;
  width: 2px;
  background: rgba(26, 158, 143, 0.18);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
}

.timeline-item span {
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--white);
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 10px 22px rgba(26, 158, 143, 0.22);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.timeline-item div {
  padding: 20px 22px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.quality {
  padding-top: 0;
}

.quality-box {
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.quality-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(26, 158, 143, 0.09), rgba(201, 167, 106, 0.14)),
    var(--white);
}

.quality-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.quality-list li {
  padding: 13px 18px;
  color: var(--text);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 800;
}

.quality-list li::before {
  content: "✓";
  margin-left: 10px;
  color: var(--primary);
}

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

.testimonial-card {
  padding: 28px;
  border-radius: var(--radius);
}

.stars {
  margin-bottom: 12px;
  color: var(--secondary);
  font-family: "Poppins", sans-serif;
}

.testimonial-card strong {
  display: block;
  margin-top: 20px;
  color: var(--primary-dark);
}

.contact-section {
  background:
    linear-gradient(180deg, var(--white), var(--light));
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 26px;
  align-items: start;
}

.contact-info-panel,
.social-contact-panel {
  border: 1px solid rgba(31, 41, 51, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
}

.contact-info-panel {
  display: grid;
  gap: 12px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 250, 0.95));
}

.contact-info-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 17px;
  border: 1px solid rgba(26, 158, 143, 0.12);
  border-radius: 22px;
  background: linear-gradient(135deg, var(--white), rgba(250, 253, 252, 0.96));
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-info-card:hover {
  transform: translateY(-2px);
  border-color: rgba(26, 158, 143, 0.24);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.contact-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--primary-dark);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(26, 158, 143, 0.16), rgba(26, 158, 143, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  font-size: 22px;
  font-weight: 800;
}

.contact-info-card h3 {
  margin: 0;
  color: var(--primary-dark);
  font-size: 16px;
}

.contact-info-card p,
.contact-info-card a {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.7;
}

.contact-info-card a:hover {
  color: var(--primary-dark);
}

.phone-stack {
  display: grid;
  gap: 7px;
  margin-top: 2px;
}

.phone-number {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(26, 158, 143, 0.08);
  border: 1px solid rgba(26, 158, 143, 0.12);
  text-align: left;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.phone-number:hover {
  background: rgba(26, 158, 143, 0.14);
  border-color: rgba(26, 158, 143, 0.2);
  color: var(--primary-dark);
}

.email-link {
  display: inline-flex;
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(26, 158, 143, 0.08);
  border: 1px solid rgba(26, 158, 143, 0.12);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.email-link:hover {
  background: rgba(26, 158, 143, 0.14);
  border-color: rgba(26, 158, 143, 0.2);
  color: var(--primary-dark);
}

.schedule-card {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.schedule-row {
  display: grid;
  gap: 7px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(26, 158, 143, 0.05);
  border: 1px solid rgba(26, 158, 143, 0.12);
}

.schedule-day {
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 800;
}

.schedule-times {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.schedule-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid rgba(26, 158, 143, 0.12);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}

.social-contact-panel {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 251, 0.98));
  border: 1px solid rgba(31, 41, 51, 0.08);
  box-shadow: var(--soft-shadow);
}

.social-contact-head {
  display: grid;
  gap: 8px;
  padding-bottom: 6px;
}

.social-contact-head h3 {
  margin: 0;
  color: var(--primary-dark);
  font-size: 24px;
}

.social-contact-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.social-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid rgba(26, 158, 143, 0.12);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.social-card:hover {
  transform: translateY(-2px);
  border-color: rgba(26, 158, 143, 0.24);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.social-card--instagram {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 238, 255, 0.88));
}

.social-card--facebook {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(235, 245, 255, 0.9));
}

.social-card--whatsapp {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(234, 250, 245, 0.92));
}

.social-card-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(26, 158, 143, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: var(--primary-dark);
}

.social-card-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.social-card-body {
  display: grid;
  gap: 8px;
}

.social-card-body h4 {
  margin: 0;
  color: var(--primary-dark);
  font-size: 18px;
}

.social-card-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.social-card-body a {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(26, 158, 143, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-card-body a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(26, 158, 143, 0.24);
}

.site-footer {
  color: rgba(255, 255, 255, 0.86);
  background: linear-gradient(135deg, #06635c 0%, #0d8d82 48%, #0b766d 100%);
  padding: 44px 0 20px;
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
}

.footer-column {
  padding: 0;
  border: 0;
  background: transparent;
}

.footer-brand {
  width: fit-content;
  margin-bottom: 10px;
}

.site-footer h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
}

.site-footer p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  max-width: 420px;
}

.footer-tag {
  display: inline-flex;
  margin-top: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.84);
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer a:hover {
  color: var(--white);
  transform: translateX(-2px);
}

.footer-list a {
  width: fit-content;
  padding: 2px 0;
}

.footer-bottom {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

/* Animation douce activee par JavaScript quand les elements entrent dans l'ecran. */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .destination-carousel,
  .program-carousel {
    padding-inline: 48px;
  }

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

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

  .search-box .btn {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  .navbar {
    height: 74px;
  }

  .site-logo {
    height: 58px;
  }

  .footer-logo {
    height: 74px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-panel {
    position: fixed;
    top: 74px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .nav-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links {
    display: grid;
    gap: 14px;
  }

  .nav-links a {
    display: block;
    padding: 10px 4px;
    font-size: 16px;
  }

  .nav-cta {
    width: 100%;
  }

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

  .hero-inner {
    width: min(100% - 32px, 760px);
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(248, 246, 241, 0.2), rgba(248, 246, 241, 0.48)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.56));
  }

  .hero-bg {
    background-position: 32% center;
    filter: blur(1.6px) brightness(1.08) contrast(1.08) saturate(1.12);
  }

  .testimonial-grid,
  .split,
  .quality-box,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-head.align-start {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 42px;
    line-height: 1.14;
  }

  .hero-subtitle {
    font-size: 23px;
  }

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

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .search-box {
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100% - 32px, 1180px);
  }

  .search-box .btn {
    grid-column: auto;
    width: 100%;
  }

  .contact-info-panel,
  .social-contact-panel {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  body {
    line-height: 1.85;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.14;
  }

  .hero-subtitle {
    font-size: 22px;
  }

  .hero-text,
  .section-head p,
  .quality-box p {
    font-size: 16px;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-actions .btn {
    min-height: 50px;
  }

  .search-box {
    grid-template-columns: 1fr;
    margin-top: 38px;
    gap: 10px;
    width: min(100% - 32px, 1180px);
    padding: 12px;
    border-radius: 22px;
  }

  .search-box label {
    width: 100%;
    min-height: 64px;
  }

  .search-box .btn {
    grid-column: auto;
    width: 100%;
  }

  .destination-carousel,
  .program-carousel {
    padding: 0 0 44px;
  }

  .destination-nav,
  .program-nav {
    top: auto;
    bottom: 0;
    width: 40px;
    height: 40px;
  }

  .destination-prev,
  .program-prev {
    right: calc(50% - 82px);
  }

  .destination-next,
  .program-next {
    left: calc(50% - 82px);
  }

  .section {
    padding: 56px 0;
  }

  .trust-grid,
  .service-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-panel,
  .social-contact-panel {
    padding: 18px;
    border-radius: 22px;
  }

  .contact-info-card {
    grid-template-columns: 46px 1fr;
    padding: 14px;
  }

  .contact-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: 21px;
  }

  .social-contact-panel {
    padding: 18px;
  }

  .social-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .social-card-icon {
    width: 50px;
    height: 50px;
  }

  .destination-card img {
    height: 210px;
  }

  .program-card img {
    height: 220px;
  }

  .program-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .program-foot .btn {
    width: 100%;
  }

  .quality-box {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .footer-grid {
    gap: 24px;
    text-align: center;
  }

  .footer-brand {
    margin-inline: auto;
  }

  .site-footer a {
    width: fit-content;
    margin-inline: auto;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-logo {
    height: 52px;
  }

  .navbar {
    height: 68px;
  }

  .nav-panel {
    top: 68px;
    right: 12px;
    left: 12px;
    padding: 18px;
    border-radius: 20px;
  }

  .hero {
    padding: 104px 0 54px;
  }

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

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-bg {
    background-position: 38% center;
  }

  h2 {
    font-size: 30px;
  }

  .destination-card div,
  .program-body,
  .service-card,
  .testimonial-card {
    padding: 20px;
  }

  .trust-item {
    min-height: auto;
  }

  .contact-info-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .social-contact-head h3 {
    font-size: 21px;
  }
}
