* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "personal";
  src: url("imgs/ResotYgPERSONALUSE.woff") format("woff2"),
    url("imgs/ResotYgPERSONALUSE.woff") format("woff"),
    url("imgs/ResotYgPERSONALUSE.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-main: "personal", sans-serif;
  --green-color: #058a78;
  --dark-pink-color: #ec4e6d;
  --light-pink-color: #ff6986;
  --green-light-color: #c8fff4;
  --font-yellow: #f9bf16;
  --font-popin: "Poppins", sans-serif;
}
body {
  /* overflow-x: hidden; */
}
.hero {
  height: 140vh;
  width: 100%;
  position: relative;

  /* padding-bottom: 30px; */
  overflow: hidden !important;
}
.hero-content {
  padding: 20px 0px 30px 60px;
  height: 140vh !important;
  width: 100%;
  background-color: var(--green-color);
}
.hero-picture {
  height: 140vh;
  width: 100%;
}
.hero-picture video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border: none;
  display: block;
}

.hero-content-body-header {
  height: 40px;
  /* width: 480px; */
  width: fit-content;
  background-color: var(--green-light-color);
  border-radius: 50px;
  margin-top: 20px;
  gap: 20px;
  display: flex;
  padding: 10px 22px;
  align-items: center;
  justify-content: flex-start;
}
.hero-content-body-header h4 {
  font-size: 22px;
  font-family: var(--font-popin);
  font-weight: 600;

  margin-bottom: 0;
  color: var(--green-color);
}

.hero-content h1 {
  font-size: 50px;
  font-family: var(--font-main);
  color: white;
  position: absolute;
  font-weight: 300;
  margin-top: 10px;
  text-transform: uppercase;
}
.hero-content h2 {
  margin-top: 150px;
  font-size: 35px;
  position: relative;
  color: var(--font-yellow);
  font-family: var(--font-main);

  text-shadow: 1px 1px 0 #ec4e6d, 2px 2px 0 #ec4e6d, 3px 3px 0 #ec4e6d;
}

.hero-content h2 span {
  font-size: 16px;
  text-shadow: none !important;
  font-family: var(--font-popin);
  color: #c8fff4;
}
.second-price-text {
  font-size: 35px !important;
  color: var(--font-yellow) !important;
  position: relative;
  width: fit-content;
  font-family: var(--font-main) !important;
  /* text-decoration: line-through; */
}
.second-price-text::before {
  height: 150px;
  width: 4px;
  transform: rotate(85deg);
  content: "";
  position: absolute;
  right: 60px;
  top: -56px;
  background-color: var(--dark-pink-color);
}
.hero-content-body-timetable {
  height: 161px;
  width: 480px;
  border-radius: 25px;
  background-color: #3aa395;
}
.hero-content-body-timetable h5 {
  text-align: center;
  font-family: var(--font-popin);
  color: #c8fff4;
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 0;
}
.hero-content-body-timetable h5 span {
  font-weight: 800;
}
.hero-content-body-timetable-main-box {
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: space-between;
}
.hero-content-body-timetable-box {
  height: 120px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: linear-gradient(
    to right bottom,
    #f6fcfc,
    #eafdfc,
    #dffefb,
    #c5fcf4,
    #b9faed
  );
  border-radius: 25px;
}
.hero-content-body-timetable-box h3 {
  font-size: 50px;
  font-family: var(--font-main);
  color: #058a78;
  margin-bottom: 0;
}
.hero-content-body-timetable-box h4 {
  font-size: 25px;
  font-family: var(--font-main);
  color: #058a78;
  margin-bottom: 0;
}
.hero-badge-img-box {
  height: 170px;
  top: 0px;
  width: 170px;
  right: -90px;
  position: absolute;
}
.hero-badge-img-box img {
  width: 100%;
}
.hero-content-time-box {
  position: relative;
}
.img-cicle-badge-img {
  position: absolute;
  right: -120px;
  bottom: -50px;
}
.input-box-hero {
  position: relative;
  width: 90%;
  overflow: hidden;
  margin-top: 20px;
}
.input-box-hero input {
  width: 100%;
  background-color: transparent;
  height: 55px;
  padding: 0px 20px;
  font-family: var(--font-popin);
  color: white;
  z-index: 999;
  border: 2px solid white;
  border-radius: 50px;
}
.input-box-hero input::placeholder {
  font-size: 16px;
  font-family: var(--font-popin);
  color: white;
  font-weight: 500;
}
.input-box-hero button {
  height: 89%;
  padding: 0px 22px;
  border-radius: 50px;
  right: 0;
  top: 3px;
  right: 3px;
  border: none;
  background-color: var(--font-yellow);
  position: absolute;
  color: #01322c;
  font-size: 17px;
  font-weight: 600;
}
.input-box-hero .fifth-section-button {
  font-size: 16px !important;
}
.hero-progress-bar-box {
  height: 20px;
  width: 90%;
  margin-top: 20px;
  border-radius: 50px;
  position: relative;
  --progress-width: 95%;
  background-color: #3aa395;
}
.hero-progress-bar-box::before {
  height: 20px;
  width: 86%;
  background-color: var(--dark-pink-color);
  position: absolute;
  content: "";
  border-radius: 50px;
}
.hero-progress-bar-box-content {
  width: 90%;
  display: flex;
  margin-top: 5px;
  align-items: center;
  justify-content: space-between;
}
.hero-progress-bar-box-content p {
  font-size: 12px;
  color: white;
  width: 50%;
  margin: 0;
  font-family: var(--font-popin);
}
.profile-cicle-box1 {
  position: absolute;
  left: 40px;
}
.profile-cicle-box2 {
  position: absolute;
  left: 80px;
}
.hero-progress-bar-box-content h4 {
  font-size: 20px;
  font-family: var(--font-main);
  margin-bottom: 0;
  color: var(--green-light-color);
}
.hero-img-content-box {
  height: 50px;
  /* width: 290px; */
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 12px 22px;
  right: 50px;
  transform: rotate(-3deg);
  bottom: 100px;
  border-radius: 50px;
  background-color: var(--dark-pink-color);
}
.hero-img-content-box h6 {
  color: white;
  margin-bottom: 0;
  font-size: 14px;

  font-family: var(--font-popin);
}
.hero-img-content-box h6 img {
  width: 20px;
}
.hero-marquee {
  background-color: var(--green-light-color);
  height: 40px;
  overflow: hidden;
  position: absolute;
  bottom: 50px;
  transform: rotate(-2deg);
  z-index: 99999;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.marquee-content {
  font-size: 24px;
  font-weight: 800;
  font-family: var(--font-popin);
  display: inline-block;
  animation: marquee 12s linear infinite;
}

.marquee-content::after {
  content: attr(text);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: 100%;
  }
  .hero-content {
    padding: 30px 50px;
    height: 100% !important;
  }

  .hero-content-header img {
    max-width: 120px;
  }

  .hero-content-body-header {
    height: auto;
    width: fit-content;
    max-width: 100%;
    padding: 8px 15px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hero-content-body-header h4 {
    font-size: 13px;
  }

  .hero-content-body-header img {
    max-width: 120px;
  }
  .input-box-hero button {
    padding: 10px 22px !important;
    height: fit-content !important;
  }
  .hero-content h1 {
    font-size: 28px;
    position: relative;
    margin-top: 15px;
    line-height: 1.2;
  }

  .hero-content h2 {
    margin-top: 20px;
    font-size: 24px !important;
    text-shadow: 1px 1px 0 #ec4e6d, 2px 2px 0 #ec4e6d;
  }

  .hero-content h2 span {
    font-size: 16px;
    display: inline-block;
  }

  .second-price-text {
    font-size: 35px;
  }

  .second-price-text::before {
    height: 100px;
    width: 3px;
    right: 29px !important;
    top: -38px;
  }

  .hero-content-time-box {
    margin-top: 20px;
  }

  .hero-content-body-timetable {
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 0px 2px 2px 2px;
  }

  .hero-content-body-timetable h5 {
    font-size: 14px;
    margin-top: 0px;
  }

  .hero-content-body-timetable-main-box {
    gap: 8px;
    justify-content: space-between;
  }

  .hero-content-body-timetable-box {
    height: 50px;
    width: 100px;
  }

  .hero-content-body-timetable-box h3 {
    font-size: 36px;
  }

  .hero-content-body-timetable-box h4 {
    font-size: 16px;
  }

  .hero-badge-img-box {
    height: 100px;
    width: 100px;
    left: 0px;
    top: 280px;
  }

  .img-cicle-badge-img {
    right: -60px;
    bottom: -30px;
    max-width: 80px;
  }

  .input-box-hero {
    width: 100%;
    flex-direction: column;
    margin-top: 15px;
  }

  .input-box-hero input {
    height: 50px;
    padding: 0px 15px;
    font-size: 14px;
  }

  .input-box-hero input::placeholder {
    font-size: 18px;
    text-align: center;
  }

  .input-box-hero button {
    font-size: 19px !important;
    position: static;
    padding: 0px 15px;
    height: 50px;
    font-weight: 700;
    font-family: var(--font-popin) !important;
    margin-top: 10px;
    width: 100%;
  }

  .hero-progress-bar-box {
    width: 90%;
    left: 20px;
    bottom: 70px;
    height: 12px !important;
    position: absolute;
    margin-top: 15px;
  }

  .hero-progress-bar-box::before {
    height: 12px !important;
    width: 86%;
  }

  .hero-progress-bar-box-content {
    width: 100%;
    flex-direction: column;
    display: flex;
    bottom: 15px;
    position: absolute;
    text-align: start !important;
    justify-content: flex-start !important;
    margin-top: 8px;
  }

  .hero-progress-bar-box-content-profil-images {
    width: 50%;
    height: 40px;
  }

  .hero-progress-bar-box-content-profil-images img {
    max-width: 35px;
  }

  .profile-cicle-box1 {
    left: 30px;
  }

  .profile-cicle-box2 {
    left: 60px;
  }

  .hero-progress-bar-box-content h4 {
    font-size: 24px;
  }

  .hero-img-content-box {
    width: 90%;
    max-width: 280px;
    height: 30px;
    right: 140px;
    transform: translateX(50%) rotate(-3deg);
    bottom: 140px;
    font-size: 12px;
  }

  .hero-img-content-box h6 {
    font-size: 12px;
  }

  .hero-img-content-box h6 img {
    width: 16px;
  }

  .hero-picture {
    height: 500px;
    padding: 20px;
    order: -1;
    background-color: #058a78;
  }
  .hero-picture video {
    height: 80%;
    aspect-ratio: 1/1;
    border-radius: 20px;
  }
  .hero-progress-bar-box-content p {
    width: 100%;
  }
  .hero-marquee {
    height: 35px;
    transform: rotate(-3deg);

    bottom: 130px !important;
    font-size: 18px;
  }

  .marquee-content {
    bottom: -20px;
    font-size: 18px;
  }
}

/* Small Mobile (up to 480px) */
@media screen and (max-width: 480px) {
  .hero-content {
    padding: 20px 30px;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-content h2 {
    width: 100%;
    line-height: 20px !important;
    font-size: 33px !important;
  }
  .hero-content h2 span {
    font-size: 16px;
  }
  .second-price-text {
    font-size: 25px !important;
  }

  .second-price-text::before {
    height: 80px;
    right: 50px !important;
    top: -30px;
  }

  .hero-content-body-timetable-box {
    height: 80px;
    padding: 2px 2px 10px 2px;
    width: 110px;
  }

  .hero-content-body-timetable-box h3 {
    font-size: 30px;
  }

  .hero-content-body-timetable-box h4 {
    font-size: 14px;
  }

  .hero-content-body-timetable h5 {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px !important;
  }

  .input-box-hero input {
    height: 45px;
    font-size: 13px;
  }

  .input-box-hero button {
    font-size: 12px;
    padding: 0px 12px;
  }

  .hero-badge-img-box {
    height: 80px;
    width: 80px;
    right: 50px;
    bottom: -100px !important;
  }

  .img-cicle-badge-img {
    max-width: 60px;
    left: 30px;
    bottom: -270px;
  }

  .hero-marquee {
    height: 30px;
    bottom: -370px;
  }

  .marquee-content {
    font-size: 16px;
  }
}
/* second section */
.second-section {
  height: 100%;
  width: 100%;
  padding: 50px 0px;
  position: relative;
  text-align: center;
  background-color: var(--dark-pink-color);
  overflow: hidden;
}

.second-section-content h1 {
  font-size: 70px;
  margin-bottom: 0;
  color: #f7e2e2;
  font-family: var(--font-main);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.second-section-content h1 img {
  width: 60px;
  height: 60px;
}

.second-section-content h2 {
  font-size: 40px;
  color: #f7e2e2;
  font-family: var(--font-main);
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.second-section-carsuol {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 50px;
  padding: 0 20px;
  animation: marquee 20s linear infinite;
}

.second-section-carsuol2 {
  align-items: start;
  animation: marquee2 25s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.carusol-cards {
  background-color: white;
  padding: 20px;
  min-width: 400px;
  max-width: 350px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0;
}

.carusol-cards:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.carusol-cards-content-box {
  text-align: start;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.comment-image {
  width: 370px;
  height: auto;
  border-radius: 8px;
  display: block;
}

/* Second Section Tablet Responsive */
@media screen and (max-width: 1024px) {
  .second-section-content h1 {
    font-size: 60px;
  }

  .second-section-content h2 {
    font-size: 35px;
  }

  .carusol-cards {
    min-width: 320px;
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .second-section {
    padding: 40px 0px;
  }

  .second-section-content h1 {
    font-size: 24px !important;
    gap: 20px;
    line-height: 1.2;
  }

  .second-section-content h1 img {
    width: 45px;
    height: 45px;
  }

  .second-section-content h2 {
    font-size: 24px;
    margin-top: 10px;
  }

  /* Keep auto-scroll animation on mobile - same as desktop */
  .second-section-carsuol {
    margin-top: 30px;
    gap: 15px;
    padding: 0 15px;
    /* Animation stays enabled */
    animation: marquee 6s linear infinite;
  }

  .second-section-carsuol2 {
    /* Animation stays enabled */
    animation: marquee2 5s linear infinite;
  }

  .carusol-cards {
    min-width: 350px;
    max-width: 350px;
    padding: 15px;
  }

  .comment-image {
    width: 100%;
    height: auto;
  }
}

/* third-section */
.third-section {
  height: 100%;
  position: relative;
  width: 100%;
  background-color: #058a78;
  padding: 50px 0px;
}
.third-section-content {
  text-align: center;
}
.third-section-content h1 {
  font-size: 55px;
  font-family: var(--font-main);
  color: var(--light-pink-color);
  margin-bottom: 0;
}
.third-section-content h3 {
  font-size: 45px;
  margin-top: 30px;
  font-family: var(--font-main);
  color: #b9faed;
}
.third-section-content p {
  font-size: 20px;
  font-family: var(--font-popin);
  color: #cee5db;
  margin-top: 15px;
  font-weight: 600;
}
.third-section-card-box-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  gap: 30px;
  padding: 0 20px;
}
.third-section-card-box-card {
  height: 230px;
  position: relative;
  transform: rotate(-2deg);
  width: 300px;
  border-radius: 18px;
  padding: 5px;
  background-color: #30a493;
  flex-shrink: 0;
}
.third-section-card-box-card img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 18px;
}
.third-section-first-card-badge {
  height: 40px;
  position: absolute;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  right: -30px;
  top: -10px;
  transform: rotate(-9deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green-light-color);
  padding: 9px 22px;
}
.third-section-first-card-badge h6 {
  font-size: 16px;
  font-family: var(--font-popin);
  font-weight: 600;
  margin-bottom: 0;
  color: var(--green-color);
}
.third-section-card-box-card2 {
  height: 277px;
  width: 402px;
  transform: rotate(0deg);
  padding: 5px;
  position: relative;
}
.third-section-card-box-card2 img {
  transform: rotate(0deg);
}
.third-section-first-card-badge2 {
  top: 200px;
}
.third-section-card-box-card3 {
  padding: 5px;
  transform: rotate(3deg);
}
.third-section-card-box-card3 img {
  border-radius: 18px;
}
.third-section-first-card-badge3 {
  height: 40px;
  position: absolute;
  right: 30px;
  top: -10px;
  transform: rotate(9deg);
  border-bottom-right-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green-light-color);
  padding: 9px 22px;
}
.third-section-input-box {
  padding: 0px 280px;
}

/* Carousel wrapper */
.third-section-card-box-wrapper {
  width: 100%;
  overflow: hidden;
}

/* Carousel dots for mobile */
.third-section-carousel-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.third-section-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.third-section-dot.active {
  background-color: #fff;
  width: 14px;
  height: 14px;
}

.third-section-dot:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Third Section Tablet Responsive */
@media screen and (max-width: 1024px) {
  .third-section {
    padding: 45px 0px;
  }

  .third-section-content h1 {
    font-size: 48px;
  }

  .third-section-content h3 {
    font-size: 38px;
  }

  .third-section-content p {
    font-size: 18px;
  }

  .third-section-card-box-main {
    gap: 25px;
    margin-top: 50px;
  }

  .third-section-card-box-card {
    width: 250px;
    height: 190px;
  }

  .third-section-card-box-card2 {
    width: 340px;
    height: 235px;
  }

  .third-section-first-card-badge2 {
    top: 165px;
  }

  .third-section-first-card-badge h6 {
    font-size: 15px;
  }

  .third-section-input-box {
    padding: 0px 100px;
  }
}

/* Third Section Mobile Responsive - Carousel Mode */
@media screen and (max-width: 767px) {
  .third-section {
    padding: 40px 0px;
  }

  .third-section-content h1 {
    font-size: 32px;
    padding: 0 20px;
  }

  .third-section-content h3 {
    font-size: 28px;
    margin-top: 20px;
    padding: 0 20px;
  }

  .third-section-content p {
    font-size: 16px;
    padding: 0 20px;
  }

  .third-section-card-box-wrapper {
    overflow: visible;
    width: 100%;
  }

  .third-section-card-box-main {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 40px;
    gap: 20px;
    justify-content: flex-start;
    padding: 0 calc(20% - 100px);
    width: 100%;
  }

  .third-section-card-box-main::-webkit-scrollbar {
    display: none;
  }

  .third-section-card-box-card,
  .third-section-card-box-card2,
  .third-section-card-box-card3 {
    scroll-snap-align: center;
    scroll-snap-stop: always;
    min-width: 280px;
    max-width: 280px;
    height: 210px;
    transform: rotate(0deg);
    padding: 13px 220px;
  }

  .third-section-card-box-card img,
  .third-section-card-box-card2 img,
  .third-section-card-box-card3 img {
    transform: rotate(0deg);
    border-radius: 18px;
  }

  .third-section-card-box-card2 {
    min-width: 280px;
    max-width: 280px;
    height: 210px;
  }

  .third-section-first-card-badge,
  .third-section-first-card-badge2,
  .third-section-first-card-badge3 {
    height: 35px;
    padding: 10px 22px !important;
    left: 10px;
    font-size: 14px;
    top: -10px;
    width: fit-content;
    transform: rotate(-9deg);
    border-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 25px;
  }
  .third-section-first-card-badge,
  .third-section-first-card-badge2,
  .third-section-first-card-badge3 h6 {
    font-size: 12px !important;
  }
  .third-section-first-card-badge2 {
    top: -20px;
  }

  .third-section-first-card-badge h6 {
    font-size: 13px;
  }

  .third-section-input-box {
    padding: 0px 20px;
    margin-top: 30px;
  }

  .third-section-carousel-dots {
    display: flex;
  }
}

/* Third Section Small Mobile */
@media screen and (max-width: 480px) {
  .third-section {
    padding: 35px 0px;
  }

  .third-section-content h1 {
    font-size: 26px;
  }

  .third-section-content h3 {
    font-size: 24px;
  }

  .third-section-content p {
    font-size: 14px;
  }

  .third-section-card-box-main {
    margin-top: 35px;
    gap: 15px;
    height: 290px;
    padding: 0 calc(30% - 100px);
  }

  .third-section-card-box-card,
  .third-section-card-box-card2,
  .third-section-card-box-card3 {
    min-width: 260px;
    max-width: 260px;
    height: 195px;
    padding: 5px;
    transform: rotate(-5deg);
  }

  .third-section-first-card-badge,
  .third-section-first-card-badge2,
  .third-section-first-card-badge3 {
    height: 32px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 50px;
    padding: 6px 15px;
  }

  .third-section-first-card-badge h6 {
    font-size: 10px;
    text-align: start;
  }

  .third-section-carousel-dots {
    margin-top: 30px;
    gap: 8px;
  }

  .third-section-dot {
    width: 10px;
    height: 10px;
  }

  .third-section-dot.active {
    width: 12px;
    height: 12px;
  }
}
/*  */
.fourth-section {
  height: 100%;
  overflow: hidden;
  text-align: center;
  width: 100%;
  background: url(imgs/landing-desktop-ENG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
  padding: 90px 0px;
  background-color: #14bba4;
}
.fourth-section-content {
  position: relative;
}
.fourth-section-content h1 {
  font-size: 60px;
  font-family: var(--font-main);
  margin-bottom: 20px;
  color: #24534c;
}
.fourth-section-content h6 {
  font-size: 20px;
  z-index: 9999 !important;
  font-family: var(--font-popin);
  color: white;
}
.fourth-section-content h6 span {
  font-weight: 800;
  z-index: 9999 !important;

  font-style: italic;
}
.smell-img-fourth-section {
  position: absolute;
  top: -90px;
  left: 20px;
}
.hero-img1 {
  left: -30px;
  top: 200px;
  position: absolute;
}
.hero-img2 {
  right: -30px;
  top: 360px;
  position: absolute;
}
.fourth-section-content h3 {
  font-size: 50px;
  font-family: var(--font-main);
  color: #24534c;
  margin-top: 130px;
}
.frouth-section-inner-content1 {
  height: fit-content !important;
}
.frouth-section-inner-row {
  margin-top: 100px;
  padding: 0px 0px;
  display: flex;
  gap: 40px !important;
  flex-wrap: wrap;
  justify-content: center;
}
.frouth-section-inner-content1-header {
  display: flex;
  align-content: center;
  gap: 10px;
  justify-content: flex-start;
}
.frouth-section-inner-content1 video {
  height: 350px;
  border-radius: 20px;
  object-fit: cover;
  width: 350px;
}
.frouth-section-inner-content2 video {
  height: 350px;
  border-radius: 20px;
  object-fit: cover;
  width: 350px;
}
.number-circle {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  border-radius: 50%;
  font-family: var(--font-main);
  color: #01322c;
  font-size: 20px;
  border: 5px solid var(--font-yellow);
}
.frouth-section-inner-content1-header h2 {
  font-size: 30px;
  font-family: var(--font-main);
  color: white;
  margin-bottom: 0;
  margin-top: 8px;
}
.frouth-section-inner-content2 {
  padding: 00px 0px 0px 0px;
  text-align: start;
  height: fit-content;
  position: relative;
}
.frouth-section-inner-content2 img {
  margin-bottom: 20px;
  margin-top: 40px;
}
.pen-img {
  height: 300px;
  width: 300px;
  margin-left: 180px;
}
.frouth-section-inner-content3 {
  margin-top: -250px;
  position: relative;
}
.mobile-arrow,
.mobile-arrow2,
.mobile-arrow3 {
  display: none;
}
.second-arrow-img {
  position: absolute;
  left: -200px !important;
  bottom: 70px !important;
}
.third-arrow {
  position: absolute;
  bottom: 0;
  right: -190px !important;
}
.fourth-section-content h5 {
  font-size: 55px;
  font-family: var(--font-main);
  margin-bottom: 0;
  color: white;
}
.fourth-section-content p {
  font-size: 18px;
  font-family: var(--font-popin);
  color: white;
}

@media screen and (max-width: 1024px) {
  .fourth-section {
    padding: 70px 0px;
  }

  .fourth-section-content h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .fourth-section-content h6 {
    font-size: 20px;
    padding: 0 20px;
  }

  .smell-img-fourth-section {
    width: 80px;
    top: -70px;
    left: 15px;
  }

  .hero-img1 {
    width: 120px;
    top: 150px;
  }

  .hero-img2 {
    width: 120px;
    top: 300px;
  }

  .fourth-section-content h3 {
    font-size: 42px;
    margin-top: 100px;
  }

  .frouth-section-inner-row {
    margin-top: 80px;
    /* gap: 120px !important;
    padding: 0px 22px !important; */
  }

  .number-circle {
    height: 45px;
    width: 45px;
    font-size: 18px;
    border: 4px solid var(--font-yellow);
  }

  .frouth-section-inner-content1-header h2 {
    font-size: 26px;
  }

  .pen-img {
    height: 250px;
    width: 250px;
    margin-left: 120px;
  }

  .frouth-section-inner-content3 {
    margin-top: -200px;
  }

  .second-arrow-img {
    width: 80px;
    left: -80px;
    bottom: 140px;
  }

  .third-arrow {
    width: 80px;
    right: -70px;
  }

  .fourth-section-content h5 {
    font-size: 45px;
  }

  .fourth-section-content p {
    font-size: 16px;
  }
}

/* Fourth Section Mobile Responsive */
@media screen and (max-width: 767px) {
  .fourth-section {
    padding: 50px 0px;
  }

  .fourth-section-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .fourth-section-content h6 {
    font-size: 16px;
    padding: 0 20px;
    line-height: 1.6;
  }

  .fourth-section-content h6 br {
    display: none;
  }

  .smell-img-fourth-section {
    width: 60px;
    top: -120px;
    left: 170px;
  }

  .hero-img1 {
    width: 60px;
    top: 80px;
  }

  .hero-img2 {
    width: 80px;
    top: 200px;
  }

  .fourth-section-content h3 {
    font-size: 32px;
    margin-top: 70px;
    padding: 0 15px;
  }

  .frouth-section-inner-row {
    margin-top: 50px;
    gap: 0px;
    flex-direction: column;
    align-items: center;
    padding: 0 5px;
    position: relative;
  }
  .mobile-arrow {
    display: block;
    top: 810px;
    right: 30px;
    position: absolute;
  }
  .mobile-arrow2 {
    display: block;
    top: 1110px;
    right: 30px;
    position: absolute;
  }
  .mobile-arrow3 {
    display: block;
    top: 1410px;
    right: 30px;
    position: absolute;
  }
  .frouth-section-inner-content1,
  .frouth-section-inner-content2,
  .frouth-section-inner-content3 {
    width: 100%;
    max-width: 350px;
    overflow: hidden;
    margin-top: 0 !important;
  }
  .frouth-section-inner-content1 video {
    width: 70%;
    height: 200px;
  }
  .frouth-section-inner-content2 video {
    width: 70%;
    height: 200px;
  }
  .frouth-section-inner-content1-header {
    justify-content: flex-start;
    /* flex-direction: column; */
    align-items: start;
    text-align: start;
  }

  .number-circle {
    height: 40px;
    width: 40px;
    font-size: 16px;
    border: 3px solid var(--font-yellow);
  }

  .frouth-section-inner-content1-header h2 {
    font-size: 22px;
    margin-top: 10px;
  }

  .frouth-section-inner-content1-header h2 br {
    display: none;
  }

  .frouth-section-inner-content1 img,
  .frouth-section-inner-content2 img,
  .frouth-section-inner-content3 img {
    max-width: 80%;
    height: auto;
    margin: 20px 0px;
    display: block;
  }

  .pen-img {
    height: auto !important;
    width: 200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .frouth-section-inner-content2 {
    text-align: center;
  }

  /* Hide arrows on mobile */
  .second-arrow-img,
  .third-arrow,
  .frouth-section-inner-content2 > img:first-child {
    display: none !important;
  }

  .fourth-section-content h5 {
    font-size: 32px;
    margin-top: 40px;
    padding: 0 15px;
  }

  .fourth-section-content p {
    font-size: 14px;
    padding: 0 20px;
  }

  .fourth-section-content > img:last-child {
    max-width: 90%;
    height: auto;
    margin-top: 20px;
  }
}

/* Fourth Section Small Mobile */
@media screen and (max-width: 480px) {
  .fourth-section {
    padding: 240px 0px;
  }

  .fourth-section-content h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .fourth-section-content h6 {
    font-size: 14px;
  }

  .smell-img-fourth-section {
    width: 50px;
    top: -270px;
  }

  .hero-img1 {
    width: 200px;
    top: 0px;
  }

  .hero-img2 {
    width: 200px;
    top: 70px;
  }

  .fourth-section-content h3 {
    font-size: 26px;
    margin-top: 50px;
  }

  .frouth-section-inner-row {
    gap: 0px !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
  }

  .frouth-section-inner-content1,
  .frouth-section-inner-content2,
  .frouth-section-inner-content3 {
    max-width: 280px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  .number-circle {
    height: 35px;
    width: 35px;
    font-size: 14px;
  }

  .frouth-section-inner-content1-header h2 {
    font-size: 18px;
  }

  .pen-img {
    width: 180px !important;
  }

  .fourth-section-content h5 {
    font-size: 26px;
    margin-top: 30px;
  }

  .fourth-section-content p {
    font-size: 13px;
  }
}
/* fifth-section */
.fifth-section {
  height: 100%;
  width: 100%;
  background-color: #0b5c55;
  padding: 90px 0px;
  overflow: hidden;

  margin-top: 0px;
  z-index: 9999 !important;
}
.fifth-section h1 {
  text-align: start;
  width: 40%;
  margin-left: 120px;
  font-size: 50px;
  font-family: var(--font-main);
  color: rgba(200, 255, 244, 1);
}
.fifth-section-content-inner-boxes {
  display: flex;
  margin-top: 20px;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}
.fifth-section-content-inner-boxes video {
  height: 250px;
  object-fit: cover;
  border: none;
  border-radius: 20px;
  width: 150px;
}
.fifth-section-content-inner-boxes-content-box {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 10px;
}
.fifth-section-content-inner-boxes-content-box img {
  height: 30px;
  width: 30px;
}
.fifth-section-content-inner-boxes-content-box p {
  font-size: 18px;
  color: white;
  font-weight: 700;
  font-family: var(--font-popin);
}
.fifth-section-pictures2 {
  padding-top: 0px;
}
.fifth-section-pictures img {
  width: 90%;
  height: auto;
}
.fifth-section-pictures video {
  width: 90%;
  height: auto;
  object-fit: cover;
  margin-top: 20px;
  border-radius: 20px;
}
.fifth-section-bttom-box {
  width: 70%;
}

/* Fifth Section Tablet Responsive */
@media screen and (max-width: 1024px) {
  .fifth-section {
    padding: 70px 0px;
  }

  .fifth-section h1 {
    font-size: 48px;
  }

  .fifth-section-content-inner-boxes {
    gap: 15px;
  }

  .fifth-section-content-inner-boxes video {
    height: 200px;
    width: 120px;
  }
  .fifth-section-content-inner-boxes-content-box {
    flex-direction: column;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    text-align: start;
  }
  .fifth-section-content-inner-boxes-content-box img {
    height: 25px;
    width: 25px;
  }

  .fifth-section-content-inner-boxes-content-box p {
    font-size: 16px;
    text-align: start;
  }

  .fifth-section-pictures2 {
    padding-top: 120px;
  }

  .fifth-section-bttom-box {
    width: 85%;
    margin-top: 40px;
  }
}

/* Fifth Section Mobile Responsive */
@media screen and (max-width: 767px) {
  .fifth-section {
    padding: 50px 0px;
  }

  .fifth-section h1 {
    font-size: 32px;
    text-align: start;
    margin-left: 5px;
    width: 100%;

    padding: 0 15px;
  }
  .fifth-section-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .fifth-section-content-inner-boxes {
    /* flex-direction: column; */
    gap: 15px;
    margin-top: 30px;
    align-items: center;
  }

  .fifth-section-content-inner-boxes > video {
    height: 180px;
    width: 110px;
  }

  .fifth-section-content-inner-boxes-content-box {
    justify-content: center;
    text-align: start;
    /* flex-direction: column; */
    align-items: start;
  }

  .fifth-section-content-inner-boxes-content-box img {
    height: 28px;
    width: 28px;
  }

  .fifth-section-content-inner-boxes-content-box p {
    font-size: 16px;
    text-align: start;
    margin-bottom: 0;
  }

  .fifth-section-pictures {
    display: flex;
    margin-top: 50px;
  }

  .fifth-section-pictures2 {
    padding-top: 0px;
  }

  .fifth-section-pictures .row {
    gap: 0px;
  }

  .fifth-section-pictures img {
    border-radius: 12px;
  }

  .fifth-section-bttom-box {
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
  }
}

/* Fifth Section Small Mobile */
@media screen and (max-width: 480px) {
  .fifth-section {
    padding: 40px 0px;
  }

  .fifth-section h1 {
    font-size: 26px;
  }

  .fifth-section-content-inner-boxes {
    margin-top: 25px;
    gap: 12px;
  }

  .fifth-section-content-inner-boxes > video {
    height: 150px;
    width: 90px;
  }

  .fifth-section-content-inner-boxes-content-box video {
    height: 24px;
    width: 24px;
  }

  .fifth-section-content-inner-boxes-content-box p {
    font-size: 14px;
  }

  .fifth-section-pictures {
    margin-top: 40px;
  }

  .fifth-section-bttom-box {
    margin-top: 35px;
  }
}
/* sixth-section */
.sixth-section {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 60px 0px;
  text-align: center;
  background-color: var(--light-pink-color);
}
.sixth-section h1 {
  font-size: 55px;
  color: white;
  margin-bottom: 60px;
  font-family: var(--font-main);
}
.sixth-section-picture-box video {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.badge-box1 {
  position: absolute;
  height: 50px;
  font-size: 20px;
  transform: rotate(-10deg);
  top: 120px;
  right: 20px;
  padding: 0px 22px;
  font-family: var(--font-main);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-pink-color);
  background-color: #c8fff4;
  border-radius: 50px;
  z-index: 10;
}
.badge-box2 {
  position: absolute;
  height: 50px;
  font-size: 20px;
  transform: rotate(10deg);
  top: 170px;
  right: 20px;
  padding: 0px 22px;
  font-family: var(--font-main);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-pink-color);
  background-color: #c8fff4;
  border-radius: 50px;
  z-index: 10;
}

/* Carousel dots */
.carousel-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot.active {
  background-color: #fff;
  width: 14px;
  height: 14px;
}

/* Sixth Section Tablet Responsive */
@media screen and (max-width: 1024px) {
  .sixth-section {
    padding: 50px 0px;
  }

  .sixth-section h1 {
    font-size: 45px;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .badge-box1 {
    height: 45px;
    font-size: 18px;
    top: 100px;
    right: 15px;
    padding: 0px 18px;
  }

  .badge-box2 {
    height: 45px;
    font-size: 18px;
    top: 150px;
    right: 15px;
    padding: 0px 18px;
  }
}

/* Sixth Section Mobile Responsive - Carousel Mode */
@media screen and (max-width: 767px) {
  .sixth-section {
    padding: 40px 0px;
  }

  .sixth-section h1 {
    font-size: 28px;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .sixth-section .row {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0 20px;
    margin-top: 0 !important;
  }

  .sixth-section .row::-webkit-scrollbar {
    display: none;
  }

  .sixth-section .row > div {
    flex: 0 0 280px;
    max-width: 280px;
    scroll-snap-align: center;
    margin-top: 0 !important;
  }

  .sixth-section-picture-box {
    width: 100%;
  }

  .badge-box1 {
    height: 40px;
    font-size: 14px;
    top: 80px;
    right: 40px;
    padding: 0px 15px;
    transform: rotate(-8deg);
  }

  .badge-box2 {
    height: 40px;
    font-size: 14px;
    top: 140px;
    right: 60px;
    padding: 0px 15px;
    transform: rotate(8deg);
  }

  .carousel-dots {
    display: flex;
  }
}

/* Sixth Section Small Mobile */
@media screen and (max-width: 480px) {
  .sixth-section {
    padding: 35px 0px;
  }

  .sixth-section h1 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .sixth-section .row > div {
    flex: 0 0 250px;
    margin-top: 80px !important;
    max-width: 250px;
  }

  .badge-box1 {
    height: 35px;
    font-size: 12px;
    margin-top: 20px;
    padding: 0px 12px;
  }

  .badge-box2 {
    height: 35px;
    font-size: 12px;
    padding: 0px 12px;
  }

  .carousel-dots {
    margin-top: 30px;
    gap: 8px;
  }

  .carousel-dot {
    width: 10px;
    height: 10px;
  }

  .carousel-dot.active {
    width: 12px;
    height: 12px;
  }
}
/* seven-section */
.seven-section {
  height: 100%;
  width: 100%;
  padding: 50px 0px;
  background: url(imgs/sevensectionbg.png);
  background-position: center;
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
  position: relative;
}
.seven-section h1 {
  font-size: 55px;
  font-family: var(--font-main);
  color: white;
}
.seven-section-main-scrol-box {
  display: flex;
  align-items: center;
  margin-top: 70px;
  gap: 50px;
  justify-content: flex-start;
  padding-left: 60px;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.second-section-carsuol-button-box {
  position: absolute;
  right: 40px;
}
.second-section-carsuol-button-box button {
  background-color: transparent;
  border: none;
}
.section-section-scrol-card {
  height: 550px;
  margin-top: 20px;
  position: relative;
  width: 450px;
  /* background-color: red; */
}
.card-content-box {
  height: 180px;
  background-image: linear-gradient(
    to right bottom,
    #f6fcfc,
    #eafdfc,
    #dffefb,
    #c5fcf4,
    #b9faed
  );
  width: 330px;
  left: 15px;
  padding: 15px;
  border-radius: 20px;
  text-align: start;
  bottom: 0;
  position: absolute;
}
.card-content-box p {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  color: #24534c;
  font-size: 16px;
  font-family: var(--font-popin);
}
.card-content-box h5 {
  margin-bottom: 20px;
  color: #24534c;
  text-align: end;
  font-weight: 600;
  font-family: var(--font-popin);
  font-size: 16px;
}
.card-content-box video {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.section-section-scrol-card2 {
  align-items: end !important;
  display: flex;
  justify-content: flex-end;
}
.card-content-box2 {
  top: 0;
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

/* Tablet Responsive (481px to 1024px) */
@media (max-width: 1024px) and (min-width: 481px) {
  .seven-section {
    padding: 40px 0px;
  }

  .seven-section h1 {
    font-size: 45px;
    padding: 0 20px;
  }

  .seven-section-main-scrol-box {
    margin-top: 120px;
    gap: 35px;
    padding-left: 40px;
  }

  .section-section-scrol-card {
    height: 450px;
    width: 370px;
  }

  .card-content-box {
    height: 160px;
    width: 280px;
    overflow: visible;
    left: 20px;
    padding: 12px;
  }

  .card-content-box p {
    font-size: 14px;
  }

  .card-content-box h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/* Mobile Responsive (up to 480px) */
@media (max-width: 480px) {
  .seven-section {
    padding: 30px 0px;
  }

  .seven-section h1 {
    font-size: 32px;
    padding: 0 15px;
  }

  .seven-section-main-scrol-box {
    margin-top: 80px;
    gap: 25px;
    padding-left: 20px;
    height: 500px;
    padding-right: 20px;
  }
  .second-section-carsuol-button-box {
    left: 50px;
  }
  .section-section-scrol-card {
    height: 380px;
    width: 300px;
    flex-shrink: 0;
  }

  .section-section-scrol-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .card-content-box {
    height: 150px;
    width: 240px;
    left: 30px;
    bottom: -20px;
    padding: 10px;
    border-radius: 15px;
  }

  .card-content-box img {
    max-width: 100px;
  }

  .card-content-box p {
    font-size: 13px;
    line-height: 1.4;
  }

  .card-content-box h5 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .carousel-dots {
    margin-top: 25px;
    gap: 8px;
  }
}

/* Extra small mobile (up to 360px) */
@media (max-width: 360px) {
  .seven-section h1 {
    font-size: 28px;
  }

  .section-section-scrol-card {
    height: 350px;
    width: 280px;
  }

  .card-content-box {
    height: 140px;
    width: 220px;
  }

  .card-content-box p {
    font-size: 12px;
  }
}

/* Faqs */
.Faqs {
  height: 100%;
  text-align: center;
  padding: 70px 0px;
  width: 100%;
  background-color: #058a78;
}

.faqs-content h1 {
  font-size: 55px;
  font-family: var(--font-main);
  color: #cee5db;
  margin-bottom: 30px;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-header {
  height: 60px;
  width: 100%;
  padding: 5px 10px 5px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 5px solid rgba(200, 255, 244, 0.44);
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.accordion-header:hover {
  background-color: rgba(206, 229, 219, 0.1);
}

.accordion-header h2 {
  font-size: 28px;
  color: #cee5db;
  margin-bottom: 0;
  font-family: var(--font-main);
  text-align: left;
}

.accordion-header img {
  transition: transform 0.3s ease;
}

.accordion-header.active img {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  border-radius: 20px;
  margin-top: 10px;
}

.accordion-content p {
  padding: 20px;
  color: #ffffff;
  font-size: 18px;
  font-family: var(--font-popin);
  text-align: left;
  margin: 0;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
}

/* Tablet Styles (768px to 1024px) */
@media (max-width: 1024px) {
  Faqs {
    padding: 60px 40px;
  }

  .faqs-content h1 {
    font-size: 42px;
    margin-bottom: 25px;
  }

  .accordion-header h2 {
    font-size: 24px;
  }

  .accordion-content p {
    font-size: 17px;
    padding: 18px;
  }
}

/* Mobile Styles (767px and below) */
@media (max-width: 767px) {
  .Faqs {
    padding: 50px 20px;
  }

  .faqs-content h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .accordion-header {
    height: auto;
    min-height: 50px;
    padding: 12px 15px 12px 18px;
    border: 5px solid #cee5db;
  }

  .accordion-header h2 {
    font-size: 18px;
    line-height: 1.3;
  }

  .accordion-content p {
    font-size: 16px;
    padding: 15px;
    line-height: 1.5;
  }

  .accordion-header img {
    width: 30px;
    height: 30px;
  }
}

/* Small Mobile Styles (480px and below) */
@media (max-width: 480px) {
  Faqs {
    padding: 40px 15px;
  }

  .faqs-content h1 {
    font-size: 28px;
  }

  .accordion-header h2 {
    font-size: 18px;
  }

  .accordion-content p {
    font-size: 15px;
    padding: 12px;
  }
}

.nine-section {
  background-color: #058a78;
  height: 100%;
  padding-bottom: 120px;
  background: url("imgs/section.png") !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.nine-section-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  padding-top: 60px;
}
.nine-section-content .img-box {
  height: 250px;
  width: 250px;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(imgs/t1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.nine-section-content .img-box img {
  width: 300px;
  height: 400px;
  border-radius: 50% !important;
  object-fit: cover;
}
.content-inner {
  text-align: start;
  width: 800px;
}
.content-inner h1 {
  font-size: 30px;
  font-family: var(--font-main);
  color: #c8fff4;
  margin-top: 10px;
}
.nine-section-carusol-wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}
.nine-section-carusol-main {
  display: flex;
  padding-left: 50px;
  overflow: visible;
  align-items: center;
  justify-content: flex-start;
  height: 500px;
  gap: 30px;
  transition: transform 0.5s ease;
}
.carusol-item-nine-section {
  height: 450px !important;
  width: 300px;
  filter: blur(2px);
  border-radius: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.carusol-item-nine-section img {
  width: 300px;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.carusol-item-nine-section.active {
  filter: blur(0) !important;
  margin-bottom: 40px;
}
.nine-section-carsuol-button-box {
  position: absolute;
  height: 60px;
  width: 150px;
  top: 290px;
  right: 90px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.carousel-prev-btn,
.carousel-next-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-prev-btn:hover,
.carousel-next-btn:hover {
  opacity: 0.7;
}

/* Tablet Responsive (481px to 1024px) */
@media (max-width: 1024px) and (min-width: 481px) {
  /* Nine Section */
  .nine-section-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .content-inner {
    width: 100%;
    text-align: center;
  }

  .nine-section-carusol-wrapper {
    width: 100%;
  }

  .nine-section-carusol-main {
    padding-left: 20px;
    gap: 20px;
  }

  .carusol-item-nine-section {
    width: 250px;
    height: 250px !important;
  }

  .carusol-item-nine-section img {
    width: 250px;
    height: 350px;
  }

  .nine-section-carsuol-button-box {
    top: 200px;
    right: 50px;
  }
}

/* Mobile Responsive (up to 480px) */
@media (max-width: 480px) {
  /* Nine Section - Mobile Full Card View */
  .nine-section {
    padding-bottom: 80px;
  }

  .nine-section-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    text-align: start !important;
    padding: 40px 15px 0;
  }

  .nine-section-content .img-box {
    height: 150px;
    width: 150px;
  }

  .nine-section-content .img-box img {
    width: 180px;
    height: 150px;
  }

  .content-inner {
    width: 100%;
    text-align: start;
  }

  .content-inner h1 {
    font-size: 20px;
    line-height: 1.3;
  }

  .nine-section-carusol-wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
  }

  .nine-section-carusol-main {
    padding-left: 35px;
    gap: 40px;
    justify-content: flex-start;
    margin-top: 80px !important;

    height: 420px;
  }

  .carusol-item-nine-section {
    height: 400px !important;
    width: calc(100vw - 5px);
    max-width: 320px;
    filter: blur(0) !important;
    aspect-ratio: 1/1;
    margin: 0 !important;
  }

  .carusol-item-nine-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carusol-item-nine-section.active {
    margin-bottom: 0 !important;
    filter: blur(0) !important;
  }

  .nine-section-carsuol-button-box {
    top: 45%;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    width: 120px;
  }

  .carousel-prev-btn img,
  .carousel-next-btn img {
    width: 40px;
    height: 40px;
  }
}

/* Extra small mobile (up to 360px) */
@media (max-width: 360px) {
  .content-inner h1 {
    font-size: 18px;
  }

  .carusol-item-nine-section {
    height: 260px !important;
    width: calc(90vw - 15px);
    max-width: 280px;
  }

  .nine-section-carusol-main {
    padding-left: 10px;
    gap: 10px;
    margin-top: 80px !important;
  }
}
/* Nine Section Carousel Dots */
.nine-section-carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 0px;
  padding: 0 20px;
}

.nine-section-carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(206, 229, 219, 0.4);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nine-section-carousel-dot.active {
  background-color: #cee5db;
  transform: scale(1.2);
}

.nine-section-carousel-dot:hover {
  background-color: rgba(206, 229, 219, 0.7);
  transform: scale(1.1);
}

/* Tablet Responsive */
@media (max-width: 1024px) and (min-width: 481px) {
  .nine-section-carousel-dots {
    margin-top: 25px;
    gap: 10px;
  }

  .nine-section-carousel-dot {
    width: 10px;
    height: 10px;
  }
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .nine-section-carousel-dots {
    margin-top: 20px;
    gap: 8px;
    padding: 0 15px;
  }

  .nine-section-carousel-dot {
    width: 8px;
    height: 8px;
  }
}

/* Extra small mobile */
@media (max-width: 360px) {
  .nine-section-carousel-dots {
    margin-top: 15px;
    gap: 6px;
  }
}
/* footer-content */
.Footer {
  background: url(imgs/footer.png);
  background-position: center;
  background-size: cover;
  height: fit-content;
  padding: 50px 0px 0px 0px;
  width: 100%;
  background-repeat: no-repeat;
}
.footer-content {
  text-align: start;
}
.footer-content h1 {
  font-size: 55px;
  font-family: var(--font-main);
  color: #01322c;
  margin-bottom: 0;
}
.footer-content h2 {
  font-size: 55px;
  font-family: var(--font-main);
  color: var(--light-pink-color);
  margin-bottom: 0;
}
.input-box-footer {
  position: relative;
  width: 90%;
  overflow: hidden;
  margin-top: 20px;
}
.input-box-footer input {
  width: 100%;
  background-color: transparent;
  height: 55px;
  padding: 0px 20px;
  font-family: var(--font-popin);
  color: rgb(0, 0, 0);
  z-index: 999;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 50px;
}
.input-box-footer input::placeholder {
  font-size: 16px;
  font-family: var(--font-popin);
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.input-box-footer button {
  height: 89%;
  padding: 0px 22px;
  border-radius: 50px;
  right: 0;
  top: 3px;
  right: 3px;
  border: none;
  background-color: var(--font-yellow);
  position: absolute;
  color: #01322c;
  font-size: 17px;
  font-weight: 600;
}
.footer-content-timer-box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}
.footer-content-timer-box-card {
  height: 222px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 18px;
  background-color: #f0c7cf;
  width: 180px;
}
.footer-content-timer-box-card h1 {
  font-size: 60px;
  font-family: var(--font-main);
  margin-bottom: 0;
  color: var(--dark-pink-color);
}
.footer-content-timer-box-card h5 {
  font-size: 30px;
  font-family: var(--font-main);
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--dark-pink-color);
}
.footer-bottom-text {
  text-align: end;
  width: 100%;
}
.footer-bottom-text p {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
  color: #01322c;
  font-family: var(--font-popin);
}
.footer-bottom-box {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  width: 100%;
  background-color: var(--dark-pink-color);
}
.footer-bottom-box-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.footer-bottom-box-inner img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.footer-bottom-box-inner a {
  text-decoration: none;
  font-size: 20px;
  font-family: var(--font-popin);
  color: white;
}

/* Tablet Responsive (768px - 1024px) */
@media (max-width: 1024px) {
  .Footer {
    padding: 40px 0px 0px 0px;
  }

  .footer-content h1,
  .footer-content h2 {
    font-size: 45px;
  }

  .input-box-footer {
    width: 95%;
  }

  .input-box-footer input {
    height: 50px;
    font-size: 14px;
  }

  .input-box-footer input::placeholder {
    font-size: 14px;
  }

  .input-box-footer button {
    font-size: 15px;
    padding: 0px 18px;
  }

  .footer-content-timer-box {
    gap: 15px;
    justify-content: center;
  }

  .footer-content-timer-box-card {
    height: 180px;
    width: 150px;
  }

  .footer-content-timer-box-card h1 {
    font-size: 50px;
  }

  .footer-content-timer-box-card h5 {
    font-size: 24px;
  }

  .footer-bottom-text {
    text-align: center;
    margin-top: 30px;
  }

  .footer-bottom-text p {
    font-size: 16px;
  }

  .footer-bottom-box {
    gap: 30px;
  }

  .footer-bottom-box-inner a {
    font-size: 18px;
  }
}

/* Mobile Responsive (max-width: 767px) */
@media (max-width: 767px) {
  .Footer {
    padding: 30px 0px 0px 0px;
  }

  .footer-content {
    text-align: center;
    padding: 0px 30px;
    margin-bottom: 30px;
  }

  .footer-content h1,
  .footer-content h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .input-box-footer {
    width: 100%;
    flex-direction: column;
    margin-top: 15px;
  }

  .input-box-footer input {
    height: 45px;
    padding: 0px 15px;
    font-size: 13px;
  }

  .input-box-footer input::placeholder {
    font-size: 13px;
    text-align: center;
  }

  .input-box-footer button {
    font-size: 18px !important;
    position: relative;
    padding: 10px 15px !important;
    width: 100%;
    font-weight: 600;
    white-space: nowrap;
  }

  .footer-content-timer-box {
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-content-timer-box-card {
    height: 140px;
    width: 110px;
    border-radius: 12px;
  }

  .footer-content-timer-box-card h1 {
    font-size: 40px;
  }

  .footer-content-timer-box-card h5 {
    font-size: 18px;
  }

  .footer-bottom-text {
    text-align: center;
    margin-top: 20px;
  }

  .footer-bottom-text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .footer-bottom-box {
    height: auto;
    padding: 20px 15px;
    gap: 20px;
    flex-direction: column;
  }

  .footer-bottom-box-inner {
    gap: 10px;
  }

  .footer-bottom-box-inner img {
    width: 28px;
    height: 28px;
  }

  .footer-bottom-box-inner a {
    font-size: 16px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .footer-content h1,
  .footer-content h2 {
    font-size: 28px;
  }

  .input-box-footer input {
    height: 42px;
    font-size: 12px;
  }

  .input-box-footer input::placeholder {
    font-size: 12px;
  }

  .input-box-footer button {
    font-size: 12px;
    padding: 0px 12px;
  }

  .footer-content-timer-box {
    gap: 8px;
  }

  .footer-content-timer-box-card {
    height: 120px;
    width: 95px;
  }

  .footer-content-timer-box-card h1 {
    font-size: 35px;
  }

  .footer-content-timer-box-card h5 {
    font-size: 16px;
  }

  .footer-bottom-text p {
    font-size: 13px;
  }

  .footer-bottom-box-inner a {
    font-size: 14px;
  }
}
/* Language Switcher Styles */
.language-switcher {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
}

.btn-language {
  background-color: var(--green-color);
  color: white;
  border: 2px solid white;
  border-radius: 50px;
  padding: 8px 20px;
  font-family: var(--font-popin);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-language:hover {
  background-color: var(--dark-pink-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Fourth Section Language Fixes - ARROW VISIBILITY */
.fourth-section-content h6 {
  font-size: 22px; /* Slightly smaller for French */
  font-family: var(--font-popin);
  color: white;
  line-height: 1.4;
  margin-bottom: 15px;
}

/* Ensure arrow images remain visible */
.frouth-section-inner-content2 {
  padding: 0;
  text-align: start;
  height: fit-content;
  position: relative;
  min-height: 400px; /* Ensure enough space for arrows */
}

.frouth-section-inner-content3 {
  margin-top: -250px;
  position: relative;
  min-height: 450px; /* Ensure enough space for arrows */
}

/* Arrow positioning fixes */
.second-arrow-img {
  position: absolute;
  left: -100px;
  bottom: 160px;
  z-index: 10; /* Ensure arrows are above other content */
}

.third-arrow {
  position: absolute;
  bottom: 0;
  right: -90px;
  z-index: 10; /* Ensure arrows are above other content */
}

.frouth-section-inner-content2 > img:first-child {
  position: relative;
  z-index: 5;
}

/* Adjust step text containers for French */
.frouth-section-inner-content1-header {
  display: flex;
  align-content: center;
  gap: 10px;
  justify-content: flex-start;
  min-height: 60px; /* Ensure consistent height */
  margin-bottom: 15px;
}

.frouth-section-inner-content1-header h2 {
  font-size: 26px; /* Slightly smaller for French */
  font-family: var(--font-main);
  color: white;
  margin-bottom: 0;
  margin-top: 8px;
  line-height: 1.1;
}

/* Mobile responsive for language switcher */
@media screen and (max-width: 767px) {
  .language-switcher {
    top: 15px;
    right: 15px;
  }

  .btn-language {
    padding: 6px 16px;
    font-size: 14px;
  }

  /* Mobile fixes for fourth section with French text */
  .fourth-section-content h6 {
    font-size: 18px;
    line-height: 1.3;
  }

  .frouth-section-inner-content1-header h2 {
    font-size: 20px;
    line-height: 1.1;
  }

  .fourth-section-content h3 {
    font-size: 28px;
    margin-top: 80px; /* More space for French */
  }

  /* Mobile arrow adjustments */
  .frouth-section-inner-content2,
  .frouth-section-inner-content3 {
    min-height: 350px;
  }

  .second-arrow-img {
    left: -60px;
    bottom: 120px;
    width: 70px;
  }

  .third-arrow {
    right: -50px;
    width: 70px;
  }

  .mobile-arrow,
  .mobile-arrow2,
  .mobile-arrow3 {
    z-index: 10;
  }
}

/* Small Mobile (up to 480px) */
@media screen and (max-width: 480px) {
  .fourth-section-content h6 {
    font-size: 16px;
  }

  .frouth-section-inner-content1-header h2 {
    font-size: 18px;
  }

  .fourth-section-content h3 {
    font-size: 24px;
    margin-top: 60px;
  }

  /* Small mobile arrow adjustments */
  .frouth-section-inner-content2,
  .frouth-section-inner-content3 {
    min-height: 300px;
  }

  .second-arrow-img {
    left: -40px;
    bottom: 100px;
    width: 50px;
  }

  .third-arrow {
    right: -30px;
    width: 50px;
  }
}

/* Desktop specific fixes for French text */
@media screen and (min-width: 1030px) {
  .fourth-section-content h6 {
    font-size: 20px; /* Optimal for French */
    line-height: 1.5;
  }

  .frouth-section-inner-content1-header h2 {
    font-size: 24px; /* Optimal for French */
  }

  /* Ensure proper spacing for arrows */
  .frouth-section-inner-row {
    margin-top: 120px; /* More space for French text */
    gap: 120px !important;
    padding: 0px 20px !important;
  }
}
.section-wrapper-faqs-nine-section {
  height: 100%;
  background-color: rebeccapurple !important;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

.preloader-content {
  text-align: center;
  color: white;
}

.preloader-logo {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  animation: logoFloat 2s ease-in-out infinite;
}

.preloader-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Spinner */
.spinner {
  width: 60px;
  height: 60px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Loading Text */
.loading-text {
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
  letter-spacing: 2px;
}

.loading-text::after {
  content: "";
  animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
  0%,
  20% {
    content: "";
  }
  40% {
    content: ".";
  }
  60% {
    content: "..";
  }
  80%,
  100% {
    content: "...";
  }
}

/* Progress Bar */
.progress-bar-container {
  width: 300px;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  margin: 30px auto 0;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: white;
  border-radius: 10px;
  width: 0%;
  animation: loadProgress 4.5s ease-in-out forwards;
}

@keyframes loadProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/* Hide main content initially */
body.loading {
  overflow: hidden;
}

.main-content {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.main-content.show {
  opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .preloader-logo {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .loading-text {
    font-size: 20px;
  }

  .progress-bar-container {
    width: 250px;
  }

  .spinner {
    width: 50px;
    height: 50px;
    border-width: 4px;
  }
}

@media (max-width: 480px) {
  .preloader-logo {
    width: 100px;
    height: 100px;
  }

  .loading-text {
    font-size: 18px;
  }

  .progress-bar-container {
    width: 200px;
  }
}
/* From Uiverse.io by alexruix */
.loader {
  --cell-size: 52px;
  --cell-spacing: 1px;
  --cells: 3;
  --total-size: calc(
    var(--cells) * (var(--cell-size) + 2 * var(--cell-spacing))
  );
  display: flex;
  flex-wrap: wrap;
  width: var(--total-size);
  height: var(--total-size);
}

.cell {
  flex: 0 0 var(--cell-size);
  margin: var(--cell-spacing);
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 4px;
  animation: 1.5s ripple ease infinite;
}

.cell.d-1 {
  animation-delay: 100ms;
}

.cell.d-2 {
  animation-delay: 200ms;
}

.cell.d-3 {
  animation-delay: 300ms;
}

.cell.d-4 {
  animation-delay: 400ms;
}

.cell:nth-child(1) {
  --cell-color: #00ff87;
}

.cell:nth-child(2) {
  --cell-color: #0cfd95;
}

.cell:nth-child(3) {
  --cell-color: #17fba2;
}

.cell:nth-child(4) {
  --cell-color: #23f9b2;
}

.cell:nth-child(5) {
  --cell-color: #30f7c3;
}

.cell:nth-child(6) {
  --cell-color: #3df5d4;
}

.cell:nth-child(7) {
  --cell-color: #45f4de;
}

.cell:nth-child(8) {
  --cell-color: #53f1f0;
}

.cell:nth-child(9) {
  --cell-color: #60efff;
}

/*Animation*/
@keyframes ripple {
  0% {
    background-color: transparent;
  }

  30% {
    background-color: var(--cell-color);
  }

  60% {
    background-color: transparent;
  }

  100% {
    background-color: transparent;
  }
}
