.elementor-8211 .elementor-element.elementor-element-3398058{--display:flex;--margin-top:97px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-da943c0 *//* ---------- BASE LAYOUT ---------- */
body {
  font-family: 'Segoe UI', Tahoma, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #111827;
  background-color: #ffffff;
}

/* ---------- HERO SECTION ---------- */
.services-hero {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #0d1b2a;
  color: #ffffff;
}
.services-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.services-hero p {
  font-size: 1.15rem;
  color: #cbd5e1;
  max-width: 750px;
  margin: 0 auto;
}

/* ---------- SECTION COLORS ---------- */
.section-dark {
  background-color: #0d1b2a;
  color: #ffffff;
  padding: 4rem 2rem;
}
.section-light {
  background-color: #f9fafb;
  color: #111827;
  padding: 4rem 2rem;
}

/* ---------- SECTION HEADINGS ---------- */
.section-title {
  text-align: center;
  font-size: 2rem;
  color: #00b4d8;
  border-bottom: 3px solid #00b4d8;
  display: inline-block;
  margin: 0 auto 2rem;
}

/* ---------- SERVICE GRID ---------- */
.service-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.service-item {
  background-color: #ffffff10;
  padding: 1.75rem;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(2px);
  border-left: 5px solid #00b4d8;
}
.section-light .service-item {
  background-color: #ffffff;
  color: #111827;
}
.section-dark .service-item {
  background-color: #1b263b;
  color: #ffffff;
}
.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.service-item h3 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #00b4d8;
}
.service-item h3 a {
  color: inherit;
  text-decoration: none;
}
.service-item p {
  font-size: 0.95rem;
  margin: 0;
  color: inherit;
}

/* ---------- LIST BLOCK ---------- */
.service-promise {
  list-style: none;
  max-width: 800px;
  margin: 2rem auto 0;
  padding: 0;
}
.service-promise li {
  margin-bottom: 1rem;
  font-weight: 500;
}

/* ---------- FAQ BLOCK ---------- */
.faq-block {
  max-width: 800px;
  margin: 4rem auto;
}
.faq-question {
  background-color: #003f66;
  color: #ffffff;
  border: none;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #1b263b;
  color: #cbd5e1;
  padding: 0 1rem;
  border-left: 3px solid #00b4d8;
}
.faq-question.active + .faq-answer {
  max-height: 300px;
  padding: 1rem;
}
.faq-question:hover {
  background-color: #002a4f;
}

/* ---------- CTA SECTION ---------- */
.service-cta {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #f1f5f9;
}
.cta-button {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.8rem 2rem;
  background-color: #003f66;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cta-button:hover {
  background-color: #002a4f;
}

/* ---------- ICON STYLE ---------- */
.service-item i {
  color: #00b4d8;
  font-size: 1.1rem;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .services-hero h1 {
    font-size: 2rem;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .service-item h3 {
    font-size: 1.1rem;
  }
}/* End custom CSS */