/* ========== Base ========== */
* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; scroll-behavior: smooth; }
body {
  font-family: "Inter", sans-serif; 
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #ffffff;
  color: #000000; 
  line-height: 1.5;
}
nav {
  position: fixed;
  height: 100px;
  background: rgba(0,0,0,0.1);
  width: 100%;
  top: 0;
  z-index: 20;
}
nav #logo {
  background-image: url(../img/logo.png);
  background-position: center;
  background-size: cover;
  position: absolute;
}
a.whatsapp-icon {
  line-height: 0;
}
.wrap { max-width: 1100px; margin: 0 auto; padding: 40px 20px; }
.zone { background: #ffffff; box-sizing: border-box; padding: 40px; padding-bottom: 40px; position: relative; }
.dark-bg { background: #000 !important; color: #fff !important; }

.benefits { background: black; color: white; }
#videopattern {
	background-image: url(../img/pattern.png);
	position: absolute;
	width: 100%;
	z-index: 2;
	height: 100%;
	top: 0;
	left: 0; 
background: linear-gradient( to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100% );
  pointer-events: none; 
	/*! background-position: fixed; */
}
h1, h2, h3 { margin: 0 0 .5rem 0; font-weight: 600; }
h1 { font-size: clamp(32px, 5vw, 60px); }
 
.benefits h3 {
  color: #cb805b;
}

/* Hero logo text via background-image */


h2 { font-size: clamp(34px, 4.5vw, 46px); font-weight: 100; text-align: center; margin-bottom: 1em; }
p { margin: .5rem 0 1rem; }

/* Buttons */

#about .btn {
  border: 1px solid black;
  color: #bac3f1; 
  text-transform: uppercase;
  font-weight: 400; letter-spacing: 1px;
  margin-top: 1em;
  cursor: pointer;
}
.btn {
  cursor: pointer;
  display: inline-block;
  padding: 14px 24px;
  border: 2px solid #bac3f1;
  background: #bac3f1;
  color: #000;
  text-decoration: none; 
  font-weight: bold;
  transition: 0.3s ease;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn:before {
  content: ""; display: block; width: 0%; height: 100%;
  position: absolute; left: 0; top: 0; background-color: #000; z-index: -1;
  transition: all 0.3s ease-in-out; 
}
.btn:hover:before { width: 100%; }
.btn:hover { color: #bac3f1; transform: translateY(0px); }

/* Hero */
@keyframes hatchMove { 0% { background-position: 0 0; } 100% { background-position: 40px 40px; } }
header.hero {  width: 100%; height: 100vh; overflow: hidden; background-size: 40px 40px; animation: hatchMove 10s linear infinite; }
header.hero video { position: fixed; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.6; filter: grayscale(100%); }
.hero-content { position: relative; height: calc(100% - 200px); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 20px; color: white; z-index: 3;margin-top: 200px;}
h1.hero-title {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  padding: 0 1em;
}
.hero-subtitle { 
  color: #CB805B; 
  /*! font-size: 2rem; */  
  font-size: clamp(26px, 4.5vw, 46px);
  /*! line-height: 0.3em; */
  margin-bottom: 1.5em;
  padding: 0 2em;
}
/* Cards (benefits) */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.card { border: 2px solid #000; padding: 30px; transition: transform 0.3s ease; text-align: center; border-radius: 0; } /* angles droits */
.card svg { width: 50px; height: 50px; margin-bottom: 20px; stroke: #cb805b;}
.card p { font-weight: 100; }
.card:hover { transform: translateY(-4px); }
.benefits .card:nth-child(2) svg {/*! stroke: #CB805B; */}
.benefits .card:nth-child(2) h3 {/*! color: #CB805B; */}
.benefits .card:nth-child(3) svg {/*! stroke: #f4f3ef; */}
.benefits .card:nth-child(3) h3 {/*! color: #f4f3ef; */}

/* Forms */ 
form { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
form .full { grid-column: 1/-1; }
input, select, textarea {
  padding: 14px;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  transition: border 0.2s ease;
}
input:focus, select:focus, textarea:focus { border-color: #666; }
footer { text-align: center; padding: 40px 20px; border-top: 2px solid #000; background: #fff; position: relative; }

/* WhatsApp Floating Button 
.whatsapp-fixed { position: fixed; top: 20px; right: 20px; width: 60px; height: 60px; background: #000;
  border-radius: 50%; display: flex; justify-content: center; align-items: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2); z-index: 999; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.whatsapp-fixed:hover { transform: translateY(-3px); box-shadow: 0 6px 12px rgba(0,0,0,0.3); }
.whatsapp-fixed img { width: 32px; height: auto; fill: #fff; }*/

/* Language Selector 
.lang-select { position: fixed; top: 95px; right: 20px; z-index: 999; border: 2px solid #000; background: #000; color:#fff;
  padding: 6px 12px; font-family: inherit; font-size: 14px; cursor: pointer; transition: 0.3s ease; width:60px; }
.lang-select:hover { background: #000; color: #fff; }  */

@media (max-width: 768px) { form { grid-template-columns: 1fr; } }

/* ========== Custom Cursor ========== */
.custom-cursor { position:fixed; top:0; left:0; width:100%; height:100%; pointer-events:none; z-index:9999; mix-blend-mode:difference }
.cursor-line { position:absolute; background:#ffffffb3; opacity:.1 }
.cursor-line.vertical { width:1px; height:100%; left:50%; top:0 }
.cursor-line.horizontal { height:1px; width:100%; top:50%; left:0 }
.cursor-plus { position:absolute; transform:translate(-50%,-42%); font-size:20px; color:#fff; font-family:DM Sans; font-weight:200; pointer-events:none }
.cursor-plus svg { width:40px; aspect-ratio:1/1 }
.cursor-plus path { transition:.1s }

/* ========== Modal (angles droits) ========== */
.lead-modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.7); display: none; align-items: center; justify-content: center; z-index: 10000; }
.lead-modal-backdrop.is-open { display: flex; }
.lead-modal {
  background: #fff; color: #000; width: min(720px, 92vw);
  border-radius: 0; /* angles droits */
  padding: 28px; box-shadow: 0 25px 60px rgba(0,0,0,.25);
  transform: translateY(10px) scale(.98); opacity: 0; transition: .25s ease; position: relative;
}
.lead-modal img { display:block; width:120px; margin:0 auto 2em;}
.lead-modal-backdrop.is-open .lead-modal { transform: translateY(0) scale(1); opacity: 1; }
.lead-modal .close-btn { position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; border: 2px solid #000; background: #fff; border-radius: 0; cursor: pointer; font-weight: 700; line-height: 1; }
.lead-modal h3 { text-align: center; font-size: clamp(22px, 2.8vw, 28px); margin: 0 0 6px 0; font-weight: 700; }
.lead-modal p.lead-intro { margin: 0 0 18px 0; color: #333; font-size: 0.98rem; }
.inline-radios { display: flex; gap: 12px; flex-wrap: wrap; }
.inline-radios label { display: inline-flex; align-items: center; gap: 8px; border: 2px solid #000; padding: 10px 12px; border-radius: 0; cursor: pointer; user-select: none; flex: 1;}
.inline-radios input[type="radio"] { accent-color: #000; }
.lead-modal .btn { border-color: #000; color: #000; }
.lead-modal .btn:before { background-color: #000; }
.lead-modal .btn:hover { color: #fff; }
.helper { font-size: .88rem; color: #555; /*! margin-bottom: 0px; */}
.success-toast, .error-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  background: #000; color: #fff; padding: 12px 16px; border-radius: 0; box-shadow: 0 8px 22px rgba(0,0,0,.25); z-index: 10001; }

/* ========== Services: full-bleed panoramic carousel (BLACK) ========== */
.services-carousel-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff!important;
  position: relative;
  color: #fff; padding: 56px 0;
}
.services-container { margin: 0 auto; padding: 0 0px; }
.services-title { text-align: left; margin-bottom: 48px;  font-weight: 100; text-align:center;color:black; }

.services-viewport { position: relative; overflow: hidden; }
.services-track { display: flex; gap: 26px; will-change: transform; transform: translateX(0); padding: 6px 4px; }

/* Panoramic card: angles droits */
.service-card {
  position: relative;
  flex: 0 0 40vw; aspect-ratio: 16 / 9;
  border-radius: 0px; /* angles droits */
  overflow: hidden; background: #bac3f1;
}
@media (min-width: 1200px) { .service-card { flex-basis: 40vw; } }
@media (max-width: 640px){ .service-card { flex-basis: 90vw; } }

.service-card img { 
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(100%) contrast(1.12) brightness(0.88);
  transform: scale(1.06);
  transition: transform .6s ease, filter .6s ease;
  display: none
}
.service-card:hover img { transform: scale(1.1); filter: grayscale(0%) contrast(1.05) brightness(0.95); }

/* Overlay + lisibilité renforcée */
.svc-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end; gap: 12px;
  padding: 24px;
  color: #fff;
}
.svc-overlay h3 { font-size: clamp(18px, 2vw, 24px); font-weight: 700; margin: 0; /*! text-shadow: 0 1px 2px rgba(0,0,0,.6), 0 0 1px rgba(255,255,255,.15); */ }
.svc-overlay p { font-size: clamp(13px, 1.6vw, 15px); color: #f1f1f1; margin: 0 0 8px 0; /*! text-shadow: 0 1px 2px rgba(0,0,0,.5); */ }
.svc-overlay .btn { border-color: #fff; color: #fff; }
.svc-overlay .btn:before { }
.svc-overlay .btn:hover { color: #000; }

/* Nav arrows (angles droits) */
.srv-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 0; background: rgba(255,255,255,.08);
  color:#000; border: 1px solid #000; cursor: pointer; display: grid; place-items:center;
  transition: .25s ease; z-index: 2; backdrop-filter: blur(4px);
}
.srv-nav:hover { background: rgba(255,255,255,.2); }
.srv-nav.prev { left: 10px; }
.srv-nav.next { right: 10px; }

/* Compteur sous le carousel */
.srv-counter {
  margin-top: 14px;
  text-align: center;
  font-size: .9rem;
  letter-spacing: .08em;
  color: rgba(255,255,255,0.8);
}

/* ========== Scroll progress bar ========== */
#scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 4px; z-index: 10002; pointer-events: none; }
#scroll-progress span { display: block; height: 100%; width: 0%; background: #CB805B; transform-origin: 0 50%; }
#scroll-progress.on-dark span { background: #CB805B; } /* inversion sur sections sombres */
 
/* ========== Back to top ========== */
#backToTop {
  position: fixed; right: 18px; bottom: 18px; width: 44px; height: 44px;
  background: #fff; color:#000; border: 3px solid black; border-radius: 0;
  display: grid; place-items: center; font-size: 20px; cursor: pointer; z-index: 10002;
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: none;
  box-sizing: border-box;
  cursor: pointer;
}
#backToTop.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* ========== Reveal (GSAP baseline) ========== */
/* Ensure reveal elements are visible by default */
/* Smooth appearance */ 
.reveal {
  opacity: 1;
  transform: none;
  will-change: opacity, transform;
  transition: none;
}


/* Fallback: reveal elements visible if JS disabled */
.no-js .reveal { opacity: 1 !important; transform: none !important; }




/* === MODAL : amélioration visuelle et responsive === */
.lead-modal {
  max-height: 90vh;              /* empêche le dépassement d’écran */
  overflow-y: auto;              /* scroll vertical si le contenu est trop haut */
  scrollbar-width: thin;
  scrollbar-color: #000 #f1f1f1; /* couleur scrollbar Firefox */
}

.lead-modal::-webkit-scrollbar {
  width: 6px;
}
.lead-modal::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0;
}

.lead-modal h3 {
  font-size: clamp(22px, 2.8vw, 28px);
  margin: 0 0 12px 0;
  font-weight: 500;
  text-align: center;
}
.lead-modal h3 span {
display: block;
    font-weight: 300;

}


.lead-modal p.lead-intro {
  margin: 0 0 24px 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.4;
}

/* Espacement du formulaire */
#leadForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#leadForm input,
#leadForm select,
#leadForm textarea {
  border: 1.5px solid #000;
  border-radius: 4px;
  padding: 14px 16px;
  font-size: 1rem;
  background: #fff;
  transition: box-shadow 0.2s ease, border 0.2s ease;
}

#leadForm input:focus,
#leadForm select:focus,
#leadForm textarea:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
  outline: none;
}

/* Radios : style cartes */
.inline-radios {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.inline-radios label {
  border: 1.5px solid #000;
  border-radius: 6px;
  padding: 10px 16px;
  transition: all 0.25s ease;
  cursor: pointer;
}

.inline-radios input[type="radio"] {
  display: none;
}

.inline-radios input[type="radio"]:checked + span {
  font-weight: 600;
}

.inline-radios label:has(input[type="radio"]:checked) {
  background: #000;
  color: #fff;
}

/* Case à cocher */
#leadForm input[type="checkbox"] {
  accent-color: #000;
  transform: scale(1.2);
}

/* Bouton principal */
.lead-modal .btn {
  background: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  font-weight: 600;
  padding: 14px 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.lead-modal .btn:hover {
  background: #fff;
  color: #000;
}

/* Mobile : centrage + scroll fluide */
@media (max-width: 600px) {
  .lead-modal-backdrop {
    align-items: flex-start;
    padding: 40px 0;
    overflow-y: auto;
  }

  .lead-modal {
    width: 92vw;
    margin: auto;
    max-height: none;
    min-height: 100vh;
    border-radius: 0;
    box-shadow: none;
    padding: 24px;
  }

  #leadForm {
    gap: 14px;
  }

  .lead-modal .close-btn {
    top: 14px;
    right: 14px;
    background: transparent;
    border: none;
    font-size: 26px;
  }
}

/* Case à cocher : alignement propre */
#leadForm label.full.helper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
  margin-top: 8px;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #444;
}

#leadForm input[type="checkbox"] {
  /*! appearance: none; */ 
  width: 18px;
  height: 18px;
  border: 1.8px solid #000;
  border-radius: 3px;
  display: grid;
  place-items: center;
  transition: all 0.25s ease;
  flex-shrink: 0; /* empêche la case de se comprimer */
}

#leadForm input[type="checkbox"]:checked {
  background: #000;
  border-color: #000;
}

#leadForm input[type="checkbox"]:checked::after {
  content: "✓";
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
}

/* Ajustement mobile */
@media (max-width: 600px) {
  #leadForm label.full.helper {
    font-size: 0.9rem;
    gap: 8px;
  }
}



/* PARTNERS SECTION */


.partners-section {
    background-color: #202020;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.partners-section h2 {
  font-size: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
}

.logo-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.logo-track {
  display: inline-flex;
  align-items: center;
  gap: 80px;
}

.logo-track img {
  height: 120px; 
  opacity: 0.25;
  transition: transform 0.6s ease, opacity 0.6s ease;
  filter: grayscale(100%);
}

.logo-track img:hover {
  opacity: 1.2;
  transform: scale(1.2);
  filter: grayscale(0%);
}

.motif {
  /* Réglages */
  --tile: 40px;         /* taille du motif (chaque petit carré = --tile/2) */
  --bg: #0b0b0d;        /* couleur de fond */
  --fg: #5dd6ff;        /* couleur des carrés (utilise currentColor) */
  --blur: 1.8;          /* intensité du flou (px) */

  position: relative;
  background-color: var(--bg);
  color: var(--fg);     /* pilote la couleur des carrés via currentColor */
}


/* DAYAN */ 

section#dayan {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      min-height: 100vh;
      overflow: hidden;
      background-color: #000;
      
      /* Image de fond */
      background-image: url("../img/dayan.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: scroll;
      filter: grayscale(0%) brightness(0.85);
      opacity: 0;
      transition: opacity 1.5s ease;
    }


#dayan {
  opacity: 0;
  transition: opacity 1s ease;
  background-position-x: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#dayan.visible {
  opacity: 1;
}


    /* CONTENU TEXTE */
    #dayan .content {
      position: relative;
      z-index: 2;
      width: 45%;
      padding: 5rem 5%;
      /*! opacity: 0; */ 
      transform: translateY(50px);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent 60%);
    }

    #dayan h1 {
      font-size: 2.8rem; 
      font-weight: 700;
      margin-bottom: 0.5rem;
      text-align: center;
      font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #bac3f1; 

    }

    #dayan h2 {
      font-size: 0.8rem;
      font-weight: 168;
      color: #c2c2c2;
      margin-bottom: 3rem;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    #dayan p {
      line-height: 1.7;
      font-size: 1rem;
      color: #ddd;
      margin-bottom: 1rem;
    }

    #dayan p strong {
      color: #fff;
    }

    #dayan a {
      color: #bac3f1;
      font-weight: 600;
      text-decoration: none;
      transition: color 0.3s ease, text-shadow 0.3s ease;
    }

    #dayan a:hover {
      color: #f0ce82;
      text-shadow: 0 0 8px rgba(212, 180, 106, 0.5);
    }

    /* FADE-IN GLOBAL */
    #dayan.visible {
      opacity: 1;
    }

    /* RESPONSIVE */

@media (max-width:1022px) {
  .golden-visa-section .gv-image img {
margin: auto;
}
}

    @media (max-width: 1024px) {
      #dayan {
        flex-direction: column;
        justify-content: flex-start;
        background-position: center top;
      }

      #dayan .content {
        width: 90%;
        padding: 2rem 1em 3rem 1em;
        background: rgba(0, 0, 0, 0.6);
        box-sizing: border-box; 
      }

      #dayan h1 {
        font-size: 2.2rem;
      }
    }

    @media (max-width: 600px) {
      #dayan h1 {
        font-size: 1.9rem;
      }
      #dayan h2 {
        font-size: 1rem;
      }
      #dayan p {
        font-size: 0.95rem;
      }
    }



/* ===== GOLDEN VISA SECTION (Brand Mauve #bac3f1) ===== */
.golden-visa-section {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 60px;
  /*! padding: 100px 5% 0; */ 
  background: #f4f3ef; /* ton mauve principal */
  color: #000;
  overflow: hidden;
  position: relative;
}

.golden-visa-section .gv-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  width: 90%; 
}

/* TEXTE */
.golden-visa-section .gv-text {
  flex: 1 1 480px;
  padding-bottom: 80px; /* laisse de l’espace pour le mockup */
}

.golden-visa-section .gv-text h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1rem; 
  color: #000;
}

.golden-visa-section .gv-text h2 span {
  color: #bac3f1;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  
}

.golden-visa-section .gv-text p {
  color: #222;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

/* IMAGE — collée en bas */
.golden-visa-section .gv-image {
  flex: 1 1 400px;
  text-align: center;
  align-self: flex-end;
  position: relative;
}

.golden-visa-section .gv-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  position: relative;
  bottom: 0;
  transform: translateY(30px); /* effet collé sur le bas de la section */
  border-radius: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 0.95;
  display: block;
} 

.golden-visa-section .gv-image img:hover {
  transform: translateY(25px) scale(1.02);
  opacity: 1;
}

/* CTA harmonisé */
.golden-visa-section .btn {
  background: #CB805B;
  color: #fff;
  transition: all 0.3s ease;
}

.golden-visa-section .btn:hover {
  background: transparent;
  color: #CB805B;
  border: none;
}

/* Responsive */
@media (max-width: 900px) {
  .golden-visa-section {
    flex-direction: column;
    align-items: center;
    padding: 60px 5% 0;
    text-align: center;
  }

  .golden-visa-section .gv-container {
    flex-direction: column;
    align-items: center;
  }

  .golden-visa-section .gv-text {
    padding-bottom: 40px;
  }

  .golden-visa-section .gv-image img {
    max-width: 90%;
    transform: translateY(20px);
  }
}

/* Glow effect on CTA (soft reflection pulse) */
.golden-visa-section .btn {
  position: relative;
  overflow: hidden;
  border: none; 
}

.golden-visa-section .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 100%
  );
  transform: skewX(-25deg);
  transition: left 0.6s ease;
}

.golden-visa-section .btn:hover::after {
  left: 120%;
}

/* ==== REAL ESTATE PROJECTS (Blanc cassé chaud + décalage vertical) ==== */
.projects-section {
  background: #f4f3ef; /* blanc cassé chaud */
  color: #000;
  padding: 120px 5%;
  overflow: hidden;
  position: relative;
}

.projects-carousel {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start; /* ✅ aligne sur le haut pour permettre les décalages */
  flex-wrap: wrap;
}

.project-card {
  position: relative;
  flex: 0 0 320px;
  height: 460px;
  /*! border: 1.5px solid #000; */
  overflow: hidden;
  background: #000;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* ✅ décalage visuel en alternance */
.project-card:nth-child(1) { margin-top: 40px; }
.project-card:nth-child(2) { margin-top: 0; }
.project-card:nth-child(3) { margin-top: 60px; }
.project-card:nth-child(4) { margin-top: 20px; }
.project-card:nth-child(5) { margin-top: 80px; }



.project-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  opacity: 0.9;
}

.project-card:hover img {
  transform: scale(1.05);
  opacity: 1;
}

/* Overlay */
.project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 30%, transparent 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.project-overlay h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.project-overlay .learn-more {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.project-overlay .learn-more:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
/* ✅ Dès qu'on passe sous 4 colonnes (~1100px ou moins), on aligne tout */
@media (max-width: 1100px) {
  .project-card {
    margin-top: 0 !important;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .projects-carousel {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .project-card {
    flex: 0 0 80%;
    height: 420px;
    margin-top: 0 !important; /* ✅ pas de décalage sur mobile */
  }

  .projects-carousel::-webkit-scrollbar { display: none; }
}

/* --- PROJECTS: overrides de fin de fichier --- */
.projects-section .projects-carousel {
  display: flex !important;
  flex-wrap: wrap !important;          /* on autorise plusieurs lignes */
  align-items: flex-start !important;   /* pour que les margin-top se voient */
  justify-content: center;
  gap: 40px;

  /* on neutralise l’ancien mode "slider horizontal" */
  overflow-x: visible !important;
  scroll-snap-type: none !important;
}

.projects-section .project-card {
  flex: 0 0 320px;
  height: 460px;
  margin-top: 0; /* base neutre */
}

/* Décalage visuel (augmente la spécificité pour battre d’autres règles) */
.projects-section .project-card:nth-child(1) { margin-top: 40px; }
.projects-section .project-card:nth-child(2) { margin-top: 0;    }
.projects-section .project-card:nth-child(3) { margin-top: 60px; }
.projects-section .project-card:nth-child(4) { margin-top: 20px; }
.projects-section .project-card:nth-child(5) { margin-top: 80px; }

/* Quand on a < 4 colonnes (~≤1100px), on supprime le décalage */
@media (max-width: 1100px) {
  .projects-section .project-card { margin-top: 0 !important; }
}

/* Mobile : on peut garder le scroll horizontal si tu le souhaites */
@media (max-width: 900px) {
  .projects-section .projects-carousel {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
  }
  .projects-section .project-card {
    flex: 0 0 80%;
    height: 420px;
    margin-top: 0 !important;
  }
  .projects-section .projects-carousel::-webkit-scrollbar { display: none; }
}

/* ==== Luxury Project Card (Costa Mare) ==== */
.luxury-project {
  position: relative;
  overflow: hidden;
}

.luxury-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.luxury-project:hover img {
  transform: scale(1.08);
}

/* Overlay info */
.project-info {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /*! opacity: 0; */ 
  transform: translateY(30px);
}

.project-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
  letter-spacing: 0.5px;
}

.project-location {
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #d0d0d0;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.project-price {
  font-size: 1rem;
  font-weight: 600;
  color: #bac3f1;
  margin-bottom: 1rem;
}

.project-price span {
  font-size: 1.1rem;
  font-weight: 700;
}

.project-desc {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #e9e9e9;
}

/* Mobile */
@media (max-width: 900px) {
  .project-info {
    opacity: 1;
    transform: none;
    background: rgba(0, 0, 0, 0.4);
  }
  .luxury-project:hover img {
    transform: none;
  }
}

/* ==== FEATURED PROJECTS GRID ==== */
.projects-section {
  background: #f4f3ef;
  color: #000;
  padding: 120px 5%;
  position: relative;
}

.projects-header {
  text-align: center;
  margin-bottom: 60px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  justify-content: center;
}

.luxury-project {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.luxury-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.luxury-project:hover img {
  transform: scale(1.08);
}

/* Overlay container */
.project-info {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 20%, transparent 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

/* Always visible (base) */
.project-base {
  transition: all 0.4s ease;
}

.project-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  margin-bottom: 0.3rem;
}

.project-location {
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #d0d0d0;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

/* Hover content */
.project-hover {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.project-price {
  font-size: 1rem;
  font-weight: 600;
  color: #bac3f1;
  margin-bottom: 0.6rem;
}

.project-price span {
  font-weight: 700;
}

.project-desc {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #eee;
}

/* Hover effect */
.luxury-project:hover .project-hover {
  opacity: 1;
  transform: translateY(0);
}

.luxury-project:hover .project-base {
  transform: translateY(-8px);
}

/* CTA */
.projects-cta {
  text-align: center;
  margin-top: 60px;
}

.projects-cta .btn {
  background: #CB805B;
  color: #000;
  border: none;
  transition: all 0.3s ease;
}

.projects-cta .btn:hover {
  background: transparent;
  color: #CB805B;
}

/* Responsive */
@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .project-info {
    background: rgba(0, 0, 0, 0.45);
  }
  .project-hover {
    opacity: 1;
    transform: none;
  }
}

/* === FIX: ensure overlay (text) appears above image === */
.luxury-project {
  position: relative;
  z-index: 0;
}

.luxury-project img {
  position: relative;
  z-index: 1;
}

.luxury-project .project-info {
  position: absolute;
  inset: 0;
  z-index: 2; /* ✅ overlay au-dessus de l’image */
  pointer-events: none; /* pour ne pas bloquer le clic sur .open-lead-modal */
}

.luxury-project .project-info .project-base,
.luxury-project .project-info .project-hover {
  pointer-events: none;
}

/* Survol : on veut que l’effet hover reste actif sur la carte entière */
.luxury-project:hover img {
  z-index: 1;
  transform: scale(1.08);
}

/* Facultatif : pour mieux tester */
.luxury-project .project-info {
  will-change: opacity, transform;
}

/* === ABOUT PUERTA DUBAI (NO IMAGE VERSION) === */
.about-section {
  position: relative;
  background: linear-gradient(135deg, #f4f3ef 0%, #eae8ff 100%);
  padding: 180px 10%;
  overflow: hidden;
  text-align: center;
}

.about-content {
  max-width: 880px;
  margin: 0 auto;
}

.about-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 700;
  color: #111;
  letter-spacing: -0.5px;
  margin-bottom: 2rem;
  position: relative;
}

.about-title span {
  color: #3a328a;
  font-weight: 600;
}

.about-text {
  font-family: "Inter", sans-serif;
  color: #333;
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}

.about-divider {
  width: 120px;
  height: 2px;
  background: #3a328a;
  margin: 2.5rem auto 3rem auto;
  border-radius: 2px;
}

.about-cta .btn {
  color: #000;
  padding: 14px 42px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.4s ease;
}

.about-cta .btn:hover {
  background: transparent;
  color: #fff;
}

/* Decorative subtle glow (optional, elegant) */
.about-section::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, rgba(186,195,241,0.4) 0%, transparent 70%);
  top: -100px;
  right: -150px;
  filter: blur(40px);
  z-index: 0;
}

.about-section::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle at center, rgba(58,50,138,0.2) 0%, transparent 70%);
  bottom: -120px;
  left: -100px;
  filter: blur(50px);
  z-index: 0;
}

.about-content {
  position: relative;
  z-index: 2;
} 

/* Responsive */
@media (max-width: 768px) {
  .about-section {
    padding: 120px 6%;
  }
  .about-title {
    font-size: 2.2rem;
  }
}

/* === Organic gradient animation for About section === */
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.about-section {
  background: linear-gradient(135deg, #f4f3ef 0%, #eae8ff 100%);
  background-size: 200% 200%;
  animation: gradientFlow 5s ease-in-out infinite; /* boucle lente et naturelle */
}


/* ===== PRELOADER (absolute overlays) ===== */
#preloader{
  position: fixed;
  inset: 0;
  z-index:9999;
  overflow:hidden;                /* on garde le cadre propre */
}

#preloader .loader-content{
  position:absolute;              /* centrer au milieu de l’écran */
  top:50%; left:50%;
  transform:translate(-50%,-50%);
  z-index:3;
  text-align:center;
}

#preloader .loader-logo{ width:160px; opacity:.9; margin-bottom:24px; }

#preloader .loader-line{
  width:80px; height:2px; margin:0 auto; position:relative; overflow:hidden;
  background:linear-gradient(90deg,#C8A87C 0%,#F4F3EF 100%);
}
#preloader .loader-line::before{
  content:""; position:absolute; inset:0; opacity:.85;
  background:linear-gradient(90deg,transparent,#fff,transparent);
  animation:lineFlow 2.8s ease-in-out infinite;
}

@keyframes lineFlow{
  0%{ transform:translateX(-100%); }
  50%{ transform:translateX(0%); }
  100%{ transform:translateX(100%); }
}

/* --- les deux volets (ABSOLUTE dans le preloader) --- */
#preloader .loader-overlay {
  position: absolute;
  left: 0;
  width: 100%;

  background:#000;
  height: 50vh;
  background: #000;
  z-index: 2;
  transform: translateY(0);
  will-change: transform;
}



#preloader .loader-overlay.top{    top:0; bottom: auto;}
#preloader .loader-overlay.bottom{ bottom:0; top: auto; }

/* désactive toute interaction pendant l’affichage */
body.loaded #preloader{ pointer-events:none; }

/* ==== HEADER / NAVBAR ==== */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: transparent;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}

.nav-container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  bottom: 3px;
}
.nav-left {
  bottom: 5px;
  padding-right: 18px;
}
.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.menu-btn span {
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.menu-label {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.nav-logo {
  height: 150px;
  display: block;
  opacity: 0.95;
  transition: all 0.3s ease;
  transition-delay: 0.4s;
  margin: auto;
  cursor: pointer;
}
.nav-logo-scrolled {
  height: 0px;display: block;
  width: auto;
    transition: all 0.3s ease;
  margin: auto;
  cursor: pointer;

}
header.main-header {
  transition: all 1s ease;
  transition-delay: 0.5s; 
}

header.main-header.scrolled .nav-logo {
  height: 0; width: auto;
}
header.main-header.scrolled .nav-logo-scrolled {
  height: 30px; width: auto;  transition-delay: 0.4s;

} 
header.main-header.scrolled {
  background-color: rgba(0,0,0,0.8);
}


header.main-header.scrolled .nav-left, 
header.main-header.scrolled .nav-right {
  bottom: 0;
} 

.nav-right select {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 0.9rem;
  appearance: none;
  cursor: pointer;
  position: relative;
  bottom: 0px;
}

.whatsapp-icon img {
  width: 27px;
  height: 27px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.whatsapp-icon:hover img {
  opacity: 1;
}

/* ==== SIDE MENU ==== */
#side-menu {
  position: fixed;
  top: 0;
  /*! left: -50%; */
  width: 50vw;
  height: 100vw;
  background: #000;
  color: #fff;
  z-index: 111111111111999;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateX(-100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

#side-menu.open {
  transform: translateX(0);
} 

#menu-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 2rem;
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* ==== OVERLAY ==== */
#menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 998;
}

#menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ==== BODY ZOOM EFFECT ==== */
body.menu-open main,
body.menu-open section {
  transform: scale(0.97);
  transition: transform 0.6s ease;
  filter: brightness(0.8);
}

/* ==== RESPONSIVE ==== */
@media (max-width: 900px) {
  #side-menu {
    width: 100%;
    height:100vh;
  }
  .nav-logo {
    height: 128px;
  }
  .main-header {
    padding: 16px 24px;
  }
}



/* === SERVICE CARDS - STRUCTURE ALIGNÉE === */

.service-card {
  flex: 0 0 320px;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #000;
  display: flex;
  flex-direction: column; /* vertical alignment */
  justify-content: space-between; /* répartit haut/bas */
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease, border-color 0.4s ease;
  color: #fff;
}

/* contenu interne */
.svc-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* haut et bas */
  flex-grow: 1;
  height: 100%;
}

/* bloc du haut : titre + texte */
.svc-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

/* titre ferré en haut */
.svc-overlay h3 {
  /*! font-family: "Cormorant Garamond", serif; */
  font-weight: 500;
  font-size: 1.45rem;
  line-height: 1.3;
  transition: color 0.4s ease;
}

/* description */
.svc-overlay p {
  /*! font-family: "Inter", sans-serif; */
  font-size: 0.92rem;
  line-height: 1.6;
  opacity: 0.85;
  max-width: 240px;
  color: #000;
}

/* bouton ferré en bas */
.svc-overlay .btn {
  align-self: flex-start; 
  background: transparent;
  border: 1.5px solid currentColor;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 10px 22px;
  transition: all 0.4s ease;
}

/* alternance couleur */
.service-card:nth-child(2n+1) h3,
.service-card:nth-child(2n+1) .btn {
  color: #000;
  border-color: #cb805b;
}

.service-card:nth-child(2n) h3,
.service-card:nth-child(2n) .btn {
  color: #000000;
  border-color: #bac3f1;
}

/* effet hover */
.service-card:hover {
  transform: translateY(-8px);
}
.service-card:hover .btn,
.service-card:hover .btn:hover {
  background-color: #000!important;
  color: #fff;
}


/* === FOOTER BASE === */
.main-footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 120px 5% 80px;
  font-family: "Inter", sans-serif;
}

.footer-signature {
  margin-bottom: 40px;
}

.footer-logo {
  width: 120px;
  opacity: 0.9;
}

/* === SOCIAL ICONS === */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 50px;
}

.footer-social a {
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.4s ease;
  position: relative;
}

/* fine ligne sous l’icône au hover (élégance minimaliste) */
.footer-social a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0%;
  height: 1px;
  background: currentColor;
  transition: all 0.4s ease;
  transform: translateX(-50%);
}

/* alternance subtile des couleurs sur hover */
.footer-social a:nth-child(2n+1):hover {
  color: #bac3f1; /* mauve */
}
.footer-social a:nth-child(2n):hover {
  color: #5bcb99; /* vert */
}
.footer-social a:hover::after {
  width: 60%;
}

/* === FOOTER NOTE === */
.footer-note {
  font-size: 0.85rem;
  opacity: 0.6;
  letter-spacing: 1px;
}

.scroll-indicator {
  position: relative;
  width: 1px;                 /* finesse extrême */
  height: 100px;              /* hauteur totale */
  background: rgba(255,255,255,0.1); /* base très subtile */
  margin: 80px auto 0;        /* centré sous le CTA */
  overflow: hidden;
}

.scroll-indicator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px; /* la portion blanche mobile */
  background: rgba(255,255,255,0.9);
  animation: scrollLine 2.8s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

/* animation descendante puis réinitialisation douce */
@keyframes scrollLine {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(200%);
    opacity: 0;
  }
}


.lang-select {
  position: relative;
  display: inline-block;
}

.lang-select select {
  appearance: none; /* retire le style natif */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,1); 
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.8px;
  padding: 5px 33px 5px 8px; /* espace à droite pour la flèche */
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* flèche fine et élégante */
.lang-select::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 45%;
  right: 12px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid rgba(255,255,255,0.7);
  border-bottom: 1.5px solid rgba(255,255,255,0.7);
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease;
}

/* sur hover : légère montée de la flèche */
.lang-select:hover::after {
  transform: translateY(-60%) rotate(45deg);
  opacity: 0.9;
}

/* sur hover : contraste subtil sur la bordure */
.lang-select select:hover {
  border-color: rgba(255,255,255,0.7);
}

/* version “scrollée” (si ton header change d’état) */
header.scrolled .lang-select select {
  border-color: rgba(255,255,255,0.6);
  color: #f9f9f9;
}
header.scrolled .lang-select::after {
  border-color: rgba(255,255,255,0.6);
}



/* Ajustements Responsive */

@media (max-width: 430px){ 
.nav-left {
	bottom: 5px;
	padding-right: 5px;
}
  .hero-title {
    font-size: 42px;
    padding-bottom: 1em!important;
  }
  .hero-subtitle {
	color: #CB805B;
	font-size: 1.5rem;
	line-height: 1.3em;
	margin-bottom: 2.5em;
    font-weight: 300;
}
  .cursor-line, .cursor-plus {
    display: none;
  }
section#dayan {

	background-position: -500px center  ;

}
}
@media (max-width: 410px){ 
  .lang-select, .menu-label {display: none;}


  .hero-title {
    font-size: 38px;
    padding-bottom: 1em!important;
  }
  .hero-subtitle {
	color: #CB805B;
	font-size: 1.5rem;
	line-height: 1.3em;
	margin-bottom: 2.5em;
    font-weight: 300;
}
}

@media (max-width: 380px){ 


  .hero-title {
    font-size: 30px;
    padding-bottom: 1em!important;
  }
  .hero-subtitle {
	color: #CB805B;
	font-size: 1.5rem;
	line-height: 1.3em;
	margin-bottom: 2.5em;
    font-weight: 300;
}
}



/* ======== SIDE MENU ======== */
#side-menu {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#side-menu.open {
  opacity: 1;
  visibility: visible;
}

#menu-close {
  position: absolute;
  top: 30px;
  right: 40px;
  background: none;
  border: none;
  color: white;
  font-size: 3rem;
  cursor: pointer;
  font-weight: 300;
  z-index: 83;
  cursor: pointer; 
}

.side-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  text-align: center;
  box-sizing: border-box;
  padding: 13vh 0;
}

.side-nav .menu-link {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.2rem, 1vw + 0.5rem, 2.4rem);
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  letter-spacing: 2px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.side-nav .menu-link:hover {
  color: #cb805b;
  transform: scale(1.08);
}


.goog-te-banner-frame.skiptranslate,
.goog-logo-link,
.goog-te-gadget span,
.goog-te-balloon-frame,
div.skiptranslate {
  display: none!important;
}

body {
  top:0!important;
}

.services-carousel-full {
    position: relative;
    z-index: 9999 !important;
}

#side-menu {
	z-index: 2000000;
}

footer .legalink {
  transition: all 0.3s;
  font-size: 9px;
  cursor: pointer;
  text-decoration: none;
  color: gray;
  text-transform: uppercase;
}

