* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Cormorant", serif;
  line-height: 1.1;
  color: #333;
  background: linear-gradient(135deg, #f4f1e8 0%, #e8dcc0 50%, #d4c4a0 100%);
}

.container {
}

/* ===== HEADER STYLES ===== */
.header {
  background: #ffffff;
  border-bottom: 1px solid #e0dedb;
  padding: 15px 40px;
  position: relative;
  z-index: 10;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
.logo img {
  height: 100px;
  width: auto;
  max-width: 220px;
}

/* Navigation Desktop */
.nav {
  display: flex;
  align-items: center;
  gap: 50px;
}

.nav-link {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #8E6749;
  font-family:"system-ui";
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #9c6b55;
}

/* Session Button */
.session-btn {
  border: 1px solid ;
    font-family:"system-ui";
padding:10px 16px;
  background: transparent;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bolder;
  color: #8E6749;
  cursor: pointer;
  transition: all 0.3s ease;
}

.session-btn:hover {
  background: #6e4635;
  color: #fff;
}

/* Mobile Menu */
.menu-toggle-checkbox {
  display: none;
}

.menu-toggle-label {
  display: none;
  font-size: 26px;
  cursor: pointer;
  color: #6e4635;
}

/* ===== HERO SECTION ===== */
.hero {
  height: 60vh;
  min-height: 600px;
  background-image: url("./images/Mask-group.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(120%);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8d66482b;
}

.hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  padding: 1px 20px;
  
}

.hero-text-left {
  font-family: "Cormorant";
  font-size: clamp(72px, 8vw, 48px);
  font-weight: 400;
  color: #EFE5D8;
  position: absolute;
  left: -150px;
  top: -180px;
  line-height: 1.2;
}

.hero-text-right {
  font-family: "Cormorant", serif;
  font-size: clamp(64px, 6vw, 48px);
  font-weight: 400;
  color: #f4e9db;
  position: absolute;
  right: clamp(20px, 8vw, 80px);
  top: clamp(40px, 10vh, 50px);
  line-height: 2.2;
}

.cta-button {
  position: absolute;
  font-family: "Cormorant";

  right: clamp(20px, 8vw, 80px);
  bottom: clamp(-400px, -25vh, -250px);
  background: #8E6749;
  color:#EFE5D8;
  border: none;
  border-radius: 20px;
  padding: 16px 40px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #8d66489c;
  transform: translateY(-2px);
}

.about2 {
  background-image: url("./images/bg-section.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding: 80px 0;
}

.about-text2 {
  font-family: "Cormorant";
  font-size: 36px;
  font-weight: 500;
  color: #B5985E;
  line-height: 1.3;
  margin-bottom: 3rem;
  position: relative;
  width: 100%;
  max-width: 1155px;
    text-align:center;
  text-align:justify;
  margin: 0 auto;
  padding: 0 2%;
}

/* ===== ABOUT SECTION ===== */
.about {
  background-image: url("./images/bg-section.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding: 60px 20px;
}

.about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.about-content {
  flex: 1;
  color: #4c3a2d;
  max-width: 600px;
}

.about-title {
  font-size: 68px;
  /* taille fixe */
  font-weight: 500;
  font-family: "Cormorant", serif;
  margin-bottom: -10px;
  /* espace normal entre les titres */
  color: #5b3728;
  letter-spacing: 3px;
  /* valeur fixe */
}

.about-role {
  font-size: 21px;
  /* taille fixe */
  font-weight: bold;
  color: #825f2b;
}

.about-subtitle {
  font-size: clamp(14px, 3vw, 19px);
    font-family: "Inter", sans-serif;

  font-weight: 450;
  color: #5C422E;
}

.about-line {
  width: 30px;
  height: 3px;
  background: #5C422E;
  font-weight: bold;
  margin: 10px 0 30px 0;
}

.about-heading {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: bold;
  margin-bottom: 15px;
  color: #bf9b64;
}

.about-text {
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #B5985E;
}

.about-image {
  position: relative;
  height: 70vh; /* container kbira */
  display: flex;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.about-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%; /* moitié bas blanc */
  background-image: url("./images/BG-section-about-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  z-index: 0;
  border-radius: 32px;
}

/* image responsive taille moyenne */
.about-image img {
  width: 110%;
  max-width: 1010px; /* b7al l-code lwl dyalek */
  height: 80%;
  position: relative;
  z-index: 1;
  
}

/* ===== WHAT MAKES DIFFERENT SECTION ===== */
.what-makes-different {
  background: #9a8366;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title {
  color: #DBB773;
  font-size: clamp(18px, 5vw, 36px);
  font-weight: 200;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: clamp(1px, 1vw, 3px);
  font-family: "UnJamoBatang", serif;
}
.section-titlez {
  color: #5b3728;
  font-size: clamp(18px, 5vw, 36px);
  font-weight: bold;
  font-family:"Cormorant";
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.55;
}

/* --- Conteneur principal --- */
.features-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 8vw, 60px);
  max-width: 1100px;
  width: 100%;
}

/* --- Colonne gauche/droite --- */
.features-left,
.features-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(60px, 15vw, 120px);
  flex: 1;
  letter-spacing: clamp(1px, 0.5vw, 2px);
}

.features-left {
  align-items: flex-end;
  text-align: center;
  white-space: nowrap;
}

.features-right {
  align-items: flex-start;
  text-align: center;
}

/* --- Image au centre --- */
.center-image {
  flex-shrink: 0;
  width: clamp(150px, 30vw, 280px);
  height: clamp(150px, 30vw, 280px);
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #978062;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.center-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Texte --- */
.feature-item {
  color: #f4e9db;
  max-width: clamp(200px, 40vw, 250px);
}

.feature-title {
  font-size: clamp(12px, 3vw, 20px);
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: clamp(1px, 0.5vw, 2px);
  line-height: 1.4;
}

.feature-description {
  font-size: clamp(10px, 2.5vw, 14px);
  opacity: 0.9;
  line-height: 1.5;
  font-weight: 300;
  white-space: normal;
  text-align: center;
}

/* ===== WANNA PILATES SECTION ===== */
.wanna-pilates {
  background-image: url("./images/bg-section.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding: clamp(40px, 8vw, 80px) clamp(15px, 4vw, 20px);
}

.wanna-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(15px, 4vw, 20px);
  display: flex;
  align-items: center;
  gap: clamp(20px, 6vw, 60px);
  flex-direction: row;
}

.wanna-content {
  flex: 1;
  min-width: 0;
  max-width: none;
}
.wanna-abb{
    
    font-family:"Cormorant";
}
.wanna-title {
  font-size: clamp(20px, 4.5vw, 47px);
  color: #5C422E;
  
  margin-bottom: clamp(20px, 4vw, 30px);
  font-weight: 600;
  letter-spacing: clamp(1px, 0.3vw, 3px);
  line-height: 1.3;
}

.wanna-text {
  color: #B5985E;
  line-height: 1.7;
  font-size: clamp(14px, 2.2vw, 17px);
  margin-bottom: clamp(15px, 3vw, 20px);
  text-align: justify;
}

.wanna-images {
  flex: 1;
  display: flex;
  gap: clamp(10px, 3vw, 20px);
  min-width: 0;
  max-width: 100%;
}

.wanna-image {
  flex: 1;
  min-width: 0;
}

.wanna-image:first-child {
  margin-top: clamp(-20px, -4vw, -60px);
  margin-right: clamp(3px, 1vw, 6px);
}

.wanna-image img {
  width: 100%;
  height: clamp(250px, 40vw, 380px);
  object-fit: cover;
  border-radius: clamp(8px, 2vw, 12px);
  display: block;
}

/* Tablettes et petits écrans */
@media (max-width: 1024px) {
  .wanna-container {
    gap: clamp(25px, 5vw, 40px);
  }

  .wanna-title {
    font-size: clamp(18px, 4vw, 24px);
    margin-bottom: clamp(18px, 3.5vw, 25px);
  }

  .wanna-text {
    font-size: clamp(15px, 2.3vw, 15px);
  }

  .wanna-image img {
    height: clamp(220px, 35vw, 320px);
  }
}

/* Mobile et petites tablettes */
@media (max-width: 768px) {
  .wanna-container {
    flex-direction: column;
    gap: clamp(30px, 6vw, 40px);
    text-align: center;
  }

  .wanna-content {
    order: 1;
  }

  .wanna-images {
    order: 2;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
  }

  .wanna-title {

    font-size: 19px;
    margin-bottom: clamp(20px, 4vw, 25px);
    letter-spacing: clamp(1px, 0.5vw, 2px);
  }

  .wanna-text {
    font-size: clamp(14px, 3vw, 16px);
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .wanna-image:first-child {
    margin-top: clamp(-15px, -3vw, -30px);
    margin-right: clamp(5px, 2vw, 10px);
  }

  .wanna-image img {
    height: clamp(200px, 45vw, 280px);
    border-radius: clamp(6px, 1.5vw, 10px);
  }
}

/* Très petits écrans */
@media (max-width: 480px) {
  .wanna-pilates {
    padding: clamp(30px, 6vw, 50px) clamp(10px, 3vw, 15px);
  }

  .wanna-images {
    gap: clamp(8px, 2vw, 15px);
    max-width: 320px;
  }

  .wanna-title {

    font-size: clamp(18px, 4.5vw, 22px);
    margin-bottom: clamp(15px, 3vw, 20px);
  }

  .wanna-text {
    font-size: clamp(13px, 2.8vw, 15px);
    line-height: 1.6;
  }

  .wanna-image:first-child {
    margin-top: clamp(-10px, -2vw, -20px);
    margin-right: clamp(3px, 1vw, 8px);
  }

  .wanna-image img {
    height: clamp(180px, 40vw, 240px);
    border-radius: clamp(5px, 1vw, 8px);
  }
}

/* Très grands écrans */
@media (min-width: 1400px) {

  .wanna-title {
    font-size: clamp(26px, 3vw, 32px);
    margin-bottom: clamp(30px, 4vw, 40px);
   
  }

  .wanna-text {
    font-size:19px;
    margin-bottom: clamp(20px, 3vw, 25px);
  }

  .wanna-image img {
    height: clamp(350px, 45vw, 450px);
  }
}
/* ===== HERO SECTION (ALTERNATIVE) ===== */
.hero-section {
  background-image: url("images/bg-section.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 80%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.hero-section .container {
  max-width: 800px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.brand-name {
  font-family: "Cormorant", serif;
  font-size: clamp(0.8rem, 2vw, 1rem);
  font-weight: 400;
  color: #56410b;
  margin-bottom: 1rem;
}

.hero-title {
  font-family: "Cormorant";
  font-size: clamp(1.2rem, 5vw, 2.2rem);
  font-weight: bold;
  color: #B5985E;
  line-height: 1.3;
  margin-bottom: 3rem;
  max-width: 100%;
}

.quote-marks {
  font-size: 1.4em;
  opacity: 1.9;
}

.discover-btn {
  display: inline-block;
  padding: clamp(4px, 1.5vw, 6px) clamp(25px, 8vw, 33px);
  background: rgba(255, 255, 255, 0);
  border: 2px solid #382a0655;
  color: #5b3728;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(0.6rem, 2vw, 0.7rem);
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.decorative-line {
  width: 1.5px;
  height: clamp(50px, 10vw, 80px);
  background: linear-gradient(to bottom, #b8870bb9);
  margin: 0 auto 1rem;
  opacity: 1.8;
}

/* Floating decorative elements */
.floating-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.dot:nth-child(1) {
  top: 10%;
  left: 15%;
  animation-delay: 0s;
}

.dot:nth-child(2) {
  top: 20%;
  left: 80%;
  animation-delay: 1s;
}

.dot:nth-child(3) {
  top: 60%;
  left: 10%;
  animation-delay: 2s;
}

.dot:nth-child(4) {
  top: 80%;
  left: 85%;
  animation-delay: 3s;
}

.dot:nth-child(5) {
  top: 30%;
  left: 50%;
  animation-delay: 4s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
    opacity: 0.3;
  }

  50% {
    transform: translateY(-20px);
    opacity: 0.8;
  }
}

/* ===== ROOMS SECTION ===== */
.rooms-section {
  background: #9e846a;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: "Georgia", serif;
}

.section-title-Start {
  font-family: "Cormorant";
  font-size: clamp(1.2rem, 4vw, 2rem);
  color: #9e846a;
  font-weight: 400;
  letter-spacing: clamp(1px, 0.5vw, 3px);
  margin-bottom: 80px;
  padding-top: 40px;
  text-transform: uppercase;
  text-align: center;
}

.rooms-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(20px, 5vw, 60px);
  margin-top: 10px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.room-car {
  backdrop-filter: blur(10px);
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.room-car:hover {
  transform: translateY(-5px);
}

.room-icon {
  width: clamp(60px, 15vw, 80px);
  height: clamp(60px, 15vw, 80px);
  margin: 0 auto 30px;
  position: relative;
}

.icon-tree,
.icon-moon,
.icon-wave {
  width: 100%;
  height: 100%;
  background: #e3c08a;
}

.icon-moon {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.icon-moon::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 20%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #e3c08a;
  background: transparent;
}

.room-title {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  color: #DBB773;
  font-weight: bold;
}

.room-description {
  color: #EFE5D8;
  font-family:"Cormorant";
  line-height: 1.8;
  font-size: clamp(0.8rem, 2vw, 1rem);
  text-align: center;
  opacity: 0.9;
  max-width: 400px;
  margin: 0 auto;
}

/* ===== GALLERY SECTION ===== */
.gallery-section {
  background: #9e846a;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gallery-container {
  display: flex;
  gap: clamp(15px, 5vw, 30px);
  max-width: 1400px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.gallery-card {
  position: relative;
  background: #f5f1ed;
  border-radius: 32px;
  overflow: hidden;
  flex: 1;
  width: clamp(250px, 80vw, 800px);
  aspect-ratio: 3 / 4;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.card-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.gallery-card:hover .card-image img {
  transform: scale(1.05);
}

.nav-but {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: clamp(150px, 40vw, 420px);
  z-index: 10;
}

.nav-arrow-one,
.nav-arrow-two {
  position: relative;
  width: clamp(35px, 10vw, 66px);
  height: clamp(35px, 10vw, 66px);
  background: #d7cfbf;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  color: #b8956a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 5vw, 30px);
}

.nav-arrow-one:hover,
.nav-arrow-two:hover {
  background: #d7cfbf9d;
  transform: scale(1.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* ===== MAIN CONTAINER SECTION ===== */
.main-container {
  display: grid;
  background: #c5a88087;
  grid-template-columns: 1fr 1.5fr;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  gap: clamp(20px, 8vw, 60px);
  align-items: center;
  padding: 40px 20px;
}

.lefts-section {
  padding: clamp(20px, 8vh, 100px) 20px;
  position: relative;
}

.content-wrapper {
  max-width: 500px;
  width: 100%;
}

.main-title {
  font-family: "Cormorant", serif;
  font-size: clamp(1.2rem, 5vw, 2rem);
  color: #b8956a;
  margin-bottom: 30px;
  letter-spacing: clamp(1px, 0.5vw, 3px);
  line-height: 1.2;
}

.description {
  color: #B5985E;
  font-size: clamp(12px, 3vw, 18px);
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 300;
  max-width: 100%;
}

.navigation-dots {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.nav-dot {
  width: clamp(30px, 8vw, 40px);
  height: clamp(30px, 8vw, 40px);
  border-radius: 50%;
  border: 2px solid #6c4f3d;
  background-color: transparent;
  color: #6c4f3d;
  font-size: clamp(1rem, 3vw, 1.2rem);
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.nav-dot:hover:not(:disabled) {
  background-color: #6c4f3d;
  color: #fff;
}

.nav-dot:disabled {
  border-color: #c1ae9f;
  color: #c1ae9f;
  cursor: not-allowed;
  opacity: 0.6;
}

.ctas-button {
  background-color: #b8956a;
  color: white;
  padding: clamp(8px, 2vw, 10px) clamp(20px, 5vw, 25px);
  border: none;
  border-radius: 30px;
  font-size: clamp(0.8rem, 2.5vw, 0.95rem);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Georgia", serif;
  box-shadow: 0 8px 25px rgba(184, 149, 106, 0.3);
  font-weight: bold;
  margin-top: 20px;
}

.ctas-button:hover {
  background-color: #a08659;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(184, 149, 106, 0.4);
}

.main-container img {
  width: 100%;
  height: clamp(300px, 50vw, 620px);
  object-fit: cover;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.main-container img:hover {
  transform: scale(1.02);
}

/* ===== START SECTION ===== */
.start-section {
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(15px, 5vw, 40px);
  margin-bottom: 120px;
  background: rgba(255, 255, 255, 0.166);
  padding: clamp(20px, 6vw, 55px);
  width: 100%;
  border-radius: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pilates-card {
  background: #a68660;
  border-radius: 30px;
  padding: clamp(25px, 6vw, 50px) clamp(15px, 4vw, 30px);
  text-align: left;
  position: relative;
  min-height: clamp(350px, 80vw, 400px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.card-title {
  font-family: "Cormorant", serif;
  font-size: clamp(1.3rem, 4vw, 2.1rem);
  color: #fcd27e;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-align: center;
}

.card-description {
  font-family: "Lora", serif;
  color: white;
  line-height: 2.8;
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 300;
  margin-bottom: 40px;
  flex-grow: 1;
  text-align: left;
}

.card-button {
  background: #e8dcc0;
  color: #6f502e;
  border: none;
  border-radius: 10px;
  padding: clamp(12px, 3vw, 15px) clamp(25px, 6vw, 50px);
  font-family: "Cormorant", serif;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  margin: 0 auto;
}

.bottom-title {
  font-family: "Cormorant", serif;
  font-size: clamp(1.2rem, 4vw, 2rem);
  color: #9e846a;
  font-weight: 400;
  letter-spacing: clamp(1px, 0.5vw, 3px);
  text-transform: uppercase;
  margin-top: clamp(-40px, -10vw, -80px);
  padding-bottom: 40px;
  text-align: center;
}

/* ===== ROOMS GRID ===== */
.container-explore {
  margin: 0 auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(20px, 8vw, 60px);
  align-items: start;
}

.left-section {
  padding: 40px 0;
  position: relative;
  margin-top: 200px;
}

.explore-btn {
  display: inline-block;
  background: #8E6749;
  border: 2px solid #b8a082;
  color: #EFE5D8;
  padding: clamp(8px, 2vw, 10px) clamp(25px, 6vw, 32px);
  border-radius: 25px;
  font-size: clamp(10px, 2.5vw, 11px);
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 40px;
}

.explore-btn:hover {
  background: #b8a082;
  color: white;
}

.main-heading {
  font-family: "Cormorant", sans-serif;
  font-size: clamp(20px, 5vw, 27px);
  font-weight: 500;
  color: #b5975e;
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.room-card {
  position: relative;
  height: clamp(800px, 50vw, 600px);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.room-card:hover {
  transform: translateY(-5px);
}

.room-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 2;
}

.moon-room {
  background-image: url("images/Untitled-1-19.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.trees-room {
  background-image: url("images/Untitled-1-18.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.sea-room {
  background-image: url("images/12.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.room-content {
  position: absolute;
  bottom: clamp(15px, 5vw, 30px);
  left: clamp(15px, 5vw, 30px);
  right: clamp(15px, 5vw, 30px);
  z-index: 3;
  color: white;
}

.room-tagline {
  font-size: clamp(11px, 2.5vw, 14px);
  font-weight: 300;
  margin-bottom: 8px;
  font-family:"Inter";
  opacity: 0.9;
}

.room-title {
  font-weight: 500;
  margin-bottom: 15px;
  font-size:25px;
  letter-spacing: 0.5px;
  color: #EFE5D8;
  line-height: 1.1;
}

.show-btn {
  display: inline-flex;
  align-items: center;
  color: white;
  
    font-family:"Inter";

  text-decoration: none;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 400;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.show-btn:hover {
  opacity: 1;
}

.show-btn::after {
  content: "❯";
  margin-left: 8px;
  font-size: clamp(10px, 2.5vw, 12px);
}

/* ===== QUOTE SECTION ===== */
.quote-section {
  padding: clamp(30px, 8vh, 60px) clamp(15px, 6vw, 80px);
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.quote-section-one {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.quote-text {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1rem, 4vw, 1.7rem);
  font-weight: 400;
  line-height: 1.5;
  color: #8b7355;
  letter-spacing: 0.3px;
  margin: clamp(15px, 5vw, 40px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(30px, 8vw, 40px);
  height: clamp(30px, 8vw, 40px);
  border: 1px solid #b8a082;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #b8a082;
  font-size: clamp(12px, 3vw, 14px);
}

.nav-arrow:hover {
  background: #b8a082;
  color: white;
  transform: translateY(-50%) scale(1.05);
}

.nav-arrow.left {
  left: clamp(5px, 3vw, 200px);
}

.nav-arrow.right {
  right: clamp(5px, 3vw, 200px);
}

.nav-arrow.left::before {
  content: "‹";
  font-weight: bold;
}

.nav-arrow.right::before {
  content: "›";
  font-weight: bold;
}

/* ===== FOOTER SECTION ===== */
.footer-section {
  background: #9c8567;
  width: 100%;
  padding: clamp(30px, 8vh, 80px) clamp(15px, 5vw, 40px);
  font-family: "Cormorant", serif;
}

.footer-section .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 10vw, 120px);
  align-items: start;
}

.newsletter-section {
  max-width: 600px;
}

.newsletter-title {
  font-family: "Cormorant", serif;
  font-size: clamp(1.5rem, 6vw, 3rem);
  color: white;
  letter-spacing: clamp(1px, 0.5vw, 3px);
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
}

.newsletter-form {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

.email-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  padding: clamp(15px, 4vw, 20px) 0;
  font-size: clamp(12px, 3vw, 18px);
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  font-family: "Georgia", serif;
}

.email-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.email-input:focus {
  border-bottom-color: #d4af37;
}

.submit-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  cursor: pointer;
  font-family: "Georgia", serif;
  display: flex;
  align-items: center;
  gap: 10px;
}

.submit-btn:hover {
  color: #d4af37;
}

.arrow {
  font-size: clamp(1.1rem, 3vw, 1.2rem);
}

.copyright {
  color: #F4EADC;
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  text-align: left;
}

.footer-info {
  color: #F4EADC;
}

.sitemap-title {
  font-size: clamp(1rem, 3vw, 1.5rem);
  color: #F4EADC;
  margin-bottom: 10px;
  margin-top: 40px;
  font-weight: 300;
  text-align: left;
}

.sitemap-links {
  display: flex;
  gap: clamp(15px, 6vw, 60px);
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.sitemap-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-family:"system-ui";
  font-size: clamp(0.9rem, 2.5vw, 1rem);
}

.sitemap-links a:hover {
  color: #d4af37;
}

.contact-title {
  font-size: clamp(1.2rem, 4vw, 2rem);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
  font-weight: 300;
  text-align: left;
}

.contact-info {
  text-align: left;
}

.contact-info p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  font-family:"system-ui";
  font-size: clamp(12px, 3vw, 16px);
}

.social-icons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.social-icon {
  width: clamp(35px, 8vw, 40px);
  height: clamp(35px, 8vw, 40px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: clamp(1rem, 3vw, 1.2rem);
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: rgba(212, 175, 55, 0.2);
  color: #d4af37;
}

.footer-social {
  display: flex;
  justify-content: left;
  gap: 24px;
  padding: 20px 0;
}

.footer-social-icon {
  font-size: clamp(16px, 4vw, 18px);
  color: white;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-social-icon:hover {
  color: #1da1f2;
  transform: scale(1.2);
}

/* ===== UTILITY CLASSES ===== */
.fotter_btn {
  font-family: "Cormorant", serif;
  color: #EFE5D8;
  padding: clamp(10px, 3vw, 12px) clamp(25px, 8vw, 75px);
  border: none;
  border-radius: 30px;
  font-size: clamp(0.8rem, 2.5vw, 0.95rem);
 
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  margin-top: 20px;
  background: #8d6648;
}

.cats {
  padding: clamp(10px, 3vw, 12px) clamp(18px, 8vw, 55px);
  background: none;
  border: 1px solid #33333395;
  color: #9e846a;
  border-radius: 25px;
  margin-top: 20px;
  display: inline-block;
}

/* ===== RESPONSIVE BREAKPOINTS ===== */

/* Tablet - 768px and down */
@media (max-width: 768px) {
  /* Header */
  .header {
    padding: 0px 6px;
  }
    .hero-content {
        height:223px;
    }
    .cta-button {
        margin-top:227px!important;
    }
  .nav {
    display: none;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 70px;
    right: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .menu-toggle-checkbox:checked ~ .nav {
    display: flex;
  }

  .menu-toggle-label {
    display: block;
  }

  /* About Section */
  .about .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .about-line {
    margin-left: auto;
    margin-right: auto;
  }

  .about-image img {
    max-width: 108%;
    margin: -81px auto;
    margin-top:156px;
  }
.about-image {
    height: 90vh;
}
  /* Features */
  .features-container {
    flex-direction: column;
    gap: 40px;
  }

  .features-left,
  .features-right {
    gap: 30px;
    align-items: center;
  }

  .feature-description {
    white-space: normal;
  }

  /* Wanna Pilates */
  .wanna-container {
    flex-direction: column;
    text-align: center;
    gap: clamp(30px, 6vw, 40px);
  }

  .wanna-content {
    order: 1;
    min-width: auto;
    max-width: 100%;
  }

  .wanna-images {
    order: 2;
    flex-direction: row;
    gap: clamp(10px, 3vw, 15px);
    min-width: auto;
    max-width: 100%;
    justify-content: center;
  }

  .wanna-image {
    max-width: calc(50% - 8px);
  }

  .wanna-image:first-child {
    margin-top: 0;
    margin-right: 0;
  }

  .wanna-image img {
    height: clamp(200px, 35vw, 250px);
  }

  /* Main Container */
  .main-container {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px;
    text-align: center;
  }

  .lefts-section {
    padding: 20px;
    position: static;
  }

  .navigation-dots {
    justify-content: center;
  }

  /* Container Explore */
  .container-explore {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px;
  }

  .left-section {
    margin-top: auto;
    position: static;
    text-align: center;
  }

  .rooms-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
  }

  /* Gallery */
  .gallery-container {
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
  }

  .gallery-card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .nav-but {
    gap: 200px;
    bottom: 30px;
  }

  /* Footer */
  .footer-section .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sitemap-links {
    flex-direction: column;
    gap: 15px;
  }

  /* Quote Section */
  .quote-section {
    padding: 40px 20px;
  }

  .nav-arrow.left {
    left: 10px;
  }

  .nav-arrow.right {
    right: 10px;
  }
}

/* Mobile - 480px and down */
@media (max-width: 480px) {
  /* General */
  .container {
    padding: 10px 15px;
  }

  /* Hero */
  .hero {
    height: unset!important;
    min-height: unset!important;
    background-size:contain;
    
  }

  .hero-text-left,
  .hero-text-right {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    text-align: center;
    margin: 20px auto;
    display: block;
    width: fit-content;
  }

  .cta-button {
    position: relative;
    left: -12px;
    right: 51px;
    bottom: 31px;
    margin: 20px auto;
    display: block;
    width: 40%;
    padding: 3px 3px;
    margin-left: 230px;
    }

  /* About */
  .about {
    padding: 40px 15px;
  }

  .about-title {
    font-size: 28px;
    letter-spacing: 1px;
  }

  /* About text 2 fix */
  .about-text2 {
    position: static;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }

  /* Features */
  .features-container {
    flex-direction: column;
    gap: 30px;
  }

  .center-image {
    width: 200px;
    height: 200px;
    margin: 20px auto;
  }

  /* Cards */
  .cards-container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 15px;
    margin-bottom: 60px;
  }

  .pilates-card {
    padding: 25px 15px;
    min-height: 320px;
  }

  .card-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .card-description {
    font-size: 13px;
    line-height: 2.2;
    margin-bottom: 30px;
  }

  .card-button {
    padding: 12px 20px;
    font-size: 1rem;
  }

  /* Rooms */
  .rooms-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .room-card {
    height: 300px;
  }

  .room-content {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }

  /* Gallery */
  .gallery-section {
    padding: 30px 10px;
  }

  .gallery-card:not(:first-child) {
    display: none;
  }

  .nav-but {
    gap: 320px;
    bottom: 300px;
  }

  /* Quote */
  .quote-section {
    padding: 30px 15px;
  }

  .quote-text {
    margin: 15px;
    font-size: 1rem;
  }

  /* Footer */
  .footer-section {
    padding: 40px 15px;
  }

  .newsletter-title {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}

/* Mobile Small - 375px and down */
@media (max-width: 375px) {
  /* Hero */
  .hero {
    height: 70vh;
    min-height: 400px;
  }

  .hero-text-left,
  .hero-text-right {
    font-size: 20px;
  }

  /* Gallery */
  .nav-but {
    gap: 100px;
  }

  /* Cards */
  .pilates-card {
    padding: 20px 12px;
    min-height: 300px;
  }

  .card-title {
    font-size: 1.3rem;
  }

  /* Room Cards */
  .room-card {
    height: 280px;
  }

  .room-title {
    font-size: 16px;
    line-height: 1.1;
  }

  .room-tagline {
    font-size: 11px;
  }

  /* Main Container */
  .main-container img {
    height: 250px;
    border-radius: 8px;
  }

  /* Quote */
  .quote-text {
    font-size: 0.95rem;
    margin: 10px;
  }
}

/* Mobile Extra Small - 320px and down */
@media (max-width: 320px) {
  /* General */
  .container {
    padding: 15px 10px;
  }

  /* Hero */
  .hero {
    height: 60vh;
    min-height: 350px;
  }

  .hero-text-left,
  .hero-text-right {
    font-size: 18px;
  }

  /* About */
  .about-title {
    font-size: 24px;
    letter-spacing: 1px;
  }

  /* Cards */
  .cards-container {
    padding: 20px 10px;
  }

  .pilates-card {
    padding: 18px 10px;
    min-height: 280px;
  }

  .card-title {
    font-size: 1.2rem;
  }

  .card-description {
    font-size: 12px;
    line-height: 2;
  }

  /* Rooms */
  .room-card {
    height: 260px;
  }

  .room-content {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .room-title {
    font-size: 14px;
  }

  .room-tagline {
    font-size: 10px;
  }

  /* Gallery */
  .nav-but {
    gap: 80px;
  }

  .nav-arrow-one,
  .nav-arrow-two {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  /* Main Container */
  .main-container img {
    height: 220px;
  }

  /* Footer */
  .newsletter-title {
    font-size: 1.4rem;
  }

  .contact-title {
    font-size: 1.2rem;
  }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-card {
  animation: fadeInUp 0.6s ease forwards;
}

.gallery-card:nth-child(1) {
  animation-delay: 0.1s;
}

.gallery-card:nth-child(2) {
  animation-delay: 0.2s;
}

.gallery-card:nth-child(3) {
  animation-delay: 0.3s;
}

.content-wrapper > * {
  animation: fadeInUp 0.8s ease forwards;
}

.main-title {
  animation-delay: 0.1s;
    
}

.description {
  animation-delay: 0.2s;
  
    font-family:"Inter";
font-size:15px;
}

.navigation-dots {
  animation-delay: 0.3s;
}

.ctas-button {
  animation-delay: 0.4s;
}

.hero-section .container > * {
  animation: fadeInUp 0.8s ease-out forwards;
}

.brand-name {
  animation-delay: 0.1s;
}

.decorative-line {
  animation-delay: 0.3s;
}

.hero-title {
  animation-delay: 0.5s;
}

.discover-btn {
  animation-delay: 0.7s;
}

/* ===== ADDITIONAL RESPONSIVE UTILITIES ===== */
.section-group {
  background-image: url("./images/bg-section.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

.section_group2 {
  min-height: 100vh;
  background-image: url("images/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.logo-text img {
  width: clamp(80px, 20vw, 200px);
  height: auto;
  max-height: clamp(60px, 15vh, 200px);
  filter: brightness(0) invert(1);
}

/* Image wrappers */
.image-wrapper {
  width: auto;
  max-width: clamp(250px, 80vw, 300px);
  height: auto;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 auto;
}

.image-wrapper img {
  width: 60%;
  height: auto;
  display: center;
  border-radius: 12px;
}

/* ===== LARGE DESKTOP - 1200px and up ===== */
@media (min-width: 1200px) {
  .container {
  }

  .hero {
    height: 80vh;
  }

  .rooms-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-container {
    gap: 40px;
  }
}
