/* ==========================================================================
   CRS Real Alliance - Page Layout Overrides (Home Page)
   --------------------------------------------------------------------------
   TABLE OF CONTENTS:
   1. HERO LAYOUT CUSTOM ADJUSTMENTS
   2. WHY CHOOSE CRS (DIFFERENTIATOR SECTION ICON BOXES)
   3. CLIENTS TESTIMONIAL CAROUSEL TRANSITIONS
   ========================================================================== */

/* 1. HERO LAYOUT CUSTOM ADJUSTMENTS */
.hero-section {
  position: relative;
}

.hero-img-container {
  width: 100%;
}

.backdrop-blur {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.line-height-1 {
  line-height: 1;
}

/* 2. WHY CHOOSE CRS */
.why-choose-icon-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(199, 160, 76, 0.1);
  color: var(--crs-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

/* 3. CLIENTS TESTIMONIAL CAROUSEL TRANSITIONS */
.testimonial-content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.italic {
  font-style: italic;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.85;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}
