/*
Theme Name: nelly
Theme URI: https://www.nelly.com/wp-content/themes/nelly
Author: nelly
Author URI: https://www.nelly.com/
Text Domain: nelly
*/

@import url("https://fonts.googleapis.com/css2?family=Ysabeau:ital,wght@0,1..1000;1,1..1000&display=swap");

* {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

/*  */
:root {
  --bg: #111a19;
  --card: #fff;
  --muted: rgba(255, 255, 255, 0.85);
  --accent: #e6b45c;
  --cl-navy: #b86830;
  --cl-dor: #e6b45c;
  --cl-white: #ffffff;
  --cl-orange: #ff7535;
}
html,
body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
body {
  position: relative;
  color: var(--cl-navy);
  font-size: 1rem;
  background-color: #fbf6cb;
  font-family: "Ysabeau", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide scrollbar for Chrome, Brave, Edge, Opera */

h1,
h2 {
  font-family: "Ysabeau", sans-serif;
}

@font-face {
  font-family: "ReeyRegular";
  src: url("public/Fonts/Reey-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

li {
  padding: 0 !important;
}
a {
  color: var(--cl-navy);
  text-decoration: none;
}

.btn-book {
  background-color: var(--cl-dor);
  color: var(--cl-white) !important;
  width: 9rem;
  height: 2.5rem;
  border: none;
  outline: none;
  font-size: 0.8rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 0.5rem 2rem;
  display: inline-block;
  text-align: center;
}
.btn-book a {
  color: var(--cl-white) !important;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.head {
  background-color: var(--cl-dor);
  padding: 0;
}
.head .container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.head-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.head-contact a {
  color: var(--cl-white) !important;
  text-decoration: none;
}
.head-contact p {
  color: var(--cl-white) !important;
}
.head-contact i {
  font-size: 0.9rem;
  margin-right: 0.5rem;
  color: var(--cl-white) !important;
}
.head li {
  color: var(--cl-white);
  font-weight: 600;
}
/* NAVBAR */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 4rem;
  margin-bottom: 0;
  z-index: 999;
}

/* .navbar.scrolled {
  background: var(--bg) !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
} */
/* Center the logo */
.navbar-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  border-radius: 0.3rem;
  font-family: "ReeyRegular", sans-serif;
}

.navbar-logo img.logo {
  object-fit: contain;
}

a.navbar-brand {
  font-size: 2rem;
  color: var(--cl-white);
  font-family: "ReeyRegular", sans-serif !important;
}

/* Menu and icons */
.navbar-left,
.navbar-right {
  display: flex;
  align-items: center;
}

.navbar-right i {
  font-size: 1rem;
  color: var(--cl-white);
  /* Change this as needed */
}

/* Responsive fix */
@media (max-width: 992px) {
  .navbar-logo {
    position: static;
    transform: none;
    margin: auto;
  }
}
/* HERO */
.hero .swiper {
  width: 100%;
  height: 50rem;

  z-index: -10;
}
.hero .swiper-wrapper {
  width: 100%;
  height: 50rem;
}
.hero .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .swiper-slide-bg {
  position: relative;
  width: 100%;
  height: 50rem;
  border-radius: 0.6rem;
}

.hero .swiper-slide-bg img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.6rem;
  transition: 0.5s ease-in-out all;
  transform: scale(1.2);
}
.hero .swiper-slide-active .swiper-slide-bg img {
  transform: scale(1); /* zoom-in effect when active */
}
.hero .swiper-slide-content {
  width: 100%;
  height: 100%;
  background-color: #1c293834;
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(0%);
  display: flex;
  justify-content: center;
  flex-direction: column !important;
  border-radius: 0.6rem;
}
.hero .swiper-slide-content div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.6rem;
}
.hero span {
  background-color: var(--cl-navy) !important;
  line-height: 0.2;
  transform: rotate(-5deg);
  border-radius: 0;
  max-width: 20rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}
.hero .swiper-slide-content h1 {
  font-size: 5rem;
  text-transform: uppercase;
  color: var(--cl-white);
  -webkit-text-stroke: 1px var(--cl-white);
  line-height: 1;
  font-weight: 700;
  width: 100%;
  margin-top: -1.5rem;
}
.hero .swiper-slide-content li {
  color: var(--cl-white);
  font-size: 1rem;
  font-weight: 500;
  /* text-align: justify; */
  max-width: 40rem;
}
.hero-section {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
  z-index: -1000;
}

.hero-section .swiper-slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(55%);
}

.hero .swiper-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 20px;
}

.hero .swiper-slide-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}

.hero .swiper-slide-content li {
  list-style: none;
  font-size: 1.2rem;
  width: 80%;
  margin: 0 auto 20px;
  line-height: 1.5;
  opacity: 0.85;
}

.about {
  /* background-color: var(--cl-navy) !important; */
  background-color: #b86830 !important;
  padding-top: 4rem;
  color: var(--bg) !important;
}
.about span {
  background-color: var(--cl-dor) !important;
  line-height: 1;
  transform: rotate(-5deg);
  border-radius: 0;
  max-width: 13rem;
  height: 2rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 1rem;
  color: var(--cl-white) !important;
  font-size: 0.8rem;
}
.about h1 {
  font-family: "ReeyRegular", sans-serif !important;
  color: var(--cl-white) !important;
}
.about p {
  color: var(--cl-white) !important;
}

.about dd {
  color: var(--cl-white);
}
@keyframes fadeInPop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.fade-pop {
  animation: fadeInPop 1s ease-out forwards;
}

/* Subtle floating animations */
@keyframes float1 {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-10px) translateX(4px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

@keyframes float2 {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-6px) translateX(-5px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

@keyframes float3 {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-12px) translateX(2px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

/* Apply animations */
.animate-img1 {
  animation: float1 6s ease-in-out infinite;
}

.animate-img2 {
  animation: float2 7s ease-in-out infinite;
}

.animate-img3 {
  animation: float3 5.5s ease-in-out infinite;
}
/* CATEGROEIES */
.categories {
  background-color: var(--cl-navy);
}
.categories span {
  color: var(--cl-white);
  background-color: var(--cl-dor) !important;
  line-height: 0.2;
  transform: rotate(-3deg);
  border-radius: 0;
  width: 11rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.categories h1 {
  font-size: 2rem;
  color: var(--cl-white);
  margin-bottom: 2rem;
  font-family: "ReeyRegular", sans-serif !important;
}
.category-swiper .swiper-wrapper {
  display: flex;
  padding: 2rem 0;
}

/* Each slide */
.category-swiper .swiper-slide {
  width: 15rem;
  height: 22rem;
  flex-shrink: 0;
  border-radius: 50rem;
  /* border: 0.1rem solid var(--cl-navy); */
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  border: 0.2rem solid var(--cl-white);
  padding: 0.7rem;
  cursor: pointer;
}
/* Active slide effect */
.category-swiper .swiper-slide-active {
  transform: scale(1.15);
  transition: transform 0.3s ease-in-out;
  z-index: 10;
  border-color: var(--cl-white);
  width: 15rem;
  height: 24rem;
  /* margin: 0 1rem; */
}

/* Image inside category card */
.categories-section .category-card img {
  width: 15rem;
  height: 22rem;
  object-fit: cover;
  border-radius: inherit;
  display: block;
  transition: transform 0.6s ease-in-out;
  position: relative;
  border-radius: 50rem;
}

/* .category-swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
} */
.category-swiper .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* Title overlay */
.categories-section .category-title {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  color: var(--cl-navy);
  background-color: var(--cl-white);
  padding: 0.5rem 3rem;
  border-radius: 5rem 5rem 0.2rem 0.2rem;
  font-size: 1rem;
  font-weight: 600;
  z-index: 5;
  text-align: center;
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid var(--cl-white);
  border-bottom: 0;
}

/* Hover effect */
.category-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
/* PRODUCTS */

.container-products {
  width: 100%;
  height: auto;
  position: relative;
  color: var(--cl-white);
  /* background-color: rgb(245, 245, 245); */
  /* z-index: -2; */
  padding-top: 3rem;
}
.container-products span {
  background-color: var(--cl-dor) !important;
  line-height: 1;
  transform: rotate(-5deg);
  border-radius: 0;
  max-width: 10rem;
  height: 2rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 1rem;
  color: var(--cl-white) !important;
  font-size: 0.8rem;
}
.container-products .section-top h1 {
  font-family: "ReeyRegular", sans-serif !important;
  color: var(--cl-navy) !important;
  font-size: 2rem;
}

/* PRODUCTS */
.products .swiper-slide-bg {
  pointer-events: none; /* laisse passer les events au parent */
}

.products .swiper-slide-bg img {
  pointer-events: auto; /* réactive le hover sur l'image */
}

.products-container {
  position: relative;
}
.products {
  position: relative;
}
.products .swiper {
  width: 100%;
  height: auto;
  position: relative;
}
.products .swiper-wrapper {
  width: 100%;
}
.products .swiper-slide {
  width: 20rem;
  height: auto;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  cursor: pointer;
  /* border: .1rem solid var(--cl-navy); */
  /* border: 0.2rem solid var(--cl-navy); */
  border-radius: 2rem;
  overflow: hidden;
}

.swiper-products .swiper-slide-active  .swiper-slide {
  padding: 0 !important;
}
.swiper-products .swiper-slide-active  img {
  
  transform: scale(1.03);
  border-radius: 2rem !important;
}
.products .swiper-slide-bg {
  position: relative;
  /* overflow: hidden; */
  border-radius: 10rem 10rem 0 0;
  border-radius: 2rem;
  /* padding: 1rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.products .swiper-slide-bg img {
  position: relative;
  width: 19rem;
  height: 28rem;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.171) 2px 2px 2px;
  transition: all 0.4s ease-in-out;
  border-radius: 10rem 10rem 0 0;
  border: 0.1rem solid var(--cl-navy);
  transition: transform 0.6s ease-in-out;
  border-radius: 50rem 50rem 2rem 2rem; 
}

.products .swiper-slide-bg:hover img {
  transform: scale(1.03);
}

.products .swiper-slide-content {
  width: 20rem !important;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 0;
  border-radius: 0.3rem;
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  padding: 2rem 1rem 1rem 0.5rem;
  background-color: var(--cl-navy);
  border: 0.1rem solid var(--cl-white);
  border-bottom: 0;
  border-radius: 2rem 2rem 0 0;
}
.products .swiper-slide-content h1 {
  font-size: 1.1rem;
  text-transform: capitalize;
  color: var(--white);
  font-weight: 400;
  text-align: start;
  font-family: "Ysabeau", sans-serif;
  text-align: center;
}
.products .swiper-slide h3 {
  background-color: var(--bg);
  border: 0.1rem solid var(--cl-dor);
  color: var(--cl-dor);
  font-size: 1rem;
  border-radius: 0.2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1.7rem;
  right: 0rem;
  transform: translate(-50%);
}

/* INSTA */
.insta {
  background-color: var(--bg);
}
.insta-badge {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: rotate(-3deg);
  border: .1rem solid var(--cl-white);
}

/* .insta-badge:hover {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
} */

.insta span {
  background-color: var(--cl-dor) !important;
  line-height: 1;
  transform: rotate(-10deg);
  border-radius: 0;
  max-width: 10rem;
  height: 2rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 1rem;
  color: var(--cl-white) !important;
  font-size: 0.8rem;
  z-index: 10;
}
.insta h1 {
  font-family: "ReeyRegular", sans-serif !important;
  color: var(--cl-white) !important;
  font-size: 2rem;
  z-index: 10;
}
.insta-ticker-wrap {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0;
}

/* Each scrolling line */
.insta-line {
  display: flex;
  width: max-content;
  gap: 1rem;
  will-change: transform;
}

/* Tracks (duplicated for seamless loop) */
.insta-track {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.insta-track img {
  width: 14rem;
  height: 14rem;
  object-fit: cover;
  border-radius: 0.7rem;
  flex-shrink: 0;
  display: block;
}

/* LEFT line (scrolls to left) */
.line-left {
  animation: scroll-left 30s linear infinite;
}

/* RIGHT line (scrolls to right) */
.line-right {
  animation: scroll-right 30s linear infinite;
}

/* SEAMLESS ANIMATIONS */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* DARK EDGES (left + right) */
.insta-ticker-wrap {
  position: relative;
}

.insta-ticker-wrap::before,
.insta-ticker-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10rem; /* adjust darkness width */
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.insta-ticker-wrap::before {
  width: 40rem;
  left: 0;
  background: linear-gradient(
    to right,
    rgb(0, 0, 0),
    rgba(0, 0, 0, 0.726),
    rgba(0, 0, 0, 0.267),
    transparent
  );
}

.insta-ticker-wrap::after {
  width: 40rem;
  right: 0;
  background: linear-gradient(
    to left,
    rgb(0, 0, 0),
    rgba(0, 0, 0, 0.781),
    rgba(0, 0, 0, 0.356),
    transparent
  );
}

/* FLOAT ANIMATION ON IMAGES */
.insta-track img {
  animation: float 4s ease-in-out infinite alternate;
  transform-origin: center;
}

/* FLOAT KEYFRAME */
@keyframes float {
  0% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-8px) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(-1deg);
  }
}

/* RANDOM SLIGHT ROTATION PER TRACK (OPTIONAL but stylish) */
.insta-line:nth-child(odd) {
  transform: rotate(-1.2deg);
}

.insta-line:nth-child(even) {
  transform: rotate(1.2deg);
}

/* SCROLL SPEED VARIATION (more natural) */
.line-left {
  animation: scroll-left 25s linear infinite;
}

.line-right {
  animation: scroll-right 32s linear infinite;
}

/* YOUR EXISTING KEYFRAMES (kept) */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Hover pause */
/* .insta-line:hover {
  animation-play-state: paused;
} */

/* HARAS */
.haras {
  background-color: var(--cl-navy);
  color: var(--cl-white);
  text-align: center;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.haras h1 {
  font-family: "ReeyRegular", sans-serif;
  font-size: 2rem;
}
.haras h2 {
  font-size: 1.5rem;
}

/* Activity */
.activity-top {
  background-color: var(--cl-navy);
  padding: 8rem 0 3rem 0;
  border-radius: 0 0 5rem 5rem;
}
.activity-top h1 {
  color: var(--cl-white);
  margin-bottom: 1rem;
  font-size: 3rem;
  text-align: center;
}
.activity-top ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--cl-white);
  text-align: center;
  margin-bottom: 2rem;
}

.reservation-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  backdrop-filter: blur(3px);
}

.popup-content {
  background: linear-gradient(135deg, var(--cl-navy), var(--cl-hover));
  color: var(--cl-white);
  padding: 2rem 2.5rem;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  animation: popupFade 0.35s ease-out;
}

.popup-content h2 {
  margin-bottom: 0.7rem;
  font-size: 1.5rem;
}

.popup-content button {
  margin-top: 1rem;
  background: var(--cl-white);
  color: var(--cl-navy);
  border: none;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.25s;
}

.popup-content button:hover {
  opacity: 0.8;
}
/* PRODUCT DETAILS */
.product-details {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(176, 117, 216, 0.85); */
  /* backdrop-filter: blur(5px); */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* padding: 1rem 1rem 1rem 0; */
  margin-top: -3rem;
  margin-bottom: 0;
}

.product-details.active {
  display: flex;
  justify-content: center;
  align-content: center;
}

.product-details .details-content-container {
  background: var(--cl-white);
  color: var(--cl-navy);
  padding: 0.5rem;
  border-radius: 0.7rem;
  width: 70rem;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-align: start;
  position: relative;
  /* box-shadow: 0 8px 20px rgba(141, 79, 183, 0.3); */
  animation: fadeInUp 0.3s ease;
  border-radius: 1rem 7rem 1rem 1rem;
}

.product-details .product-rating {
  display: flex;
  justify-content: start;
  align-items: center;
}
.product-details .product-rating i {
  font-size: 0.7rem;
}
.product-details .details-close {
  position: absolute;
  top: 0rem;
  right: 0rem;
  font-size: 0.9rem;
  background: none;
  border: none;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--cl-navy);
  color: var(--cl-white);
  cursor: pointer;
  border-radius: 50% 50% 0.1rem 50%;
  border: 0.1rem solid var(--cl-white);
}

.product-details .details-content {
  width: 35rem !important;
  height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 2rem;
}
.product-details .details-content h2 {
  font-size: 1.5rem;
  text-align: center;
}
.product-details .details-main-image {
  width: 33rem !important;
  height: 33rem !important;
  object-fit: cover;
  border-radius: 1rem 1rem 50% 1rem;
  border: 1px solid var(--cl-navy) !important;
}
#details-description {
  font-size: 0.6rem;
}
.description {
  background-color: #72411d;
  /* background-color: var(--cl-navy); */
  color: var(--cl-white);
  margin-top: -4rem;
  padding: 4rem 0 4rem 0;
  border-radius: 5rem 5rem 0 0;
}
.description h3 {
  font-size: 2rem;
  color: var(--cl-dor);
}
.description p {
  font-weight: 700;
}
.details-price {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--cl-navy);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.details-qty {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0.5rem 0;
}

.details-qty button {
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem 0.2rem 10rem 10rem;
  background: var(--cl-navy);
  color: var(--cl-white);
  border: none;
  cursor: pointer;
}

.details-qty span {
  font-size: 1.1rem;
  color: var(--cl-navy);
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .product-details {
    display: flex;
    justify-content: start !important;
    align-items: flex-start !important;
    height: auto;
    padding: 0 !important;
    background-color: var(--navy);
  }
  .product-details.active {
    display: flex;
    flex-direction: column;
  }
  .product-details-top {
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .product-details .details-content-container {
    /* padding: 5rem 0 !important; */
    width: 100% !important;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    background-color: none !important;
    padding: 0 !important;
    z-index: 2;
    margin-top: 0;
  }
  .product-details .details-content {
    width: 30rem !important;
    color: var(--cl-white) !important;
    position: relative;
    margin-top: -10rem;
    max-height: 50rem !important;
    padding: 5rem;
    z-index: 6;
    bottom: 0;

    /* Scroll caché */
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE / Edge */
    border-radius: 40% 40% 0 0;
    background-color: var(--cl-navy);
  }

  .product-details .details-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  .product-details .details-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
  }

  .product-details .details-description {
    font-size: 0.5rem !important;
    max-width: 24rem !important;
  }
  .product-details .product-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
  }
  .product-details .product-rating i {
    font-size: 1rem;
    z-index: 6;
    color: var(--cl-white) !important;
  }
  .details-price {
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--cl-white) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .product-details .details-main-image {
    width: 30rem !important;
    height: 40rem !important;

    border: none !important;
    border-radius: 5rem;
  }

  .details-price {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0.5rem 0;
    color: var(--cl-white) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 6;
  }

  .details-qty {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    z-index: 6;
  }

  .details-qty button {
    padding: 0.3rem 0.8rem;
    background: var(--cl-white);
    color: var(--cl-navy);
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
  }

  .details-qty span {
    font-size: 1.3rem;
    color: var(--cl-white) !important;
  }
}
/* Smooth animation */
@keyframes popupFade {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.activity-details-form .reservationForm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}

.activity-details-form .form-input {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 80%;
}

/* Labels */
.activity-details-form label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--cl-navy);
  margin-left: 4px;
}

/* Inputs */
.activity-details-form input {
  width: 100%;
  padding: 0.5rem;
  border-radius: 8px;
  border: 1.6px solid #dcdcdc;
  font-size: 1rem;
  transition: 0.25s ease;
  background: var(--cl-white);
  color: #333;
  border: 0.1rem solid var(--cl-navy);
}

/* Focus Effect */
.activity-details-form input:focus {
  color: var(--cl-navy);
  box-shadow: 0 0 0 3px rgba(141, 79, 183, 0.25);
  outline: none;
}

/* Hover Input */
.activity-details-form input:hover {
  border-color: var(--cl-hover);
}

/* Submit Button */
.activity-details-form .btn-book,
#submitBtn {
  background: var(--cl-navy);
  color: var(--cl-white);
  border: none;
  padding: 0.3rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  width: 10rem;
  transition: 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid var(--cl-white);
}

.activity-details-form .btn-book:hover,
#submitBtn:hover {
  background: var(--cl-hover);
}

/* Prix Total */
.total-price strong,
.total-price span {
  color: var(--bg);
  font-size: 1.5rem;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 600px) {
  .activity-details-form form {
    gap: 0.8rem;
  }

  .activity-details-form input,
  .activity-details-form .btn-book {
    font-size: 0.95rem;
  }

  /* Labels */
  .activity-details-form label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--cl-white);
    margin-left: 4px;
  }
}
/* FOOTER */
.footer-careau {
  height: 17rem;
  color: var(--cl-white) !important;
  padding: 1rem;
  border-radius: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-careau li {
  color: var(--cl-white) !important;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer .navbar-brand {
  border-radius: 0.4rem;
  margin-bottom: 1rem;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.footer .container ul {
  width: 22rem;
}
.footer .container h1 {
  color: var(--cl-white);
  font-size: 1.3rem;
}
.footer .container li {
  color: var(--cl-white);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer .container a {
  color: var(--cl-white);
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.footer .container i {
  color: var(--cl-white) !important;
  font-size: 0.9rem;
}
.footer .footer-media {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 0.1rem solid var(--cl-white);
  max-width: 5rem;
}
.oqbani li {
  color: var(--cl-white) !important;
}
.oqbani a {
  color: var(--cl-white) !important;
}

/* Container principal */
.ticker-wrap {
  width: 110%;
  position: absolute;
  left: -1rem;
  margin-top: -3rem;
  overflow: hidden;
  padding: 10px;
  /* background: linear-gradient(180deg, #071025 0%, #0b1220 60%); */
  background-color: var(--bg);
  transform: rotate(-2deg);
  z-index: 110;
}

/* Track animé (flex-row) */
.ticker {
  display: flex;
  gap: 28px;
  align-items: center;
  white-space: nowrap;
}

/* Chaque item (titre + icône) */
.item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 7px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.015)
  );
  min-width: 220px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.item .txt {
  font-weight: 700;
  font-size: 18px;
  color: var(--card);
  letter-spacing: 0.2px;
}
.item .sub {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  margin-top: 2px;
}

/* Icônes SVG simples */
.icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(230, 180, 92, 0.14),
    rgba(230, 180, 92, 0.06)
  );
  border-radius: 10px;
  border: 1px solid rgba(230, 180, 92, 0.12);
}
.icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

/* Track qui défile (double pour boucle fluide) */
.ticker-track {
  display: flex;
  gap: 28px;
  align-items: center;
  animation: scroll 18s linear infinite;
}

/* Pause animation au survol */
.ticker-wrap:hover .ticker-track {
  animation-play-state: paused;
}

/* Keyframes demandés: 0 50 100 */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Responsive: réduire la rotation sur petits écrans pour lisibilité */
@media (max-width: 600px) {
  .item {
    /* transform: rotate(8deg); */
    min-width: 170px;
    padding: 10px;
  }
  .icon {
    width: 40px;
    height: 40px;
  }
  .item .txt {
    font-size: 15px;
  }
}

@media (max-width: 786px) {
  .section-top h1 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2;
  }
  /* Hero */
  .hero span {
    background-color: var(--cl-navy) !important;
    line-height: 0.2;
    transform: rotate(-5deg);
    border-radius: 0;
    width: auto;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .hero .swiper-slide-content h1 {
    font-size: 2rem;
    text-transform: uppercase;
    color: var(--cl-white);
    -webkit-text-stroke: 1px var(--cl-white);
    line-height: 1;
    font-weight: 700;
    width: 100%;
    margin-top: -0.5rem;
  }
  .hero .swiper-slide-content li {
    color: var(--cl-white);
    font-size: 1rem;
    font-weight: 500;
    /* text-align: justify; */
    max-width: 40rem;
  }

  /* about */

  .about span {
    background-color: var(--cl-dor) !important;
    line-height: 1;
    transform: rotate(-5deg);
    border-radius: 0;
    max-width: 13rem;
    height: 2rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3rem 1rem;
    color: var(--cl-white) !important;
    font-size: 0.8rem;
    text-align: center;
  }
  .about h1 {
    font-family: "ReeyRegular", sans-serif !important;
    text-align: center;
  }
  /* INSTA */

  .insta-track img {
    width: 8rem;
    height: 8rem;
    object-fit: cover;
    border-radius: 0.7rem;
    flex-shrink: 0;
    display: block;
  }
  .insta-ticker-wrap::before {
    width: 15rem;
    left: 0;
    background: linear-gradient(
      to right,
      #111a19,
      #111a19b7,
      #111a193a,
      transparent
    );
  }

  .insta-ticker-wrap::after {
    width: 15rem;
    right: 0;
    background: linear-gradient(
      to left,
      #111a19,
      #111a19b7,
      #111a193a,
      transparent
    );
  }

  .activity-top h1 {
    text-align: center;
  }
.activity-top h1 {
  color: var(--cl-white);
  font-size: 1.5rem;
  text-align: center;
}
.activity-top ul {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
  color: var(--cl-white);
  text-align: center;
  margin-bottom: 2rem;
}
  /* FOOTER */
  .footer {
    text-align: center;
  }
  .footer-careau {
    text-align: center;
    height: 10rem !important;
  }
  .footer .container {
    padding: 3rem 0;
  }
  .footer .container ul {
    width: 100%;
    text-align: center;
  }
  .footer .container li {
    color: var(--cl-white);
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
}
