.elementor-2785 .elementor-element.elementor-element-6493282{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2785 .elementor-element.elementor-element-6493282:not(.elementor-motion-effects-element-type-background), .elementor-2785 .elementor-element.elementor-element-6493282 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-16365d1 *//* ================================================
   TESTIMONIAL SECTION – MODERN PREMIUM UI
================================================= */
#testimonials {
  background: #154A63;
  padding: 90px 6%;
  color: #fff;
  position: relative;
}

#testimonials h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 700;
}

#testimonials h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: rgba(255,255,255,0.9);
  margin: 12px auto 0;
  border-radius: 100px;
}

#testimonials p.subtitle {
  text-align: center;
  color: #e5e5e5;
  max-width: 650px;
  margin: 0 auto 60px;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* ================================================
   TESTIMONIAL CARD (Modernized)
================================================= */
.testimonial-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  text-align: center;
  transition: 0.35s ease;
  box-shadow: 0 4px 18px rgba(0,0,0,0.09);
  height: 100%;
  border: 1px solid rgba(0,0,0,0.05);
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}

.testimonial-card img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #154a63;
  margin-bottom: 14px;
}

.testimonial-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #111;
}

.testimonial-card span {
  font-size: 0.92rem;
  color: #666;
  display: block;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 0.97rem;
  line-height: 1.55;
  color: #444;
}

/* ================================================
   SWIPER (Modern Arrows + Padding)
================================================= */
.testimonial-slider {
  padding: 15px 15px 80px 15px;
}

.swiper-slide {
  height: auto;
}

/* ==== Modern Glassmorphism Arrows ==== */
.swiper-button-prev,
.swiper-button-next {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(255, 255, 255, 0.9);
  color: #111;

  border-radius: 50%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: all 0.25s ease;
}

/* Hover effect – premium interaction */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: scale(1.1);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

/* Perfect positioning */
.swiper-button-prev { left: 0; }
.swiper-button-next { right: 0; }

/* Arrow icons */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

/* ================================================
   Pagination dots
================================================= */
.swiper-pagination-bullet {
  background: rgba(255,255,255,0.6);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
  width: 10px;
  height: 10px;
}

/* ================================================
   CTA Section — Modernized
================================================= */
.cta-section {
  background: linear-gradient(135deg, #ffffff);
  color: #154A63;
  text-align: center;
  border-radius: 22px;
  margin-top: 70px;
  padding: 70px 25px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.cta-section h2 {
  font-size: 1.9rem;
  margin-bottom: 18px;
  font-weight: 700;
}

.cta-section button {
  background: #154A63;
  color: #ffffff;
  border: none;
  padding: 13px 28px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.25s;
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

.cta-section button:hover {
  background: #44778F;
  color: #ffffff;
  transform: translateY(-3px);
}/* End custom CSS */