.elementor-295 .elementor-element.elementor-element-092fa28{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4281493 *//* ============================================
   ESTICORE — SERVICES PAGE
   Fully responsive
   ============================================ */

.sv-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.sv-section {
  padding: 80px 0;
}

.sv-section-steel {
  background: #F4F6F8;
}

/* ---- PAGE HEADER ---- */
.sv-page-header {
  background: linear-gradient(135deg, #0A2E5D 0%, #071F40 100%);
  padding: 100px 0 70px;
  text-align: center;
}

.sv-eyebrow {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #D4AF37;
  margin-bottom: 16px;
}

.sv-page-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.15;
}

.sv-page-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---- SERVICE DETAIL ---- */
.sv-detail {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 64px;
  align-items: start;
  padding: 60px 0;
}

.sv-detail.sv-reverse {
  grid-template-columns: 1fr 300px;
}

.sv-detail.sv-reverse .sv-visual {
  order: 2;
}

.sv-detail.sv-reverse .sv-copy {
  order: 1;
}

/* ---- VISUAL ---- */
.sv-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: sticky;
  top: 100px;
}

.sv-num-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #D4AF37;
  text-transform: uppercase;
}

.sv-icon-wrap {
  width: 120px;
  height: 120px;
  background: #F4F6F8;
  border: 1px solid #E2E6EA;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sv-icon-wrap svg {
  width: 48px;
  height: 48px;
  color: #0A2E5D;
}

.sv-service-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #0A2E5D;
  text-align: center;
}

/* ---- COPY ---- */
.sv-service-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D4AF37;
  margin-bottom: 12px;
}

.sv-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #0A2E5D;
  margin: 0 0 16px;
  line-height: 1.25;
}

.sv-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #5B6472;
  line-height: 1.75;
  margin: 0 0 24px;
}

.sv-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sv-list li {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #1F2937;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}

.sv-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 1.5px;
  background: #D4AF37;
}

.sv-cta-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0A2E5D;
  text-decoration: none;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease, color 0.2s ease;
}

.sv-cta-link:hover {
  color: #D4AF37;
  gap: 10px;
}

/* ---- DIVIDER ---- */
.sv-divider {
  height: 1px;
  background: #E2E6EA;
  width: 100%;
}

/* ---- CTA BAND ---- */
.sv-cta-band {
  background: #0A2E5D;
  border-radius: 8px;
  padding: 44px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.sv-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.sv-cta-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.sv-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.03em;
  padding: 14px 28px;
  border-radius: 4px;
  background: #D4AF37;
  color: #071F40;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.sv-btn:hover {
  background: #E5C868;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(212, 175, 55, 0.35);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 968px) {
  .sv-detail,
  .sv-detail.sv-reverse {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 0;
  }

  .sv-detail.sv-reverse .sv-visual {
    order: 0;
  }

  .sv-detail.sv-reverse .sv-copy {
    order: 0;
  }

  .sv-visual {
    flex-direction: row;
    align-items: center;
    position: static;
    gap: 20px;
  }

  .sv-icon-wrap {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
  }

  .sv-icon-wrap svg {
    width: 28px;
    height: 28px;
  }

  .sv-page-title {
    font-size: 32px;
  }

  .sv-title {
    font-size: 22px;
  }

  .sv-cta-band {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }

  .sv-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .sv-wrap {
    padding: 0 20px;
  }

  .sv-section {
    padding: 48px 0;
  }

  .sv-page-header {
    padding: 70px 0 48px;
  }

  .sv-page-title {
    font-size: 26px;
  }

  .sv-page-desc {
    font-size: 14px;
  }

  .sv-title {
    font-size: 20px;
  }

  .sv-visual {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */