/*
Theme Name: HFP Child Theme
Template: hfp
*/
html,
body {
  margin: 0 !important;
  padding: 0;
  background-color: #fff;
}

body,
.hero-rating a,
.section-2 .content a,
.sub-menu li a,
.all-main-container ul li a,
.section-5 a,
.section-4 a,
.cont-para a,
.about-link a,
.call-button small,
.mega-menu-col ul li a,
.services-breadcrumb a,
.services-review-link {
  font-family: 'Open Sans', sans-serif;

}

h1,
h2,
h3,
h5,
h6,
strong,
.why-western-rooter .section-subtitle,
.text-info,
.text-muted-2,
.section-2 .section-title,
.text-muted-1,
.btn,
button,
.star-para,
.header-container a,
.menu-items a,
.card-heading {
  font-family: 'Fjalla One', sans-serif;
}

.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f3c5" !important;
}

.main-header {
  position: sticky !important;
  top: 0;
  z-index: 99999;
  border-bottom: 2px solid #ddd;
  /* Add bottom border */
}

/* .menu-item:hover .mega-menu,
.menu-item:hover .sub-menu {
  display: block !important;
} */

.menu-item {
  position: relative;
}

.mega-menu {
  width: 100%;
  white-space: normal;
}

.sub-menu {
  list-style: none;
  margin: 0;
  border: 1px solid #cbcbcb;
  min-width: 200px;
  padding: 25px !important;
}

.sub-menu li a {
  display: block;
  padding: 12px 12px !important;
  text-decoration: none;
  color: #1A1A1A !important;
  font-size: 18px;
  font-weight: 400 !important;
}

.sub-menu li a:hover {
  color: #38A5D6 !important;
  text-decoration: underline;
}

.mega-menu h6 {
  font-weight: bold;
  margin-bottom: 8px;
}

.fa-angle-down:before {
  content: "\f107";
  color: #aaa;
  font-size: 16px;
}

.mega-menu {
  min-width: 900px;
  top: 100%;
  left: 0;
  padding: 32px 24px 32px 24px !important;
  background: #fff;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.10);

  display: none;
  z-index: 999;
}

.mega-menu .row {
  margin: 0;
}

.mega-menu-col {
  padding: 0 24px;
  border-right: 1px solid #f2f2f2;
}

.mega-menu-col:last-child {
  border-right: none;
}

.mega-menu-col h6 {
  font-size: 20px;
  font-weight: 400 !important;
  color: #1A1A1A;
  margin-bottom: 18px;
  margin-top: 0;
  letter-spacing: 0.5px;
}

.mega-menu-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-col ul li {
  margin-bottom: 10px;
}

.mega-menu-col ul li:last-child {
  margin-bottom: 0;
}

.mega-menu-col ul li a {
  color: #1A1A1A !important;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
  padding: 4px 0;
}

.mega-menu-col ul li a:hover {
  color: #38A5D6 !important;
  text-decoration: underline;
}

/* Responsive: stack columns on mobile */
@media (max-width: 991.98px) {
  .mega-menu {
    min-width: 10vw;
    padding: 18px 4px !important;
    border-radius: 0 0 10px 10px;
  }

  .mega-menu .row {
    flex-direction: column;
  }

  .mega-menu-col {
    border-right: none;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 8px 18px 8px;
    margin-bottom: 10px;
  }

  .mega-menu-col:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .mega-menu-col h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .mega-menu-col ul li a {
    font-size: 15px;
    padding: 2px 0;
  }
}

.menu-item {
  padding: 40px 10px;
  position: relative;
}

.menu-items a {
  font-size: 20px;
  color: #031D1E !important;
  font-weight: 400 !important;
}

.iconhead {
  color: #FC3A2E;
  font-size: 18px;
  margin: 0px 10px 0px 0px;
  text-align: center;
  order: 0;
  align-self: center;
  flex: 0 0 auto;
  width: auto;
}

.header-container a {
  font-size: 16px;
  font-weight: 400;
}

.main-container {
  max-width: 1300px !important;
  margin: auto;
}

.top-bar a:hover {
  text-decoration: underline;
}

.call-button .btn {
  background: linear-gradient(180deg, #FC3A2E 0%, #A3261E 100%);
  line-height: 24px;
  color: #fff !important;
  font-weight: 500 !important;
  padding: 12px 24px !important;
  border-radius: 8px;
  margin: 6px 0 6px;
  font-size: 25px;
  display: inline-block;
  text-decoration: none;
}

.call-button small {
  font-size: 12px;
  text-align: center;
  display: block;
  /* Ensure proper alignment */
}

.marquee {
  background-color: #222e48;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.custom-hero-section {
  background:
    linear-gradient(180deg, #0D2E78C9 0%, #222E48 100%),
    url('https://hfp.webdemoview.com/wp-content/uploads/2025/08/slide-1-1.webp') center/cover no-repeat;
  color: #fff;
  padding: 80px 0;
}


.hero-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.hero-rating .stars {
  color: gold;
  font-size: 34px;

}

.hero-rating a {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 400;
}

.hero-title {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 35px;
}

.hero-subtitle {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}

.hero-text {
  font-size: 18px;
  line-height: 1.6;
  width: 600px;
}

.hero-badges img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  object-position: center center;
}

/* Form Box */
.hero-form-box {
  background: #fff;
  color: #333;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding-top: 80px;
  padding-bottom: 80px;
  padding-inline: 60px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-form-box h5 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 25px;
  color: #222E48;
}

.hero-form-box p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #0D131E;
}

.zip-form {

  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 40px;

}

.zip-form input {
  border: none;
  padding: 10px 12px;
  outline: none;
  font-size: 20px;
  width: fit-content;
}

.zip-form button {
  background: linear-gradient(180deg, #FC3A2E 0%, #A3261E 100%);
  line-height: 24px;
  color: #fff;
  font-weight: 500 !important;
  padding: 24px 24px !important;
  border-radius: 10px;
  margin: 6px 0 6px;
  font-size: 25px;
  display: inline-block;
  text-decoration: none;
}

.or-text {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #0D131E;
}

.call-box {
  background: linear-gradient(180deg, #FC3A2E 0%, #A3261E 100%);
  line-height: 24px;
  color: #fff;
  font-weight: 500 !important;
  padding: 12px 100px !important;
  border-radius: 8px;
  /* margin: 20px 0 40px; */
  font-size: 25px;
  display: inline-block;
  text-decoration: none;
  padding-top: 20px !important;
}

.call-box strong {
  font-size: 30px;
  font-weight: 400;
}

.call-box small {
  font-size: 12px;
}

.hero-rating span {
  font-size: 18px;
}


.section-2 {
  padding: 0px 0;
  background-color: #fff;
}

.section-2 .section-title {
  color: #FC3A2E;
  font-weight: 400;
  margin-top: 80px;
  font-size: 20px;
}

.section-2 .main-heading {
  font-size: 60px;
  font-weight: 600;
  color: #1f2d4f;
}

.section-2 .content {
  font-size: 18px;
  color: #0D131E;
  max-width: 850px;
}

.section-2 .content a {
  color: #38A5D6;
  text-decoration: none;
}

.section-2 .content a:hover {
  /* text-decoration: underline; */
}

.section-3 {
  padding: 80px 0;
  background-color: #fff;
}

.section-3 h5 {
  color: #38A5D6;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 30px;
}

.section-3 h2 {
  font-weight: 700;
  font-size: 57px;
  color: #1A1A1A;
}

.section-3 p {
  margin-bottom: 0.3rem;
  color: #1A1A1A;
  line-height: 20px;
  font-size: 16px;
  margin-top: 20px;
}

.map-embed {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.section-4 {
  padding: 80px 0 !important;
  background-color: #eef1fb;
}

.section-5 {
  padding: 80px 0;
  background-color: #fff;
}

.video-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: auto;
  transform: rotate(7.5deg);
  /* slight tilt effect */
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: hidden;
  padding: 10px;
}

.video-card iframe {
  width: 100%;
  height: 315px;
  display: block;
}

/* Red play button (overlay style like screenshot) */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: url('https://upload.wikimedia.org/wikipedia/commons/7/75/YouTube_social_white_circle_%282017%29.svg') no-repeat center/contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* Tape images */
.tape-left {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 30%;
  transform: rotate(-127deg);
}

.tape-right {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 30%;
  transform: rotate(0deg);
}

.section-4 h6 {
  color: #e32636;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;

}

.section-4 h2 {
  font-weight: 600;
  font-size: 58px;
  color: #222E48;
}

.section-4 p {
  font-size: 20px;
  color: #1A1A1A;
  font-weight: 500;
  margin-top: 20px;
}

.section-4 a {
  color: #38A5D6;
  text-decoration: none;
  font-size: 18px;

}


.section-4 a.custom-link {
  color: #FC3A2E;
}

.section-5 h6 {
  color: #e32636;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;

}

.section-5 h2 {
  font-weight: 600;
  font-size: 58px;
  color: #222E48;
}

.section-5 p {
  font-size: 20px;
  color: #1A1A1A;
  font-weight: 500;
  margin-top: 20px;
}

.section-5 a {
  color: #FC3A2E;
  text-decoration: none;
  font-size: 18px;

}

.custom-link {
  display: inline-block;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 20px;
}

.section-4 a:hover {
  /* text-decoration: underline; */
}

.section-6 {
  background-color: #222E48;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}

.section-6 h6 {
  color: #38A5D6;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.section-6 h2 {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  margin-top: 40px;
  line-height: 80px;
}

.section-6 p {
  font-size: 20px;
  color: #ffffff;
  max-width: 850px;
  margin: 0 auto 1rem;
  margin-top: 30px;
}

.section-6 p strong {
  font-size: 25px;

  font-weight: 400;
  display: block;
  margin-bottom: 0px;
  /* Added for spacing below strong */
}


.section-6 a {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  font-weight: 500;
}

.section-6 small {
  font-size: 14px;

}

.section-6 a:hover {
  /* text-decoration: underline; */
}

.cta-button {
  background: linear-gradient(180deg, #FC3A2E 0%, #A3261E 100%);
  line-height: 24px;


  color: #fff !important;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 8px;
  margin: 20px 0 40px;
  display: inline-block;
  text-decoration: none;
}

.service-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
  height: 100%;
  text-align: left;
}


.service-card h5 {
  font-size: 25px;
  font-weight: 600;
  color: #222E48;
  margin-bottom: 10px;
  margin-top: 30px;
}

.service-card p {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}


.service-card .service-icon {
  width: 50%;
}

.service-card a.custom-link {
  color: #FC3A2E;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}

.service-card a.custom-link:hover {
  text-decoration: underline;
}

.row-cols-md-2>.col {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-md-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.row-cols-2>.col {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 767.98px) {
  .row-cols-2>.col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-7 h2 {
    margin-top: 40px;
    line-height: 50px !important;
  }

  .section-5-text {
    text-align: center;
  }

  .section-5-colreverse {
    flex-direction: column-reverse;
  }

  .section-5 p {
    font-size: 16px;
  }

  .row-cols-2 {
    gap: 12px;
  }
}

.section-7 {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}

.section-7 h6 {
  color: #FC3A2E;
  font-weight: 500;
  font-size: 20px;

}

.section-7 h2 {
  font-weight: 600;
  font-size: 60px;
  max-width: 1000px;
  color: #1f2d4f;
  margin: auto;
  line-height: 91px;
}

.about-link {
  display: inline-block;
  color: #FC3A2E !important;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  padding-bottom: 70px;
  position: relative;
  line-height: 50px;
}

.about-link .arrow {
  font-size: 14px;
  margin-left: 4px;
}

/* Thin line under link */
.about-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin-top: 4px;
}


.section-7 p {
  max-width: 850px;
  margin: 0 auto 30px;
  color: #0D131E;
  margin-top: 28px;
  font-weight: 600;
  margin-bottom: 60px;
  font-size: 18px;
}

.team-member {
  margin-bottom: 40px;
}

.team-member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #f1f1f1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.team-member h6 {
  font-weight: 500;
  margin-top: 10px;
  color: #1f2d4f;
}

.team-member small {
  color: #00bfff;
  font-size: 14px;
  display: block;
  margin-top: 3px;
}



.about-link:hover {
  /* text-decoration: underline; */
}

.blue-head {
  color: #38A5D6 !important;

}

.why-western-rooter {
  background-color: #f8f9fc;
  /* light gray background */
}

.why-western-rooter .section-subtitle {
  color: #FC3A2E;
  font-weight: 500;
  font-size: 20px;
}

.why-western-rooter .section-title {
  font-weight: 600;
  font-size: 60px;
  max-width: 1000px;
  color: #1f2d4f;
  margin: auto;
  line-height: 91px;
}

.why-western-rooter .section-text {
  max-width: 850px;
  margin: 0 auto 30px;
  color: #0D131E;
  margin-top: 28px;
  font-weight: 600;
  margin-bottom: 60px;
  font-size: 18px;
}

.why-western-rooter .cta-button {
  font-size: 25px;
}

.why-western-rooter small {
  font-size: 14px;

}

.features-section {
  position: relative;
  background: #f8faff;
  overflow: hidden;
}

.van-bg {
  background: url('https://hfp.webdemoview.com/wp-content/uploads/2025/08/VAN-2048x1099-1.webp') no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.feature-box {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 20px;

  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.feature-box h5 {
  font-weight: 700;
  font-size: 18px;
  color: #1b2530;
  display: flex;
  align-items: center;
}

.feature-box .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.feature-box p {
  font-size: 14px;
  margin: 0;
  color: #555;
}

.play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.85);
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-stars i {
  margin-right: 2px;
}

.service-area h2 {
  font-weight: 600;
  font-size: 60px;
  max-width: 1000px;
  color: #1f2d4f;
  margin: auto;
  line-height: 91px;
}

.service-area .btn-link {
  font-size: 1.1rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.service-area .btn-link:hover {
  border-bottom: 1px solid #dc3545;
}

.service-area .map-wrapper img {
  max-width: 100%;
  border-radius: 8px;
}

.text-info {
  font-weight: 500 !important;
  color: #38A5D6 !important;
  font-size: 25px;
  margin-bottom: 40px !important;
  margin-top: 40px;
}

.text-muted-1 {

  max-width: 850px;
  margin: 0 auto 30px;
  color: #0D131E;
  margin-top: 28px;
  font-weight: 600;
  margin-bottom: 60px;
  font-size: 18px;
}

.text-muted-2 {
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 40px !important;
  font-weight: 400 !important;
}

.text-info-1 {

  font-weight: 400 !important;
  color: #38A5D6 !important;
  font-size: 18px;
  margin-bottom: 40px !important;
  margin-top: 40px;
}


.service-area .section-text {

  max-width: 850px;
  margin: 0 auto 30px;
  color: #0D131E;
  margin-top: 28px;
  font-weight: 600;
  margin-bottom: 60px;
  font-size: 18px;
}

.locations-section {
  background-color: #0b1e38;
  color: #fff;
}

.locations-section .location-card {
  background: transparent;
}

.locations-section .location-title {
  color: #38A5D6;
  font-weight: 400;
  margin-top: 40px !important;
  margin-bottom: 30px;
}

.locations-section .location-phone {
  font-weight: 700;
  font-size: 57px;
  color: #fff;
}

.locations-section .location-email a {
  margin-bottom: 0.3rem;
  color: #1A1A1A;
  line-height: 20px;
  font-size: 16px;
  margin-top: 20px;
}

.locations-section .location-address,
.locations-section .location-license {
  margin-bottom: 0.3rem;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  margin-top: 20px;
}

.locations-section iframe {

  border-radius: 20px;
  height: 300px;

}

.bg-left-gradient {
  background-color: transparent;
  background-image: linear-gradient(90deg, #18243F 0%, #101F3D 100%);
  color: white;
  /* Optional: to match text on dark bg */
  padding: 30px;
  border-radius: 8px;
}

.bg-color {
  background-color: #222E48 !important;
}

.cont-para {
  width: 700px;
  margin: auto;
  font-size: 18px;
}

.iconn {
  background: #FC3A2E;
  border-radius: 50px;
  padding: 10px;
}

.all-main-container h6 {
  text-align: center;
  font-size: 25px;
  font-weight: 500 !important;
}

.all-main-container ul {
  text-align: center;
  line-height: 36px;
}


.all-main-container ul li {
  font-size: 16px;
  white-space: nowrap;
}

.icons-area {
  gap: 6px;
}

.star-para {
  font-size: 20px;
  color: #38A5D6 !important;
  font-weight: 500 !important;
}

@media (max-width: 767.98px) {
  .mobile-menu-wrapper .menu-item a {
    padding: 0.5rem 1rem;
  }

  .hero-rating .stars {
    color: gold;
    font-size: 26px;

  }

  .mobile-menu-toggle {
    background: none;
  }

  .mobile-menu-wrapper {
    border-top: 1px solid #ddd;
  }

  .cont-para {
    width: unset;
  }

  .hero-text {
    width: unset;
  }

  .marquee {
    display: none;
  }

  .locations-section .location-phone {
    font-size: 35px;
  }

  .service-area h2 {
    font-weight: 600;
    font-size: 35px;
    max-width: 1000px;
    color: #1f2d4f;
    margin: auto;
    line-height: unset;
  }

  .hero-rating {
    display: unset;
    text-align: center;
  }

  .mobile-cont {
    text-align: center;
  }
}

/* Header mobile styles */
@media (max-width: 991.98px) {
  .main-header .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-header .navbar-brand img {
    width: 100px !important;
    max-width: 100%;
    height: auto;
  }

  .main-header .call-button.d-md-none {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-header .call-button.d-md-none a {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  .main-header .call-button.d-none.d-md-block {
    display: none !important;
  }

  .main-header .menu-items.d-none.d-md-flex {
    display: none !important;
  }

  .main-header .mobile-menu-toggle {
    margin-left: 10px;
    background: none;
    border: none;
    padding: 0;
  }

  .main-header .mobile-menu-toggle i {
    color: #222;
    font-size: 24px;
  }

  .main-header .header-mobile-callbtn {
    min-width: 120px;
    padding: 6px 10px !important;
    font-size: 15px !important;
    margin-right: 6px;
    border-radius: 8px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/* General mobile improvements */
@media (max-width: 991.98px) {

  .main-container,
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .col-lg-7,
  .col-lg-5,
  .col-md-6,
  .col-md-4,
  .col-md-8,
  .col-md-3,
  .col-md-2,
  .col-6,
  .col-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .hero-title {
    font-size: 40px;
    margin-bottom: 16px;
  }

  .hero-subtitle {
    font-size: 20px;
    font-weight: 600;
  }

  .hero-text {
    font-size: 16px;
    width: 100%;
  }

  .hero-badges img {
    width: 50px;
    height: 50px;
  }

  .hero-form-box {
    padding: 20px 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
  }

  .zip-form button {
    width: 100%;
    padding: 14px 0 !important;
    font-size: 20px;
    border-radius: 7px;
    margin: 0;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    background: linear-gradient(180deg, #FC3A2E 0%, #A3261E 100%);
    box-shadow: 0 2px 8px rgba(227, 38, 54, 0.08);
  }

  .call-box {
    padding: 10px 10px !important;
    font-size: 15px;
  }

  .call-box strong {
    font-size: 18px;
  }

  .section-2 .main-heading,
  .section-4 h2,
  .section-5 h2,
  .section-6 h2,
  .section-7 h2,
  .why-western-rooter .section-title,
  .service-area h2 {
    font-size: 35px;
    line-height: 1.2;
  }

  .section-3 h2,
  .locations-section .location-phone {
    font-size: 35px;
  }



  .service-card h5 {
    font-size: 20px;
  }

  .service-card p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .service-icon {
    width: 50%;
    margin-bottom: 30px;
  }

  .video-card {
    max-width: 100%;
    padding: 0;
  }

  .video-card iframe {
    height: 120px;
  }

  .tape-left,
  .tape-right {
    width: 16%;
  }

  .section-4,
  .section-5,
  .section-7,
  .section-3 {
    padding: 20px 0;
  }

  .section-6 {
    padding: 30px 0;
  }

  .team-member img {
    width: 120px;
    height: 120px;
  }

  .about-link {
    padding-bottom: 18px;
    font-size: 13px;
  }

  .star-para {
    font-size: 13px;
  }

  .locations-section iframe {
    height: 200px;
  }

  .locations-section .location-title {
    margin-top: 30px !important;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .locations-section .location-address,
  .locations-section .location-license {
    margin-bottom: 60px;
    margin-top: 5px;
  }

  .locations-section .location-email a {

    margin-top: 5px;
  }

  .map-wrapper img {
    border-radius: 4px;
  }
}

/* Hide tape images on very small screens */
@media (max-width: 575.98px) {

  .tape-left,
  .tape-right {
    display: none;
  }
}


/* Mobile header flex and actions */
@media (max-width: 991.98px) {
  .header-flex-mobile {
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }

  .header-logo-mobile {
    flex: 1 1 auto;
  }

  .header-mobile-actions {
    flex: 0 0 auto;
  }

  .header-mobile-callbtn {
    min-width: 120px;
    padding: 6px 10px !important;
    font-size: 15px !important;
    margin-right: 6px;
    border-radius: 8px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/* Mobile menu overlay styles */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: transparent;
  transition: background 0.2s;
}

.mobile-menu-flex {
  display: flex;
  height: 100vh;
  width: 100vw;
}

.mobile-menu-box {
  width: 340px;
  max-width: 90vw;
  background: #fff;
  min-height: 100vh;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  animation: slideInLeft .25s;
  z-index: 2;
}

.mobile-menu-bg {
  flex: 1 1 auto;
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.mobile-menu-bottom-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 340px;
  max-width: 90vw;
  background: #fff;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  z-index: 10;
}

.mobile-menu-url {
  color: #e32636;
  font-size: 15px;
  font-family: 'Fjalla One', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-menu-chat-btn {
  margin-left: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 400px) {

  .mobile-menu-box,
  .mobile-menu-bottom-bar {
    width: 100vw;
    max-width: 100vw;
  }
}

@media (min-width: 768px) {
  .mobile-menu-overlay {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: none !important;
  }
}


@media (max-width: 575.98px) {
  .hero-form-box {
    padding: 50px 30px !important;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    max-width: 100%;
  }

  .zip-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 8px;
    background: #fafbfc;
    border-radius: 8px;
    border: 1px solid #eee;
    margin-top: 20px;
    margin-bottom: 18px;
  }

  .zip-form input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 12px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 0;
    box-sizing: border-box;
  }

  .zip-form button {
    width: 100%;
    padding: 14px 0 !important;
    font-size: 20px;
    border-radius: 7px;
    margin: 0;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    background: linear-gradient(180deg, #FC3A2E 0%, #A3261E 100%);
    box-shadow: 0 2px 8px rgba(227, 38, 54, 0.08);
  }

  .or-text {
    text-align: center;
    margin: 18px 0 18px 0;
    font-size: 16px;
  }

  .call-box {
    width: 100%;
    font-size: 20px;
    border-radius: 7px;
    margin: 0;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    background: linear-gradient(180deg, #FC3A2E 0%, #A3261E 100%);
    box-shadow: 0 2px 8px rgba(227, 38, 54, 0.08);
  }

  .call-box strong {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
  }

  .call-box small {
    font-size: 12px;
    display: block;
    margin-top: 2px;
  }

  .hero-form-box h5 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .hero-form-box p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
}

/* Footer centering and mobile improvements */
footer .all-main-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

footer .row {
  justify-content: center !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0;
}

footer .centerr {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

footer .col-md-3.centerr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .col-md-3.centerr ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

footer .col-md-3.centerr ul li {
  width: 100%;
  text-align: center;
}

.centerr ul {
  margin: 0 !important;
}

@media (max-width: 991.98px) {
  footer .row {
    flex-direction: column !important;
    align-items: center !important;
  }

  footer .centerr {
    text-align: center;
    margin-bottom: 24px;
  }
}

@media (max-width: 575.98px) {
  footer .all-main-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  footer .centerr {
    text-align: center;
    margin-bottom: 18px;
  }

  footer .icons-area {
    flex-wrap: wrap;
    gap: 8px;
  }
}

/* Section 7: 2x2 grid for team members on mobile */
@media (max-width: 767.98px) {
  .section-7 .row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .section-7 .team-member {
    width: 50%;
    max-width: 50% !important;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Section 6: Service Card "Learn More" left, arrow right, underline border */
.service-card .custom-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FC3A2E;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  padding: 0;
  margin-top: 18px;
  margin-bottom: 0;
  border-bottom: 0.1px solid #d0d0d0;
  padding-bottom: 20px;
  transition: color 0.2s;
  width: 70%;
  position: relative;
  background: none;
}

.service-card .custom-link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FC3A2E;
  font-size: 1.1em;
  margin-left: 8px;
  margin-right: 0;
  display: inline-block;
  transition: transform 0.2s;
}

.service-card .custom-link:hover,
.service-card .custom-link:focus {
  color: #A3261E;
}

.service-card .custom-link:hover::after {
  transform: translateX(3px);
}

@media (max-width: 767.98px) {
  .service-card .custom-link {
    font-size: 0.98rem;
    padding-bottom: 8px;
    margin-top: 12px;
  }

  .star-cont {
    margin-left: unset !important;
  }
}

/* Features Section: Make like first screenshot (rounded, shadow, blue check icon, left-align, spacing) */
.features-section {
  background: #f8faff;
  padding: 60px 0;
  position: relative;
  overflow: visible;
}

.features-section .main-container {
  position: relative;
  z-index: 2;
}

/* Center the feature boxes in the features section */
.features-section .row.align-items-center {
  justify-content: center;
  /* Center the content horizontally */
}

.cards-section {
  flex: 0 0 auto;
  /* Prevent columns from stretching unevenly */
  max-width: 300px;
  /* Ensure consistent width for feature boxes */
  margin: 0 auto;
  /* Center individual cards */
}

.features-section .row.align-items-center {
  flex-wrap: wrap;
  /* Allow wrapping on smaller screens */
  gap: 20px;
  /* Reduce spacing for smaller screens */
}

@media (max-width: 991.98px) {
  .features-section .row.align-items-center {
    flex-wrap: wrap;
    /* Allow wrapping on smaller screens */
    gap: 20px;
    /* Reduce spacing for smaller screens */
  }

  .cards-section {
    max-width: 100%;
    /* Allow full width for smaller screens */
  }
}

.feature-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(44, 62, 80, 0.10);
  padding: 18px 20px 16px 20px;
  margin-bottom: 24px;
  text-align: left;
  display: block;
  min-width: 220px;
  max-width: 340px;
  border: none;
}

.feature-box h5 {
  font-size: 22px;
  font-weight: 700;
  color: #22304a;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.1px;
}

.feature-box .icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  margin-right: 8px;
  margin-left: 0;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.feature-box p {
  font-size: 16px;
  color: #22304a;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media (max-width: 991.98px) {
  .feature-box {
    padding: 30px 16px 30px 16px;
    min-width: unset;
    max-width: 100%;
  }

  .feature-box h5 {
    font-size: 20px;
    gap: 6px;
  }

  .feature-box .icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    margin-right: 6px;
  }

  .feature-box p {
    font-size: 16px;
  }
}

.star-cont {
  margin-left: 20px;
}

/* Style adjustments for the right side of the highlight-section */
.highlight-section .star-cont h2 {
  font-size: 110px;
  font-weight: 700;
  color: #0b1e38;
  /* Dark blue for main text */
  text-transform: uppercase;
  text-shadow: 4px 4px 0px #38A5D6;
}

.highlight-section .star-cont h2 span {
  font-size: 60px;
}

.highlight-section .star-cont hr {
  border: none;
  border-top: 1px dashed #ccc;
  /* Dashed border */
  width: 50%;
  margin: 10px auto;
  /* Center the dashed border */
}

.items-yellow {
  font-size: 25px;
  color: #222E48;
  padding-bottom: 8px !important;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 30px !important;
}

.items-yellow strong {

  font-weight: 400;
}

.highlight-section .star-cont p {
  font-size: 18px;
  font-weight: 500;
  color: #38a5d6;
  /* Light blue for text */
  margin-bottom: 10px;
}

.highlight-section .star-cont .rating-stars i {
  color: gold;
  /* Gold color for stars */
  margin-right: 2px;
}

.highlight-section .star-cont a {
  font-size: 18px;
  font-weight: 400;
  color: #fc3a2e;
  /* Red for link */
  text-decoration: none;
}

.highlight-section .star-cont a:hover {
  /* text-decoration: underline; */
}

.services-hero-section .services-breadcrumb a {
  text-decoration: none;
  color: #ccc;
}

.services-hero-section .services-breadcrumb a:hover {
  text-decoration: underline;
}

.services-hero-section .services-stars {
  color: gold;
  margin: 0 5px;
  font-size: 1.2rem;
}

.services-hero-section .services-hero-title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 60px;
  font-weight: 600;
  margin-top: 10px;
}

.services-hero-section .services-hero-description {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-top: 10px;
}

.services-hero-section .services-review-link {
  color: #fff;
  font-weight: 500;
  margin-left: 8px;
}

.services-breadcrumb-section {
  background: #fff;
  padding: 16px 0;
}

.services-breadcrumb {
  font-size: 15px;
  color: #222E48;
}

.services-breadcrumb a {
  text-decoration: none;
  color: #0D131E;
  transition: color 0.2s;
  font-size: 14px;
  font-weight: 500;
}

.services-breadcrumb a:hover {
  color: #e32636;
  text-decoration: underline;
}

.services-breadcrumb span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;

}

.services-hero-section {
  background: #222e48;
  color: #fff;
  padding: 40px 0;
  height: 700px;
}

.services-hero-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 40px;
}

.services-hero-rating .services-rating-value {
  font-size: 18px;
}

.services-hero-rating .services-stars {
  color: gold;
  font-size: 2rem;
  letter-spacing: 2px;
}

.services-review-link {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 400;
  margin-left: 8px;
}

.services-hero-title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 60px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}

.services-hero-description {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  margin-top: 10px;
  max-width: 700px;
}

@media (max-width: 767.98px) {
  .services-hero-section {
    padding: 40px 10px !important;
  }

  .services-hero-section .services-hero-title {
    font-size: 35px;
  }

  .highlight-section img {
    height: 300px !important;
  }

  .services-hero-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .services-hero-description {
    font-size: 1rem;
    max-width: 100%;
  }

  .services-hero-rating .services-stars {
    font-size: 1.3rem;
  }

  .services-review-link {
    font-size: 15px;
  }

  .services-breadcrumb-section {
    padding: 10px 0;
  }

  .services-breadcrumb {
    font-size: 13px;
  }
}

.halo5-overlap-wrapper {
  position: relative;
  padding-bottom: 50px;
  background-color: #F7F9FF;
}

.halo5-overlap-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F7F9FF;
  /* Red background */
  z-index: -1;
  /* Place behind the content */
}

.halo5-content-box {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  padding: 70px !important;
  margin-top: -300px;
}

.halo5-content-box h2 {
  font-size: 40px;
}

.halo5-title {
  font-size: 32px;
  font-weight: 700;
  color: #222E48;
  margin-bottom: 18px;
  line-height: 1.15;
}

.halo5-content-box p {
  font-size: 18px;
  color: #222E48;
  margin-bottom: 18px;
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
}

.screenshot-box p {
  color: #fff;
}

.screenshot-box a {
  color: #00bfff;
  text-decoration: none;
}

.halo5-cta-box {
  border-radius: 12px;
  box-shadow: 0 2px 16px 0 rgba(44, 62, 80, 0.10);

  margin-bottom: 0;
  margin-top: 0;
}

.halo5-cta-box img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.05);
}

.halo5-cta-box h5 {
  font-size: 25px;
  margin: 30px 0 30px 0;
  text-align: center;
  color: #222E48;
  font-weight: 600;
}

.halo5-cta-box p {
  font-size: 18px;
  margin-bottom: 20px !important;
  text-align: center;
  color: #1A1A1A;
  font-weight: 400;
  width: 260px;
  margin: auto;
}

.halo5-cta-box .halo5-phone-btn {
  font-size: 22px;
  padding: 14px 0 6px 0;
  border-radius: 8px;
  margin-bottom: 8px;
}

.halo5-cta-box .halo5-or {
  font-size: 18px;
  margin: 10px 0 0 0;
  font-weight: 600;
  border-bottom: 1px solid #aaa;
  width: 50%;
  margin: auto;
  margin-top: 20px;
  padding-bottom: 20px;
}

.halo5-cta-box .halo5-book-link {
  font-size: 15px;
}

.halo5-cta-box .halo5-book-link .arrow {
  font-size: 18px;
}

@media (min-width: 992px) {
  .halo5-overlap-wrapper .main-container .row {
    gap: 24px !important;
  }

  .halo5-content-box {
    padding-right: 24px;
  }

  .halo5-cta-box {
    margin-left: 0;
    margin-right: 0;
    min-width: 400px;
    max-width: 400px;
  }
}

@media (max-width: 991.98px) {
  .halo5-overlap-wrapper .main-container .row {
    gap: 0 !important;
  }

  .halo5-content-box,
  .halo5-cta-box {
    padding: 14px 8px 14px 8px;
    border-radius: 10px;
  }

  .halo5-cta-box img {
    height: 70px;
    margin-top: -10px;
  }

  .halo5-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .halo5-content-box p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.halo5-sticky-box {
  top: 100px;

  z-index: 10;
  background: #fff;
  text-align: center;
  padding-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .halo5-sticky-box {
    position: static;
    top: unset;
  }

  .halo5-cta-box {
    margin-top: 32px;
    padding: 18px 8px 18px 8px;
  }

  .halo5-cta-box img {
    height: 80px;
    margin-top: -18px;
  }

  .halo5-cta-box h5,
  .halo5-cta-box .fw-bold {
    font-size: 20px;
    margin: 18px 0 8px 0;
  }

  .halo5-cta-box p {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .halo5-cta-box .halo5-phone-btn {
    font-size: 20px;
    padding: 12px 0 6px 0;
    border-radius: 8px;
  }

  .halo5-cta-box .halo5-or {
    font-size: 14px;
    margin: 10px 0 8px 0;
  }

  .halo5-cta-box .halo5-book-link {
    font-size: 15px;
  }

  .halo5-cta-box .halo5-book-link .arrow {
    font-size: 18px;
  }
}

.mobile-menu-wrapper {
  display: none;
  /* Hidden by default */
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mobile-menu-wrapper .menu-items {
  padding: 16px;
}

.mobile-menu-wrapper .menu-item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.mobile-menu-wrapper .menu-item a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.mobile-menu-wrapper .menu-item a:hover {
  color: #fc3a2e;
}

@media (max-width: 767.98px) {
  .hero-form-box .zip-form {
    margin-bottom: 10px;
    /* Reduce spacing below the zip form */
  }

  .card-heading {
    font-size: 25px !important;
  }

  .sticky-right-section {
    display: none;
  }

  .right-side {
    width: unset !important;
  }

  .one-row {
    display: unset !important;

  }

  .halo5-content-box {
    padding: 0px !important;
  }

  .hero-form-box .or-text {
    margin-top: 10px;
    /* Reduce spacing above the "Or..." text */
  }

  .hero-form-box .call-box {
    margin-top: 10px;
    /* Reduce spacing above the call box */
  }

  .section-4 .video-wrapper {
    margin-bottom: 20px;
  }

  .section-4 .video-card iframe {
    height: 200px;
  }



  .section-4 p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .section-4 a.custom-link {
    font-size: 14px;
  }
}

.menu-item:hover .fa-angle-down {
  color: #FC3A2E !important;
}

.menu-item:hover>a .fa-angle-down {
  color: #FC3A2E !important;
}

.menu-item:hover>a>.fa-angle-down {
  color: #FC3A2E !important;
}

.menu-item:hover {
  border-top: 3px solid #FC3A2E;
}



.menu-item:hover .mega-menu,
.menu-item:hover .sub-menu {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.mega-menu,
.sub-menu {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

/* Ensure proper z-index for menus */
.mega-menu,
.sub-menu {
  z-index: 9999;
  position: absolute;
}

.sticky-right-section {
  position: sticky;
  top: 140px;
  margin-top: -300px;
}

.one-row {
  display: flex;
  gap: 20px;
}

.screenshot-box {
  margin-top: 40px;
}

.card-heading {
  font-size: 40px;
}

.card-para {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600;
}

.right-side {
  padding-bottom: 20px;
  font-size: 18px;
  border-bottom: 1px solid #aaa;
  width: 30%;
  margin: auto;
  margin-top: 20px;
}

.backflow-testing-section {
  font-size: 40px;
}

.new-section .service-card h5 {
  text-align: left;

}

.new-section .service-card {

  padding: 40px;
}

.youtube-span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: red;
  padding: 24px;
  padding-top: 10px;
  border-radius: 50%;
  padding-bottom: 10px;
}