/*
Theme Name: EnviroPro USA
Theme URI: https://enviroprousa.com/
Author: Amir
Author URI: https://enviroprousa.com/
Description: Custom Bootstrap 5 WordPress theme for EnviroPro USA restoration services.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: enviropro
*/

:root {
  --navy: #071b35;
  --navy2: #03152a;
  --blue: #087eef;
  --green: #28a745;
  --text: #0a1f3e;
  --muted: #5f6b7b;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: #fff;
}
a {
  text-decoration: none;
}
.site-header {
  box-shadow: 0 2px 18px rgba(10, 31, 62, 0.08);
}
.navbar-brand img {
  width: 175px;
  height: auto;
}
.nav-link {
  font-weight: 600;
  color: #0a1f3e !important;
  padding: 0.8rem 1rem !important;
}
.nav-link.active {
  color: var(--blue) !important;
  position: relative;
}
.nav-link.active:after {
  content: "";
  position: absolute;
  height: 3px;
  background: var(--blue);
  left: 1rem;
  right: 1rem;
  bottom: 3px;
}
.emergency-call {
  gap: 10px;
  color: #081d3d;
}
.phone-box {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}
.emergency-call small {
  display: block;
  font-size: 0.72rem;
}
.emergency-call strong {
  display: block;
  color: var(--blue);
  font-size: 1.12rem;
}
.hero {
  position: relative;
  overflow: hidden;
  background: #04162d;
}
.hero-photo {
  position: absolute;
  inset: 0 0 0 37%;
  background: url("https://businessonline.website/enviroprousa.com/wp-content/uploads/2026/07/envirobanner.png")
    center/cover no-repeat;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(2, 18, 38, 0.98) 0%,
    rgba(3, 22, 44, 0.94) 34%,
    rgba(3, 22, 44, 0.36) 61%,
    rgba(3, 22, 44, 0.1) 100%
  );
}
.min-vh-hero {
  min-height: 520px;
}
.hero h1 {
  font-size: 3.7rem;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}
.hero h1 span {
  color: #0788ff;
}
.hero-sub {
  font-size: 1.55rem;
  margin-bottom: 1rem;
}
.hero-sub em {
  font-family: Pacifico, cursive;
  color: #0788ff;
  font-style: normal;
  font-weight: 400;
}
.hero-copy {
  max-width: 520px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #eef5ff;
}
.btn {
  font-weight: 700;
  border-radius: 5px;
  padding: 0.85rem 1.25rem;
}
.btn-primary {
  background: #087eef;
  border-color: #087eef;
}
.btn-success {
  background: #2ba941;
  border-color: #2ba941;
}
.hero-features {
  max-width: 590px;
}
.feature {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.25;
}
.feature i {
  display: block;
  font-size: 1.85rem;
  color: #23a4ff;
  margin-bottom: 0.5rem;
}
.emergency-badge {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 132px;
  height: 145px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 800;
}
.emergency-badge .gauge {
  color: #2eb640;
  font-size: 2.5rem;
  line-height: 1;
}
.emergency-badge span {
  font-size: 0.83rem;
  margin-top: 0.7rem;
}
.section-pad {
  padding: 70px 0;
}
.section-title .eyebrow {
  display: inline-block;
  color: #087eef;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.section-title .eyebrow:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  background: #087eef;
  margin-right: 10px;
  vertical-align: middle;
}
.section-title h2 {
  font-size: 2.25rem;
  font-weight: 800;
  margin: 0.4rem 0 0.5rem;
}
.section-title p {
  color: var(--muted);
  line-height: 1.65;
}
.service-card {
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(10, 31, 62, 0.12);
  transition: 0.25s;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(10, 31, 62, 0.18);
}
.service-image {
  height: 155px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.service-icon {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  border: 2px solid currentColor;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
}
.service-icon.blue {
  color: #087eef;
}
.service-icon.green {
  color: #22a447;
}
.service-icon.orange {
  color: #ff7a00;
}
.service-card h3 {
  font-size: 1.08rem;
  font-weight: 800;
}
.service-card p {
  color: #5c6776;
  font-size: 0.9rem;
  line-height: 1.65;
  min-height: 72px;
}
.service-card a {
  font-weight: 700;
  color: #087eef;
}
.stats-bar {
  background: linear-gradient(90deg, #0879e8, #0a8df6);
}
.stat-item {
  padding: 22px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  justify-content: center;
}
.stat-item:last-child {
  border-right: none;
}
.stat-item i {
  font-size: 2.4rem;
  grid-row: 1/3;
}
.stat-item strong {
  font-size: 1.55rem;
  line-height: 1;
  text-align: left;
}
.stat-item span {
  font-size: 0.72rem;
  text-align: left;
}
.process-row {
  position: relative;
}
.process-row:before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 24px;
  height: 2px;
  background: #cde3fb;
}
.process-card {
  text-align: center;
  position: relative;
  padding: 0 18px;
}
.process-card .step {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #087eef;
  color: #fff;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.process-card > i {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #edf6ff;
  color: #087eef;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  font-size: 1.4rem;
}
.process-card h4 {
  font-size: 0.95rem;
  font-weight: 800;
}
.process-card p {
  font-size: 0.8rem;
  color: #5e6a79;
  line-height: 1.5;
}
.cta-section {
  background: #eaf6ff
    url("https://businessonline.website/enviroprousa.com/wp-content/uploads/2026/07/waterbgimage.png")
    center/cover no-repeat;
}
.cta-section h2 {
  font-size: 2.1rem;
  font-weight: 800;
}
.cta-section h2 span {
  color: #087eef;
}
.cta-section p {
  font-size: 1rem;
  font-weight: 600;
}
.video-card {
  position: relative;
  background: #111;
  border: 4px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(3, 23, 49, 0.25);
}
.video-card img {
  width: 100%;
  display: block;
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 2.2rem;
  display: grid;
  place-items: center;
}
.video-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 8px 12px;
  display: flex;
  gap: 10px;
  font-size: 0.75rem;
}
.site-footer {
  background: linear-gradient(90deg, #031932, #05284d);
  color: #fff;
}
.footer-logo {
  width: 155px;
  filter: brightness(0) invert(1);
  margin-bottom: 16px;
}
.site-footer p {
  font-size: 0.78rem;
  line-height: 1.65;
  color: #d5e2f2;
}
.site-footer h5 {
  font-size: 0.78rem;
  color: #1f9cff;
  font-weight: 800;
  margin-bottom: 14px;
}
.site-footer a {
  display: block;
  color: #fff;
  font-size: 0.76rem;
  margin: 0.5rem 0;
}
.socials {
  display: flex;
  gap: 10px;
}
.socials a {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #0f4a7f;
  display: grid;
  place-items: center;
}
.contact-line {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.78rem;
}
.contact-line i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0b76d7;
  display: grid;
  place-items: center;
  flex: none;
}
.footer-bottom {
  background: #087eef;
  padding: 12px 0;
  font-size: 0.72rem;
}

.about-hero {
  position: relative;
  overflow: hidden;
  background: #04172f;
  color: #fff;
}
.about-hero__image {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}
.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(2, 19, 41, 0.96),
    rgba(3, 23, 49, 0.82) 47%,
    rgba(3, 23, 49, 0.18)
  );
}
.about-hero__row {
  min-height: 620px;
}
.about-eyebrow,
.about-section-label {
  display: inline-block;
  color: #168cff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.about-hero h1 {
  font-size: 3.5rem;
  line-height: 1.08;
  font-weight: 800;
}
.about-hero h1 span {
  color: #168cff;
}
.about-hero p {
  max-width: 650px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #e7f0fb;
}
.about-photo-wrap {
  position: relative;
  padding: 0 35px 35px 0;
}
.about-main-photo,
.why-photo {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(3, 26, 53, 0.18);
}
.about-experience-box {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #087eef;
  color: #fff;
  padding: 22px 25px;
  border-radius: 10px;
}
.about-experience-box strong {
  display: block;
  font-size: 2.1rem;
}
.about-intro h2,
.why-choose h2 {
  font-size: 2.25rem;
  font-weight: 800;
}
.about-lead {
  font-size: 1.08rem;
  font-weight: 600;
}
.about-intro p,
.why-choose p {
  color: #5f6b7b;
  line-height: 1.75;
}
.about-check {
  display: flex;
  gap: 10px;
  font-weight: 700;
}
.about-check i {
  color: #2caf46;
}
.about-values {
  background: #f5f9fd;
}
.value-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 24px;
  box-shadow: 0 10px 28px rgba(7, 31, 62, 0.08);
}
.value-icon {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background: #eaf4ff;
  color: #087eef;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
.value-card h3 {
  font-size: 1.08rem;
  font-weight: 800;
}
.value-card p {
  font-size: 0.9rem;
  color: #647081;
}
.mission-card {
  padding: 42px;
  border-radius: 14px;
  background: #eaf5ff;
}
.mission-card--blue {
  background: #072449;
  color: #fff;
}
.mission-card h2 {
  font-size: 1.65rem;
  font-weight: 800;
}
.why-item {
  display: flex;
  gap: 18px;
  margin-top: 24px;
}
.why-number {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #087eef;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  flex: none;
}
.about-stats {
  background: linear-gradient(90deg, #0873da, #0794f8);
}
.about-stat {
  padding: 30px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.about-stat strong {
  display: block;
  font-size: 2rem;
}
.about-cta {
  background: #f4f9fd;
}
.about-cta-box {
  padding: 55px 25px;
  border-radius: 16px;
  background: linear-gradient(120deg, #062142, #087eef);
  color: #fff;
}

/* =========================================================
   EnviroPro USA - Contact Us Page
   Add this file to: /assets/css/contact-us.css
========================================================= */

.enviropro-contact-page {
    --contact-navy: #07324a;
    --contact-dark: #032236;
    --contact-blue: #0785bd;
    --contact-green: #6ca62b;
    --contact-orange: #f47f20;
    --contact-light: #f3f8fa;
    --contact-heading: #092c42;
    --contact-text: #5d6d76;
    --contact-border: #dbe7ec;
}

.contact-page-hero .about-hero__overlay {
    background:
        linear-gradient(
            90deg,
            rgba(3, 27, 43, 0.94) 0%,
            rgba(3, 27, 43, 0.78) 48%,
            rgba(3, 27, 43, 0.2) 100%
        );
}

.contact-details-section {
    position: relative;
    z-index: 5;
    margin-top: -55px;
    padding-bottom: 50px;
}

.contact-detail-card {
    padding: 32px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(4, 38, 58, 0.13);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-detail-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 55px rgba(4, 38, 58, 0.18);
}

.contact-detail-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--contact-blue),
        var(--contact-navy)
    );
    color: #fff;
    font-size: 27px;
}

.contact-card-label,
.contact-section-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--contact-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.contact-detail-card h2 {
    margin-bottom: 12px;
    color: var(--contact-heading);
    font-size: 23px;
    font-weight: 800;
}

.contact-detail-card p {
    color: var(--contact-text);
    line-height: 1.75;
}

.contact-detail-card a {
    color: var(--contact-blue);
    font-weight: 800;
    text-decoration: none;
}

.contact-form-section {
    padding: 95px 0;
    background: #fff;
}

.contact-page-content h2 {
    margin-bottom: 22px;
    color: var(--contact-heading);
    font-size: clamp(38px, 4vw, 55px);
    font-weight: 900;
    line-height: 1.08;
}

.contact-page-content h2 span {
    display: block;
    color: var(--contact-orange);
}

.contact-page-content p {
    color: var(--contact-text);
    font-size: 16px;
    line-height: 1.8;
}

.contact-page-content .contact-intro {
    color: var(--contact-heading);
    font-size: 19px;
    font-weight: 600;
}

.contact-emergency-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 30px 0;
    padding: 22px;
    border-left: 5px solid var(--contact-orange);
    border-radius: 10px;
    background: var(--contact-light);
}

.contact-emergency-icon {
    display: flex;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--contact-orange);
    color: #fff;
    font-size: 24px;
}

.contact-emergency-box span {
    display: block;
    color: var(--contact-text);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-emergency-box a {
    color: var(--contact-heading);
    font-size: 25px;
    font-weight: 900;
    text-decoration: none;
}

.contact-benefits {
    display: grid;
    gap: 15px;
}

.contact-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: var(--contact-heading);
    font-weight: 600;
}

.contact-benefits i {
    margin-top: 2px;
    color: var(--contact-green);
    font-size: 19px;
}

.contact-form-card {
    padding: 42px;
    border: 1px solid var(--contact-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(4, 38, 58, 0.11);
}

.contact-form-card > h2 {
    margin-bottom: 8px;
    color: var(--contact-heading);
    font-size: 36px;
    font-weight: 900;
}

.contact-form-card > p {
    margin-bottom: 30px;
    color: var(--contact-text);
}

.enviropro-contact-form label {
    margin-bottom: 9px;
    color: var(--contact-heading);
    font-size: 14px;
    font-weight: 700;
}

.enviropro-contact-form label span {
    color: #dc3545;
}

.enviropro-contact-form .form-control,
.enviropro-contact-form .form-select {
    min-height: 55px;
    padding: 13px 16px;
    border: 1px solid var(--contact-border);
    border-radius: 9px;
    background-color: #fbfdfe;
    box-shadow: none;
}

.enviropro-contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.enviropro-contact-form .form-control:focus,
.enviropro-contact-form .form-select:focus {
    border-color: var(--contact-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(7, 133, 189, 0.1);
}

.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
    border-radius: 9px;
    background: var(--contact-light);
}

.contact-consent .form-check-input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 4px;
}

.contact-consent .form-check-label {
    margin: 0;
    color: var(--contact-text);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.65;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 14px 28px;
    font-weight: 800;
}

.contact-service-area {
    padding: 95px 0;
    background: var(--contact-light);
}

.contact-service-wrapper {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 55px rgba(3, 31, 48, 0.14);
}

.contact-area-content {
    height: 100%;
    padding: 55px;
    background:
        linear-gradient(
            135deg,
            rgba(3, 34, 54, 0.98),
            rgba(7, 133, 189, 0.91)
        );
    color: #fff;
}

.contact-area-content h2 {
    margin-bottom: 20px;
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 900;
    line-height: 1.12;
}

.contact-area-content p {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
}

.contact-city-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 22px;
    margin-top: 28px;
}

.contact-city-grid span {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 600;
}

.contact-city-grid i {
    color: #b8e66d;
}

.contact-hours-card {
    height: 100%;
    padding: 55px;
    background: #fff;
}

.contact-hours-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    border-radius: 15px;
    background: rgba(244, 127, 32, 0.12);
    color: var(--contact-orange);
    font-size: 30px;
}

.contact-hours-card h2 {
    margin-bottom: 25px;
    color: var(--contact-heading);
    font-size: 35px;
    font-weight: 900;
}

.contact-hours-list > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 0;
    border-bottom: 1px solid var(--contact-border);
}

.contact-hours-list span {
    color: var(--contact-text);
}

.contact-hours-list strong {
    color: var(--contact-heading);
    text-align: right;
}

.contact-hours-list .contact-emergency-hours strong {
    color: var(--contact-green);
}

.contact-hours-card > p {
    margin-top: 25px;
    color: var(--contact-text);
    line-height: 1.75;
}

.contact-final-cta {
    padding: 75px 0;
    background: #fff;
}

.contact-final-cta__inner {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 42px 46px;
    border-radius: 19px;
    background: linear-gradient(
        120deg,
        var(--contact-dark),
        var(--contact-navy)
    );
    color: #fff;
}

.contact-final-cta__icon {
    display: flex;
    flex: 0 0 76px;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--contact-orange);
    font-size: 34px;
}

.contact-final-cta__content {
    flex: 1;
}

.contact-final-cta__content > span {
    color: #91d7f6;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.contact-final-cta__content h2 {
    margin: 5px 0 8px;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 900;
}

.contact-final-cta__content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}


/* EnviroPro USA Water Damage Page Templates */

.water-service-page {
    --wd-navy: #052d45;
    --wd-dark: #021f31;
    --wd-blue: #0788c1;
    --wd-orange: #f47f20;
    --wd-green: #69a72a;
    --wd-light: #f2f8fb;
    --wd-heading: #082d44;
    --wd-text: #5d6d76;
    --wd-border: #dce8ed;
}

.water-service-hero .about-hero__overlay {
    background: linear-gradient(
        90deg,
        rgba(2, 29, 46, 0.95) 0%,
        rgba(2, 29, 46, 0.8) 50%,
        rgba(2, 29, 46, 0.22) 100%
    );
}

.water-overview-section,
.water-content-section {
    padding: 95px 0;
    background: #fff;
}

.water-page-links-section,
.water-benefits-section {
    padding: 95px 0;
    background: var(--wd-light);
}

.water-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--wd-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.water-overview-section h2,
.water-content-section h2,
.water-section-heading h2 {
    margin-bottom: 22px;
    color: var(--wd-heading);
    font-size: clamp(38px, 4vw, 55px);
    font-weight: 900;
    line-height: 1.08;
}

.water-overview-section h2 span,
.water-content-section h2 span,
.water-section-heading h2 span {
    display: block;
    color: var(--wd-orange);
}

.water-content-section h3 {
    margin: 34px 0 20px;
    color: var(--wd-heading);
    font-size: 29px;
    font-weight: 850;
}

.water-overview-section p,
.water-content-section p,
.water-section-heading p {
    color: var(--wd-text);
    font-size: 16px;
    line-height: 1.82;
}

.water-content-section .lead,
.water-overview-section .lead {
    color: var(--wd-heading);
    font-size: 19px;
    font-weight: 600;
}

.water-process-box,
.water-sidebar-card {
    padding: 42px;
    border-radius: 19px;
    background: linear-gradient(145deg, var(--wd-dark), var(--wd-navy));
    color: #fff;
    box-shadow: 0 22px 60px rgba(2, 30, 48, 0.2);
}

.water-process-box h3,
.water-sidebar-card h3 {
    margin-bottom: 27px;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
}

.water-process-step {
    display: flex;
    gap: 17px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.water-process-step:last-child {
    border-bottom: 0;
}

.water-process-step > span {
    display: flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--wd-orange);
    font-weight: 900;
}

.water-process-step h4 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.water-process-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.water-section-heading {
    max-width: 800px;
}

.water-link-card,
.water-benefit-card {
    padding: 32px;
    border: 1px solid var(--wd-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 15px 45px rgba(4, 42, 65, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.water-link-card:hover,
.water-benefit-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 55px rgba(4, 42, 65, 0.14);
}

.water-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--wd-blue), var(--wd-navy));
    color: #fff;
    font-size: 29px;
}

.water-link-card h3,
.water-benefit-card h3 {
    color: var(--wd-heading);
    font-size: 25px;
    font-weight: 900;
}

.water-link-card p,
.water-benefit-card p {
    color: var(--wd-text);
    line-height: 1.75;
}

.water-link-card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--wd-blue);
    font-weight: 800;
    text-decoration: none;
}

.water-link-card a:hover {
    color: var(--wd-orange);
}

.water-sidebar-card ul {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
}

.water-sidebar-card li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: rgba(255, 255, 255, 0.85);
}

.water-sidebar-card li i {
    margin-top: 2px;
    color: #8dd2f1;
}

.water-check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
}

.water-check-list > div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--wd-heading);
    font-weight: 600;
}

.water-check-list i {
    margin-top: 2px;
    color: var(--wd-green);
}

.water-benefit-card > i {
    display: block;
    margin-bottom: 18px;
    color: var(--wd-blue);
    font-size: 35px;
}

.water-cta-section {
    padding: 75px 0;
    background: #fff;
}

.water-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 44px 48px;
    border-radius: 20px;
    background: linear-gradient(120deg, var(--wd-dark), var(--wd-navy));
    color: #fff;
}

.water-cta-box span {
    color: #86d4f6;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.water-cta-box h2 {
    margin: 6px 0 9px;
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 900;
}

.water-cta-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.water-cta-box .btn {
    flex: 0 0 auto;
}


/* EnviroPro USA - Mold Removal Page Templates */

/* =========================================================
   EnviroPro USA - Mold Removal Page Templates
   Matched to Water Damage Restoration website colors
========================================================= */

.mold-service-page {
    --mold-navy: #071b35;
    --mold-dark: #03152a;
    --mold-blue: #087eef;
    --mold-blue-dark: #0568c8;
    --mold-green: #28a745;
    --mold-green-dark: #218838;
    --mold-orange: #f47f20;
    --mold-light: #f7f9fc;
    --mold-heading: #0a1f3e;
    --mold-text: #5f6b7b;
    --mold-border: #dce4ec;
    --mold-shadow: rgba(7, 27, 53, 0.10);
    --mold-shadow-hover: rgba(7, 27, 53, 0.16);
}

/* Hero overlay */

.mold-service-hero .about-hero__overlay {
    background: linear-gradient(
        90deg,
        rgba(7, 27, 53, 0.96) 0%,
        rgba(7, 27, 53, 0.82) 50%,
        rgba(7, 27, 53, 0.24) 100%
    );
}

/* Main sections */

.mold-overview-section,
.mold-content-section {
    padding: 95px 0;
    background: #fff;
}

.mold-page-links-section,
.mold-signs-section,
.mold-benefits-section,
.mold-faq-section {
    padding: 95px 0;
    background: var(--mold-light);
}

/* Labels */

.mold-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--mold-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

/* Main headings */

.mold-overview-section h2,
.mold-content-section h2,
.mold-section-heading h2 {
    margin-bottom: 22px;
    color: var(--mold-heading);
    font-size: clamp(38px, 4vw, 55px);
    font-weight: 900;
    line-height: 1.08;
}

.mold-overview-section h2 span,
.mold-content-section h2 span,
.mold-section-heading h2 span {
    display: block;
    color: var(--mold-orange);
}

.mold-content-section h3 {
    margin: 34px 0 20px;
    color: var(--mold-heading);
    font-size: 29px;
    font-weight: 800;
}

/* Paragraphs */

.mold-overview-section p,
.mold-content-section p,
.mold-section-heading p {
    color: var(--mold-text);
    font-size: 16px;
    line-height: 1.82;
}

.mold-overview-section .lead,
.mold-content-section .lead {
    color: var(--mold-heading);
    font-size: 19px;
    font-weight: 600;
}

/* Dark process and sidebar cards */

.mold-process-box,
.mold-sidebar-card {
    padding: 42px;
    border-radius: 19px;
    background: linear-gradient(
        145deg,
        var(--mold-dark),
        var(--mold-navy)
    );
    color: #fff;
    box-shadow: 0 22px 60px rgba(7, 27, 53, 0.20);
}

.mold-process-box h3,
.mold-sidebar-card h3 {
    margin-bottom: 27px;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
}

/* Process steps */

.mold-process-step {
    display: flex;
    gap: 17px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.mold-process-step:last-child {
    border-bottom: 0;
}

.mold-process-step > span {
    display: flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--mold-orange);
    color: #fff;
    font-weight: 900;
}

.mold-process-step h4 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.mold-process-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

/* Section heading */

.mold-section-heading {
    max-width: 800px;
}

/* White cards */

.mold-link-card,
.mold-benefit-card,
.mold-info-panel {
    padding: 32px;
    border: 1px solid var(--mold-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 15px 45px var(--mold-shadow);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.mold-link-card:hover,
.mold-benefit-card:hover {
    transform: translateY(-7px);
    border-color: rgba(8, 126, 239, 0.25);
    box-shadow: 0 22px 55px var(--mold-shadow-hover);
}

/* Service icons */

.mold-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    border-radius: 15px;
    background: linear-gradient(
        135deg,
        var(--mold-blue),
        var(--mold-navy)
    );
    color: #fff;
    font-size: 29px;
}

/* Card headings */

.mold-link-card h3,
.mold-benefit-card h3 {
    color: var(--mold-heading);
    font-size: 25px;
    font-weight: 900;
}

/* Card text */

.mold-link-card p,
.mold-benefit-card p,
.mold-info-panel p {
    color: var(--mold-text);
    line-height: 1.75;
}

/* Card links */

.mold-link-card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--mold-blue);
    font-weight: 800;
    text-decoration: none;
    transition:
        color 0.3s ease,
        gap 0.3s ease;
}

.mold-link-card a:hover {
    gap: 13px;
    color: var(--mold-orange);
}

/* Sidebar list */

.mold-sidebar-card ul {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
}

.mold-sidebar-card li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: rgba(255, 255, 255, 0.88);
}

.mold-sidebar-card li i {
    margin-top: 2px;
    color: #63c7ff;
}

/* Check list */

.mold-check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
}

.mold-check-list > div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--mold-heading);
    font-weight: 600;
}

.mold-check-list i {
    margin-top: 2px;
    color: var(--mold-green);
}

/* Information panels */

.mold-info-panel {
    height: 100%;
    padding: 45px;
}

.mold-info-panel h2 {
    margin-bottom: 27px;
    color: var(--mold-heading);
    font-size: 36px;
    font-weight: 900;
}

.mold-info-panel-dark {
    border-color: transparent;
    background: linear-gradient(
        145deg,
        var(--mold-dark),
        var(--mold-navy)
    );
    box-shadow: 0 22px 60px rgba(7, 27, 53, 0.20);
}

.mold-info-panel-dark h2 {
    color: #fff;
}

.mold-info-panel-dark p {
    color: rgba(255, 255, 255, 0.78);
}

/* Warning list */

.mold-warning-list {
    display: grid;
    gap: 16px;
    margin: 25px 0 0;
}

.mold-warning-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: rgba(255, 255, 255, 0.88);
}

.mold-warning-list i {
    margin-top: 2px;
    color: var(--mold-orange);
}

/* Benefit icons */

.mold-benefit-card > i {
    display: block;
    margin-bottom: 18px;
    color: var(--mold-blue);
    font-size: 35px;
}

/* Accordion */

.mold-accordion {
    max-width: 900px;
    margin: 38px auto 0;
}

.mold-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid var(--mold-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(7, 27, 53, 0.05);
}

.mold-accordion .accordion-button {
    padding: 21px 24px;
    color: var(--mold-heading);
    font-size: 17px;
    font-weight: 800;
    box-shadow: none;
}

.mold-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.mold-accordion .accordion-button:not(.collapsed) {
    background: rgba(8, 126, 239, 0.08);
    color: var(--mold-blue);
}

.mold-accordion .accordion-button:not(.collapsed)::after {
    filter: none;
}

.mold-accordion .accordion-body {
    padding: 0 24px 24px;
    color: var(--mold-text);
    line-height: 1.8;
}

/* CTA section */

.mold-cta-section {
    padding: 75px 0;
    background: #fff;
}

.mold-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 44px 48px;
    border-radius: 20px;
    background: linear-gradient(
        120deg,
        var(--mold-dark),
        var(--mold-navy)
    );
    color: #fff;
    box-shadow: 0 22px 60px rgba(7, 27, 53, 0.20);
}

.mold-cta-box span {
    color: #63c7ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.mold-cta-box h2 {
    margin: 6px 0 9px;
    color: #fff;
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 900;
}

.mold-cta-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.mold-cta-box .btn {
    flex: 0 0 auto;
}

/* Buttons inside mold pages */

.mold-service-page .btn-primary {
    border-color: var(--mold-blue);
    background: var(--mold-blue);
    color: #fff;
}

.mold-service-page .btn-primary:hover,
.mold-service-page .btn-primary:focus {
    border-color: var(--mold-blue-dark);
    background: var(--mold-blue-dark);
    color: #fff;
}

.mold-service-page .btn-success {
    border-color: var(--mold-green);
    background: var(--mold-green);
    color: #fff;
}

.mold-service-page .btn-success:hover,
.mold-service-page .btn-success:focus {
    border-color: var(--mold-green-dark);
    background: var(--mold-green-dark);
    color: #fff;
}


/* =========================================================
   EnviroPro USA - Fire Damage Restoration Templates
   Matches Water Damage and Mold page color system
========================================================= */

.fire-service-page {
    --fire-navy: #071b35;
    --fire-dark: #03152a;
    --fire-blue: #087eef;
    --fire-blue-dark: #0568c8;
    --fire-green: #28a745;
    --fire-green-dark: #218838;
    --fire-orange: #f47f20;
    --fire-red: #d94b32;
    --fire-light: #f7f9fc;
    --fire-heading: #0a1f3e;
    --fire-text: #5f6b7b;
    --fire-border: #dce4ec;
    --fire-shadow: rgba(7, 27, 53, 0.10);
    --fire-shadow-hover: rgba(7, 27, 53, 0.16);
}

.fire-service-hero .about-hero__overlay {
    background: linear-gradient(
        90deg,
        rgba(7, 27, 53, 0.96) 0%,
        rgba(7, 27, 53, 0.82) 50%,
        rgba(7, 27, 53, 0.24) 100%
    );
}

.fire-overview-section,
.fire-content-section {
    padding: 95px 0;
    background: #fff;
}

.fire-page-links-section,
.fire-services-section,
.fire-benefits-section,
.fire-faq-section {
    padding: 95px 0;
    background: var(--fire-light);
}

.fire-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--fire-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.fire-overview-section h2,
.fire-content-section h2,
.fire-section-heading h2 {
    margin-bottom: 22px;
    color: var(--fire-heading);
    font-size: clamp(38px, 4vw, 55px);
    font-weight: 900;
    line-height: 1.08;
}

.fire-overview-section h2 span,
.fire-content-section h2 span,
.fire-section-heading h2 span {
    display: block;
    color: var(--fire-orange);
}

.fire-content-section h3 {
    margin: 34px 0 20px;
    color: var(--fire-heading);
    font-size: 29px;
    font-weight: 800;
}

.fire-overview-section p,
.fire-content-section p,
.fire-section-heading p {
    color: var(--fire-text);
    font-size: 16px;
    line-height: 1.82;
}

.fire-overview-section .lead,
.fire-content-section .lead {
    color: var(--fire-heading);
    font-size: 19px;
    font-weight: 600;
}

.fire-process-box,
.fire-sidebar-card {
    padding: 42px;
    border-radius: 19px;
    background: linear-gradient(
        145deg,
        var(--fire-dark),
        var(--fire-navy)
    );
    color: #fff;
    box-shadow: 0 22px 60px rgba(7, 27, 53, 0.20);
}

.fire-process-box h3,
.fire-sidebar-card h3 {
    margin-bottom: 27px;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
}

.fire-process-step {
    display: flex;
    gap: 17px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.fire-process-step:last-child {
    border-bottom: 0;
}

.fire-process-step > span {
    display: flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--fire-orange);
    color: #fff;
    font-weight: 900;
}

.fire-process-step h4 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.fire-process-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.fire-section-heading {
    max-width: 800px;
}

.fire-link-card,
.fire-benefit-card,
.fire-info-panel {
    padding: 32px;
    border: 1px solid var(--fire-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 15px 45px var(--fire-shadow);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.fire-link-card:hover,
.fire-benefit-card:hover {
    transform: translateY(-7px);
    border-color: rgba(8, 126, 239, 0.25);
    box-shadow: 0 22px 55px var(--fire-shadow-hover);
}

.fire-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    border-radius: 15px;
    background: linear-gradient(
        135deg,
        var(--fire-orange),
        var(--fire-navy)
    );
    color: #fff;
    font-size: 29px;
}

.fire-link-card h3,
.fire-benefit-card h3 {
    color: var(--fire-heading);
    font-size: 25px;
    font-weight: 900;
}

.fire-link-card p,
.fire-benefit-card p,
.fire-info-panel p {
    color: var(--fire-text);
    line-height: 1.75;
}

.fire-link-card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--fire-blue);
    font-weight: 800;
    text-decoration: none;
    transition:
        color 0.3s ease,
        gap 0.3s ease;
}

.fire-link-card a:hover {
    gap: 13px;
    color: var(--fire-orange);
}

.fire-sidebar-card ul {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
}

.fire-sidebar-card li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: rgba(255, 255, 255, 0.88);
}

.fire-sidebar-card li i {
    margin-top: 2px;
    color: #63c7ff;
}

.fire-check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
}

.fire-check-list > div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--fire-heading);
    font-weight: 600;
}

.fire-check-list i {
    margin-top: 2px;
    color: var(--fire-green);
}

.fire-info-panel {
    height: 100%;
    padding: 45px;
}

.fire-info-panel h2 {
    margin-bottom: 27px;
    color: var(--fire-heading);
    font-size: 36px;
    font-weight: 900;
}

.fire-info-panel-dark {
    border-color: transparent;
    background: linear-gradient(
        145deg,
        var(--fire-dark),
        var(--fire-navy)
    );
    box-shadow: 0 22px 60px rgba(7, 27, 53, 0.20);
}

.fire-info-panel-dark h2 {
    color: #fff;
}

.fire-info-panel-dark p {
    color: rgba(255, 255, 255, 0.78);
}

.fire-warning-list {
    display: grid;
    gap: 16px;
    margin: 25px 0 0;
}

.fire-warning-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: rgba(255, 255, 255, 0.88);
}

.fire-warning-list i {
    margin-top: 2px;
    color: var(--fire-orange);
}

.fire-benefit-card > i {
    display: block;
    margin-bottom: 18px;
    color: var(--fire-blue);
    font-size: 35px;
}

.fire-accordion {
    max-width: 900px;
    margin: 38px auto 0;
}

.fire-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid var(--fire-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(7, 27, 53, 0.05);
}

.fire-accordion .accordion-button {
    padding: 21px 24px;
    color: var(--fire-heading);
    font-size: 17px;
    font-weight: 800;
    box-shadow: none;
}

.fire-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.fire-accordion .accordion-button:not(.collapsed) {
    background: rgba(244, 127, 32, 0.08);
    color: var(--fire-orange);
}

.fire-accordion .accordion-body {
    padding: 0 24px 24px;
    color: var(--fire-text);
    line-height: 1.8;
}

.fire-cta-section {
    padding: 75px 0;
    background: #fff;
}

.fire-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 44px 48px;
    border-radius: 20px;
    background: linear-gradient(
        120deg,
        var(--fire-dark),
        var(--fire-navy)
    );
    color: #fff;
    box-shadow: 0 22px 60px rgba(7, 27, 53, 0.20);
}

.fire-cta-box span {
    color: #63c7ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.fire-cta-box h2 {
    margin: 6px 0 9px;
    color: #fff;
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 900;
}

.fire-cta-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.fire-cta-box .btn {
    flex: 0 0 auto;
}

.fire-service-page .btn-primary {
    border-color: var(--fire-blue);
    background: var(--fire-blue);
    color: #fff;
}

.fire-service-page .btn-primary:hover,
.fire-service-page .btn-primary:focus {
    border-color: var(--fire-blue-dark);
    background: var(--fire-blue-dark);
    color: #fff;
}

.fire-service-page .btn-success {
    border-color: var(--fire-green);
    background: var(--fire-green);
    color: #fff;
}

.fire-service-page .btn-success:hover,
.fire-service-page .btn-success:focus {
    border-color: var(--fire-green-dark);
    background: var(--fire-green-dark);
    color: #fff;
}

/* =========================================================
   EnviroPro USA - Company Page Templates
   Our Process, Testimonials, Insurance Claims
========================================================= */

.enviro-company-page {
    --company-navy: #071b35;
    --company-dark: #03152a;
    --company-blue: #087eef;
    --company-blue-dark: #0568c8;
    --company-green: #28a745;
    --company-green-dark: #218838;
    --company-orange: #f47f20;
    --company-light: #f7f9fc;
    --company-heading: #0a1f3e;
    --company-text: #5f6b7b;
    --company-border: #dce4ec;
    --company-shadow: rgba(7, 27, 53, 0.10);
    --company-shadow-hover: rgba(7, 27, 53, 0.16);
}

/* Hero */

.company-page-hero .about-hero__overlay {
    background: linear-gradient(
        90deg,
        rgba(7, 27, 53, 0.96) 0%,
        rgba(7, 27, 53, 0.82) 50%,
        rgba(7, 27, 53, 0.24) 100%
    );
}

/* Shared sections */

.company-intro-section,
.insurance-support-section {
    padding: 95px 0;
    background: #fff;
}

.process-timeline-section,
.company-benefits-section,
.testimonials-grid-section,
.claim-steps-section,
.company-faq-section {
    padding: 95px 0;
    background: var(--company-light);
}

/* Labels */

.company-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--company-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

/* Headings */

.company-intro-section h2,
.insurance-support-section h2,
.company-section-heading h2 {
    margin-bottom: 22px;
    color: var(--company-heading);
    font-size: clamp(38px, 4vw, 55px);
    font-weight: 900;
    line-height: 1.08;
}

.company-intro-section h2 span,
.insurance-support-section h2 span,
.company-section-heading h2 span {
    display: block;
    color: var(--company-orange);
}

.company-intro-section p,
.insurance-support-section p,
.company-section-heading p {
    color: var(--company-text);
    font-size: 16px;
    line-height: 1.82;
}

.company-intro-section .lead {
    color: var(--company-heading);
    font-size: 19px;
    font-weight: 600;
}

.company-section-heading {
    max-width: 820px;
}

/* Dark cards */

.company-dark-card {
    padding: 42px;
    border-radius: 19px;
    background: linear-gradient(
        145deg,
        var(--company-dark),
        var(--company-navy)
    );
    color: #fff;
    box-shadow: 0 22px 60px rgba(7, 27, 53, 0.20);
}

.company-dark-card h3 {
    margin-bottom: 27px;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
}

.company-feature-list {
    display: grid;
    gap: 20px;
    margin: 0;
}

.company-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.company-feature-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.company-feature-list li > i {
    flex: 0 0 26px;
    color: #63c7ff;
    font-size: 23px;
}

.company-feature-list strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 17px;
}

.company-feature-list span {
    display: block;
    color: rgba(255, 255, 255, 0.73);
    font-size: 14px;
    line-height: 1.7;
}

/* Process timeline */

.process-timeline {
    position: relative;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.process-timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 39px;
    width: 2px;
    background: var(--company-border);
    content: "";
}

.process-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 25px;
    margin-bottom: 28px;
}

.process-timeline-item:last-child {
    margin-bottom: 0;
}

.process-number {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 8px solid var(--company-light);
    border-radius: 50%;
    background: var(--company-orange);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.process-content {
    position: relative;
    padding: 30px 32px 30px 92px;
    border: 1px solid var(--company-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 15px 45px var(--company-shadow);
}

.process-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(8, 126, 239, 0.1);
    color: var(--company-blue);
    font-size: 21px;
}

.process-content h3 {
    margin-bottom: 9px;
    color: var(--company-heading);
    font-size: 24px;
    font-weight: 900;
}

.process-content p {
    margin: 0;
    color: var(--company-text);
    line-height: 1.75;
}

/* Benefits */

.company-benefit-card {
    padding: 30px;
    border: 1px solid var(--company-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 15px 45px var(--company-shadow);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.company-benefit-card:hover {
    transform: translateY(-7px);
    border-color: rgba(8, 126, 239, 0.25);
    box-shadow: 0 22px 55px var(--company-shadow-hover);
}

.company-benefit-card > i {
    display: block;
    margin-bottom: 18px;
    color: var(--company-blue);
    font-size: 35px;
}

.company-benefit-card h3 {
    color: var(--company-heading);
    font-size: 23px;
    font-weight: 900;
}

.company-benefit-card p {
    margin: 0;
    color: var(--company-text);
    line-height: 1.75;
}

/* Testimonials summary */

.testimonial-summary-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--company-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 45px var(--company-shadow);
}

.testimonial-summary-card {
    padding: 28px 20px;
    border-right: 1px solid var(--company-border);
    text-align: center;
}

.testimonial-summary-card:last-child {
    border-right: 0;
}

.testimonial-summary-card strong {
    display: block;
    margin-bottom: 5px;
    color: var(--company-blue);
    font-size: 29px;
    font-weight: 900;
}

.testimonial-summary-card span {
    color: var(--company-text);
    font-size: 14px;
    font-weight: 700;
}

/* Testimonial cards */

.testimonial-card {
    display: flex;
    flex-direction: column;
    padding: 32px;
    border: 1px solid var(--company-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 15px 45px var(--company-shadow);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 55px var(--company-shadow-hover);
}

.testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
    color: var(--company-orange);
}

.testimonial-card blockquote {
    flex: 1;
    margin: 0 0 25px;
    color: var(--company-heading);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.75;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 13px;
}

.testimonial-avatar {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--company-blue),
        var(--company-navy)
    );
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.testimonial-author strong,
.testimonial-author span {
    display: block;
}

.testimonial-author strong {
    color: var(--company-heading);
}

.testimonial-author span {
    color: var(--company-text);
    font-size: 13px;
}

.testimonial-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 20px;
    border: 1px solid #f4d39f;
    border-radius: 12px;
    background: #fff9ef;
}

.testimonial-disclaimer i {
    color: var(--company-orange);
}

.testimonial-disclaimer p {
    margin: 0;
    color: #765a35;
    font-size: 14px;
    line-height: 1.65;
}

/* Review CTAs */

.review-cta-section {
    padding: 75px 0;
    background: #fff;
}

.review-cta-primary,
.review-cta-secondary {
    padding: 42px;
    border-radius: 19px;
}

.review-cta-primary {
    background: linear-gradient(
        120deg,
        var(--company-dark),
        var(--company-navy)
    );
    color: #fff;
}

.review-cta-primary h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(30px, 4vw, 43px);
    font-weight: 900;
}

.review-cta-primary p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.75;
}

.review-cta-secondary {
    border: 1px solid var(--company-border);
    background: var(--company-light);
}

.review-cta-secondary > i {
    display: block;
    margin-bottom: 19px;
    color: var(--company-orange);
    font-size: 40px;
}

.review-cta-secondary h3 {
    color: var(--company-heading);
    font-size: 27px;
    font-weight: 900;
}

.review-cta-secondary p {
    color: var(--company-text);
    line-height: 1.75;
}

/* Insurance notice */

.insurance-notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 28px;
    padding: 20px;
    border-left: 5px solid var(--company-orange);
    border-radius: 10px;
    background: var(--company-light);
}

.insurance-notice i {
    flex: 0 0 auto;
    color: var(--company-orange);
    font-size: 25px;
}

.insurance-notice p {
    margin: 0;
    color: var(--company-heading);
    font-size: 14px;
    font-weight: 600;
}

/* Claim steps */

.claim-step-card {
    position: relative;
    padding: 34px;
    border: 1px solid var(--company-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 15px 45px var(--company-shadow);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.claim-step-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 55px var(--company-shadow-hover);
}

.claim-step-card > span {
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(7, 27, 53, 0.08);
    font-size: 42px;
    font-weight: 900;
}

.claim-step-card > i {
    display: block;
    margin-bottom: 20px;
    color: var(--company-blue);
    font-size: 35px;
}

.claim-step-card h3 {
    color: var(--company-heading);
    font-size: 23px;
    font-weight: 900;
}

.claim-step-card p {
    margin: 0;
    color: var(--company-text);
    line-height: 1.75;
}

/* FAQ */

.company-accordion {
    max-width: 900px;
    margin: 38px auto 0;
}

.company-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid var(--company-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(7, 27, 53, 0.05);
}

.company-accordion .accordion-button {
    padding: 21px 24px;
    color: var(--company-heading);
    font-size: 17px;
    font-weight: 800;
    box-shadow: none;
}

.company-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.company-accordion .accordion-button:not(.collapsed) {
    background: rgba(8, 126, 239, 0.08);
    color: var(--company-blue);
}

.company-accordion .accordion-body {
    padding: 0 24px 24px;
    color: var(--company-text);
    line-height: 1.8;
}

/* Final CTA */

.company-cta-section {
    padding: 75px 0;
    background: #fff;
}

.company-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 44px 48px;
    border-radius: 20px;
    background: linear-gradient(
        120deg,
        var(--company-dark),
        var(--company-navy)
    );
    color: #fff;
    box-shadow: 0 22px 60px rgba(7, 27, 53, 0.20);
}

.company-cta-box span {
    color: #63c7ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.company-cta-box h2 {
    margin: 6px 0 9px;
    color: #fff;
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 900;
}

.company-cta-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.company-cta-box .btn {
    flex: 0 0 auto;
}

/* Buttons */

.enviro-company-page .btn-primary {
    border-color: var(--company-blue);
    background: var(--company-blue);
    color: #fff;
}

.enviro-company-page .btn-primary:hover,
.enviro-company-page .btn-primary:focus {
    border-color: var(--company-blue-dark);
    background: var(--company-blue-dark);
    color: #fff;
}

.enviro-company-page .btn-success {
    border-color: var(--company-green);
    background: var(--company-green);
    color: #fff;
}

.enviro-company-page .btn-success:hover,
.enviro-company-page .btn-success:focus {
    border-color: var(--company-green-dark);
    background: var(--company-green-dark);
    color: #fff;
}


/* =========================================================
   EnviroPro USA - Blog Templates
   Blog Archive and Single Post
========================================================= */

.enviro-blog-page {
    --blog-navy: #071b35;
    --blog-dark: #03152a;
    --blog-blue: #087eef;
    --blog-blue-dark: #0568c8;
    --blog-green: #28a745;
    --blog-green-dark: #218838;
    --blog-orange: #f47f20;
    --blog-light: #f7f9fc;
    --blog-heading: #0a1f3e;
    --blog-text: #5f6b7b;
    --blog-border: #dce4ec;
    --blog-shadow: rgba(7, 27, 53, 0.10);
    --blog-shadow-hover: rgba(7, 27, 53, 0.16);
}

/* Blog hero */

.blog-page-hero .about-hero__overlay {
    background: linear-gradient(
        90deg,
        rgba(7, 27, 53, 0.96) 0%,
        rgba(7, 27, 53, 0.82) 50%,
        rgba(7, 27, 53, 0.24) 100%
    );
}

/* Shared headings */

.blog-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--blog-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.blog-section-heading {
    max-width: 820px;
}

.blog-section-heading h2 {
    margin-bottom: 22px;
    color: var(--blog-heading);
    font-size: clamp(38px, 4vw, 55px);
    font-weight: 900;
    line-height: 1.08;
}

.blog-section-heading h2 span {
    display: block;
    color: var(--blog-orange);
}

.blog-section-heading p {
    color: var(--blog-text);
    font-size: 16px;
    line-height: 1.8;
}

/* Featured post */

.blog-featured-section {
    padding: 95px 0;
    background: #fff;
}

.blog-featured-card {
    overflow: hidden;
    border: 1px solid var(--blog-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 22px 60px var(--blog-shadow);
}

.blog-featured-image {
    display: block;
    height: 100%;
    min-height: 440px;
    background: var(--blog-light);
}

.blog-featured-image img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
}

.blog-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 52px;
}

.blog-featured-content h2 {
    margin: 12px 0 18px;
    font-size: clamp(31px, 4vw, 46px);
    font-weight: 900;
    line-height: 1.12;
}

.blog-featured-content h2 a {
    color: var(--blog-heading);
    text-decoration: none;
}

.blog-featured-content h2 a:hover {
    color: var(--blog-blue);
}

.blog-featured-content p {
    color: var(--blog-text);
    font-size: 16px;
    line-height: 1.8;
}

/* Archive */

.blog-archive-section,
.related-posts-section {
    padding: 95px 0;
    background: var(--blog-light);
}

.blog-card {
    overflow: hidden;
    border: 1px solid var(--blog-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 15px 45px var(--blog-shadow);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-7px);
    border-color: rgba(8, 126, 239, 0.25);
    box-shadow: 0 22px 55px var(--blog-shadow-hover);
}

.blog-card-image {
    position: relative;
    display: block;
    height: 235px;
    overflow: hidden;
    background: #eaf0f5;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: inherit;
    background: linear-gradient(
        135deg,
        #e9f1f8,
        #d9e6f2
    );
    color: var(--blog-blue);
    font-size: 48px;
}

.blog-category-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 7px 12px;
    border-radius: 50px;
    background: var(--blog-orange);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.blog-card-content {
    padding: 28px;
}

.blog-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #788594;
    font-size: 13px;
}

.blog-post-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blog-post-meta i {
    color: var(--blog-blue);
}

.blog-card-content h3 {
    margin: 14px 0 13px;
    color: var(--blog-heading);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.28;
}

.blog-card-content h3 a {
    color: inherit;
    text-decoration: none;
}

.blog-card-content h3 a:hover {
    color: var(--blog-blue);
}

.blog-card-content p {
    color: var(--blog-text);
    line-height: 1.75;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--blog-blue);
    font-weight: 800;
    text-decoration: none;
}

.blog-read-more:hover {
    gap: 13px;
    color: var(--blog-orange);
}

/* Empty state */

.blog-empty-state {
    padding: 60px 25px;
    border: 1px solid var(--blog-border);
    border-radius: 18px;
    background: #fff;
    text-align: center;
}

.blog-empty-state i {
    display: block;
    margin-bottom: 20px;
    color: var(--blog-blue);
    font-size: 50px;
}

.blog-empty-state h3 {
    color: var(--blog-heading);
    font-weight: 900;
}

.blog-empty-state p {
    margin: 0;
    color: var(--blog-text);
}

/* Pagination */

.blog-pagination {
    margin-top: 50px;
}

.blog-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-pagination .page-numbers li {
    margin: 0;
}

.blog-pagination .page-numbers a,
.blog-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    min-height: 45px;
    padding: 9px 15px;
    border: 1px solid var(--blog-border);
    border-radius: 9px;
    background: #fff;
    color: var(--blog-heading);
    font-weight: 800;
    text-decoration: none;
}

.blog-pagination .page-numbers a:hover,
.blog-pagination .page-numbers .current {
    border-color: var(--blog-blue);
    background: var(--blog-blue);
    color: #fff;
}

/* Topics */

.blog-topics-section {
    padding: 95px 0;
    background: #fff;
}

.blog-topic-card {
    display: block;
    padding: 30px;
    border: 1px solid var(--blog-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 15px 45px var(--blog-shadow);
    color: inherit;
    text-decoration: none;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.blog-topic-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 55px var(--blog-shadow-hover);
}

.blog-topic-card > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        var(--blog-blue),
        var(--blog-navy)
    );
    color: #fff;
    font-size: 27px;
}

.blog-topic-card h3 {
    color: var(--blog-heading);
    font-size: 22px;
    font-weight: 900;
}

.blog-topic-card span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--blog-blue);
    font-weight: 800;
}

/* CTA */

.blog-cta-section {
    padding: 75px 0;
    background: var(--blog-light);
}

.blog-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 44px 48px;
    border-radius: 20px;
    background: linear-gradient(
        120deg,
        var(--blog-dark),
        var(--blog-navy)
    );
    color: #fff;
    box-shadow: 0 22px 60px rgba(7, 27, 53, 0.20);
}

.blog-cta-box span {
    color: #63c7ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.blog-cta-box h2 {
    margin: 6px 0 9px;
    color: #fff;
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 900;
}

.blog-cta-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.blog-cta-box .btn {
    flex: 0 0 auto;
}

/* Single post hero */

.single-post-hero {
    position: relative;
    min-height: 610px;
    overflow: hidden;
}

.single-post-hero__image,
.single-post-hero__overlay {
    position: absolute;
    inset: 0;
}

.single-post-hero__image {
    background-position: center;
    background-size: cover;
}

.single-post-hero__overlay {
    background: linear-gradient(
        90deg,
        rgba(7, 27, 53, 0.97) 0%,
        rgba(7, 27, 53, 0.82) 58%,
        rgba(7, 27, 53, 0.38) 100%
    );
}

.single-post-hero .container {
    z-index: 2;
}

.single-post-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 610px;
    max-width: 900px;
    padding: 90px 0;
    color: #fff;
}

.single-post-category {
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 50px;
    background: var(--blog-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.single-post-category:hover {
    background: #d96913;
    color: #fff;
}

.single-post-hero h1 {
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 900;
    line-height: 1.05;
}

.single-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.single-post-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.single-post-meta i {
    color: #63c7ff;
}

/* Single article */

.single-post-section {
    padding: 95px 0;
    background: #fff;
}

.single-post-article {
    max-width: 100%;
}

.single-post-content {
    color: var(--blog-text);
    font-size: 17px;
    line-height: 1.9;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    color: var(--blog-heading);
    font-weight: 900;
}

.single-post-content h2 {
    margin: 42px 0 18px;
    font-size: 38px;
}

.single-post-content h3 {
    margin: 34px 0 16px;
    font-size: 29px;
}

.single-post-content h4 {
    margin: 28px 0 14px;
    font-size: 23px;
}

.single-post-content a {
    color: var(--blog-blue);
}

.single-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.single-post-content blockquote {
    margin: 35px 0;
    padding: 25px 28px;
    border-left: 5px solid var(--blog-orange);
    border-radius: 10px;
    background: var(--blog-light);
    color: var(--blog-heading);
    font-size: 19px;
    font-weight: 600;
}

.single-post-content ul,
.single-post-content ol {
    padding-left: 23px;
}

.single-post-content li {
    margin-bottom: 9px;
}

.single-post-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid var(--blog-border);
}

.single-post-tags strong {
    color: var(--blog-heading);
}

.single-post-tags a {
    padding: 7px 12px;
    border-radius: 50px;
    background: var(--blog-light);
    color: var(--blog-blue);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.single-post-tags a:hover {
    background: var(--blog-blue);
    color: #fff;
}

.single-post-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
    padding: 22px;
    border-radius: 12px;
    background: var(--blog-light);
}

.single-post-share strong {
    color: var(--blog-heading);
}

.single-post-share__links {
    display: flex;
    gap: 9px;
}

.single-post-share__links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--blog-blue);
    color: #fff;
    text-decoration: none;
}

.single-post-share__links a:hover {
    background: var(--blog-orange);
}

.single-post-navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 35px;
}

.single-post-navigation > div {
    min-width: 0;
}

.single-post-navigation a {
    display: block;
    height: 100%;
    padding: 22px;
    border: 1px solid var(--blog-border);
    border-radius: 12px;
    color: var(--blog-heading);
    text-decoration: none;
}

.single-post-navigation a:hover {
    border-color: var(--blog-blue);
}

.single-post-navigation span,
.single-post-navigation strong {
    display: block;
}

.single-post-navigation span {
    margin-bottom: 7px;
    color: var(--blog-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.single-post-navigation strong {
    line-height: 1.4;
}

.single-post-next {
    text-align: right;
}

/* Sidebar */

.blog-sidebar {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 25px;
}

.blog-sidebar-widget {
    padding: 28px;
    border: 1px solid var(--blog-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 15px 45px var(--blog-shadow);
}

.blog-sidebar-widget h3 {
    margin-bottom: 20px;
    color: var(--blog-heading);
    font-size: 24px;
    font-weight: 900;
}

.blog-help-widget {
    background: linear-gradient(
        145deg,
        var(--blog-dark),
        var(--blog-navy)
    );
    color: #fff;
}

.blog-help-widget h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 29px;
    font-weight: 900;
}

.blog-help-widget p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.75;
}

.blog-category-list {
    display: grid;
    gap: 10px;
    margin: 0;
}

.blog-category-list li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blog-border);
    color: var(--blog-text);
}

.blog-category-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.blog-category-list a {
    color: var(--blog-heading);
    font-weight: 700;
    text-decoration: none;
}

.blog-category-list a:hover {
    color: var(--blog-blue);
}

.blog-recent-list {
    display: grid;
    gap: 17px;
}

.blog-recent-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 13px;
}

.blog-recent-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 72px;
    overflow: hidden;
    border-radius: 9px;
    background: var(--blog-light);
    color: var(--blog-blue);
}

.blog-recent-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-recent-item span {
    display: block;
    margin-bottom: 4px;
    color: #84909d;
    font-size: 12px;
}

.blog-recent-item h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

.blog-recent-item h4 a {
    color: var(--blog-heading);
    text-decoration: none;
}

.blog-recent-item h4 a:hover {
    color: var(--blog-blue);
}

/* Buttons */

.enviro-blog-page .btn-primary {
    border-color: var(--blog-blue);
    background: var(--blog-blue);
    color: #fff;
}

.enviro-blog-page .btn-primary:hover,
.enviro-blog-page .btn-primary:focus {
    border-color: var(--blog-blue-dark);
    background: var(--blog-blue-dark);
    color: #fff;
}

.enviro-blog-page .btn-success {
    border-color: var(--blog-green);
    background: var(--blog-green);
    color: #fff;
}

.enviro-blog-page .btn-success:hover,
.enviro-blog-page .btn-success:focus {
    border-color: var(--blog-green-dark);
    background: var(--blog-green-dark);
    color: #fff;
}


@media (max-width: 991.98px) {
    .blog-featured-section,
    .blog-archive-section,
    .related-posts-section,
    .blog-topics-section,
    .single-post-section {
        padding: 70px 0;
    }

    .blog-featured-image,
    .blog-featured-image img {
        min-height: 370px;
    }

    .blog-featured-content {
        padding: 38px;
    }

    .blog-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-sidebar {
        position: static;
    }
    
    .navbar-nav .sub-menu {
    position: static;
    display: block;
    box-shadow: none;
    padding-left: 1rem;
  }
  
      .emergency-call {
    margin-top: 1rem;
  }
  .hero-photo {
    inset: 0;
    background-position: 60% center;
  }
  .hero-shade {
    background: rgba(2, 18, 38, 0.78);
  }
  .hero h1 {
    font-size: 3rem;
  }
  .process-row:before {
    display: none;
  }
  .stat-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
    .company-intro-section,
    .insurance-support-section,
    .process-timeline-section,
    .company-benefits-section,
    .testimonials-grid-section,
    .claim-steps-section,
    .company-faq-section {
        padding: 70px 0;
    }

    .company-dark-card {
        padding: 35px;
    }

    .testimonial-summary-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-summary-card:nth-child(2) {
        border-right: 0;
    }

    .testimonial-summary-card:nth-child(-n + 2) {
        border-bottom: 1px solid var(--company-border);
    }

    .company-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }
    .fire-overview-section,
    .fire-content-section,
    .fire-page-links-section,
    .fire-services-section,
    .fire-benefits-section,
    .fire-faq-section {
        padding: 70px 0;
    }

    .fire-process-box,
    .fire-sidebar-card {
        padding: 35px;
    }

    .fire-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }
    
     .mold-overview-section,
    .mold-content-section,
    .mold-page-links-section,
    .mold-signs-section,
    .mold-benefits-section,
    .mold-faq-section {
        padding: 70px 0;
    }

    .mold-process-box,
    .mold-sidebar-card {
        padding: 35px;
    }

    .mold-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }
    
    
     .water-overview-section,
    .water-content-section,
    .water-page-links-section,
    .water-benefits-section {
        padding: 70px 0;
    }

    .water-process-box,
    .water-sidebar-card {
        padding: 35px;
    }

    .water-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }
    
  .about-hero__overlay {
    background: rgba(2, 19, 41, 0.82);
  }
  .about-hero h1 {
    font-size: 2.8rem;
  }
  .contact-details-section {
        margin-top: 0;
        padding-top: 55px;
    }

    .contact-form-section,
    .contact-service-area {
        padding: 70px 0;
    }

    .contact-form-card {
        padding: 32px;
    }

    .contact-area-content,
    .contact-hours-card {
        padding: 42px;
    }

    .contact-final-cta__inner {
        flex-wrap: wrap;
        align-items: flex-start;
    }
}


@media (max-width: 767.98px) {
     .blog-featured-section,
    .blog-archive-section,
    .related-posts-section,
    .blog-topics-section,
    .single-post-section {
        padding: 55px 0;
    }

    .blog-featured-image,
    .blog-featured-image img {
        min-height: 280px;
    }

    .blog-featured-content,
    .blog-card-content,
    .blog-sidebar-widget {
        padding: 25px 22px;
    }

    .blog-cta-box {
        padding: 34px 25px;
    }

    .blog-cta-box .btn {
        width: 100%;
    }

    .single-post-hero,
    .single-post-hero__content {
        min-height: 530px;
    }

    .single-post-share {
        align-items: flex-start;
        flex-direction: column;
    }

    .single-post-navigation {
        grid-template-columns: 1fr;
    }

    .single-post-next {
        text-align: left;
    }
    
     .company-intro-section,
    .insurance-support-section,
    .process-timeline-section,
    .company-benefits-section,
    .testimonials-grid-section,
    .claim-steps-section,
    .company-faq-section {
        padding: 55px 0;
    }

    .company-dark-card,
    .testimonial-card,
    .company-benefit-card,
    .claim-step-card,
    .review-cta-primary,
    .review-cta-secondary {
        padding: 27px 22px;
    }

    .process-timeline::before {
        left: 29px;
    }

    .process-timeline-item {
        grid-template-columns: 60px 1fr;
        gap: 15px;
    }

    .process-number {
        width: 60px;
        height: 60px;
        border-width: 6px;
        font-size: 14px;
    }

    .process-content {
        padding: 25px 22px;
    }

    .process-icon {
        position: static;
        width: 43px;
        height: 43px;
        margin-bottom: 17px;
    }

    .company-cta-box {
        padding: 34px 25px;
    }

    .company-cta-box .btn {
        width: 100%;
    }
    
    .fire-overview-section,
    .fire-content-section,
    .fire-page-links-section,
    .fire-services-section,
    .fire-benefits-section,
    .fire-faq-section {
        padding: 55px 0;
    }

    .fire-process-box,
    .fire-sidebar-card,
    .fire-link-card,
    .fire-benefit-card,
    .fire-info-panel {
        padding: 27px 22px;
    }

    .fire-check-list {
        grid-template-columns: 1fr;
    }

    .fire-cta-box {
        padding: 34px 25px;
    }

    .fire-cta-box .btn {
        width: 100%;
    }
    
      .mold-overview-section,
    .mold-content-section,
    .mold-page-links-section,
    .mold-signs-section,
    .mold-benefits-section,
    .mold-faq-section {
        padding: 55px 0;
    }

    .mold-process-box,
    .mold-sidebar-card,
    .mold-link-card,
    .mold-benefit-card,
    .mold-info-panel {
        padding: 27px 22px;
    }

    .mold-check-list {
        grid-template-columns: 1fr;
    }

    .mold-cta-box {
        padding: 34px 25px;
    }

    .mold-cta-box .btn {
        width: 100%;
    }
    
     .water-overview-section,
    .water-content-section,
    .water-page-links-section,
    .water-benefits-section {
        padding: 55px 0;
    }

    .water-process-box,
    .water-sidebar-card,
    .water-link-card,
    .water-benefit-card {
        padding: 27px 22px;
    }

    .water-check-list {
        grid-template-columns: 1fr;
    }

    .water-cta-box {
        padding: 34px 25px;
    }

    .water-cta-box .btn {
        width: 100%;
    }
    .contact-form-section,
    .contact-service-area {
        padding: 55px 0;
    }

    .contact-form-card {
        padding: 26px 20px;
    }

    .contact-form-card > h2 {
        font-size: 30px;
    }

    .contact-area-content,
    .contact-hours-card {
        padding: 35px 25px;
    }

    .contact-city-grid {
        grid-template-columns: 1fr;
    }

    .contact-hours-list > div {
        flex-direction: column;
        gap: 5px;
    }

    .contact-hours-list strong {
        text-align: left;
    }

    .contact-final-cta__inner {
        padding: 32px 25px;
    }

    .contact-final-cta__inner > .btn {
        width: 100%;
    }
}


@media (max-width: 575.98px) {
    .blog-section-heading h2 {
        font-size: 37px;
    }

    .single-post-hero h1 {
        font-size: 41px;
    }

    .single-post-content h2 {
        font-size: 32px;
    }

    .single-post-content h3 {
        font-size: 26px;
    }
    
    .navbar-brand img {
    width: 145px;
  }
  .hero h1 {
    font-size: 2.25rem;
  }
  .hero-sub {
    font-size: 1.15rem;
  }
  .hero-copy {
    font-size: 0.93rem;
  }
  .min-vh-hero {
    min-height: 650px;
  }
  .section-pad {
    padding: 50px 0;
  }
  .section-title h2 {
    font-size: 1.75rem;
  }
  .stats-bar .stat-item {
    min-height: 110px;
  }


/* WordPress menu and logo compatibility */
.custom-logo-link {
  display: inline-block;
}
.custom-logo {
  width: 175px;
  height: auto;
}
.navbar-nav .menu-item {
  position: relative;
}
.navbar-nav .menu-item > a {
  display: block;
  font-weight: 600;
  color: #0a1f3e;
  padding: 0.8rem 1rem;
}
.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a {
  color: #087eef;
}
.navbar-nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  min-width: 240px;
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(10, 31, 62, 0.15);
}
.navbar-nav .menu-item-has-children:hover > .sub-menu {
  display: block;
}
.navbar-nav .sub-menu a {
  display: block;
  padding: 0.65rem 1rem;
  color: #0a1f3e;
}
.navbar-nav .sub-menu a:hover {
  background: #f3f8fe;
  color: #087eef;
}


    .company-intro-section h2,
    .insurance-support-section h2,
    .company-section-heading h2 {
        font-size: 37px;
    }

    .company-dark-card h3 {
        font-size: 28px;
    }

    .testimonial-summary-row {
        grid-template-columns: 1fr;
    }

    .testimonial-summary-card {
        border-right: 0;
        border-bottom: 1px solid var(--company-border);
    }

    .testimonial-summary-card:last-child {
        border-bottom: 0;
    }
    
    .fire-overview-section h2,
    .fire-content-section h2,
    .fire-section-heading h2 {
        font-size: 37px;
    }

    .fire-process-box h3,
    .fire-sidebar-card h3 {
        font-size: 28px;
    }

    .fire-info-panel h2 {
        font-size: 31px;
    }
     .mold-overview-section h2,
    .mold-content-section h2,
    .mold-section-heading h2 {
        font-size: 37px;
    }

    .mold-process-box h3,
    .mold-sidebar-card h3 {
        font-size: 28px;
    }

    .mold-info-panel h2 {
        font-size: 31px;
    }
        .contact-detail-card {
        padding: 25px;
    }

    .contact-page-content h2 {
        font-size: 37px;
    }

    .contact-emergency-box {
        align-items: flex-start;
    }

    .contact-emergency-box a {
        font-size: 21px;
    }

    .contact-submit-btn {
        width: 100%;
    }

    .contact-final-cta__icon {
        flex-basis: 60px;
        width: 60px;
        height: 60px;
        font-size: 26px;
    }
  .about-hero__row {
    min-height: 570px;
  }
  .about-hero h1 {
    font-size: 2.25rem;
  }
  .about-photo-wrap {
    padding: 0 0 60px;
  }
  .about-intro h2,
  .why-choose h2 {
    font-size: 1.8rem;
  }
}




