.elementor-201 .elementor-element.elementor-element-8f6f8ee{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0f0c41b *//* ============================================
   ESTICORE — CONTACT PAGE
   Fully responsive
   ============================================ */

.ct-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ---- PAGE HEADER ---- */
.ct-page-header {
  background: linear-gradient(135deg, #0A2E5D 0%, #071F40 100%);
  padding: 100px 0 70px;
  text-align: center;
}

.ct-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;
}

.ct-page-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.15;
}

.ct-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;
}

/* ---- SECTION ---- */
.ct-section {
  padding: 80px 0;
}

/* ---- GRID ---- */
.ct-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: start;
  margin-bottom: 64px;
}

/* ---- TAG ---- */
.ct-tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4AF37;
  margin-bottom: 16px;
}

/* ---- INFO TITLE ---- */
.ct-info-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #0A2E5D;
  line-height: 1.25;
  margin: 0 0 16px;
}

.ct-gold {
  color: #D4AF37;
}

.ct-info-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #5B6472;
  line-height: 1.75;
  margin: 0 0 36px;
}

/* ---- CONTACT DETAILS ---- */
.ct-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.ct-detail-icon {
  width: 40px;
  height: 40px;
  background: #F4F6F8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ct-detail-icon svg {
  width: 18px;
  height: 18px;
  color: #0A2E5D;
}

.ct-detail-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9CA3AF;
  margin-bottom: 3px;
}

.ct-detail-value {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #0A2E5D;
  margin-bottom: 2px;
}

.ct-detail-sub {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #9CA3AF;
}

/* ---- RESPONSE TIMES ---- */
.ct-hours {
  background: #F4F6F8;
  border-radius: 6px;
  padding: 24px;
  margin-top: 32px;
}

.ct-hours-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0A2E5D;
  margin-bottom: 16px;
}

.ct-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #E2E6EA;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}

.ct-hours-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ct-hours-row span:first-child {
  color: #5B6472;
}

.ct-hours-row span:last-child {
  font-weight: 600;
  color: #0A2E5D;
}

/* ---- FORM AREA ---- */
.ct-form-area {
  background: #ffffff;
  border: 1px solid #E2E6EA;
  border-radius: 6px;
  padding: 40px 36px;
}

/* ---- TRUST STRIP ---- */
.ct-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #E2E6EA;
  border-radius: 6px;
  overflow: hidden;
}

.ct-trust-item {
  background: #ffffff;
  padding: 32px 28px;
  text-align: center;
}

.ct-trust-icon {
  width: 44px;
  height: 44px;
  background: #F4F6F8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.ct-trust-icon svg {
  width: 20px;
  height: 20px;
  color: #0A2E5D;
}

.ct-trust-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0A2E5D;
  margin-bottom: 8px;
}

.ct-trust-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #5B6472;
  line-height: 1.65;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 968px) {
  .ct-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ct-trust-strip {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .ct-page-title {
    font-size: 32px;
  }

  .ct-info-title {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .ct-wrap {
    padding: 0 20px;
  }

  .ct-section {
    padding: 56px 0;
  }

  .ct-page-header {
    padding: 70px 0 48px;
  }

  .ct-page-title {
    font-size: 26px;
  }

  .ct-page-desc {
    font-size: 14px;
  }

  .ct-form-area {
    padding: 24px 20px;
  }

  .ct-trust-item {
    padding: 24px 20px;
  }
}/* End custom CSS */