.elementor-214 .elementor-element.elementor-element-5c2c694:not(.elementor-motion-effects-element-type-background), .elementor-214 .elementor-element.elementor-element-5c2c694 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#083446;}.elementor-214 .elementor-element.elementor-element-5c2c694{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:10px 10px 10px 10px;}.elementor-214 .elementor-element.elementor-element-5c2c694 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-214 .elementor-element.elementor-element-e58fbbb:not(.elementor-motion-effects-element-type-background), .elementor-214 .elementor-element.elementor-element-e58fbbb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#083446;}.elementor-214 .elementor-element.elementor-element-e58fbbb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 50px 50px 50px;}.elementor-214 .elementor-element.elementor-element-e58fbbb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-copyright .hfe-copyright-wrapper a, .elementor-widget-copyright .hfe-copyright-wrapper{color:var( --e-global-color-text );}.elementor-widget-copyright .hfe-copyright-wrapper, .elementor-widget-copyright .hfe-copyright-wrapper a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-214 .elementor-element.elementor-element-ed84ede .hfe-copyright-wrapper{text-align:center;}.elementor-214 .elementor-element.elementor-element-ed84ede .hfe-copyright-wrapper a, .elementor-214 .elementor-element.elementor-element-ed84ede .hfe-copyright-wrapper{color:#FFFFFF;}@media(max-width:767px){.elementor-214 .elementor-element.elementor-element-5c2c694{padding:10px 10px 10px 10px;}}/* Start custom CSS for html, class: .elementor-element-2c39964 */<style>
.ech-counter-section{
  background:#0E4B57;
  padding:80px 20px;
}

.ech-counter-wrapper{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  text-align:center;
}

.ech-counter-box{
  background:rgba(255,255,255,0.08);
  padding:40px 20px;
  border-radius:16px;
  color:#ffffff;
  border:1px solid rgba(255,255,255,0.15);
}

.ech-icon{
  font-size:42px;
  margin-bottom:18px;
  color:#ffffff;
}

.ech-number{
  font-size:44px;
  font-weight:800;
  color:#ffffff;
  margin-bottom:8px;
}

.ech-counter-box p{
  margin:0;
  color:#ffffff;
}

@media(max-width:900px){
  .ech-counter-wrapper{ grid-template-columns:repeat(2,1fr); }
}

@media(max-width:600px){
  .ech-counter-wrapper{ grid-template-columns:1fr; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b17841 *//* ===== Areas We Serve - Logo Dark Blue Footer ===== */

.areas-serve{
  padding: 3.5rem 0;
  background: #0E4B57; /* Logo Dark Blue */
  border-top: none;
}

/* Section Title */
.areas-title{
  text-align: center;
  margin-bottom: 2rem;
  font-size: clamp(1.6rem,2.5vw,2.2rem);
  color: #ffffff;
  font-weight: 700;
}

/* Grid */
.areas-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
}

/* Map Cards */
.map-card{
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 18px;
  padding: 1.4rem;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  transition: .3s ease;
  color: #ffffff; /* Make all text white */
}

.map-card:hover{
  transform: translateY(-5px);
  background: rgba(255,255,255,0.12);
}

/* Titles */
.map-card h4{
  margin: 0 0 .4rem;
  color: #ffffff;
  font-size: 1.2rem;
}

/* Description */
.map-card p{
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: .95rem;
  opacity: .9;
}

/* Map */
.map-wrapper{
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.25);
}

.map-wrapper iframe{
  width: 100%;
  height: 260px;
  border: 0;
}

/* Responsive */
@media(max-width: 900px){
  .areas-grid{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6369ca0 */<style>
.testimonial-section{
  background:#0E4B57;
  padding:60px 20px;
  overflow:hidden;
}

.testimonial-wrapper{
  max-width:1200px;
  margin:auto;
}

.testimonial-title{
  text-align:center;
  color:#fff;
  margin-bottom:50px;
}

.testimonial-slider{
  overflow:hidden;
}

.testimonial-track{
  display:flex;
  gap:20px;
  animation: scrollSlider 40s linear infinite;
}

.testimonial-card{
  min-width:300px;
  max-width:300px;
  background:rgba(255,255,255,0.08);
  padding:25px;
  border-radius:16px;
  color:#fff;
  flex-shrink:0;
}

.stars{
  color:#FFD700;
  margin-bottom:10px;
  letter-spacing:3px;
}

.testimonial-card h4{
  margin-top:15px;
  font-weight:600;
}

.testimonial-card span{
  font-size:14px;
  opacity:.85;
}

/* Infinite Smooth Scroll Animation */
@keyframes scrollSlider {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Duplicate track content for seamless loop */
.testimonial-track::after {
  content: "";
}

/* Mobile */
@media(max-width:768px){
  .testimonial-card{
    min-width:85%;
  }
}
</style>/* End custom CSS */