/* About Slider Section */
.about-slider-section {
  position: relative;
  width: 100%;
  height: 61.25rem; /* 980px */
  min-height: 50rem; /* 800px */
  border-radius: 1.25rem; /* 20px */
  overflow: hidden;
  padding: 0;
  display: block;
  margin-top: 3.75rem; /* 60px */
}

.about-slider-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* Main Swiper */
.about-main-swiper {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.about-main-swiper .swiper-slide {
  height: 100% !important;
  overflow: hidden;
  position: relative;
}

.about-slide-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent;
}

/* Full Width Image */
.about-slide-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1.25rem; /* 20px */
}

/* Gradient Overlay */
.about-slide-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    88.62deg,
    rgba(24, 24, 38, 0) 59.36%,
    #12121e 97.25%
  );
  mix-blend-mode: multiply;
  z-index: 2;
  pointer-events: none;
  border-radius: 1.25rem; /* 20px */
}

/* Text Content Positioning */
.about-slide-text {
  position: relative;
  z-index: 10;
  width: 31.625rem; /* 460px */
  margin-left: 4.688rem; /* 484px */
  pointer-events: auto;
  height: 28.938rem;
  overflow-x: auto;
}

.about-slide-text-card {
  background: #ffffff;
  border-radius: 1.25rem; /* 20px */
  padding: 1.938rem; /* 40px */
  width: 100%;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1); /* 0 10px 30px */
}

/* Typography & Elements */
.about-label {
  font-family: "Lexend", sans-serif;
  font-size: 1rem; /* 16px */
  font-weight: 400;
  letter-spacing: 0.4375rem; /* 7px */
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    #00818d -13.84%,
    #0b828d -0.84%,
    #288790 22.15%,
    #588e94 52.15%,
    #97989a 86.15%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0; /* 15px */
  display: inline-block;
  position: relative;
}

.about-label::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.3125rem; /* -5px */
  width: 100%;
  height: 1px; /* Keeping 1px for border-like element */
  background: linear-gradient(90deg, #00818d, #97989a);
}

.about-title {
  font-family: "Lexend", sans-serif;
  font-size: 3.125rem; /* 50px */
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin-bottom: 1.5625rem; /* 25px */
  letter-spacing: -0.0625rem; /* -1px */
  margin-top: 0.688rem;
}

.about-description {
  font-family: "Dubai", sans-serif;
  font-size: 1.375rem; /* 22px */
  font-weight: 400;
  line-height: 1.875rem; /* 30px */
  color: #000;
  margin-bottom: 2.1875rem; /* 35px */
}

/* CTA Button */
.about-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 13.5rem; /* 216px */
  height: 3.375rem; /* 54px */
  background: linear-gradient(
    90deg,
    #00818d -13.84%,
    #0b828d 3.25%,
    #288790 33.49%,
    #588e94 72.94%,
    #97989a 117.64%
  );
  border-radius: 1rem; /* 16px */
  padding: 0 1.25rem; /* 0 20px */
  text-decoration: none;
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 1.125rem; /* 18px */
  font-weight: 400;
  transition: transform 0.3s ease;
}

.about-cta:hover {
  transform: translateY(-0.125rem); /* -2px */
}

.about-cta-icon {
  width: 1.5rem; /* 24px */
  height: 1.5rem; /* 24px */
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Thumbnails Swiper */
.about-thumbs-swiper {
  position: absolute !important;
  right: 3.125rem; /* 50px */
  top: 50%;
  transform: translateY(-50%);
  width: 9.375rem !important; /* 150px */
  height: auto !important;
  max-height: 25rem; /* 400px */
  z-index: 20;
}

.about-thumbs-swiper .swiper-slide {
  width: 100%;
  height: auto !important;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5625rem; /* 25px */
}

.thumb-container {
  display: flex;
  align-items: center;
  gap: 0.9375rem; /* 15px */
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.about-thumbs-swiper .swiper-slide-thumb-active .thumb-container {
  opacity: 1;
}

.thumb-image-box {
  width: 6.0625rem; /* 97px */
  height: 4.5rem; /* 72px */
  border-radius: 1rem; /* 16px */
  overflow: hidden;
  border: 1px solid transparent;
  position: relative;
}

.about-thumbs-swiper .swiper-slide-thumb-active .thumb-image-box {
  border-color: #fff;
  box-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.3); /* 10px */
}

.thumb-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-number {
  font-family: "Dubai", sans-serif;
  font-size: 1rem; /* 16px */
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .about-slide-text {
    margin-left: 6.25rem; /* 100px */
  }
}

@media (max-width: 768px) {
  .about-slider-section {
    height: auto;
    min-height: 37.5rem; /* 600px */
  }

  .about-main-swiper,
  .about-main-swiper .swiper-slide {
    position: relative;
    height: 37.5rem !important; /* 600px */
  }

  .about-slide-text {
    width: 90%;
    margin: 0 auto;
    padding: 1.25rem; /* 20px */
  }

  /* .about-thumbs-swiper display none; (Already correct) */
}
