.elementor-273 .elementor-element.elementor-element-9967134{--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;}.elementor-273 .elementor-element.elementor-element-0f7686c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-273 .elementor-element.elementor-element-cd63aa3{--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;}.elementor-273 .elementor-element.elementor-element-849515e{--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;}.elementor-273 .elementor-element.elementor-element-8331552{--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;}.elementor-273 .elementor-element.elementor-element-9ddaaeb{margin:-91px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-273 .elementor-element.elementor-element-9967134{--content-width:1600px;}.elementor-273 .elementor-element.elementor-element-cd63aa3{--content-width:1600px;}.elementor-273 .elementor-element.elementor-element-849515e{--content-width:1600px;}.elementor-273 .elementor-element.elementor-element-8331552{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-9c443df */.gs-stats-bar {
  background: #ffffff;
  padding: 60px 20px;
}

.gs-stats-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 20px;
}

/* NUMBER */
.gs-stat-item h2 {
  font-family: 'Syne', sans-serif;
  font-size: 64px;
  font-weight: 800;
  color: #0A66C2;
  line-height: 1;
  margin-bottom: 10px;
}

/* LABEL */
.gs-stat-item p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #6b7a99;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .gs-stats-container {
    flex-direction: column;
    gap: 30px;
  }

  .gs-stat-item h2 {
    font-size: 48px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8fe60ea */.gs-testimonial-section {
  font-family: 'DM Sans', sans-serif;
}

/* STATS */
.gs-stats {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 60px;
}

.gs-stat h2 {
  font-size: 48px;
  font-weight: 800;
  color: #0A66C2;
}

.gs-stat p {
  font-size: 16px;
  color: #6b7a99;
}

/* GRID */
.gs-testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.gs-card {
  background: #fff;
  border: 1px solid #e0e7ef;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 32px rgba(10,102,194,0.08);
  transition: 0.3s;
}

.gs-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 48px rgba(10,102,194,0.18);
}

.gs-stars {
  color: #f59e0b;
  font-size: 18px;
  margin-bottom: 15px;
}

.gs-text {
  font-size: 15px;
  line-height: 1.8;
  color: #1e2d45;
  margin-bottom: 20px;
  font-style: italic;
}

/* USER */
.gs-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gs-avatar {
  width: 45px;
  height: 45px;
  background: #0A66C2;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.gs-user h4 {
  margin: 0;
  font-size: 15px;
}

.gs-user span {
  font-size: 13px;
  color: #6b7a99;
}

/* CTA */
.gs-cta {
  margin-top: 80px;
  background: linear-gradient(135deg, #0A66C2, #084f99);
  text-align: center;
  padding: 80px 20px;
  color: #fff;
}

.gs-cta h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

.gs-cta p {
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 30px;
}

.gs-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #fff;
  color: #0A66C2;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.gs-btn:hover {
  background: #e8f1fb;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .gs-testimonials {
    grid-template-columns: 1fr;
  }

  .gs-stats {
    flex-direction: column;
    gap: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ddaaeb *//* CTA */
.gs-cta {
  margin-top: 80px;
  background: linear-gradient(135deg, #0A66C2, #084f99);
  text-align: center;
  padding: 80px 20px;
  color: #fff;
}

.gs-cta h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

.gs-cta p {
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 30px;
}

.gs-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #fff;
  color: #0A66C2;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.gs-btn:hover {
  background: #e8f1fb;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .gs-testimonials {
    grid-template-columns: 1fr;
  }

  .gs-stats {
    flex-direction: column;
    gap: 20px;
  }
}/* End custom CSS */