/* Home page — Main Slider */
.main-slider .hero-carousel .carousel-item {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.main-slider .hero-carousel .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.main-slider .hero-caption {
  position: absolute;
  left: 5%;
  bottom: 60px;
  max-width: 560px;
  color: #fff;
  z-index: 3;
}

.main-slider .hero-caption h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: #fff;
}

.main-slider .hero-caption p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}

.main-slider .hero-actions {
  position: absolute;
  right: 5%;
  bottom: 40px;
  z-index: 3;
  display: flex;
  gap: 0.75rem;
}

.main-slider .hero-actions .btn {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 0.375rem;
}

/* Stats card (top-right of indicators) */
.main-slider .hero-stats-card {
  position: absolute;
  right: 5%;
  top: 35%;
  transform: translateY(-140%);
  z-index: 4;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  color: #fff;
  min-width: 180px;
  /* text-align: center; */
  border: 2px solid #882d8e;
}

.main-slider .hero-stats-card .stat-num {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.main-slider .hero-stats-card .stat-label {
  font-size: 0.85rem;
  opacity: 0.9;
}

.main-slider .hero-stats-card .client-avatars {
  display: flex;
  /* justify-content: center; */
  margin-top: 0.5rem;
}

.main-slider .hero-stats-card .client-avatars img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -8px;
  object-fit: cover;
}

.main-slider .hero-stats-card .client-avatars img:first-child {
  margin-left: 0;
}

/* Vertical numbered indicators (center-right) */
.main-slider .hero-indicators {
  position: absolute;
  right: 5%;
  left: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  z-index: 4;
  margin: 0;
  width: auto;
  justify-content: flex-start;
}

.main-slider .hero-indicators [data-bs-target] {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-indent: 0;
  opacity: 1;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.main-slider .hero-indicators [data-bs-target].active {
  background: transparent;
  border-color: #ffffff;
  transform: scale(1.05);
}

/* Offers carousel arrows below cards */
.offers-controls .offers-arrow-btn {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  color: #333;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.offers-controls .offers-arrow-btn:hover {
  background: #882d8e;
  border-color: #882d8e;
  color: #fff;
}

/* What People Say */
.testi-sec-two {
  background: #f7e6fb;
}

.testi-sec-two .sec-title h2 {
  letter-spacing: 1px;
}

.testi-sec-two .testi-image-frame {
  position: relative;
  display: inline-block;
  padding: 14px;
  max-width: 280px;
}

.testi-sec-two .testi-image-frame::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 6px solid #000000;
}
.testi-sec-two .testi-image-frame::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 6px solid #882d8e;
}

.testi-sec-two .testi-image-frame::before {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

.testi-sec-two .testi-image-frame::after {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

.testi-sec-two .testi-image-frame img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.testi-sec-two .testi-name {
  color: #000000;
  font-weight: 700;
  font-size: 1.15rem;
}

.testi-sec-two .testi-place {
  font-size: 0.9rem;
}

.testi-sec-two .testi-text {
  color: #000000;
  line-height: 1.65;
}

.testi-sec-two .testi-arrows .btn {
  font-size: 1.1rem;
  line-height: 1;
}

.testi-sec-two .testi-arrows .btn:hover {
  color: #6b1f8f !important;
}

/* What Makes Us Different */
.differentiators-section .differentiators-card {
  background: #f9eefc;
  border-radius: 14px;
}

.differentiators-section .differentiator-num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #882d8e;
  color: #fff;
  font-weight: 700;
  font-size: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.differentiators-section .differentiator-title {
  font-weight: 700;
  color: #1a1a1a;
}

.differentiators-section .differentiator-desc {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.45;
  padding-bottom: 0.75rem;
  /* border-bottom: 2px solid #d9b3e6; */
  display: inline-block;
  min-width: 50%;
}

/* Vertical divider between cards (lg+) */
.differentiators-section .row > [class*="col-"] {
  position: relative;
}

@media (min-width: 992px) {
  .differentiators-section .row > [class*="col-"] + [class*="col-"]::before {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 0;
    width: 2px;
    background: #d9b3e6;
  }
}

@media (max-width: 767.98px) {
  .main-slider .hero-carousel .carousel-item {
    height: 480px;
  }
  .main-slider .hero-caption {
    left: 1rem;
    right: 1rem;
    bottom: 110px;
    max-width: none;
  }
  .main-slider .hero-caption h1 {
    font-size: 1.6rem;
  }
  .main-slider .hero-actions {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    justify-content: stretch;
  }
  .main-slider .hero-actions .btn {
    flex: 1 1 0;
  }
  .main-slider .hero-stats-card {
    display: none;
  }
  .main-slider .hero-indicators {
    flex-direction: row !important;
    top: 70% !important;
  }
}

@media (max-width: 490.98px) {
  .main-slider .hero-indicators {
    flex-direction: row !important;
    top: 80% !important;
  }
}

.btn-con {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 0px !important;
  background-color: #1d75bc;
  color: #fff;
}

.btn-con:hover {
  background-color: #155d8b;
  color: #fff;
}

.btnA-con {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 0px !important;
  background-color: transparent;
  color: #fff;
  border: 2px solid #1d75bc;
}

.btnA-con:hover {
  background-color: #155d8b;
  color: #fff;
}

.main-slider {
  position: relative;
}

.main-slider .hero-carousel {
  position: relative;
}

.main-slider .hero-bg-layer .carousel-item {
  height: 600px;
  background-size: cover;
  background-position: center;
}

.main-slider .hero-bg-layer .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.35); */
}

.main-slider .hero-foreground {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 3;
  pointer-events: none;
}

.main-slider .hero-foreground .auto-container {
  width: 100%;
  pointer-events: none;
}

.main-slider .hero-content-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
  min-height: 500px;
}

.main-slider .hero-text-col {
  color: #fff;
  pointer-events: auto;
  align-self: end;
  padding-bottom: 30px;
}

.main-slider .hero-caption-item {
  display: none;
}

.main-slider .hero-caption-item.active {
  display: block;
}

.main-slider .hero-caption-item h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.main-slider .hero-caption-item p {
  color: #fff;
  max-width: 600px;
  margin-bottom: 22px;
  font-size: 20px;
}

.main-slider .hero-actions .btn-con,
.main-slider .hero-actions .btnA-con {
  display: inline-block;
  padding: 8px 18px;
  font-weight: 600;
  margin-right: 10px;
  /* border-radius: 4px; */
}

.main-slider .hero-actions .btn-con {
  background: #1c75bc;
  color: #fff;
}

@media (max-width: 400px) {
  .main-slider .hero-actions .btn-con,
  .main-slider .hero-actions .btnA-con {
    padding: 8px 16px !important;
    font-size: 14px !important;
  }
}

.main-slider .hero-actions .btnA-con {
  border: 2px solid #1c75bc;
  color: #fff;
}

.main-slider .hero-side-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  pointer-events: auto;
}

.main-slider .hero-stats-card {
  background: transparent;
  border: 2px solid #882d8e;
  color: #fff;
  padding: 18px 28px;
  border-radius: 8px;
  text-align: center;
  align-self: flex-start;
  margin-top: 30px;
}

.main-slider .hero-stats-card .stat-num {
  font-size: 32px;
  font-weight: 800;
}

.main-slider .hero-stats-card .client-avatars img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -6px;
}

.main-slider .hero-indicators {
  /* position: static; */
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.main-slider .hero-indicators button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  text-indent: 0;
  font-weight: 600;
}

.main-slider .hero-indicators button.active {
  background: #92278f;
  border-color: #92278f;
}

@media (max-width: 991px) {
  .main-slider .hero-bg-layer .carousel-item {
    height: 480px;
  }

  .main-slider .hero-content-grid {
    grid-template-columns: 1fr;
    min-height: 400px;
  }

  .main-slider .hero-caption-item h1 {
    font-size: 28px;
  }

  .main-slider .hero-side-col {
    align-items: flex-start;
  }
}
