.elementor-63 .elementor-element.elementor-element-ef27573{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-63 .elementor-element.elementor-element-7b22f50{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63 .elementor-element.elementor-element-280558c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63 .elementor-element.elementor-element-a64f8d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63 .elementor-element.elementor-element-eed998a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63 .elementor-element.elementor-element-058d0ee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63 .elementor-element.elementor-element-a7a79a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63 .elementor-element.elementor-element-d88c3f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63 .elementor-element.elementor-element-903c1ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-63 .elementor-element.elementor-element-e483c84{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-e483c84 *//* =============================================
   SECTION 1: HERO — Content + CTA
   Copper State Trenchless & Drain
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Open+Sans:wght@400;600&display=swap');

/* Reset */
.tphx-hero * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===== HERO CONTAINER ===== */
.tphx-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-color: #1A3A5C;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}

/* Background Image Layer */
.tphx-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tphx-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Dark Gradient Overlay — ensures text readability */
.tphx-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    105deg,
    rgba(20, 47, 78, 0.95) 0%,
    rgba(26, 58, 92, 0.88) 40%,
    rgba(26, 58, 92, 0.55) 70%,
    rgba(26, 58, 92, 0.3) 100%
  );
}

/* Subtle pattern texture */
.tphx-hero-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.03) 1px, transparent 0);
  background-size: 24px 24px;
}

/* ===== HERO CONTENT ===== */
.tphx-hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}

/* Left Content */
.tphx-hero-content {
  max-width: 620px;
  flex-shrink: 0;
}

/* Trust Bar — above headline */
.tphx-hero-trust-bar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232, 113, 43, 0.15);
  border: 1px solid rgba(232, 113, 43, 0.3);
  border-radius: 50px;
  padding: 8px 18px;
  margin-bottom: 24px;
}

.tphx-hero-stars {
  display: flex;
  gap: 2px;
  color: #F1C40F;
  font-size: 14px;
  line-height: 1;
}

.tphx-hero-trust-text {
  font-size: 13px;
  color: #E9F1F7;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.tphx-hero-trust-text span {
  color: #E8712B;
  font-weight: 700;
}

/* H1 Headline */
.tphx-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.15;
  color: #FFFFFF;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.tphx-hero h1 .tphx-highlight {
  color: #E8712B;
  position: relative;
}

.tphx-hero h1 .tphx-highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(232, 113, 43, 0.3);
  border-radius: 2px;
}

/* Subheading */
.tphx-hero-sub {
  font-size: 18px;
  line-height: 1.7;
  color: #C8D9E8;
  margin-bottom: 32px;
  max-width: 540px;
}

/* CTA Buttons */
.tphx-hero-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tphx-hero-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #E8712B 0%, #D4641F 100%);
  color: #FFFFFF !important;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(232, 113, 43, 0.4);
}

.tphx-hero-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(232, 113, 43, 0.5);
  background: linear-gradient(135deg, #F07D35 0%, #E8712B 100%);
  color: #FFFFFF !important;
}

.tphx-hero-cta-primary svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.tphx-hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  background: transparent;
  color: #FFFFFF !important;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.tphx-hero-cta-secondary:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  color: #FFFFFF !important;
}

.tphx-hero-cta-secondary svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Quick Trust Points */
.tphx-hero-badges {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.tphx-hero-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #A8C4DB;
  font-size: 13px;
  font-weight: 600;
}

.tphx-hero-badge-icon {
  width: 32px;
  height: 32px;
  background: rgba(232, 113, 43, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tphx-hero-badge-icon svg {
  width: 16px;
  height: 16px;
  fill: #E8712B;
}

/* ===== RIGHT SIDE — Quick Contact Card ===== */
.tphx-hero-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 36px 32px;
  min-width: 340px;
  max-width: 380px;
  flex-shrink: 0;
}

.tphx-hero-card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 6px;
  text-align: center;
}

.tphx-hero-card-sub {
  font-size: 14px;
  color: #A8C4DB;
  text-align: center;
  margin-bottom: 24px;
}

/* Form Fields */
.tphx-hero-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tphx-hero-input {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.tphx-hero-input::placeholder {
  color: #7B9AB8;
}

.tphx-hero-input:focus {
  border-color: #E8712B;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(232, 113, 43, 0.15);
}

.tphx-hero-select {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #7B9AB8;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%237B9AB8' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.tphx-hero-select:focus {
  border-color: #E8712B;
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(232, 113, 43, 0.15);
}

.tphx-hero-form-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #E8712B 0%, #D4641F 100%);
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(232, 113, 43, 0.35);
  margin-top: 4px;
}

.tphx-hero-form-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232, 113, 43, 0.5);
}

.tphx-hero-form-note {
  font-size: 12px;
  color: #7B9AB8;
  text-align: center;
  margin-top: 4px;
}

.tphx-hero-form-note svg {
  width: 12px;
  height: 12px;
  fill: #27AE60;
  vertical-align: -2px;
  margin-right: 4px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .tphx-hero-inner {
    flex-direction: column;
    text-align: center;
    padding: 60px 24px;
    gap: 40px;
  }

  .tphx-hero-content {
    max-width: 100%;
  }

  .tphx-hero h1 {
    font-size: 38px;
  }

  .tphx-hero-sub {
    max-width: 100%;
  }

  .tphx-hero-ctas {
    justify-content: center;
  }

  .tphx-hero-badges {
    justify-content: center;
  }

  .tphx-hero-card {
    min-width: auto;
    max-width: 420px;
    width: 100%;
  }

  .tphx-hero-trust-bar {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 600px) {
  .tphx-hero {
    min-height: auto;
  }

  .tphx-hero-inner {
    padding: 48px 20px;
  }

  .tphx-hero h1 {
    font-size: 30px;
  }

  .tphx-hero-sub {
    font-size: 16px;
  }

  .tphx-hero-ctas {
    flex-direction: column;
    width: 100%;
  }

  .tphx-hero-cta-primary,
  .tphx-hero-cta-secondary {
    width: 100%;
    justify-content: center;
  }

  .tphx-hero-badges {
    flex-direction: column;
    gap: 16px;
  }

  .tphx-hero-card {
    padding: 28px 24px;
  }
}/* End custom CSS */