.elementor-99 .elementor-element.elementor-element-67c5d14{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-69e4e72 *//* ========== SERVICES HERO ========== */
.services-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 380px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
}

.services-hero-left {
  background: #0b2f9a;
  color: #fff;
  padding: 55px 60px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 92% 0, 76% 100%, 0 100%);
}

.services-hero-left h1 {
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 16px;
  letter-spacing: 0.5px;
  line-height: 1.05;
}

.hero-lead {
  font-size: 18px;
  line-height: 1.4;
  color: #c7d7fe;
  margin: 0 0 16px;
}

.hero-lead .orange {
  color: #f97316;
  font-weight: 700;
}

.hero-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #d4e0ff;
  max-width: 360px;
  margin: 0 0 18px;
}

.hero-tag {
  font-size: 15px;
  font-weight: 700;
  color: #f97316;
  margin: 0;
}

.services-hero-right {
  position: relative;
  margin-left: -14%;
  z-index: 1;
}

.services-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 380px;
}

/* ========== WHAT WE DO ========== */
.what-we-do {
  text-align: center;
  padding: 45px 40px 30px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.wwd-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 12px;
}

.wwd-title .line {
  width: 40px;
  height: 2px;
  background: #f97316;
}

.wwd-title h2 {
  font-size: 22px;
  font-weight: 800;
  color: #1a56db;
  margin: 0;
  letter-spacing: 0.8px;
}

.wwd-subtitle {
  font-size: 14.5px;
  color: #64748b;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.55;
}

/* ========== SERVICE ROWS ========== */
.service-rows {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 30px 40px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.service-row {
  display: grid;
  grid-template-columns: 160px 240px 1fr;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #eef2f7;
  min-height: 200px;
}

/* Left colored label */
.service-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 24px 12px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.service-label.blue   { background: #1a56db; }
.service-label.orange { background: #f97316; }

.service-label .num {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
  opacity: 0.95;
}

.service-label img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}

.service-label h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.3;
}

/* Image */
.service-image {
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 200px;
}

/* Content */
.service-content {
  padding: 22px 28px 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}

.service-content h4.blue-text   { color: #1a56db; }
.service-content h4.orange-text { color: #f97316; }

.service-content > p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.55;
  margin: 0 0 14px;
}

.service-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 18px;
}

.service-content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #334155;
  font-weight: 500;
}

.service-content ul li img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  flex-shrink: 0;
}

/* ========== BOTTOM CTA ========== */
.services-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto 50px;
  padding: 22px 30px;
  background: #f1f5f9;
  border-radius: 12px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.cta-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cta-icon {
  width: 62px;
  height: 62px;
  object-fit: contain;
  flex-shrink: 0;
}

.cta-left h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 3px;
}

.cta-left p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}

.cta-btn {
  background: #f97316;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.3px;
  transition: background 0.2s, transform 0.15s;
}

.cta-btn:hover {
  background: #ea580c;
  transform: translateY(-1px);
}

.cta-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.cta-phone img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.cta-phone span {
  display: block;
  font-size: 12px;
  color: #64748b;
}

.cta-phone strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1a56db;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 980px) {
  .services-hero {
    grid-template-columns: 1fr;
  }

  .services-hero-left {
    clip-path: none;
    padding: 40px 28px;
  }

  .services-hero-right {
    margin-left: 0;
  }

  .services-hero-right img {
    min-height: 260px;
  }

  .service-row {
    grid-template-columns: 1fr;
  }

  .service-label {
    clip-path: none;
    flex-direction: row;
    gap: 14px;
    padding: 16px 20px;
    justify-content: flex-start;
  }

  .service-label h3 {
    text-align: left;
  }

  .service-label .num {
    font-size: 22px;
    margin-bottom: 0;
  }

  .service-image img {
    min-height: 180px;
  }

  .service-content ul {
    grid-template-columns: 1fr;
  }

  .services-cta {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }

  .cta-left {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .services-hero-left h1 {
    font-size: 32px;
  }

  .service-rows {
    padding: 10px 16px 30px;
  }

  .services-cta {
    margin: 0 16px 40px;
    padding: 20px 18px;
  }
}/* End custom CSS */