/* ========================================
   RESET & BASE STYLES
======================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PoppinsRegular", sans-serif;
}

li {
  list-style-type: circle;
}

/* ========================================
   FONT FACES
======================================== */

@font-face {
  font-family: "PoppinsRegular";
  src: url(fonts/Poppins-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "PoppinsBold";
  src: url(fonts/Poppins-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "PoppinsExtraBold";
  src: url(fonts/Poppins-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "PoppinsExtraLight";
  src: url(fonts/Poppins-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "PoppinsLight";
  src: url(fonts/Poppins-Light.ttf) format("truetype");
}

@font-face {
  font-family: Impact;
  src: url(fonts/impact/impact.ttf) format("truetype");
}

a:hover {
  opacity: 0.5;
}

.trip-mobile {
  display: none;
}

/* ========================================
   HEADER SECTION
======================================== */

header {
  position: relative;
  background-image: url(Assets/Header/HeaderImg.png);
  background-size: cover;
  width: 100vw;
  aspect-ratio: 4536 / 2622;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
}

.header-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

/* Header Images */
.header-container .header-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-container .header-image img {
  position: absolute;
  top: 32px;
  right: -8px;
}

.cancer-logo {
  width: 130px;
  height: auto;
  top: 18px;
}

.ras-logo {
  width: 12.5vw;
  height: auto;
}

/* Header Text Content */
.header-title-container {
  display: flex;
  flex-direction: column;
  text-align: right;
  padding-right: 57px;
  padding-top: 47px;
  align-items: flex-end;
}

.header-text {
  position: relative;
}

.header-title {
  font-family: "PoppinsBold", sans-serif;
  font-style: Bold;
  font-size: 36px;
  line-height: 110%;
  color: #ffffff;
}

.header-subtitle {
  font-family: "PoppinsRegular", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 112%;
  position: super;
  color: #ffffff;
  padding-top: 12px;
}

/* Header Logos & Dots */
.header-logos {
  position: absolute;
  top: 0;
  left: 2.9vw;
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: center;
  z-index: 10;
  height: -webkit-fill-available;
}

.logo-chicas {
  height: 100vh;
  z-index: 10;
}

/* Header Slogan & Scroll */
.header-slogan {
  position: absolute;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  font-style: Light;
  font-weight: 300;
  bottom: 15px;
}

.scroll-icon {
  width: 24px;
  height: auto;
  margin-top: 30px;
  /* animation: bounce 2s infinite; */
  cursor: pointer;
}

.header-description {
  font-size: 48px;
  font-family: "PoppinsLight", sans-serif;
  margin-top: 10px;
}

/* Scroll Animation */
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* ========================================
   MAIN SECTIONS
======================================== */

.main-image {
  display: none;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

/* Rallye Section */
.rallye {
  background-color: #d14391;
  height: 171px;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
}

.rallye-title {
  font-family: "PoppinsLight", sans-serif;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  padding-top: 62px;
  padding-right: 15px;
}

.rallye-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./Assets/Bg/dots3.svg");
  background-size: 130%;
}

/* .rallye-bg-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
} */

/* ========================================
   TEAM SECTION
======================================== */

.team {
  height: fit-content;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

/* Team Headers */
.team-title {
  font-size: 20px;
  color: #000000;
  text-align: center;
  padding-top: 3%;
  font-weight: bold;
  font-family: "PoppinsBold", sans-serif !important;
}

.team-introduction {
  font-size: 20px;
  color: #000000;
  text-align: center;
  padding-top: 24px;
  font-family: "poppinsRegular", sans-serif;
  line-height: 1.3;
}

.team-quote {
  font-family: "poppinsBold", sans-serif;
  font-size: 20px;
  color: #d14391;
  text-align: center;
  padding-top: 25px;
  line-height: 1.3;
}

/* Team Members Layout */
.team-members {
  display: flex;
  justify-content: center;
  gap: 82px;
  margin: 0 auto;
  margin-left: 15vw;
  margin-right: 15vw;
}

.member-left,
.member-right {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.member-left-information {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 6.8vw;
  padding-top: 42px;
}

.member-right-information {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 9.7vw;
  padding-top: 42px;
  text-align: right;
}

/* Member Details */
.name-virginie,
.name-manuela {
  font-family: "Poppins Bold", sans-serif;
  font-size: 20px;
  line-height: 110%;
}

.role-virginie,
.role-manuela {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #d14391;
  margin-top: 0px;
}

.description-virginie,
.description-manuela {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-top: 9px;
  color: #000;
  line-height: 1.05;
}

.contact-virginie,
.contact-manuela {
  font-family: "PoppinsRegular", sans-serif;
  font-size: 20px;
  margin-top: -4px;
  color: #000;
}

/* Member Images */
.manuela-img {
  max-height: 139.92px;
  max-width: 120.64px;
  min-height: 139.92px;
  min-width: 120.64px;
  transform: translateY(-25px) translateX(-67px);
}

.virginie-img {
  position: relative;
  margin-top: -7px;
  height: 150.99px;
  width: auto;
  transform: translateY(-30px) translateX(65px);
}

/* Member Quotes */
.quote-manuela {
  position: relative;
  margin-top: 7px;
  display: flex;
}

.quote-virginie {
  position: relative;
  margin-top: 3px;
  left: 58px;
  display: flex;
}

.quote-manuela .quote-text {
  padding-right: 40px;
}

.quote-text {
  font-family: "PoppinsRegular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: inline;
  gap: 5px;
  width: calc(35vw - 50px);
}

.quote-text::before {
  content: url("./Assets/Guillemet/guillemetdebut.svg");
  margin-right: 3px;
  margin-top: 3px;
}

.quote-text::after {
  content: url("./Assets/Guillemet/guillemetfin.svg");
  margin-right: 3px;
  margin-top: 3px;
}
.guillemet-fin-virginie {
  position: absolute;
  bottom: 2px;
  right: 3px;
}

.guillemet-fin-manuela {
  position: absolute;
  bottom: 2px;
  right: 191px;
}

/* Team Contact */
.contact-mail {
  margin-top: 29px;
  font-family: "PoppinsBold", sans-serif;
  font-size: 16px;
  color: #d14291;
}

.contact-mail a {
  color: #d14291;
  text-decoration: none;
  font-family: "Poppins Bold", sans-serif;
}

.contact-mail a:hover {
  color: #d14291;
  text-decoration: underline;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
/* ========================================
   ADVENTURE SECTION
======================================== */

.adventure {
  background-color: #fdedbe4d;
  height: fit-content;
  width: 100%;
  padding-bottom: 50px;
}

/* Adventure Logo & Title */
.aventure-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 57px;
  gap: 22px;
}

.adventure-logo {
  height: 12.7vw;
  width: auto;
  z-index: 15;
  margin-left: -13px;
}

.adventure-title {
  font-family: "Impact", sans-serif;
  position: relative;
  font-size: 64px;
  font-weight: 400;
  color: #d14291;
  text-align: center;
  line-height: 110.00000000000001%;
  z-index: 15;
}

.adventure-description {
  position: relative;
  font-family: "poppinsRegular", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  padding-left: 34.2vw;
  z-index: 15;
}

.yves-tartarin-container {
  width: 43%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 3%;
}

.yves-tartarin-img {
  width: 100%;
  margin-top: -2px;
  margin-left: 2px;
}

/* ========================================
   IMAGE SECTIONS
======================================== */

/* Image Map */
.image-map {
  width: 100%;
  height: 102px;
  /* background-image: url(Assets/RallyeAventureSolidarite/8\ pics.png); */
  display: flex;
}

.image-map img {
  height: 100%;
  width: calc(100% / 8);
  object-fit: cover;
}

/* Image Trip */
.image-trip {
  width: 100%;
  height: 48vw;
  background-color: #d14391;
  display: flex;
  position: relative;
}

.journey-description {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: justify;
  width: 347px;
  padding-top: 45px;
  padding-left: 47px;
}

.journey-description-bold {
  font-family: "PoppinsBold", sans-serif;
}

.journey-description-pink {
  font-family: "PoppinsBold", sans-serif;
  color: #d14391;
}

.journey-step {
  text-align: left;
  padding-top: 5px;
}

.journey-description ul {
  font-size: 14px;
  line-height: 16px;
  list-style-type: circle;
  padding-left: 20px;
}

.journey-description li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.journey-description li::marker {
  content: "•  ";
}

.days {
  position: absolute;
  width: 264.00003051757835;
  height: 391.00000000000034;
  bottom: 30px;
  right: 30px;
  opacity: 1;
}

.days-list {
  background-color: #ffffff;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}

.days li::marker {
  content: "";
}

.days ul {
  list-style-type: none;
}

.day {
  font-family: "PoppinsBold", sans-serif;
}

.images-trip-container {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  /* height: calc(725px); */
}

.trip-map-container {
  align-items: center;
  position: relative;
}

.trip-img-container {
  align-items: center;
  overflow: hidden;
  position: relative;
}

.trip-map-container img {
  width: 51.6vw;
}

.image-trip-description {
  position: absolute;
  font-family: "Poppins", sans-serif;
  top: 44%;
  left: 10px;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  margin: auto;
  width: 100%;
}

.journey-steps-container {
  display: inline-block;
  background-color: #00000040;
  border-radius: 50px;
  border: 4px solid #ffffff;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.journey-steps {
  position: absolute;
  font-family: "Poppins", sans-serif;
  top: 55%;
  left: 29%;
  background-color: #010101;
  border-radius: 50px;
  border: 1px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  width: 45%;
  margin: 0;
}

.journey-steps:hover {
  background-color: rgba(1, 1, 1, 0.65);
}

.gradient-overlay {
  position: absolute;
  top: 54.4vw;
  width: 100%;
  /* height: 35.9vw; */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.71) 100%
  );
  width: 481.0000305175786;
  height: 769.0000000000007;
  top: 368px;
  left: 0px;
  opacity: 1;

  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.trip-bottom-images {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 31%;
  pointer-events: none;
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.trip-bottom-left {
  height: 100%;
  width: 50%;
  object-fit: contain;
}

.trip-bottom-right {
  height: 100%;
  width: 50%;
  object-fit: contain;
}

/* ========================================
   FUNDS SECTION
======================================== */

.funds {
  width: 100%;
  height: fit-content;
  background-color: #fffaed;
  padding-bottom: 36px;
}

/* Funds Headers */
.funds-title {
  font-family: "PoppinsBold", sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: center;
  padding-top: 3.5%;
  letter-spacing: 0.5px;
  font-weight: bolder;
}

.funds-title-pink {
  font-family: "PoppinsBold", sans-serif;
  font-size: 20px;
  color: #d14391;
  text-align: center;
  padding-top: 3%;
  font-weight: bolder;
}

.funds-description {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: center;
  padding-top: 1.5%;
  letter-spacing: 0.5px;
  font-weight: light;
  line-height: 1.35;
}

/* Funds Logo & Organizations */
.funds-logo-img {
  position: absolute;
  width: 8.5vw;
  height: auto;
  right: -8.8%;
  top: 2%;
}

.funds-logo {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  /* background-color: yellow; */
}

.funds-logo-text {
  text-align: center;
  position: relative;
  display: inline-block;
}

.funds-logo-text::after {
  content: "";
  position: absolute;
  right: -12%;
  top: 70%;
  transform: translateY(-50%);

  width: 180px;
  height: 140px;

  background-image: url("./Assets/Header/Cancer ruban.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.organization {
  display: flex;
  align-items: center;
  padding-top: 1.3%;
  gap: 20px;
  margin-left: 37.5%;
}

.alienor-logo {
  width: 18%;
  height: 5%;
}

.lallasalma-logo {
  width: 25%;
  height: 5%;
}

/* Funds Statistics */
.key-numbers {
  font-family: "poppinsBold", sans-serif;
  font-size: 20px;
  color: #000000;
  padding-top: 1.5%;
  font-weight: bolder;
  text-align: center;
  letter-spacing: 0.5px;
  padding-bottom: 1.5%;
}

table.editions-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  line-height: 15px;
}

table.editions-table th {
  font-size: 20px;
  font-family: "PoppinsBold", sans-serif;
  font-weight: bold;
  padding: 12px;
}

table.editions-table td {
  font-size: 20px;
  line-height: 20px;
}

.total {
  font-family: "poppinsBold", sans-serif;
  font-size: 28px;
  font-weight: bolder;
  color: #000000;
}

/* ========================================
   VILLAGE SECTION
======================================== */

.image-map-bis {
  width: 100%;
  height: 246px;
  background-color: #4543d1;
  display: flex;
  justify-content: space-between;
}

.image-map-bis img {
  height: 100%;
  width: calc(100% / 3);
  object-fit: cover;
}

.village {
  width: 100%;
  background-color: #ffffff;
  padding: 1.8%;
}

.village-title {
  font-family: "PoppinsBold", sans-serif;
  font-size: 20px;
  color: #d14391;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: bolder;
  margin-bottom: 0px;
}

.village-subtitle {
  font-family: "PoppinsBold", sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: light;
}

.village-description {
  font-family: "poppinsregular", sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: center;
  padding-top: 1.35%;
  letter-spacing: 0.05px;
  font-weight: light;
  line-height: 1.35;
}

.village-action {
  font-family: "PoppinsBold", sans-serif;
}

/* ========================================
   BUDGET SECTION
======================================== */

.budget {
  background-image: url(Assets/Budget/BudgetImgBg.png);
  width: 100%;
  aspect-ratio: 1512/426;
  height: auto;
  background-size: cover;
  padding-top: 6.5%;
}

.budget-title {
  font-family: "PoppinsLight", sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: bolder;
  line-height: 1.35;
}

.budget-title-bold {
  font-family: "PoppinsBold", sans-serif;
  font-weight: bolder;
}

.budget-items {
  display: grid;
  padding-top: 55px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 122px;
  row-gap: 0;
  align-items: center;
  list-style: none;
  color: #ffffff;
  width: 76vw;
}

.budget-items li {
  white-space: nowrap;
}

.budget-items li::marker {
  content: "•  ";
}

.budget-description {
  font-family: "poppinsbold", sans-serif;
  font-size: 16px;
  color: #d14391;
  text-align: center;
  padding-top: 1.7%;
  letter-spacing: 0.5px;
  font-weight: light;
  line-height: 1.35;
}

/* ========================================
   GOALS SECTION
======================================== */

.goals {
  width: 100%;
  height: fit-content;
  background-color: #ffffff;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.goals-title {
  font-family: "PoppinsBold", sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bolder;
}

.goals-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #d14391;
  text-align: center;
  padding-top: 0.5%;
  letter-spacing: 0px;
  font-weight: light;
}

/* Goals Lists */
.first-goal {
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  font-size: 21px;
  padding-top: 3.5%;
}

.first-goal li::marker {
  content: "•  ";
}

.first-goal li {
  font-family: "PoppinsBold", sans-serif;
  font-style: Bold;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0%;
}

.goal-li {
  font-family: "PoppinsBold", sans-serif;
  font-style: Bold;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
}

.goals-description {
  margin: 0 18%;
  margin-left: calc(20% + 20px);
  line-height: 1.3;
}

.second {
  font-family: "PoppinsBold", sans-serif;
  font-size: 20px;
  color: #000000;
  padding-left: 19.25%;
  padding-top: 1.75%;
  letter-spacing: 0.5px;
  font-weight: bolder;
}

.second-goal {
  justify-content: center;
  align-items: center;
  margin-top: -5px;
}

.second-goal li::marker {
  content: "•  ";
}

.second-goal li {
  font-family: "Poppins", sans-serif;
  font-style: Bold;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0%;
}

.second-goal-li a {
  display: inline-block;
  text-decoration: none;
}

.second-goal-li a img {
  vertical-align: middle;
  display: inline-block;
}

.image-background {
  height: 357px;
  background-image: url(Assets/Objectifs/ObjectifsImg.png);
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* ========================================
   ECO-DRIVING SECTION
======================================== */

.eco-driving {
  width: 100vw;
  height: fit-content;
  background-image: url(Assets/Eco/EcoImgBg.png);
  background-size: cover;
  padding-bottom: 6.5vw;
  background-position: center;
}

.eco-driving-intro {
  font-family: "PoppinsBold", sans-serif;
  font-size: 15px;
  color: #ffffff;
  text-align: justify;
  padding-top: 18.5%;
  letter-spacing: 1.05px;
  font-weight: bolder;
  line-height: 1.35;
  padding-left: 19.35%;
}

.eco-driving-description,
.eco-driving-second-description {
  font-family: "poppins", sans-serif;
  font-size: 15px;
  color: #ffffff;
  text-align: justify;
  padding-top: 1%;
  letter-spacing: 0.65px;
  font-weight: light;
  line-height: 1.2;
  padding-left: 19.35%;
}

.eco-driving-image {
  position: absolute;
  top: 83%;
  left: 76%;
  transform: translate(-50%, -50%);
  width: 27%;
}

.eco-driving-content {
  position: relative;
  height: 100%;
}

/* ========================================
   DEPARTURES SECTION
======================================== */

.departures {
  width: 100%;
  height: fit-content;
  background-color: #ffffff;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

.departures-title {
  font-family: "poppins", sans-serif;
  font-size: 32px;
  color: #d14391;
  text-align: center;
  letter-spacing: 0.15px;
}

.departures-subtitle a img {
  vertical-align: middle;
  display: inline-block;
}

.departures-subtitle a {
  display: inline-block;
  text-decoration: none;
}

.departures-subtitle {
  font-family: "PoppinsBold", sans-serif;
  font-size: 32px;
  color: #d14291;
  text-align: center;
  padding-top: 0.09%;
  letter-spacing: 0.25px;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* ========================================
   ACTUALITIES SECTION
======================================== */

.actualities {
  width: 100%;
  height: fit-content;
  background-color: #000000;
  padding-bottom: 10px;
}

.actualities-title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  color: #fdedbe;
  background-color: #000000;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 4.5%;
}

.actualities-content {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 60px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.actuality-item {
  background-color: #1a1a1a;
  border-radius: 15px;
  width: calc(33.33% - 20px);
  height: 484px;
  border: 1px solid #ffffff40;
  display: flex;
  flex-direction: column;
}

.actuality-item:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.actuality-image {
  width: 100%;
  height: 72%;
  border-radius: 15px 15px 0 0;
  padding-bottom: 0%;
  object-fit: cover;
}

.actuality {
  background-color: #1a1a1a;
  padding-top: 0%;
  border-radius: 0 0 15px 15px;
  height: 28.75%;
  margin-left: 30px;
  padding-top: 25px;
}

.actuality-text {
  font-family: "PoppinsBold", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.actuality-more {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fdedbe;
  font-weight: 300;
  letter-spacing: 0px;
  padding-top: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.actuality-more:hover {
  color: #d14391;
}

/* ========================================
   THANKS SECTION
======================================== */

.thanks {
  width: 100%;
  padding: 46px 0 0 0;
  background-color: #d14391;
  font-family: "PoppinsExtraLight", sans-serif;
  text-align: center;
  color: #ffffff;
}

.thanks-title {
  font-family: "PoppinsExtraLight", sans-serif;
  font-size: 32px;
  letter-spacing: 0.35px;
  font-weight: bolder;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.thanks-subtitle {
  font-size: 20px;
  padding-top: 1.25%;
  letter-spacing: 0.25px;
  font-weight: light;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.merci-container-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 362px;
}

/* .merci-container-img img {
  width: 127px;
  height: auto;
} */

.virginie-helment {
  position: absolute;
  left: 45px;
  top: 23%;
  transform: translateY(-50%);
  width: 130px;
  z-index: 1;
}

.manuela-helment {
  position: absolute;
  right: 34px;
  top: 23%;
  transform: translateY(-50%);
  width: 130px;
  z-index: 1;
}

.merci-container-text {
  flex: 1;
  max-width: 900px;
  text-align: center;
  z-index: 2;
  position: relative;
  padding: 0 80px;
  height: 362px;
}

.contact-us {
  font-family: "poppins", sans-serif;
  font-size: 19.5px;
  color: #000000;
  text-align: center;
  letter-spacing: 0.25px;
  font-weight: light;
  padding-top: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.contact-us a {
  color: #000000;
  text-decoration: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.contact-us a:hover {
  color: #000000;
  text-decoration: underline;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.contact-info {
  background-color: #ffffff;
  margin-top: 3%;
  border-radius: 100px;
  align-items: center;
  text-align: center;
  display: inline-block;
  width: 400px;
  height: 50px;
}

.questions {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  padding-top: 2.5%;
  font-weight: light;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.merci {
  font-family: "poppinsbold", sans-serif;
  font-size: 120px;
  letter-spacing: 6px;
  font-weight: bolder;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-top: -14px;
  margin-right: -8px;
}

/* ======================================== PARTNERS SECTION ======================================== */

.partners {
  width: 100%;
  height: fit-content;
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
}

.ayaline {
  position: relative;
  padding-top: 18px;
  width: 318px;
  height: auto;
}

.ayaline:hover {
  opacity: 0.75;
  transform: scale(1.1);
}

.partners-description1 {
  font-family: "poppins", sans-serif;
  font-size: 15px;
  color: #000000;
  text-align: center;
  padding-top: 40px;
  letter-spacing: 0.95px;
  font-weight: light;
}

.partners-description-bold {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: center;
  padding-top: 0.05%;
  letter-spacing: 0.1px;
  font-weight: bolder;
  line-height: 1.35;
  padding-bottom: 22px;
}
.partners-description2 {
  font-family: "poppins", sans-serif;
  font-size: 15px;
  color: #000000;
  text-align: center;
  padding-top: 0;
  letter-spacing: 0.95px;
  font-weight: light;
}

.partners-logos {
  display: flex;
  flex-direction: column;
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.partner-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.partners-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.partners-logos a:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.partners-logos img {
  object-fit: contain;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
  height: auto;
}

.partners-logos a:hover img {
  filter: grayscale(0%);
}

/* Tailles spécifiques pour chaque groupe de logos */

/* Premier groupe */
.partner-group:nth-child(1) {
  height: 150px;
}

.partner-group:nth-child(1) a:nth-child(1) img {
  width: 230px;
}
.partner-group:nth-child(1) a:nth-child(2) img {
  width: 250px;
}
.partner-group:nth-child(1) a:nth-child(3) img {
  width: 230px;
}
.partner-group:nth-child(1) a:nth-child(4) img {
  width: 200px;
}

/* Deuxième groupe */
.partner-group:nth-child(2) a:nth-child(1) img {
  width: 230px;
}
.partner-group:nth-child(2) a:nth-child(2) img {
  width: 110px;
}

/* Troisième groupe */
.partner-group:nth-child(3) a:nth-child(1) img {
  width: 150px;
}
.partner-group:nth-child(3) a:nth-child(2) img {
  width: 100px;
}
.partner-group:nth-child(3) a:nth-child(3) img {
  width: 100px;
}
.partner-group:nth-child(3) a:nth-child(4) img {
  width: 120px;
}
.partner-group:nth-child(3) a:nth-child(5) img {
  width: 120px;
}
.partner-group:nth-child(3) a:nth-child(6) img {
  width: 120px;
}

/* Quatrième groupe */
.partner-group:nth-child(4) a:nth-child(1) img {
  width: 120px;
}
.partner-group:nth-child(4) a:nth-child(2) img {
  width: 120px;
}
.partner-group:nth-child(4) a:nth-child(3) img {
  width: 120px;
}
.partner-group:nth-child(4) a:nth-child(4) img {
  width: 120px;
}
.partner-group:nth-child(4) a:nth-child(5) img {
  width: 120px;
}

/* ======================================== FOOTER SECTION ======================================== */

.footer {
  width: 100%;
  height: 45px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-container {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
}

.footer-text {
  font-family: "PoppinsLight", sans-serif;
  font-size: 12px;
  padding-top: 4px;
  color: #fdedbe;
  text-align: center;
  letter-spacing: 0.5px;
}

/* ======================================== MEDIA QUERIES ======================================== */

@media screen and (max-width: 1410px) {
  .header-title-container {
    text-shadow: 1px 1px 2px #000;
  }

 
  .budget-items {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 14px;
  }

  .team-members {
    flex-direction: column;
    gap: 40px;
  }
  .member-left-information {
    justify-content: center;
    gap: 150px;
  }
  .member-right-information {
    justify-content: center;
    gap: 150px;
  }

  .member-left,
  .member-right {
    width: 100vw;
  }

  .quote-virginie,
  .quote-manuela {
    margin: 0 auto;
  }

  .quote-text {
    width: 50vw;
  }

  .description-virginie,
  .description-manuela {
    line-height: 1.5;
  }

  .contact-virginie,
  .contact-manuela {
    margin-top: 0px;
  }

  .yves-tartarin-container {
    width: 70%;
  }

  .adventure-description {
    padding-left: 20vw;
  }

  .eco-driving-intro {
    padding-top: 200px;
  }

  .eco-driving-intro,
  .eco-driving-description,
  .eco-driving-second-description {
    padding-left: 5vw;
  }

  .eco-driving-second-description {
    padding-bottom: 40px;
  }

  .journey-steps {
    font-size: 12px;
  }

  .days {
    font-size: 10px;
  }

  .days-list {
    padding: 20px 25px;
  }

  .journey-description {
    font-size: 10px;
    padding: 25px 0 0 20px;
    width: 20vw;
  }

  .journey-description ul {
    font-size: 10px;
    padding-left: 0;
  }

  .departures-title,
  .departures-subtitle {
    font-size: 18px;
  }
}

/* === TABLET BREAKPOINT (1024px) === */
@media screen and (max-width: 1024px) {
  /* Header adjustments */
  .header-title {
    font-size: 36px;
    letter-spacing: 3px;
  }

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

  .header-description {
    font-size: 30px;
    font-family: "PoppinsExtraLight", sans-serif;
    font-style: light;
  }

  /* Team section */
  .team-members {
    flex-direction: column;
    gap: 40px;
  }

  .member-left,
  .member-right {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  /* Adventure section */
  .adventure-title {
    font-size: 45px;
  }

  .image-trip {
    height: 100%;
  }

  .images-trip-container {
    flex-direction: column;
  }

  .trip-map-container img {
    width: 100vw;
    /* height: 100%; */
  }

  .journey-description {
    font-size: 16px;
    padding: 35px 0 0 40px;
    width: 40vw;
  }

  .journey-description ul {
    font-size: 14px;
    padding-left: 0;
  }

  .days {
    font-size: 14px;
  }

  .trip-img-container {
    width: 100vw;
  }

  .trip-img-container img {
    width: 100%;
    object-fit: cover;
    position: relative;
  }

  .trip-img-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.71) 100%
    );
    z-index: 2;
  }

  /* Trip section responsive
  .image-trip {
    height: 55vw;
  }

  .journey-description {
    width: 320px;
    font-size: 15px;
    padding: 35px 35px;
  }

  .journey-description ul {
    font-size: 13px;
    line-height: 15px;
  }

  .days {
    width: 240px;
    height: 350px;
  }

  .days-list {
    padding: 25px 30px;
    font-size: 13px;
  }

  .trip-map-container img {
    width: 45vw;
  }

  .journey-steps {
    width: 50%;
    font-size: 15px;
  } */

  /* Trip section */
  /* .image-trip {
    height: 60vw;
    flex-direction: column;
  }

  .images-trip-container {
    flex-direction: column;
    height: auto;
  }

  .trip-map-container {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .trip-map-container img {
    width: 80vw;
    max-width: 600px;
  }

  .trip-img-container {
    order: 2;
    width: 100%;
  }

  .journey-description {
    position: relative;
    width: 90%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    margin: 0 auto 20px;
  }

  .days {
    position: relative;
    width: 90%;
    max-width: 300px;
    height: auto;
    bottom: auto;
    right: auto;
    margin: 0 auto 20px;
  } */

  .image-trip-description {
    top: 30vw;
    font-size: 22px;
    z-index: 3;
  }

  /* .journey-steps {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    margin: 10px auto;
  } */

  .journey-steps {
    z-index: 3;
  }

  .eco-driving-image {
    top: 95%;
    left: 85%;
    width: 15%;
  }

  /* Budget section */
  .budget-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-bottom: 40px;
    width: 50vw;
  }

  .funds-title,
  .funds-title-pink {
    font-size: 15px;
  }

  .funds-logo-text::after {
    width: 120px;
    height: 100px;
  }

  /* Partners logos */
  .partners-logos {
    gap: 25px 30px;
    padding: 30px 15px;
  }

  .partners-logos a:nth-child(1) img,
  .partners-logos a:nth-child(2) img,
  .partners-logos a:nth-child(3) img,
  .partners-logos a:nth-child(4) img,
  .partners-logos a:nth-child(5) img,
  .partners-logos a:nth-child(6) img,
  .partners-logos a:nth-child(7) img,
  .partners-logos a:nth-child(8) img,
  .partners-logos a:nth-child(9) img,
  .partners-logos a:nth-child(10) img {
    width: 110px !important;
  }

  /* Thanks section */
  .thanks-title {
    font-size: 22px;
  }

  .contact-info {
    width: 350px;
    height: 45px;
  }

  .questions {
    font-size: 16px;
    padding-top: 5%;
  }

  .merci {
    font-size: 100px;
  }

  /* Actualities */
  .actuality-text {
    font-size: 18px;
    line-height: 22px;
  }

  .actuality-more {
    font-size: 14px;
  }
}

/* === MOBILE LANDSCAPE / SMALL TABLET (768px) === */
@media screen and (max-width: 768px) {
  /* Header */
  .header-container {
    padding: 20px;
  }

 .trip-mobile {
  display: block;
}
  
  .header-title-container {
    padding-top: 15px;
    padding-right: 0;
  }

  .header-title {
    font-size: 26px;
    letter-spacing: 2px;
  }

  .logo-chicas {
    height: 100vh;
    content: url("./Assets/Header/Logo\ Les\ Chic_AS\ du\ Poitou\ doted\ mobile.png");
  }

  .header-subtitle {
    font-size: 18px;
  }

  .header-description {
    font-size: 25px;
  }

  .cancer-logo {
    width: 60px;
    height: 60px;
  }

  .ras-logo {
    width: 80px;
    height: auto;
  }
  .rallye {
    height: 80px;
  }

  .rallye-title {
    font-size: 14px;
    padding-top: 30px;
  }

  /* Team section */
  .team-introduction,
  .team-quote {
    font-size: 16px;
    padding: 10px 20px;
  }

  .member-left-information,
  .member-right-information {
    flex-direction: column;
    text-align: center;
    gap: 0;
    align-items: center;
    margin-bottom: 40px;
  }

  .virginie-img,
  .manuela-img {
    width: 120px;
    height: 120px;
  }

  .manuela-img {
    transform: translateY(0) translateX(0);
  }

  .virginie-img {
    transform: translateY(-0) translateX(0);
  }

  .quote-virginie {
    left: 0;
  }

  .quote-manuela .quote-text {
    padding-right: 40px;
  }

  .quote-text {
    text-align: center;
    width: 80vw;
  }

  /* Adventure section */
  .adventure-title {
    font-size: 35px;
  }

  .adventure-description {
    font-size: 14px;
    padding: 0 20px;
  }

  /* Trip section */
  .image-trip {
    display: none;
    height: auto;
    min-height: 80vh;
    padding: 20px 0;
  }

  .images-trip-container {
    flex-direction: column;
    gap: 20px;
  }

  .trip-map-container {

    order: 2;
  }

  .trip-map-container img {
    object-fit: contain;
    width: 100%;
    max-width: none;
  }

  .trip-img-container {
    order: 1;
  }

  .journey-description {
    position: relative;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    margin: 0 auto 15px;
  }

  .journey-description ul {
    font-size: 13px;
    line-height: 18px;
  }

  .days {
    position: relative;
    width: 100%;
    max-width: 280px;
    height: auto;
    bottom: auto;
    right: auto;
    margin: 0 auto 15px;
  }

  .days-list {
    padding: 20px 25px;
  }

  .image-trip-description {
    font-size: 7px;
  }

  .journey-steps {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    margin: 15px auto;
    font-size: 14px;
  }

  .gradient-overlay {
    display: none;
  }

  .funds-title,
  .funds-title-pink {
    font-size: 11px;
  }

  .funds-logo-text::after {
    width: 80px;
    height: 60px;
  }

  .funds-description,
  .key-numbers {
    font-size: 14px;
  }

  table.editions-table th,
  table.editions-table td {
    font-size: 12px;
  }
  .total {
    font-size: 14px;
  }

  .village-title,
  .village-subtitle,
  .village-description {
    font-size: 14px;
  }

  /* Budget section */
  .budget-title {
    font-size: 20px;
  }

  .budget-items {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 40px;
    width: 40vw;
  }

  /* Goals section */

  .goals {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .goals-subtitle {
    font-size: 12px;
  }

  /* Goals Lists */
  .first-goal {
    font-size: 16px;
    /* padding-top: 3.5%; */
  }

  .first-goal li {
    font-size: 14px;
  }

  .goal-li {
    font-size: 14px;
  }

  .second {
    font-size: 14px;
  }

  .second-goal li {
    font-size: 14px;
  }

  .goals-description {
    padding: 0;
  }

  /* Eco driving */
  .eco-driving-intro,
  .eco-driving-description,
  .eco-driving-second-description {
    width: 90vw;
  }
  .eco-driving-content {
    flex-direction: column;
    text-align: center;
  }

  /* Actualities */
  .actuality-item {
    width: calc(80vw - 50px);
    height: 350px;
  }

  .actuality-item:hover {
    transform: scale(1);
  }
  .actualities-content {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .actuality-text {
    font-size: 16px;
    line-height: 20px;
  }

  .actuality-more {
    font-size: 12px;
    padding-top: 15px;
  }

  .actuality-image {
    height: 65%;
  }

  .actuality {
    height: 10.75%;
    margin-left: 20px;
    padding-top: 20px;
  }

  /* Thanks section */
  .merci-container-img {
    flex-direction: column;
    text-align: center;
    padding-top: 0;
  }

  .virginie-helment,
  .manuela-helment {
    height: 100px;
    width: auto;
  }

  .contact-info {
    margin-top: 40px;
    width: 300px;
    height: 40px;
  }

  .contact-us {
    font-size: 16px;
  }

  .questions {
    font-size: 16px;
    padding-top: 2%;
  }

  .merci {
    font-size: 80px;
  }

  /* Partners */
  .partners-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
    padding: 30px 15px;
  }

  .partner-group {
    display: contents;
  }

  .partners-logos a {
    flex: 0 0 calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .partners-logos a img {
    width: 90px !important;
    max-width: 100%;
    height: auto;
  }
}

.partners-welcome {
  text-align: center;
  margin: auto;
  width: 100%;
}

.partners-welcome-text {
  font-family: "PoppinsBold", sans-serif;
  font-size: 21px;
}

/* === MOBILE PORTRAIT (480px) === */
@media screen and (max-width: 480px) {
  /* Adventure section */
  .adventure-title {
    font-size: 28px;
  }

  .logo-chicas {
    height: 80vh;
  }

  .header-subtitle {
    margin-top: 35vh;
  }

  .adventure-description {
    font-size: 12px;
  }

  /* Trip section */
  .image-trip {
    height: auto;
    min-height: 70vh;
    padding: 15px 0;
  }

  .images-trip-container {
    flex-direction: column;
    gap: 15px;
  }

  .trip-map-container {
    order: 2;
  }

  .trip-map-container img {
    width: 98vw;
  }

  .trip-img-container {
    order: 1;
  }

  .journey-description {
    position: relative;
    width: 98%;
    padding: 12px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 6px;
    margin: 0 auto 12px;
  }

  .journey-description ul {
    font-size: 11px;
    line-height: 16px;
  }

  .days {
    position: relative;
    width: 98%;
    max-width: 250px;
    height: auto;
    bottom: auto;
    right: auto;
    margin: 0 auto 12px;
  }

  .days-list {
    padding: 15px 20px;
    font-size: 12px;
  }

  .image-trip-description {
    font-size: 14px;
  }

  .journey-steps {
    position: relative;
    top: auto;
    left: auto;
    width: 95%;
    margin: 12px auto;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
  }

  .gradient-overlay {
    display: none;
  }

  /* Funds section */

  .funds-title,
  .funds-title-pink {
    font-size: 8px;
  }

  .funds-logo-text::after {
    width: 60px;
    height: 40px;
    right: -10%;
    top: 40%;
  }

  /* Eco driving */
  .eco-driving-intro {
    font-size: 14px;
  }

  .eco-driving-description,
  .eco-driving-second-description {
    font-size: 12px;
  }

  /* Departures */
  .departures-title {
    font-size: 18px;
  }

  .virginie-helment {
    top: 30%;
  }

  .manuela-helment {
    top: 30%;
  }

  .departures-subtitle {
    font-size: 14px;
  }

  /* Actualities */
  .actualities-title {
    font-size: 30px;
  }

  .actuality-text {
    font-size: 14px;
    line-height: 18px;
  }

  .actuality-more {
    font-size: 11px;
    padding-top: 12px;
  }

  .actuality-image {
    height: 60%;
  }

  .actuality {
    height: 40%;
    margin-left: 15px;
    padding-top: 15px;
  }

  /* Thanks section */
  .thanks-title {
    font-size: 20px;
  }

  .thanks-subtitle {
    font-size: 18px;
  }

  .contact-us {
    font-size: 14px;
  }

  .questions {
    font-size: 12px;
  }

  .merci {
    font-size: 60px;
  }
  .contact-info {
    width: 280px;
    height: 35px;
    margin-top: 30%;
  }
  .merci-container-img {
    height: 330px;
  }
  .merci-container-text {
    padding: 0 10px;
  }

  /* Partners */
  .partners-description1,
  .partners-description2 {
    font-size: 12px;
  }

  .partners-description-bold {
    font-size: 16px;
  }

  .partners-logos {
    gap: 15px 20px;
    padding: 25px 10px;
  }

  .partners-logos a:nth-child(1) img,
  .partners-logos a:nth-child(2) img,
  .partners-logos a:nth-child(3) img,
  .partners-logos a:nth-child(4) img,
  .partners-logos a:nth-child(5) img,
  .partners-logos a:nth-child(6) img,
  .partners-logos a:nth-child(7) img,
  .partners-logos a:nth-child(8) img,
  .partners-logos a:nth-child(9) img,
  .partners-logos a:nth-child(10) img {
    width: 70px !important;
  }

  /* Footer */
  .footer-text {
    font-size: 10px;
  }
}

.legacy-mentions {
  cursor: pointer;
}

.legacy-mentions:hover {
  text-decoration: underline;
  opacity: 0.8;
}

/* === VERY SMALL MOBILE (360px) === */
@media screen and (max-width: 360px) {
  .header-title {
    font-size: 32px;
  }

  .rallye-title {
    font-size: 32px;
  }

  .team-title {
    font-size: 28px;
  }

  .funds-logo-text::after {
    width: 60px;
    height: 40px;
    right: -7%;
    top: 40%;
  }

  /* Actualities very small */
  .actuality-text {
    font-size: 12px;
    line-height: 16px;
  }

  .actuality-more {
    font-size: 10px;
    padding-top: 10px;
  }

  .actuality {
    margin-left: 10px;
    padding-top: 12px;
  }

  /* Thanks very small */
  .thanks-title {
    font-size: 18px;
  }

  .contact-info {
    width: 250px;
    height: 32px;
  }

  .contact-us {
    font-size: 12px;
  }

  .merci {
    font-size: 50px;
  }

  .partners-logos {
    gap: 15px;
    padding: 20px 10px;
  }

  .partners-logos a:nth-child(1) img,
  .partners-logos a:nth-child(2) img,
  .partners-logos a:nth-child(3) img,
  .partners-logos a:nth-child(4) img,
  .partners-logos a:nth-child(5) img,
  .partners-logos a:nth-child(6) img,
  .partners-logos a:nth-child(7) img,
  .partners-logos a:nth-child(8) img,
  .partners-logos a:nth-child(9) img,
  .partners-logos a:nth-child(10) img {
    width: 60px !important;
  }

  /* Trip section very small */
  .journey-description {
    font-size: 11px;
    padding: 10px;
  }

  .journey-description ul {
    font-size: 10px;
    line-height: 14px;
  }

  .days-list {
    padding: 12px 15px;
    font-size: 11px;
  }

  .journey-steps {
    font-size: 11px;
    height: 45px;
    line-height: 45px;
  }
}

/* ========================================
   MODAL STYLES
======================================== */

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 20px;
}

.modal-content {
  background: white;
  border-radius: 15px;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  color: #e91e63;
  cursor: pointer;
  font-weight: bold;
  transition: color 0.3s ease;
}

.modal-close:hover {
  color: #c2185b;
}

#modal-image {
  width: 550px;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

#modal-date {
  font-family: "PoppinsRegular", sans-serif;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

#modal-title {
  font-family: "PoppinsRegular", sans-serif;
  font-size: 24px;
  color: #e91e63;
  margin-bottom: 15px;
  line-height: 1.3;
  text-align: center;
}

#modal-description {
  font-family: "PoppinsRegular", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}

/* Responsive modal styles */
@media (max-width: 768px) {
  .modal-content {
    margin: 10px;
    max-width: none;
  }

  .modal-header {
    height: 150px;
  }

  .modal-body {
    padding: 20px;
  }

  #modal-image {
    width: 70vw;
    height: auto;
    object-fit: contain;
  }

  #modal-title {
    font-size: 18px;
  }

  #modal-description {
    font-size: 14px;
  }

  .modal-details {
    font-size: 13px;
  }
}

/* ========================================
   LEGAL MODAL STYLES
======================================== */

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

#legal-modal .modal-content {
  background: white;
  border-radius: 15px;
  padding: 30px;
  max-width: 800px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: modalFadeIn 0.3s ease-out;
  margin: 20px;
}

#legal-modal .modal-content h2 {
  color: #e91e63;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

#legal-modal .modal-content h3 {
  color: #333;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#legal-modal .modal-content p,
#legal-modal .modal-content li {
  line-height: 1.6;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

#legal-modal .modal-content ul {
  margin-bottom: 15px;
  list-style: none;
}

#legal-modal .modal-content li {
  list-style-type: none !important;
}

#legal-modal .modal-content li::before {
  content: "•  ";
  color: #e91e63;
  font-weight: bold;
}

#legal-modal .modal-content a {
  color: #e91e63;
  text-decoration: none;
}

#legal-modal .modal-content a:hover {
  text-decoration: underline;
}

#legal-modal .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  color: #e91e63;
  cursor: pointer;
  font-weight: bold;
  transition: color 0.3s ease;
}

#legal-modal .close:hover {
  color: #c2185b;
}

/* ========================================
   JOURNEY MODAL STYLES
======================================== */

.journey-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.journey-modal-content {
  position: relative;
  background-color: transparent;
  margin: 2% auto;
  padding: 0;
  border-radius: 0;
  width: 100%;
  height: 96vh;
  max-height: 95vh;
  overflow: auto;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.journey-image-wrapper {
  position: relative;
  display: inline-block;
}

.journey-modal-content .journey-image {
  width: auto;
  max-width: 1116px;
  height: 90vh;
  object-fit: contain;
  border-radius: 0;
  opacity: 1;
  display: block;
  margin: 0 auto;
}

.journey-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.journey-modal .close:hover,
.journey-modal .close:focus {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .journey-modal-content {
    width: 95%;
    margin: 10% auto;
    padding: 0;
  }

  .journey-modal-content .journey-image {
    width: 100%;
    max-width: none;
  }

  .journey-modal .close {
    top: 5px;
    right: 5px;
    font-size: 24px;
    width: 30px;
    height: 30px;
  }
}
