.elementor-278 .elementor-element.elementor-element-b42641a{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d5283ad *//* Base Container */
.elementor-278 .elementor-element.elementor-element-d5283ad .page-testimonials-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 20px 100px 20px;
  font-family: inherit;
}

/* --- 1. Header Styling --- */
.elementor-278 .elementor-element.elementor-element-d5283ad .testimonials-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .section-eyebrow.justify-center {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #185B9D;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .eyebrow-dash {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #185B9D;
  margin-right: 12px;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .testimonials-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #122746;
  line-height: 1.15;
  margin: 0 0 20px 0;
  text-wrap: balance;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .testimonials-desc {
  font-size: 1.05rem;
  color: #5a6b82;
  line-height: 1.7;
  text-wrap: pretty;
  margin: 0;
}

/* --- 2. CSS Grid for Reviews --- */
.elementor-278 .elementor-element.elementor-element-d5283ad .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 30px; /* Reduced to make room for the Google link */
  align-items: start;
}

/* Premium Review Card */
.elementor-278 .elementor-element.elementor-element-d5283ad .review-card {
  background: #ffffff;
  border: 1px solid #EAEFEF;
  border-radius: 24px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(18, 39, 70, 0.04);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
  display: flex;
  flex-direction: column;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(18, 39, 70, 0.08);
  border-color: #5AA5D7;
}

/* Golden Stars */
.elementor-278 .elementor-element.elementor-element-d5283ad .review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .review-stars svg {
  width: 20px;
  height: 20px;
  fill: #FABB05; /* Official Google Yellow */
}

/* Review Text */
.elementor-278 .elementor-element.elementor-element-d5283ad .review-text {
  font-size: 1.05rem;
  color: #122746;
  line-height: 1.6;
  margin: 0 0 24px 0;
  font-style: italic;
  flex: 1;
}

/* Author Info */
.elementor-278 .elementor-element.elementor-element-d5283ad .review-author {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #EAEFEF;
  padding-top: 20px;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .review-author strong {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1c355e;
  margin-bottom: 4px;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .review-author span {
  font-size: 0.85rem;
  color: #7A899E;
  font-weight: 500;
}

/* --- Google Reviews Link Out --- */
.elementor-278 .elementor-element.elementor-element-d5283ad .read-more-reviews-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .google-review-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #185B9D;
  text-decoration: none;
  transition: color 0.3s ease;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .google-review-link:hover {
  color: #5AA5D7;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .google-review-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .google-review-link:hover svg {
  transform: translateX(4px);
}

/* --- 3. CTA Box --- */
.elementor-278 .elementor-element.elementor-element-d5283ad .testimonials-cta-box {
  background: linear-gradient(135deg, #1c355e 0%, #0F3A66 100%);
  border-radius: 24px;
  padding: 50px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(28, 53, 94, 0.2);
}

.elementor-278 .elementor-element.elementor-element-d5283ad .cta-box-title {
  color: #ffffff;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  margin: 0 0 16px 0;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .cta-box-desc {
  color: #B4C5D6;
  font-size: 1.05rem;
  margin: 0 auto 30px auto;
  max-width: 600px;
  line-height: 1.6;
}

/* Button Styling */
.elementor-278 .elementor-element.elementor-element-d5283ad .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.elementor-278 .elementor-element.elementor-element-d5283ad .btn-blue {
  background-color: #5AA5D7;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(90, 165, 215, 0.3);
}

.elementor-278 .elementor-element.elementor-element-d5283ad .btn-blue:hover {
  background-color: #ffffff;
  color: #1c355e;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
  .elementor-278 .elementor-element.elementor-element-d5283ad .page-testimonials-section {
    padding: 60px 16px;
  }
  
  .elementor-278 .elementor-element.elementor-element-d5283ad .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .elementor-278 .elementor-element.elementor-element-d5283ad .testimonials-cta-box {
    padding: 40px 20px;
  }
  
  .elementor-278 .elementor-element.elementor-element-d5283ad .btn {
    width: 100%;
  }
}/* End custom CSS */