* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Lady Bloom";
  src: url("./public/fonts/LadyBloom.eot");
  src: url("./public/fonts/LadyBloom.eot?#iefix") format("embedded-opentype"),
      url("./public/fonts/LadyBloom.woff2") format("woff2"),
      url("./public/fonts/LadyBloom.woff") format("woff"),
      url("./public/fonts/LadyBloom.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-bg: #0c0e09;
  --color-bg-dark: #0a0f0d;
  --color-text: #ffffff;
  --color-overlay: rgba(12, 14, 9, 0.35);
  --color-badge-bg: rgba(255, 255, 255, 0.15);
  --color-separator: rgba(255, 255, 255, 0.2);

  --font-montserrat: 'Lady Bloom', sans-serif;
  --font-manrope: 'Lady Bloom', sans-serif;
  --font-baskervville: 'Baskervville', serif;
  --font-open-sans: 'Open Sans', sans-serif;
}
.xoprivateimg{
  width: 100px;
}
.social-icons1 {
  position: absolute;
  top: 60%;
  right: 150px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
.social-icons1 .list-inline {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

.social-icons1 li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  transform: rotate(45deg);
  background: transparent;
  border: 1px solid #fff;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  transition: 0.3s linear;
}


.social-icons1 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg); /* Rotate the icon back to normal */
  color: #fff;
  font-size: 20px;
  z-index: 10;
  text-decoration: none;
}

.social-icons1 li:hover {
    background:white;
}

.social-icons1 li.whatsp:hover a{
  color:white !important;
}

.social-icons1 a:hover {
  color: #5774a8;
}

h1,h2, h3{
  font-family: 'lady bloom'!important;
  font-weight: 500!important;
}
body {
  font-family: var(--font-manrope);
  background: var(--color-bg);
  color: var(--color-text);
  overflow-x: hidden;
}

.page-wrapper {
  width: 100%;
  background: var(--color-bg);
}

.div-whatsapp {
  width: 50px;
  height: 50px;
  background: #27d045 !important;
  position: fixed;
  bottom: 115px;
  margin: auto;
  right: 30px;
  border-radius: 10px;
  transform: rotate(45deg);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-whatsapp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #27d045;
  opacity: 0;
  z-index: -1;
  animation: sonarWave 1.2s linear infinite;
}

.div-whatsapp a {
  font-size: 30px;
  color: white;
}

.div-whatsapp a i {
  transform: rotate(-30deg);
}
@keyframes sonarWave {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--color-overlay);
  z-index: 1;
}

.hero-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 48px;
}

.logo {
  width: 229px;
  height: 57px;
  background: url('./public/logo-white-1.png') center/cover no-repeat;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-link {
  font-family: var(--font-baskervville);
  font-size: 22px;
  color: var(--color-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.nav-link:hover {
  opacity: 0.8;
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 32px;
  height: 53px;
  background: white;
  border: none;
  /* border-radius: 100px; */
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2);
}

.cta-button span {
  font-family: var(--font-baskervville);
  font-size: 20px;
  color: white;

}
.cta-button:hover span {
  color: rgb(0, 0, 0);
}
.cta-button svg {
  width: 13px;
  height: 13px;
  color: white;
}
.cta-button:hover svg {

  color: rgb(0, 0, 0);
}
.cta-button.large {
  width: 182px;
  flex-shrink: 0;
}
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Lady Bloom", sans-serif;
}

.hero-video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.8) 100%);
  z-index: 1;
}

.hero-header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}

.main-nav .nav-link {
  color: white;
  text-decoration: none;
  margin-left: 2rem;
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: color 0.3s;
}

.main-nav .nav-link:hover {
  color: #f8d26b;
}

.cta-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 0.8rem 1.2rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.cta-button:hover {
  background: white;
  color: black;
  box-shadow: 0 0 20px rgba(255,255,255,0.3);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 5%;
}

.hero-eyebrow {
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  letter-spacing: 0.2em;
  opacity: 0.8;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1.1;
  font-weight: 400;
  margin: 0.5rem 0;
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.5rem);
  opacity: 0.9;
  margin-bottom: 2rem;
}

.hero-actions .cta-button.large {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  padding: 1rem 1.5rem;
}
/* ---------- Mobile Header ---------- */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 20;
}

.menu-toggle span {
  width: 26px;
  height: 2px;
  background: white;
  display: block;
}

/* Mobile */
@media (max-width: 900px) {
  .social-icons1{
    width: 90%;
    top: 70%;
    right: 5%;
  }
  .social-icons1 .list-inline{

    flex-direction: row;
    gap: 1rem;
  }
  .hero-header {
    padding: 20px 5%;
  }

  .logo {
    width: 150px;
    height: 38px;
  }

  .cta-button {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;

    transform: translateY(-100%);
    transition: transform 0.45s ease;
    z-index: 15;
  }
  .cta-button span{
    font-size: 15px;
  }
  .main-nav .nav-link {
    margin-left: 2rem!important;
    font-size: 1.4rem;
    letter-spacing: 0.25em;
    /* margin: 0; */
  }
  .main-nav button {
    margin-left: 2rem!important;
    font-size: 1.4rem;
    letter-spacing: 0.25em;
    /* margin: 0; */
  }
  .main-nav.is-open {
    transform: translateY(0);
  }
}


/* Services Section */
.services-section {
  position: relative;
  width: 100%;
  padding: 80px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  height: 110vh;
  overflow: hidden;
}

.services-background {
  position: absolute;
  inset: -10%;
  background-image: url('./public/newsnewpic-min.webp'); /* replace */
  background-size: cover;
  background-position: bottom;
  /* transform: translateY(+30%); */
  will-change: transform;
  z-index: 0;
}
.services-background-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(10, 10, 10, 0.233), rgba(10, 10, 10, 0.603));
}
.services-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1823px;
  padding: 0 263px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.services-header {
  display: flex;
  gap: 334px;
  align-items: flex-start;
  justify-content: space-between;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid white;
  border-radius: 35px;
  backdrop-filter: blur(10px);
  white-space: nowrap;
}

.badge-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.63px;
  height: 13.63px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6.81px;
  padding: 2px;
}

.badge-dot-inner {
  width: 9px;
  height: 9px;
  background: white;
  border-radius: 50%;
}

.badge span {
  font-family: var(--font-manrope);
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-text);
}

.services-intro {
  font-family: var(--font-manrope);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -1.08px;
  max-width: 835px;
}

.separator {
  width: 100%;
  height: 1px;
  background: var(--color-separator);
}

.services-stats {
  display: flex;
  gap: 213px;
  align-items: flex-start;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stat-number {
  font-family: var(--font-manrope);
  font-size: 96px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2.88px;
}

.stat-label {
  font-family: var(--font-manrope);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -0.6px;
}

.services-description {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 724px;
}

.services-subtitle {
  font-family: var(--font-manrope);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -0.6px;
}

.services-text {
  font-family: var(--font-manrope);
  font-size: 16px;
  line-height: 1.55;
}

/* Split Section */
.split-section {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.split-left {
  width: 50%;
  background: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 48px; */
}

.split-image {
  width: 100%;
  /* max-width: 600px; */
  height: 100vh;
  background: #d9d9d9;
  /* border-radius: 15px; */
  will-change: transform;
}

.split-right {
  width: 50%;
  background: var(--color-bg-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px;
}

.split-content {
  max-width: 681px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.split-title {
  font-family: var(--font-manrope);
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.86px;
  -webkit-text-stroke: 1px white;
}

.split-text {
  font-family: var(--font-manrope);
  font-size: 16px;
  line-height: 1.55;
}

.spacer {
  width: 100%;
  height: 100vh;
  background-color: green;
}/* =========================
   BASE LAYOUT
========================= */

.container {
  width: 100%;
  display: flex;
  align-items: flex-start; /* IMPORTANT */
}

/* =========================
   LEFT (STICKY IMAGES)
========================= */

.left-container {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.left-content {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.left-content img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease, transform 1s ease;
}

/* active image */
.left-content img.active {
  opacity: 1;
  transform: scale(1.02); /* subtle luxury zoom */
}

/* =========================
   RIGHT (PAGE SCROLL — NO INNER SCROLL)
========================= */

.right-container {
  width: 50%;
}

/* remove scroll trap */
.right-content {
  width: 100%;
}

/* each section = full viewport */
.right-element {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================
   CONTENT
========================= */

.split-content {
  max-width: 520px;
  padding: 40px;
}

.split-title {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 18px;
}

.split-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.cta-button {
  padding: 14px 22px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #fff;
  color: #000;
}

/* =========================
   OPTIONAL: SMOOTH SCROLL
========================= */

html {
  scroll-behavior: smooth;
}

/* injected mobile image */

.mobile-service-image{
  display:none;
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:14px;
  margin-bottom:24px;
}
.experience-hero-section {
  position: relative;
}
.experience-mobile-simple {
  background: #000;
  color: white;
}

.service-image,
.service-text {
  width: 100%;
}

.service-image img {
  width: 100%;
  height: 50vh;                    /* or 45vh–55vh — adjust to taste */
  object-fit: cover;
  object-position: center;
  display: block;
}

.service-text {
  padding: 3.5rem 1.5rem 4.5rem;
  text-align: left;
}

.service-text h1 {
  font-size: clamp(2.2rem, 7.5vw, 3.8rem);
  line-height: 1.05;
  margin-bottom: 1.2rem;
}

.service-text p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 45ch;
  opacity: 0.92;
}

.cta-button {
  /* display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 1.6rem;
  border: 1px solid white;
  background: transparent;
  color: white;
  font-size: 1rem;
  border-radius: 2.5rem;
  cursor: pointer;
  transition: background 0.3s; */
}

/* .cta-button:hover {
  background: rgba(255,255,255,0.1);
} */

/* Hide on desktop — or wrap in media query if you keep desktop version */
@media (min-width: 901px) {
  .experience-mobile-simple {
    display: none;
  }
}
/* Hide on desktop — or wrap in media query if you keep desktop version */
@media (max-width: 901px) {
  .experience-sticky {
    display: none;
  }
}
/* Optional: subtle dark overlay on images for better text contrast when needed */
.service-image {
  position: relative;
}

.service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
}
/* Features Section */
.features-section {
  position: relative;
  width: 100%;
  padding: 96px 0;
  overflow: hidden;
  /* height: 100vh; */
}

.features-container {
  display: flex;
  gap: 48px;
  padding: 0 48px;
  align-items: flex-start;
}

.features-left {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.features-image {
  width: 100%;
  height: auto;
  display: block;
  will-change: transform;
}

.features-right {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.features-nav {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
}

.features-nav-btn {
  font-family: var(--font-baskervville);
  font-size: 20px;
  width: fit-content!important;
  color: var(--color-text);
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  /* padding: 8px 16px; */
  position: relative;
}

.features-nav-btn:hover {
  opacity: 0.8;
}

.features-nav-btn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
}

.nav-separator {
  width: 1px;
  height: 24px;
  background: var(--color-separator);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 48px;
  background: var(--color-bg);
  border-radius: 15px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-image-container {
  position: relative;
  width: 100%;
}

.feature-image {
  width: 100%;
  height: 314px;
  background: #c4c4c4;
  background-image: url('./public/sahara.jpg');
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.feature-image2 {
  width: 100%;
  height: 314px;
  background: #c4c4c4;
  background-image: url('./public/chellah-visite-rabat-travel-guide-tourisme-morocco-maroc-entree-principale-slider.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.feature-image3 {
  width: 100%;
  height: 314px;
  background: #c4c4c4;
  background-image: url('./public/food-card.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.feature-image4 {
  width: 100%;
  height: 314px;
  background: #c4c4c4;
  background-image: url('./public/mamouniaspa.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.feature-image5 {
  width: 100%;
  height: 314px;
  background: #c4c4c4;
  background-image: url('./public/selective-focus-shot-carving-real-alcazar-spain.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.feature-image6 {
  width: 100%;
  height: 314px;
  background: #c4c4c4;
  background-image: url('./public/imesouanemay.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.feature-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding: 10px 23px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 35px;
  backdrop-filter: blur(10px);
  font-family: var(--font-manrope);
  font-size: 14px;
  line-height: 1.55;
}

.feature-content {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.feature-date {
  font-family: var(--font-manrope);
  font-size: 16px;
  line-height: 1.55;
}

.feature-title {
  font-family: var(--font-manrope);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.96px;
}
/* SVG paths default */
#morocco-map path {
  fill: #17295a!important;
  transition: fill 0.4s ease, transform 0.4s ease;
  transform-origin: center;
}

/* Active highlighted provinces */
#morocco-map path.is-active {
  fill: #a88c57; /* luxury gold */
}
#morocco-map {
  transition: transform 0.6s ease-in-out;
}
/* Coast provinces hidden by default */
#morocco-map path[data-provinces="coast-line"],
#morocco-map path[data-provinces="sahara-line"],
#morocco-map path[data-provinces="imperial-line"],
#morocco-map path[data-provinces="art-line"],
#morocco-map path[data-provinces="food-line"],
#morocco-map path[data-provinces="wellness-line"],
.coast-line {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.coast-line.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.wellness-line {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.wellness-line.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.imperial-line {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.imperial-line.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.sahara-line {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.sahara-line.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.food-line {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.food-line.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.art-line {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.art-line.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.feature-badge {
  pointer-events: auto;
  cursor: pointer;
  z-index: 10;
}
/* =====================================
   FEATURES – RESPONSIVE / MOBILE
===================================== */

@media (max-width: 900px){
  .features-nav-btn {
    font-size: 15px;
    width: fit-content;
  }
  .features-section{
    padding: 64px 0;
  }

  .features-container{
    flex-direction: column;
    gap: 32px;
    padding: 0 20px;
  }

  /* Hide map on mobile */
  .features-left{
    display: none;
  }

  .features-right{
    width: 100%;
  }

  .features-nav{
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    align-items: flex-start;
    padding-bottom: 8px;
    gap: 16px;
  }

  .features-nav::-webkit-scrollbar{
    display: none;
  }

  .nav-separator{
    display: none;
  }

  /* Swiper container replaces grid */
  .features-grid{
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .features-grid.swiper{
    overflow: hidden;
  }

  .features-grid .swiper-wrapper{
    display: flex;
  }

  .features-grid .swiper-slide{
    width: 85%;
    max-width: 340px;
  }

  .feature-card{
    height: 100%;
  }

  .feature-image,
  .feature-image2,
  .feature-image3,
  .feature-image4,
  .feature-image5,
  .feature-image6{
    height: 240px;
  }

  .feature-title{
    font-size: 22px;
    letter-spacing: -0.4px;
  }

  .feature-date{
    font-size: 14px;
  }

}

/* Values Section */
.values-section {
  display: flex;
  padding: 96px 48px;
  gap: 108px;
}

.values-container {
  display: flex;
  gap: 108px;
  width: 100%;
}

.values-image {
  width: 527px;
  height: 625px;
  background: #d9d9d9;
  border-radius: 15px;
  flex-shrink: 0;
  will-change: transform;
}

.values-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.values-title {
  font-family: var(--font-montserrat);
  font-size: 48px;
  line-height: 1;
  letter-spacing: -2.4px;
  -webkit-text-stroke: 1px white;
}

.accordion {
  display: flex;
  flex-direction: column;
}

.accordion-item {
  border-bottom: 1px solid var(--color-separator);
}

.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.accordion-trigger span {
  font-family: var(--font-montserrat);
  font-size: 32px;
  line-height: 1;
  letter-spacing: -1.6px;
  color: var(--color-text);
  -webkit-text-stroke: 1px white;
}

.accordion-icon {
  transition: transform 0.3s ease;
  color: var(--color-text);
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
  padding-bottom: 24px;
}

.accordion-content p {
  font-family: var(--font-montserrat);
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
  max-width: 654px;
  -webkit-text-stroke: 1px white;
}

.accordion-footer {
  padding-top: 24px;
  border-top: 1px solid var(--color-separator);
  margin-top: 24px;
}

.accordion-footer p {
  font-family: var(--font-montserrat);
  font-size: 15px;
  -webkit-text-stroke: 1px white;
}

/* Responsive */
@media (max-width: 1440px) {
  .services-content {
    padding: 0 120px;
  }

  .services-header {
    gap: 80px;
  }

  .services-stats {
    gap: 80px;
  }
}

@media (max-width: 1024px) {
  .hero-title {
    font-size: 64px;
  }

  .services-header,
  .services-stats {
    flex-direction: column;
    gap: 32px;
  }

  .split-section {
    flex-direction: column;
  }

  .split-left,
  .split-right {
    width: 100%;
  }

  .features-container {
    flex-direction: column;
  }

  .features-left,
  .features-right {
    width: 100%;
  }

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

  .values-container {
    flex-direction: column;
  }

  .values-image {
    width: 100%;
    max-width: 527px;
  }
  .floating-quote{
    display: none;
  }
}

@media (max-width: 768px) {
 
  .hero-header {
    gap: 24px;
    align-items: flex-start;
  }

  .main-nav {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-content {
    margin-right: 24px;
    margin-left: 24px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .services-content {
    padding: 0 24px;
  }

  .split-title {
    font-size: 42px;
  }

  .values-section {
    gap: 48px;
  }

  .values-container {
    gap: 48px;
  }
  .berrad-wrapper{
    position: absolute;
    top: -14%!important;
    width: 500px;
    right: 0%!important;
  }
  .marrakech-line-wrapper{
    width: 80%!important;
    position: absolute;
    bottom: -15%!important;
    right: 10%!important;
    z-index: 111;
  }
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Loading animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-in {
  animation: fadeIn 1s ease forwards;
}
/* Process Section */
/* .process-section {
  background-color: var(--color-bg-dark);
  background-image: url('./public/patternwhite.svg');
  background-repeat: repeat;
  background-size: auto;
  padding: 120px 48px;
} */

.features-container{
  position: relative;
}

.features-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('./public/patternwhite.svg') repeat;
  opacity: 0.03;   /* ← adjust this value */
  pointer-events: none;
  background-size: 500px;
  z-index: 0;
}

.features-container > * {
  position: relative;
  z-index: 1;
}
.process-section {
  position: relative;
  padding: 120px 48px;
  background-color: var(--color-bg-dark);
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('./public/patternwhite.svg') repeat;
  opacity: 0.03;   /* ← adjust this value */
  pointer-events: none;
  background-size: 500px;
  z-index: 0;
}

.process-section > * {
  position: relative;
  z-index: 1;
}

.process-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.process-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
}

.process-title {
  font-family: var(--font-manrope);
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.8px;
  -webkit-text-stroke: 1px white;
}

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

.process-step {
  padding: 48px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.process-step:hover {
  transform: translateY(-10px);
}

.step-number {
  font-family: var(--font-baskervville);
  font-size: 32px;
  opacity: 0.6;
}

.process-step h3 {
  font-family: var(--font-manrope);
  font-size: 28px;
  margin: 24px 0 16px;
}

.process-step p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.85;
}
/* ---------------------------------
   Process – Responsive
---------------------------------- */

/* Tablet */
@media (max-width: 1024px) {

  .process-section {
    padding: 80px 32px;
  }

  .process-container {
    gap: 60px;
  }

  .process-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .process-title {
    font-size: 48px;
    letter-spacing: -1.2px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .process-step {
    padding: 36px;
  }

}


/* Mobile */
@media (max-width: 640px) {

  .process-section {
    padding: 64px 20px;
  }

  .process-title {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.6px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .step-number {
    font-size: 26px;
  }

  .process-step h3 {
    font-size: 22px;
  }

  .process-step p {
    font-size: 15px;
  }

  .process-step {
    padding: 28px;
  }

}

/* Gallery Section */
.gallery-section {
  padding: 120px 0px;
  background: var(--color-bg);
  overflow: hidden;
}

.gallery-container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.gallery-header {
  display: flex;
  padding: 0px 40px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
}

.gallery-title {
  font-family: var(--font-manrope);
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.8px;
  -webkit-text-stroke: 1px white;
}

/* Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 24px;
}

/* Gallery Item */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

/* Image Placeholder */
.gallery-image {
  position: absolute;
  inset: 0;
  background: #c4c4c4;
  transform: scale(1.1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.gallery-image img{

  background-position: center;
  background-size: 100% auto!important;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  object-fit: cover;

}

/* Hover Effect */
.gallery-item:hover .gallery-image {
  transform: scale(1);
}

/* Gradient Overlay */
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0)
  );
  opacity: 0;
  transition: opacity 0.6s ease;
}

.gallery-item:hover::after {
  opacity: 1;
}

/* Label */
.gallery-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-family: var(--font-manrope);
  font-size: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-item:hover .gallery-label {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item.wide {
    grid-column: span 2;
  }
  .gallery-header{
    flex-direction: column;
  }

}

@media (max-width: 768px) {
  .card-image{
    height: 30vh;
  }
  .services-intro{
    font-size: 20px;
  }
  .stat-number{
    font-size: 60px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }
  .gallery-title{
    font-size: 40px;
  }
  .gallery-item.tall,
  .gallery-item.wide {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.page-transition {
  position: fixed;
  inset: 0;
  background: var(--color-bg);
  z-index: 9998;
  transform: translateY(100%);
}
.video-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12,14,9,0.3);
}

.video-overlay h2 {
  font-size: 72px;
  -webkit-text-stroke: 1px white;
}
.cursor {
  position: fixed;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  mix-blend-mode: difference;
}
/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12,14,9,0.95);
  opacity: 0;
}

.lightbox-image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90vw;
  max-height: 85vh;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  border-radius: 16px;
}
 
/* ===============================
   GSAP REVEAL BASE CLASS
================================ */
.reveal {
  will-change: transform, opacity;
}

.trust-section {
  position: relative;
  padding: 120px 48px;
  background: var(--color-bg-dark);
}
.trust-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('./public/patternwhite.svg') repeat;
  opacity: 0.03;   /* ← adjust this value */
  pointer-events: none;
  background-size: 500px;
  z-index: 0;
}

.trust-section > * {
  position: relative;
  z-index: 1;
}


.trust-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.trust-title {
  font-family: var(--font-manrope);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.4px;
  -webkit-text-stroke: 1px white;
  max-width: 900px;
}

/* .trust-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
} */
.trust-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 62px 62px; /* row-gap column-gap - we'll override row-gap per item */
  align-items: start; /* Important: allows individual items to shift vertically */
  place-items: center; 

}

.trust-logos > * {
  align-self: center; /* Each item starts at the top of its row */
  transform: translateY(0); /* Base for JS to modify */
  transition: transform 0.3s ease; /* Optional: smooth on re-shuffle */
}
.trust-logo  img{
  height: 90px;
  /* max-width: 90px; */
  border-radius: 15px;
  /* background: rgba(255,255,255,0.05); */
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-manrope);
  font-size: 16px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.trust-logo {
  height: 90px;

  border-radius: 15px;
  /* background: rgba(255,255,255,0.05); */
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-manrope);
  font-size: 16px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.trust-logo:hover {
  opacity: 1;
}
/* --------------------------------
   TRUST SECTION – RESPONSIVE
--------------------------------- */

/* Large tablets / small laptops */
@media (max-width: 1200px){

  .trust-section{
    padding: 100px 32px;
  }

  .trust-logos{
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 48px;
  }

  .trust-title{
    font-size: 40px;
  }

}


/* Tablets */
@media (max-width: 900px){

  .trust-section{
    padding: 80px 28px;
  }

  .trust-container{
    gap: 48px;
  }

  .trust-logos{
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
  }

  .trust-title{
    font-size: 34px;
    letter-spacing: -1px;
  }

  .trust-logo,
  .trust-logo img{
    height: 72px;
  }

}


/* Mobile */
@media (max-width: 640px){

  .trust-section{
    padding: 64px 20px;
  }

  .trust-container{
    gap: 36px;
  }

  .trust-logos{
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 28px;
  }

  .trust-title{
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.6px;
  }

  .trust-logo{
    height: 60px;
  }

  .trust-logo img{
    height: 60px;
    max-width: 110px;
  }

}

.why-section {
  padding: 120px 48px;
  background: var(--color-bg);
}

.why-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.why-title {
  font-family: var(--font-manrope);
  font-size: 62px;
  font-weight: 500;
  -webkit-text-stroke: 1px white;
}

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

.why-card {
  padding: 48px;
  background: rgba(255,255,255,0.04);
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.why-card h3 {
  font-family: var(--font-manrope);
  font-size: 28px;
  margin-bottom: 16px;
}

.why-card p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.85;
}
.testimonials-section {
  padding: 120px 48px;
  background: var(--color-bg-dark);
}

.testimonials-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.testimonials-title {
  font-family: var(--font-manrope);
  font-size: 62px;
  font-weight: 500;
  -webkit-text-stroke: 1px white;
}

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

.testimonial {
  font-family: var(--font-manrope);
  font-size: 18px;
  line-height: 1.6;
  padding: 48px;
  border-radius: 15px;
  background: rgba(255,255,255,0.04);
}

.testimonial span {
  display: block;
  margin-top: 24px;
  font-size: 14px;
  opacity: 0.6;
}
.editorial-split {
  height: 140vh;
  padding: 160px 48px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 96px;
  background: var(--color-bg);
}

.editorial-eyebrow {
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0.6;
}

.editorial-left h2 {
  margin-top: 32px;
  font-family: var(--font-manrope);
  font-size: 86px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -2.5px;
  -webkit-text-stroke: 1px white;
}

.editorial-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.editorial-right p {
  max-width: 420px;
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.8;
}
.manifesto {
  padding: 10px 48px;
  background: var(--color-bg-dark);
}

.manifesto-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.manifesto-inner p {
  font-family: var(--font-manrope);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.35;
  transition: opacity 0.6s ease;
}

.manifesto-inner p:hover {
  opacity: 1;
}
.expertise-timeline {
  padding: 160px 48px;
  background: var(--color-bg);
  overflow-x: hidden;
}

.timeline-track {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 72px;
}

.timeline-item span {
  font-size: 14px;
  letter-spacing: 0.3em;
  opacity: 0.4;
}

.timeline-item h3 {
  margin-top: 24px;
  font-family: var(--font-manrope);
  font-size: 32px;
  font-weight: 500;
}

.timeline-item p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.75;
  max-width: 280px;
}
.luxury-metrics {
  position: relative;
  padding: 100px 48px;
  background: var(--color-bg-dark);
}
.luxury-metrics::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('./public/patternwhite.svg') repeat;
  opacity: 0.03;   /* ← adjust this value */
  pointer-events: none;
  background-size: 500px;
  z-index: 0;
}

.luxury-metrics > * {
  position: relative;
  z-index: 1;
}
.travel-services{
position: relative;
}
.travel-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('./public/patternwhite.svg') repeat;
  opacity: 0.02;   /* ← adjust this value */
  pointer-events: none;
  background-size: 500px;
  z-index: 0;
}

.travel-services > * {
  position: relative;
  z-index: 1;
}

.mice-services{
  position: relative;
  }
  .mice-services::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('./public/patternwhite.svg') repeat;
    opacity: 0.02;   /* ← adjust this value */
    pointer-events: none;
    background-size: 500px;
    z-index: 0;
  }
  
  .mice-services > * {
    position: relative;
    z-index: 1;
  }

.events-services{
  position: relative;
  }
  .events-services::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('./public/patternwhite.svg') repeat;
    opacity: 0.02;   /* ← adjust this value */
    pointer-events: none;
    background-size: 500px;
    z-index: 0;
  }
  
  .events-services > * {
    position: relative;
    z-index: 1;
  }

.production-services{
  position: relative;
  }
  .production-services::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('./public/patternwhite.svg') repeat;
    opacity: 0.02;   /* ← adjust this value */
    pointer-events: none;
    background-size: 500px;
    z-index: 0;
  }
  
  .production-services > * {
    position: relative;
    z-index: 1;
  }
.metrics-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
}

.metric span {
  display: block;
  font-family: var(--font-manrope);
  font-size: 96px;
  font-weight: 500;
  letter-spacing: -2px;
  -webkit-text-stroke: 1px white;
}

.metric p {
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
}
/* -------------------------------
   Luxury metrics – responsive
-------------------------------- */

/* Tablet / small laptop */
@media (max-width: 1024px){

  .luxury-metrics{
    padding: 80px 32px;
  }

  .metrics-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 48px;
  }

  .metric span{
    font-size: 72px;
    letter-spacing: -1.4px;
  }

}


/* Mobile */
@media (max-width: 640px){

  .luxury-metrics{
    padding: 64px 20px;
  }

  .metrics-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }

  .metric span{
    font-size: 48px;
    letter-spacing: -1px;
  }

  .metric p{
    font-size: 12px;
    letter-spacing: 0.1em;
  }

}

.closing-statement {
  height: 100vh;
  padding: 0px 48px;
  background: var(--color-bg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.closing-statement p {
  text-align: center;
  font-family: var(--font-manrope);
  font-size: 72px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.8px;
  -webkit-text-stroke: 1px white;
}
.big-canvas-footer {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  padding: 160px 40px 80px;
}

.footer-background {
  position: absolute;
  inset: 0;
  background: url('./public/newsnewpic-min.webp') center/cover no-repeat; /* Replace with your luxury Morocco image */
  z-index: -2;
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.8) 100%);
  z-index: -1;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  margin-bottom: 120px;
  align-items: start;
}

.footer-title {
  font-family: 'lady bloom', serif; /* Or your elegant serif */
  font-size: clamp(60px, 8vw, 120px);
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 32px;
}

.footer-subtitle {
  font-size: 20px;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 600px;
  margin-bottom: 48px;
}

.large-cta {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 20px 40px;
  font-size: 16px;
  letter-spacing: 2px;
  transition: all 0.5s ease;
}

.large-cta:hover {
  background: #ffffff;
  color: #000000;
}

.large-cta:hover svg path {
  stroke: #000000;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.footer-column h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 32px;
  opacity: 0.8;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 16px;
}

.footer-column>ul>li>a{
  color: #dddddd!important;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.4s ease;
}
.footer-columnullia{
  color: #dddddd!important;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.4s ease;
}
.footer-column ul li a:hover {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-size: 14px;
  opacity: 0.7;
}

.legal a {
  color: inherit;
  text-decoration: none;
  margin: 0 12px;
  transition: opacity 0.3s;
}

.legal a:hover {
  opacity: 1;
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 80px;
    text-align: center;
  }
  
  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  
  .footer-subtitle {
    max-width: 800px;
    margin: 0 auto 48px;
  }
}

@media (max-width: 768px) {
  .footer-background {
   
    background: url('./public/newsnewpic-min.webp') 34% /cover no-repeat; /* Replace with your luxury Morocco image */
    
  }
  .big-canvas-footer {
    padding: 120px 24px 60px;
    min-height: 80vh;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}
.testimonials-section {
  padding: 160px 40px;
  background: #0f0f0f;
  color: #e8e8e8;
  position: relative;
  overflow: hidden;
}

.testimonials-container {
  max-width: 1400px;
  margin: 0 auto;
}

.section-header {
  margin-bottom: 100px;
  text-align: left;
}

.testimonials-title {
  font-family: 'Baskervville', serif;
  font-size: clamp(60px, 6vw, 90px);
  line-height: 1.1;
  margin: 32px 0 0;
  font-weight: 400;
}

.testimonials-carousel {
  overflow: hidden;
  margin: 0 -20px;
}

.testimonials-track {
  display: flex;
  gap: 60px;
  width: max-content;
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 480px;
  max-width: 480px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 60px 50px;
  border-radius: 0;
  transition: all 0.6s ease;
}

.testimonial-card:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-8px);
}

.testimonial-card blockquote {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  margin: 0 0 40px;
  font-style: italic;
  opacity: 0.95;
  position: relative;
}

.testimonial-card blockquote::before {
  content: '"';
  font-family: 'Baskervville', serif;
  font-size: 120px;
  opacity: 0.15;
  position: absolute;
  left: -30px;
  top: -40px;
  line-height: 1;
}

.testimonial-card cite {
  display: block;
  font-style: normal;
}

.client-name {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.client-title {
  display: block;
  font-size: 14px;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 60px;
}

.carousel-prev,
.carousel-next {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e8e8e8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.carousel-prev:hover,
.carousel-next:hover {
  background: #ffffff;
  color: #0f0f0f;
  border-color: #ffffff;
}

/* Responsive */
@media (max-width: 1024px) {
  .testimonial-card {
    flex: 0 0 400px;
    padding: 50px 40px;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 120px 24px;
  }
  .door-wrapper {
    position: absolute;
    right: 25%!important;
    width: 50%!important;
    top: -150%!important;
  }
  .section-header {
    
    margin-top: 30vh;
    margin-bottom: 80px;
  }

  .testimonials-track {
    gap: 40px;
  }

  .testimonial-card {
    flex: 0 0 calc(100vw - 80px);
    padding: 40px 30px;
  }

  .carousel-controls {
    justify-content: center;
    margin-top: 40px;
  }
  .testimonials-container{
    margin-bottom: 20vh;
  }
  .contact-container{
    margin-top: 20vh!important;
    margin-bottom: 20vh!important;
  }
  .arc-wrapper{
    top: -10%!important;
  }
  .amazigh-wrapper{
    width: 100%!important;
    right: 0%!important;
    bottom: -10%!important;
  }
}
.values-alt {
  padding: 160px 0;
  background: #0a0a0a;
  color: #e8e8e8;
  position: relative;
}

.values-container-alt {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
  align-items: center;
}

.values-text-side {
  position: relative;
}

.values-main-title {
  font-family: 'lady bloom';
  font-size: clamp(80px, 9vw, 140px);
  line-height: 1;
  margin: 0 0 100px;
  font-weight: 500;
  opacity: 0.9;
}

.values-stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.value-card {
  padding: 60px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  cursor: pointer;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.6;
}

.value-card:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.value-card:hover {
  opacity: 1;
  transform: translateX(40px);
  padding-left: 40px;
}

.value-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 24px;
  font-weight: 600;
  letter-spacing: -1px;
}

.value-card p {
  font-size: 18px;
  line-height: 1.8;
  max-width: 500px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.value-card:hover p,
.value-card.active p {
  opacity: 0.9;
  max-height: 200px;
}

.floating-quote {
  position: absolute;
  top: 30%;
  right: -200px;
  font-family: 'Baskervville', serif;
  font-size: 28px;
  line-height: 1.4;
  opacity: 0.15;
  pointer-events: none;
  transform: rotate(-5deg);
}

.values-image-side {
  position: relative;
  height: 100vh;
  min-height: 800px;
}

.image-main {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.image-inset {
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 60%;
  height: 70%;
  background-size: cover;
  background-position: center;
  box-shadow: 0 40px 80px rgba(0,0,0,0.6);
}

.values-footer {
  text-align: center;
  padding: 100px 0 60px;
  font-size: 14px;
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 1200px) {
  .values-container-alt {
    grid-template-columns: 1fr;
    padding: 0 40px;
  }

  .values-image-side {
    height: 80vh;
    margin-top: 100px;
  }

  .floating-quote {
    position: static;
    transform: none;
    opacity: 0.3;
    text-align: center;
    margin: 80px 0;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .value-card h3 {
    font-size: 36px;
  }

  .value-card:hover {
    transform: translateX(20px);
    padding-left: 20px;
  }

  .image-inset {
    width: 80%;
    bottom: -40px;
    right: -40px;
  }
}

.contact-section {
  padding: 180px 0 160px;
  background: #0a0a0a;
  color: #e8e8e8;
  position: relative;
  overflow: hidden;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
  align-items: center;
}

.contact-header {
  margin-bottom: 80px;
}

.contact-title {
  font-family: 'Baskerville', serif;
  font-size: clamp(70px, 8vw, 110px);
  line-height: 1.05;
  margin: 32px 0 40px;
  font-weight: 400;
}

.contact-subtitle {
  font-size: 20px;
  line-height: 1.7;
  opacity: 0.85;
  max-width: 600px;
}

.contact-form {
  margin-bottom: 100px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  margin-bottom: 60px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.full {
  grid-column: span 2;
}

.form-group label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.8;
}

.optional {
  font-weight: 400;
  text-transform: none;
  opacity: 0.6;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  color: #e8e8e8;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  padding: 16px 0;
  transition: border-color 0.4s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #ffffff;
}

.form-group textarea {
  resize: none;
}

.submit-button {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 20px 40px;
  font-size: 15px;
  letter-spacing: 1.5px;
  transition: all 0.6s ease;
}

.submit-button:hover {
  background: #ffffff;
  color: #0a0a0a;
  border-color: #ffffff;
}

.submit-button:hover svg path {
  stroke: #0a0a0a;
}

.contact-info {
  font-size: 18px;
  line-height: 2;
  opacity: 0.8;
}

.contact-info a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s ease;
}

.contact-info a:hover {
  border-color: #ffffff;
}

.contact-image {
  position: relative;
  height: 100vh;
  min-height: 800px;
  background: url('./public/marrakech-en-decembre.jpg') center/cover no-repeat;
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(10, 10, 10, 0.133), rgba(10, 10, 10, 0.503));
}

/* Responsive */
@media (max-width: 1200px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 100px;
    padding: 0 60px;
  }

  .contact-image {
    height: 70vh;
    order: -1;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 140px 0 120px;
  }

  .contact-container {
    padding: 0 30px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .form-group.full {
    grid-column: span 1;
  }

  .contact-title {
    font-size: 70px;
  }
  .values-alt{
    padding: 300px 0px;
  }
}

/* =========================
   SERVICE CONTACT SECTION
========================= */

.service-contact-section{
  height:auto;
  /* max-height:100vh; */
  background:#0a0a0a;
  overflow:hidden;
}

.service-contact-container{
  height:100%;
  /* max-height:100vh; */
  width:100%;
  max-width:1600px;
  margin:0 auto;
  padding:90px 80px 60px;
  display:flex;
  flex-direction:column;

}

/* header */

.service-contact-header{
  flex-shrink:0;
  margin-bottom:40px;
}

.service-contact-title{
  font-family:'Baskerville', serif;
  font-size:clamp(52px,6vw,90px);
  line-height:1.05;
  font-weight:400;
  margin-bottom:24px;
}

.service-contact-subtitle{
  font-size:18px;
  line-height:1.7;
  opacity:.85;
  max-width:600px;
}

/* scroll area */


/* form */

.service-contact-form{
  margin-bottom:60px;
}

.service-contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px 60px;
  margin-bottom:60px;
}

.service-contact-group{
  display:flex;
  flex-direction:column;
}

.service-contact-group.full{
  grid-column:span 2;
}

.service-contact-group label{
  font-family:'Montserrat', sans-serif;
  font-size:14px;
  font-weight:600;
  letter-spacing:1.5px;
  text-transform:uppercase;
  margin-bottom:16px;
  opacity:.8;
}

.service-contact-group input,
.service-contact-group select,
.service-contact-group textarea{
  background:transparent;
  border:none;
  border-bottom:1px solid rgba(255,255,255,.2);
  color:#e8e8e8;
  font-family:'Manrope', sans-serif;
  font-size:18px;
  padding:16px 0;
  transition:border-color .4s ease;
}

.service-contact-group input:focus,
.service-contact-group select:focus,
.service-contact-group textarea:focus{
  outline:none;
  border-color:#fff;
}

.service-contact-group textarea{
  resize:none;
}

.service-contact-budget-wrapper{
  display:flex;
  gap:20px;
}

.service-contact-budget-wrapper input{flex:1;}

.service-contact-budget-wrapper select{
  background:transparent;
  border:none;
  border-bottom:1px solid rgba(255,255,255,.2);
  color:#e8e8e8;
  font-family:'Manrope', sans-serif;
  font-size:18px;
  padding:16px 0;
}

/* button */

.service-contact-submit{
  background:transparent;
  border:1px solid rgba(255,255,255,.3);
  padding:20px 40px;
  font-size:15px;
  letter-spacing:1.5px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:inherit;
  cursor:pointer;
  transition:all .6s ease;
}

.service-contact-submit:hover{
  background:#fff;
  color:#0a0a0a;
  border-color:#fff;
}

.service-contact-submit:hover svg path{
  stroke:#0a0a0a;
}

/* info */

.service-contact-info{
  font-size:18px;
  line-height:2;
  opacity:.8;
}

.service-contact-info a{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color .4s ease;
}

.service-contact-info a:hover{
  border-color:#fff;
}

/* responsive */

@media(max-width:900px){

  .service-contact-container{
    padding:80px 30px 40px;
  }

  .service-contact-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .service-contact-group.full{
    grid-column:span 1;
  }

  .service-contact-title{
    font-size:48px;
  }
  .right-element{
    margin-top: 20vh;
  }
}
/* =========================
   SERVICE CONTACT – COMPACT
========================= */

.service-contact-section{
  padding:100px 0;
  background:#0a0a0a;
}

/* 80% width */
.service-contact-container.service-contact-compact{
  width:80%;
  max-width:1200px;
  margin:0 auto;
  padding:60px 60px 70px;
  display:block;
}

/* header */

.service-contact-header{
  margin-bottom:36px;
}

.service-contact-title{
  font-family:'Baskerville', serif;
  font-size:clamp(38px,4vw,56px);
  line-height:1.1;
  font-weight:400;
  margin-bottom:14px;
}

.service-contact-subtitle{
  font-size:16px;
  line-height:1.6;
  opacity:.85;
  max-width:520px;
}

/* remove scroll layout */
.service-contact-scroll{
  overflow:visible;
  padding-right:0;
}

/* form */

.service-contact-form{
  margin-bottom:40px;
}

.service-contact-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px 36px;
  margin-bottom:36px;
}

/* full width fields become 3 columns */
.service-contact-group.full{
  grid-column:span 3;
}

.service-contact-group label{
  font-size:12px;
  letter-spacing:1.2px;
  margin-bottom:10px;
}

/* inputs tighter */

.service-contact-group input,
.service-contact-group select,
.service-contact-group textarea{
  font-size:15px;
  padding:10px 0;
}

/* textarea smaller */

.service-contact-group textarea{
  min-height:90px;
}

/* button */

.service-contact-submit{
  padding:14px 26px;
  font-size:13px;
}

/* info */

.service-contact-info{
  font-size:15px;
  line-height:1.8;
  margin-top:10px;
}

/* responsive */

@media(max-width:1024px){

  .service-contact-container.service-contact-compact{
    width:90%;
    padding:50px 30px 60px;
  }

  .service-contact-grid{
    grid-template-columns:1fr 1fr;
  }

  .service-contact-group.full{
    grid-column:span 2;
  }
}

@media(max-width:640px){

  .service-contact-container.service-contact-compact{
    width:92%;
  }

  .service-contact-grid{
    grid-template-columns:1fr;
  }

  .service-contact-group.full{
    grid-column:span 1;
  }
}

.gallery-swiper {
  margin-top: 80px;
  padding: 0 60px;
  position: relative;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  width: 100%;
}

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

.gallery-item {
  overflow: hidden;
  position: relative;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.12);
}

.gallery-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 16px;
  font-family: 'Montserrat', sans-serif;
}

/* Swiper Navigation */
.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  margin-top: -30px;
  transition: all 0.4s ease;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  color: #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #fff;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  color: #000;
}

/* Pagination */
.swiper-pagination {
  position: static;
  margin-top: 60px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
  .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .gallery-swiper {
      padding: 0 20px;
  }

  .gallery-grid {
      grid-template-columns: 1fr;
      gap: 20px;
  }

  .gallery-item.tall,
  .gallery-item.wide {
      grid-column: auto;
      grid-row: auto;
  }
}
.licence{
  display: flex;
  gap: 2rem;
  height: 70px;
  margin-top: 4rem;
}
.licence img{
  height: 70px;
}

.values-container-alt{
  position: relative;
}
.berrad-wrapper{
  position: absolute;
  top: 0%;
  width: 500px;
  right: 7%;
}
.marrakech-line-wrapper{
  width: 400px;
  position: absolute;
bottom: -10%;  
right: 0%;
  z-index: 111;
}
.contact-container{
  position: relative;
}
.arc-wrapper{
  position: absolute;
  top: -5%;
  right: 15%;
}
.palm-wrapper{
  position: absolute;
  bottom: 0%;
  left: 15%;
}
.morocco-line{
  position: absolute;
  bottom: -10%;
  width: 500px;
}
.camera-wrapper{
  position: absolute;
  top: -20%;
  width: 300px;
}
.split-content{
  position: relative;

}
.section-header{
  position: relative;

}
.door-wrapper{
  position: absolute;
  right: 10%;
  width: 300px;
  top: 0%;
}

.amazigh-wrapper{
  position: absolute;
  right: -15%;
  bottom: -5%;
  width: 1000px;
}
.moutains-wrapper{
  position: absolute;
  /* right: 35%; */
  width: 500px;
  top: -10%;
}
.events-wrapper{
  position: absolute;
  bottom: -20%;
  width: 500px;
}
.features-container{
  position: relative;
}
.camel-container{
  position: absolute;
  bottom: 5%;
  width: 500px;
}
.editorial-split{
  position: relative;
}
/* -------------------------------
   Editorial split – responsive
-------------------------------- */

/* Tablet */
@media (max-width: 1024px){

  .editorial-split{
    height: auto;
    padding: 120px 32px;
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .editorial-left h2{
    font-size: 64px;
    letter-spacing: -1.8px;
  }

  .editorial-right{
    align-items: flex-start;
  }

}


/* Mobile */
@media (max-width: 640px){

  .editorial-split{
    padding: 80px 20px;
    gap: 40px;
    height: 100vh;
  }

  .editorial-left h2{
    margin-top: 24px;
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .editorial-right p{
    font-size: 16px;
    max-width: 100%;
  }
  .camel-container{
    position: absolute;
    top: 100%;
    width: 500px;
    left: 0%;
  }
}


.paint-svg{
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 100%;
  /* inset:0; */
  z-index:1;
}
.editorial-left{
  position:relative;
  z-index:2;
  mix-blend-mode:difference;
  color:white;
}
.editorial-right{
  position:relative;
  z-index:2;
  mix-blend-mode:difference;
  color:white;
}

.service-music-toggle {
  position: fixed;
  bottom: 205px;
  /* 115 + 50px button + 10px gap */
  right: 30px;
  z-index: 10;
}


.service-music-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* base diamond */
.service-music-item {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  transform: rotate(45deg);
  background: transparent;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: .3s linear;
}

/* icon */
.service-music-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  z-index: 2;
}

/* pulse layer (like whatsapp) */
.service-music-pulse::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #ffffff;
  opacity: 0;
  z-index: -1;
}

/* hover behavior */
.service-music-pulse:hover {
  background: #fff;
}

.service-music-pulse:hover a {
  color: #0a0a0a;
}

.service-music-pulse:hover::after {
  animation: serviceMusicWave 1.2s linear infinite;
}

/* sonar animation (same logic as your whatsapp) */
@keyframes serviceMusicWave {
  0% {
      transform: scale(1);
      opacity: 1;
  }

  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}