/* Custom Styles */
:root {
  /* Fonts */
  --font-montserrat: "Montserrat", sans-serif;

  /* Colors */
  --black: #000000;
  --white: #ffffff;
  --primary: #007dc3;
  --secondary: #F9C903;
  --light: #f8f9fa;
  --dark-black: #141414;
  -green: #007a02;

  /* Spacing */
  --spacing-responsive: clamp(2rem, 4vw + 1rem, 3.5rem);
  --padding-responsive: clamp(2rem, 4vw + 1rem, 3.5rem);
  --margin-responsive: clamp(2rem, 4vw + 1rem, 3.5rem);
}

body {
  font-family: var(--font-montserrat);
  padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-black);
  font-family: var(--font-montserrat);
}

h1 {
  font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
}

h2 {
  font-size: clamp(2rem, 2.5vw + 1rem, 2.5rem);
}

h3 {
  font-size: clamp(1.75rem, 3vw + 1rem, 3rem);
}

h4 {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
}

h5 {
  font-size: clamp(1.25rem, 1vw + 1rem, 2rem);
}

h6 {
  font-size: clamp(1rem, 0.5vw + 1rem, 1.5rem);
}

p {
  font-size: 1rem;
  color: var(--dark-black);
}

.btn.btn-primary {
  border-radius: 160px;
  background: #007a02;
  box-shadow:
    4px 2px 14px 0 #027604,
    -2px -4px 14px 0 #109c11 inset,
    0 4px 9px 0 #0c130c inset;
  border: none;
  border-radius: 60px;
  display: inline-flex;
  padding: 22px 34px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 128%;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.why-choose-call-btn {
  display: inline-block;
}

.btn.btn-primary:hover {
  transform: scale(1.03) !important;
}

/* Hero styles */
.hero {
  background: url(../images/banner-img.jpg) no-repeat center center/cover;
  color: #fff;
  min-height: 815px;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 150px;
  /* background-position: 0 -100px; */
}

.hero-img img {
  max-width: 581px;
  margin-bottom: -90px;
}

/* diagonal left overlay */
.hero::before {
  content: "";
  position: absolute;
  left: -12%;
  top: 0;
  width: 74%;
  height: 100%;
  background: url(../images/banner-design-img.png) no-repeat center center/cover;
  transform: skewX(-14deg);
  z-index: 1;
}

.hero .hero-content {
  padding: var(--padding-responsive);
}

.hero h1 {
  color: var(--white);
  font-size: clamp(2.5rem, 5vw + 1rem, 3.8rem);
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
  /* 66.6px */
  z-index: 2;
  position: relative;
  max-width: 663px;
  width: 100%;
  margin-bottom: 34px;
}

.hero p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  max-width: 680px;
  width: 100%;
}

.hero .hero-content h6,
.hero .hero-content p,
.hero .hero-content ul,
.hero .hero-content h6,
.hero .hero-content .btn {
  position: relative;
  z-index: 2;
}

.hero h6 {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%;
  margin-bottom: 23px;
}

.hero-image {
  position: relative;
  padding: 2.5rem;
  z-index: 2;
}

.hero .hero-content ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* CTA glow */
.cta-glow {
  box-shadow:
    0 10px 30px rgba(237, 0, 0, 0.45),
    0 0 40px rgba(237, 0, 0, 0.12);
  border: 0;
}

.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 9;
}

.experience-badge {
  right: 2rem;
  bottom: 2rem;
  width: 110px;
  height: 120px;
  z-index: 3;
  transform: translateZ(0);
}

.experience-badge .badge-inner {
  background: linear-gradient(180deg, #ffd57a 0%, #e6b94f 100%);
  color: #5b3100;
  border-radius: 10px;
  padding: 10px 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  border: 3px solid rgba(255, 255, 255, 0.85);
}

.phone-pill {
  border-radius: 160px;
  background: #007a02;
  box-shadow:
    4px 2px 14px 0 #027604,
    -2px -4px 14px 0 #109c11 inset,
    0 4px 9px 0 #0c130c inset;
  margin-left: 72px;
  height: 80px;
  padding: 0 18px 0 4px;
}

.phone-pill .phone-icon {
  background: transparent;
}

.phone-pill .phone-icon img {
  width: 80px;
  height: 80px;
  margin-bottom: -5px;
}

.phone-pill>div {
  color: #fff;
}

.navbar {
  padding: 28px 60px;
}

.no-call {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  text-transform: lowercase;
  margin-top: 5px;
}

.phone-number-text {
  color: var(--white);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
}

/* Top strip */
.top-strip {
  background: #0bb0e6;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
}

.top-strip a {
  color: #002451;
}

/* Nav pill */
.nav-pill {
  background: var(--white);
  padding: 0 0 0 58px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  align-items: center;
}

.site-header .nav-pill .nav-link {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  /* 20.72px */
  text-transform: uppercase;
  padding: 30px 24px;
}

.nav-pill .nav-link.active {
  background: transparent;
  color: var(--black);
  font-weight: 700;
  position: relative;
}

.nav-pill .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(../images/nav-menu-arrow.png) no-repeat center center;
  border-radius: 2px;
  background-size: 100%;
  right: 0;
  margin: auto;
}

/* Pagination Styling */
.pagination-wrapper ul {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  gap: 10px;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}

.pagination-wrapper ul li span.current {
  background-color: #007bff;
  /* Aapka primary color */
  color: #fff;
  border-color: #007bff;
}

.pagination-wrapper ul li a:hover {
  background-color: #f8f9fa;
}

.page-404 {
  padding: 200px 0 120px;
  text-align: center;
}

.error-code {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.blog-detail-content h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 20px;
} 

.page-404 h2 {
  font-size: 36px;
}

.page-404 p {
  font-size: 18px;
  color: #666;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 520px;
    padding: 3rem 0;
  }

  .hero-image {
    display: none !important;
  }
}

/* small helpers */
.text-white-50 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.no-call-out-charges-subheading {
  color: var(--white);
  font-family: var(--font-montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  position: relative;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

.no-call-out-charges-subheading:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: #fff;
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

/* Why Choose / features */
.why-choose {
  padding: clamp(4rem, 6vw + 1rem, 7rem) 0;
}

.why-choose h2 {
  color: var(--dark-black);
  font-size: clamp(2rem, 1.3vw + 1rem, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  /* 47.6px */
}

.why-choose h6 {
  color: #F9C903;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
  position: relative;
}

.why-choose p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.why-choose h6:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: #F9C903;
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

.why-choose .icon-box {
  display: flex;
  width: 69.548px;
  height: 69.548px;
  padding: 16.952px 17.387px 17.822px 17.387px;
  justify-content: center;
  align-items: center;
  border-radius: 12.171px;
  border: 2.608px solid #d1e6ff;
  background: #007dc3;
}

.why-choose .icon-box img {
  width: 31px;
  height: 31px;
}

.why-choose .center-phone-pill {
  background: linear-gradient(90deg, #0fa84a, #057a02);
  border-radius: 48px;
  box-shadow: 0 12px 36px rgba(5, 122, 2, 0.32);
}

.why-choose .center-phone-pill .phone-icon svg {
  display: block;
}

.why-choose .avatar-row .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #333;
}

.why-choose-widget h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.why-choose-widget p {
  line-height: normal;
  margin-bottom: 0;
}

.rating-wrapper {
  gap: 10px;
}

.rating-wrapper .avatar-group {
  display: flex;
  align-items: center;
}

.rating-wrapper .avatar-group .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  margin-left: -12px;
}

.rating-wrapper .avatar-group .avatar:first-child {
  margin-left: 0;
}

.rating-wrapper .rating-text strong {
  font-size: 16px;
  font-weight: 600;
}

.rating-wrapper .rating-text p {
  font-size: 14px;
  color: #141414;
}

.rating-client {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.rating-wrapper .star {
  font-size: 16px;
}

/* Testimonials section */
.testimonials {
  background: url(../images/testimonials-bg.jpg) no-repeat center center;
  overflow: hidden;
  padding: clamp(4rem, 6vw + 1rem, 6rem) 0;
  padding-bottom: 12.5rem;
  background-size: cover;
}

.testimonials h2 {
  color: var(--dark-black);
  /* font-size: clamp(1.8rem, 3vw + 1rem, 3rem); */
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  margin-bottom: 20px;
}

.testimonials h6 {
  color: #F9C903;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.testimonials p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.testimonials h6:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: #F9C903;
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

/* Marquee */
.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

/* Top row → Left to Right */
.marquee-left {
  animation: marquee-left 80s linear infinite;
  margin-bottom: 50px;
}

/* Bottom row → Right to Left */
.marquee-right {
  animation: marquee-right 80s linear infinite;
  margin-bottom: 60px;
}

@keyframes marquee-left {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.marquee-track:hover {
  animation-play-state: paused;
}

/* Card */
.testimonials .testimonial-card {
  border-radius: 14px;
  border: 1px solid rgba(11, 117, 176, 0.38);
  background: #fff;
  box-shadow:
    0 0 5px 0 rgba(0, 125, 195, 0.02),
    0 24px 48px 0 rgba(0, 125, 195, 0.1);
  padding: 28px 24px;
  width: 414px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.testimonial-content {
  flex: 1;
}

.testimonial-card .comma-icon {
  margin-bottom: 14px;
}

.testimonial-card .comma-icon img {
  width: 32px;
  height: 32px;
}

.testimonials .testimonial-card h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 14px;
}

.testimonials .testimonial-card p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

/* Footer */
.testimonials .testimonial-card footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.testimonials .user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonials .user img {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonials .stars {
  color: #f0ad4e;
  font-size: 18px;
}

.testimonials .google-icon {
  width: 20px;
}

.testimonials .user .card-footer-content img {
  width: 19px;
  height: 19px;
}

.drain-flowing {
  border-radius: 14px;
  background: linear-gradient(91deg, #007dc3 -5.18%, #001d2e 109.04%);
  padding: 30px 90px;
  max-height: 239px;
}

.drain-flowing .drain-flowing-content {
  margin-top: 20px;
}

.container.drain-flowing-container {
  margin-top: -120px;
  background: url(../images/drains-flowing-bg.png) no-repeat center center/cover;
  padding-bottom: 150px;
  background-position: 0 -140px;
}

.drain-flowing h3 {
  color: var(--white);
  font-size: clamp(1.7rem, 1vw + 1rem, 1.9rem);
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
}

.drain-flowing h6 {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
}

.drain-flowing h6:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: #fff;
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

/* Left Content */
.drain-flowing-tag {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fff;
}

.drain-flowing-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-top: 15px;
}

/* Person Image */
.drain-flowing-person {
  max-height: 420px;
  position: relative;
  z-index: 2;
}

/* CTA */
.drain-flowing-cta {
  margin-top: 30px;
  /*  display: flex;
  flex-direction: column;*/
}

.drain-flowing-cta .btn.btn-primary {
  font-size: 20px;
}

.rating-text-white {
  color: var(--white);
}

.rating-text-white.rating-text .rating-client {
  color: var(--white);
}

.drain-flowing-img .drain-flowing-person.img-fluid {
  margin-top: -127px;
}

/* Responsive */
@media (max-width: 991px) {
  .drain-flowing {
    padding: 60px 20px;
    border-radius: 25px;
  }

  .drain-flowing-title {
    font-size: 36px;
  }

  .drain-flowing-person {
    max-height: 300px;
  }

  .drain-flowing-rating {
    justify-content: center;
  }
}

.drain-services {
  padding-bottom: clamp(4rem, 6vw + 1rem, 6rem);
}

.drain-services h2 {
  color: var(--dark-black);
  /* font-size: clamp(1.8rem, 3vw + 1rem, 3rem); */
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  margin-bottom: 30px;
}

.drain-services h6 {
  color: #F9C903;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.drain-services p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.drain-services h6:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: #F9C903;
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

.drain-services p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px;
}

/* List */
.drain-services ul {
  list-style: none;
  padding: 0;
  padding-left: 30px;
}

.drain-services li {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}

.drain-services li img {
  min-width: 18px;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-right: 8px;
  margin-left: -30px;
}

/* Button */
.drain-services .btn.btn-primary {
  max-width: 341px;
  width: 100%;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  .drain-services__image-secondary {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .drain-services__badge {
    right: 20px;
  }

  .drain-services__title {
    font-size: 32px;
  }
}

.drain-services-grid {
  background: url(../images/services-bg.jpg) no-repeat center center/cover;
  padding-top: clamp(4rem, 6vw + 1rem, 6rem);
}

/* Cards */
.drain-services-grid .service-card {
  background: var(--white);
  color: #000;
  border-radius: 18px;
  padding: 29px;
  height: 100%;
}

.drain-services-grid h2 {
  color: var(--white);
  /* font-size: clamp(2rem, 3vw + 1rem, 3rem); */
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  margin-bottom: 30px;
}

.drain-services-grid h6 {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.drain-services-grid p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.drain-services-grid h6:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: var(--white);
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

.drain-services-grid p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px;
}

.drain-services-grid .service-card h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.drain-services-grid .service-card p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.drain-services-grid .service-card a {
  color: var(--primary);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 16px;
  margin-bottom: 20px;
}

.drain-services-grid .service-card img {
  width: 100%;
  margin-left: -51px;
}

.drain-services-grid .btn.btn-primary {
  max-width: 320px;
  width: 100%;
}

/* Marquee */
.drain-services-grid-marquee .services-slide-item img {
  width: 30px;
  height: 30px;
}

.drain-services-grid-marquee {
  background: #F9C903;
  margin-top: 80px;
  overflow: hidden;
  padding: 18px 0;
}

.drain-services-grid-marquee .marquee-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: marquee-services 25s linear infinite;
}

.drain-services-grid-marquee .marquee-track span {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

@keyframes marquee-services {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .drain-services-grid__title {
    font-size: 30px;
  }
}

.why-drain4sure {
  padding: 100px 0;
  background: #fff;
}

.why-drain4sure h2 {
  color: var(--dark-black);
  /* font-size: clamp(2rem, 3vw + 1rem, 3rem); */
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  margin-bottom: 30px;
}

.why-drain4sure h6 {
  color: #F9C903;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.why-drain4sure p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.why-drain4sure h6:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: #F9C903;
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

.why-drain4sure p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px;
}

/* Feature Item */
.why-item {
  max-width: 300px;
  margin: auto;
}

.why-item h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.why-item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.why-item-icon {
  width: 80px;
  height: 80px;
  border-radius: 160px;
  border: 3px solid #002f68;
  background: #007dc3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.why-item-icon img {
  width: 40px;
  filter: brightness(0) invert(1);
}

.why-drain4sure .btn.btn-primary {
  max-width: 381px;
  width: 100%;
}

.trusted-drainage {
  padding-bottom: clamp(4rem, 6vw + 1rem, 6rem);
  background: url(../images/trust-bg.png) no-repeat;
  background-size: 65%;
  background-position: right;
}

.trusted-drainage h2 {
  color: var(--dark-black);
  /* font-size: clamp(1.8rem, 3vw + 1rem, 3rem); */
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  margin-bottom: 30px;
}

.trusted-drainage h6 {
  color: #F9C903;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.trusted-drainage p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.trusted-drainage h6:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: #F9C903;
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

.trusted-drainage .btn.btn.btn-primary {
  max-width: 381px;
  width: 100%;
}

.trusted-drainage .trusted-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.trusted-drainage .trusted-img img {
  max-width: 800px;
  margin-bottom: -90px;
  margin-left: -200px;
}

.drain-stats {
  padding: 80px 80px 70px;
  border-radius: 80px;
  background: url(../images/counters-bg.jpg) no-repeat center center / cover;
  color: #fff;
  position: relative;
  z-index: 2;
}

.container.drain-stats-conatiner {
  margin-top: -21px;
  position: relative;
  z-index: 1;
}

.drain-stats h2 {
  color: var(--white);
  /* font-size: clamp(2rem, 3vw + 1rem, 3rem); */
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  margin-bottom: 30px;
}

.drain-stats h6 {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.drain-stats p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.drain-stats h6:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: var(--white);
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

/* Stat Card */
.drain-stats .stat-card {
  padding: 30px;
  height: 100%;
  border-radius: 14px;
  background: #093c7b;
}

.drain-stats .stat-card h5 {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.drain-stats .stat-card p {
  color: var(--white);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  text-transform: capitalize;
  opacity: 0.7;
}

.drain-stats .stat-number[data-target="32"]::after {
  content: "k";
  color: var(--white);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
}

.drain-stats .stat-number[data-target="25"]::after {
  content: "+";
  color: var(--white);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
}

.drain-stats .stat-number[data-target="100"]::after {
  content: "%";
  color: var(--white);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
}

/* Numbers */
.drain-stats .stat-number {
  display: block;
  color: #007dc3;
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 122%;
  /* 107.36px */
  margin-top: 20px;
}

.drain-stats .stat-number span {
  font-size: 32px;
}

.drain-stats .btn.btn-primary {
  max-width: 381px;
  width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .drain-stats {
    padding: 80px 20px;
    border-radius: 25px;
  }

  .drain-stats__title {
    font-size: 34px;
  }

  .stat-number {
    font-size: 52px;
  }
}

.local-experts li img {
  min-width: 20px;
  width: 20px;
  height: 20px;
  min-height: 18px;
  margin-right: 15px;
}

.local-experts li p {
  margin-bottom: 5px;
}

.local-expert-comment span {
  margin-bottom: 10px;
  display: block;
}

.drain-services-image-main {
  margin-bottom: 0;
}

.drain-services.local-experts {
  background: url(../images/local-drainage-bg.png) no-repeat center center/cover;
  padding: 100px 0 0;
}

.drain-services.local-experts .col-lg-7.drain-services-content {
  max-width: 610px;
  width: 100%;
}

.drain-services-image-main img {
  /* max-width: 650px; */
  margin-left: auto;
  width: 80%;
}

.drain-process {
  background: #f7f7f7;
  padding: clamp(4.4rem, 6vw + 1rem, 7rem) 0;
}

.drain-process h2 {
  color: var(--dark-black);
  /* font-size: clamp(2rem, 3vw + 1rem, 3rem); */
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  margin-bottom: 30px;
}

.drain-process h6 {
  color: #F9C903;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.drain-process p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.drain-process p a {
  color: var(--primary);
  font-weight: 600;
}

.drain-process h6:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: #F9C903;
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

/* Step wrapper */
.drain-process .process-step {
  padding: 20px;
  position: relative;
}

.drain-process .process-step:before {
  content: "";
  background: url(../images/process-arrow.png) no-repeat center center;
  width: 134px;
  height: 26px;
  position: absolute;
  top: 33%;
  right: -151px;
  transform: translate(-50%, -50%);
  background-size: 100%;
}

.drain-process .col-md-4:last-child .process-step:before {
  display: none;
}

/* Image circle */
.drain-process .step-image {
  position: relative;
  display: inline-block;
}

.drain-process .step-image {
  width: 233px;
  height: 233px;
  border-radius: 50%;
  border: 7px solid rgba(0, 125, 195, 0.3);
}

.drain-process .step-image img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #007dc3;
}

/* Number badge */
.drain-process .step-number {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drain-process .step-number img {
  border: none;
  width: 50px;
  height: auto;
}

.process-step h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 40px;
}

.process-step p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.drain-process .btn.btn-primary {
  max-width: 381px;
  width: 100%;
}

.faq {
  background: url(../images/faq-bg.png) no-repeat center center / cover;
  padding-top: clamp(4rem, 6vw + 1rem, 6rem);
  padding-bottom: clamp(10rem, 10vw + 1rem, 10rem);
  background-size: 60%;
  background-position: left bottom;
  background-color: #fafafa;
}

.faq h2 {
  color: var(--dark-black);
  /* font-size: clamp(2rem, 3vw + 1rem, 3rem); */
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  margin-bottom: 30px;
}

.faq h6 {
  color: #F9C903;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.faq p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.faq p a {
  color: var(--primary);
  font-weight: 600;
}

.faq h6:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: #F9C903;
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

/* Accordion card style */
.faq-accordion .accordion-item {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #f0f0f0;
  background: var(--White, #fff);
  box-shadow: 14px 14px 60px 0 rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(5px);
}

.faq-accordion h2 {
  margin-bottom: 0;
}

/* Remove default borders */
.faq-accordion .accordion-button {
  background: var(--white);
  font-weight: 600;
  padding: 20px 18px 20px 34px;
  box-shadow: none;
  color: var(--dark-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
}

/* Active */
.faq-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background: #fff;
}

/* Custom icon */
.faq-accordion .accordion-button::after {
  background-size: 18px;
  transform: rotate(0deg);
}

/* Body */
.faq-accordion .accordion-body {
  padding: 0 101px 34px 34px;
  color: var(--dark-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.6;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/accordion-open-icon.png);
  transform: rotate(0deg);
}

.faq-accordion .accordion-button::after {
  background-image: url(../images/accordion-close-icon.png);
  width: 30px;
  height: 30px;
  background-size: contain;
}

/* Mobile tweaks */
@media (max-width: 767px) {
  .step-image img {
    width: 180px;
    height: 180px;
  }
}

/* Footer start here */

.ready-to-speak {
  background: url(../images/ready-to-speak-bg.png) no-repeat center center / cover;
  background-size: contain;
  padding-left: 170px;
  padding-right: 140px;
  padding-top: 74px;
  min-height: 648px;
  margin-top: -250px;
  position: relative;
  z-index: 9;
}

.container.footer-container:before {
  content: "";
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 520px;
  background: url(../images/ready-talk-shadow-img.png) no-repeat center center / cover;
  z-index: 1;
}

.ready-to-speak a,
.row {
  position: relative;
  z-index: 2;
}

.footer-logo img {
  max-width: 204px;
}

.footer-logo {
  margin-bottom: 60px;
}

.ready-to-speak h2 {
  color: var(--white);
  font-size: clamp(2rem, 2vw + 1rem, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  margin-bottom: 20px;
}

.ready-to-speak h6 {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}

.ready-to-speak h6:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: var(--white);
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

.ready-to-speak p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px;
}

/* List */
.ready-to-speak ul {
  list-style: none;
  padding: 0;
  padding-left: 30px;
}

.ready-to-speak li {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 5px;
}

.ready-to-speak li img {
  min-width: 18px;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-right: 8px;
  margin-left: -30px;
}

/* Button */
.ready-to-speak .btn.btn-primary {
  max-width: 341px;
  width: 100%;
  margin-top: 10px;
}

.footer-client-img {
  margin-top: -44px;
}

.footer-client-img img {
  max-width: 412px;
  width: 100%;
}

.page-footer {
  background: url(../images/footer-bg.png) no-repeat center center / cover;
  background-size: cover;
  padding-top: clamp(4rem, 6vw + 1rem, 7rem);
}

.container.footer-container {
  padding-top: 61px;
  position: relative;
}

.page-footer .footer-title {
  color: var(--white);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
}

.page-footer .footer-heading {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 25px;
}

.page-footer .footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-footer .footer-links ul li {
  margin-bottom: 10px;
}

.page-footer .footer-links a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  opacity: 0.68;
}

.page-footer .footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.page-footer .footer-contact a {
  color: #fff;
  text-decoration: none;
}

.page-footer .footer-contact a:hover {
  text-decoration: underline;
}

.page-footer .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-footer .footer-list li {
  margin-bottom: 10px;
  font-size: 15px;
  opacity: 0.9;
}

.page-footer .footer-divider {
  border-color: #005381;
  opacity: 1;
}

.footer-contact p {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 5px;
  opacity: 0.68;
}

.footer-contact .footer-contact-icon {
  margin-right: 8px;
}

.footer-contact .footer-contact-icon img {
  width: 18px;
  height: 18px;
}

.footer-contact .address {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.copyright p {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.68;
}

.show-on-mobile {
  display: none;
}

/* Blog page start here */

.blog-hero {
  background-size: cover;
  position: relative;
  color: white;
}

.blog-hero .container {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-hero-img img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}

.breadcrumb {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding-left: 11px;
}

.breadcrumb:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 8px;
  border-radius: 0 6px 6px 0;
  background: #f9c902;
}

.breadcrumb-item a {
  color: #f9c902;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  text-transform: uppercase;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #ffc107;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  color: #ffc107;
}

.blog-hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 3vw + 1rem, 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: 111%;
  /* 53.28px */
  text-transform: capitalize;
}

.blog-page .custom-blog-card {
  overflow: hidden;
  transition: transform 0.3s ease;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-page .custom-blog-card:hover {
  transform: scale(1.03);
}

.blog-page .custom-blog-card .card-body {
  padding: 2rem;
}

.blog-page .custom-blog-card h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.blog-page .custom-blog-card p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.sidebar-wrapper .form-control {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 12px 41px 12px 14px;
  align-items: center;
  gap: 20px;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sidebar-wrapper .form-control:focus,
.sidebar-wrapper .form-select:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.05);
}

.sidebar-wrapper .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
  width: 46px;
  height: 100%;
}

.sidebar-wrapper .form-select {
  border-radius: 7px;
  background: url(../images/select-arrow.png) no-repeat #f7f7f7;
  padding: 15px 16px;
  color: var(--dark-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  background-position: 95% 21px;
  background-size: 4%;
}

.blog-page .card-img-bottom {
  height: 334px;
  object-fit: cover;
}

.blog-page {
  padding: clamp(4rem, 5vw + 1rem, 5rem) 0;
  margin-bottom: 200px;
}

.navbar-nav {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* Services Page start here */

.services-listing {
  padding: clamp(4rem, 5vw + 1rem, 5rem) 0;
  margin-bottom: 200px;
}

/* Blog specific: Ensure image fills the bottom of the card */
.services-listing .blog-thumb {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.services-listing .service-card {
  transition: transform 0.3s ease-in-out;
}

.services-listing .service-card:hover {
  transform: scale(1.03);
}

/* Services styling */
.services-listing .service-card img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
  transform: scale(1.5);
}

.services-listing .service-card h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.services-listing .service-card-content {
  padding: 15px;
}

.services-listing .service-card p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  margin-bottom: 20px;
}

.services-listing .service-card .btn.btn-link {
  color: #007dc3;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 0;
}

.services-listing .service-card .btn.btn-link:hover {
  text-decoration: none;
}

/* Blog Detail Page start here */

.blog-hero.blog-detail-hero {
  background: #03294B;
  height: 562px;
}

.blog-hero.blog-detail-hero h6 {
  color: #F9C902;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.blog-hero.blog-detail-hero h6:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: #F9C902;
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

.blog-hero.blog-detail-hero h1 {
  color: var(--white);
  font-size: clamp(1.8rem, 2vw + 1rem, 2.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 138%;
  text-transform: capitalize;
}

.blog-detail-img {
  margin-top: -200px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 74px;
}

.blog-hero.blog-detail-hero .container {
  top: 55%;
}

.blog-detail-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}

.blog-detail-content h3 {
  font-size: clamp(1.8rem, 2vw + 1rem, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  margin-bottom: 20px;
}

.blog-detail-content ul {
  padding-left: 20px;
}

.blog-detail-content ul li {
  font-size: 18px;
  font-style: normal;
  line-height: 140%;
  margin-bottom: 16px;
}

/* Recent Posts Widget */
.recent-post-card {
  background-color: var(--light);
  border-radius: 12px;
  padding: 15px;
  transition: all 0.3s ease;
}

.recent-post-card:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.recent-post-img-wrapper {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
}

.recent-post-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-post-content h6 {
  font-size: 15px;
  line-height: 1.4;
}

.recent-post-content p {
  font-size: 13px;
  margin-bottom: 4px;
}

.recent-posts-widget h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  margin-bottom: 20px;
}

/* Contact Us Page start here */

.contact-us {
  padding: clamp(4rem, 6vw + 1rem, 6rem) 0;
  background-color: var(--white);
  margin-top: -80px;
  position: relative;
  border-radius: 60px 60px 0 0;
}

.blog-hero.contact-hero .container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-us h2 {
  font-size: clamp(1.5rem, 1.5vw + 1rem, 1.65rem);
  font-style: normal;
  font-weight: 600;
  line-height: 119%;
  margin-bottom: 30px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.contact-info-item .contact-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.6px solid #002F68;
  background: #007DC3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}

.contact-info-item .contact-icon img {
  width: 24px;
  height: auto;
}

/* Adjust icon size specifically for location if needed */
.contact-info-item .contact-icon img[alt*="Location"] {
  width: 20px;
}

.contact-info-details p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}

.contact-info-details h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.contact-buttons {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-yellow {
  border-radius: 160px;
  background: #F9C903;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.14), -2px -4px 14px 0 rgba(255, 105, 0, 0.49) inset, 0 4px 9px 0 rgba(255, 105, 0, 0.40) inset;
  padding: 8px 30px 8px 60px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #002E66;
  font-weight: 800;
  font-size: 22px;
  text-decoration: none;
  border: none;
  transition: transform 0.3s ease;
  max-width: 253px;
  width: 100%;
  height: 63px;
  margin-left: 20px;
  position: relative;
}

.btn-yellow:hover {
  transform: scale(1.05);
  color: #000;
}

.btn-yellow .phone-icon-circle {
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -14px;
}

.btn-yellow .phone-icon-circle img {
  width: 83px;
  height: 83px;
}

.btn-green {
  border-radius: 60px;
  border: 2px solid #FFF;
  background: linear-gradient(90deg, #158D28 0%, #27B43E 100%);
  padding: 8px 35px 8px 66px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border: none;
  transition: transform 0.3s ease;
  position: relative;
  margin-left: 20px;
  height: 63px;
}

.btn-green .whatsapp-icon-circle img {
  width: 63px;
  height: 63px;
}

.btn-green .whatsapp-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -18px;
}

.btn-green:hover {
  transform: scale(1.05);
  color: var(--white);
}

.contact-right-panel {
  padding-left: 20px;
}

.contact-alert-box {
  border-radius: 24px;
  background: linear-gradient(94deg, #007DC3 -22.79%, #001D2E 116.69%);
  color: var(--white);
  padding: 30px 50px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 90, 141, 0.2);
}

.contact-alert-box h5 {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  text-transform: capitalize;
  margin-bottom: 0;
}

.contact-right-panel .secondary-text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
}

.contact-right-panel .rating-wrapper {
  justify-content: center;
}


.contact-right-panel hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

/* 24/7 Emergency Support Section */
.emergency-support {
  overflow: hidden;
}



.emergency-img-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.emergency-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Fade effect using pseudo-element */
/* .emergency-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
} */

.emergency-support h2 {
  font-size: clamp(2rem, 2.5vw + 1rem, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.emergency-support p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}

.btn-yellow-large {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  border-radius: 160px;
  background: #007a02;
  box-shadow: 4px 2px 14px 0 #027604, -2px -4px 14px 0 #109c11 inset, 0 4px 9px 0 #0c130c inset;
  padding: 5px 40px 5px 0px;
  text-decoration: none;
  transition: transform 0.3s ease;
  margin-top: 20px;
  color: #fff;
}

.btn-yellow-large:hover {
  transform: scale(1.03);
}

.btn-large-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 6px;
}

.btn-large-icon img {
  width: 75px;
  height: 75px;
  margin-bottom: -5px;
}

.btn-large-text {
  display: flex;
  flex-direction: column;
}

.btn-large-text .sub {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}

.btn-large-text .main {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.contact-page {
  margin-bottom: 200px;
}



/* Blocked Drain Intro */
.blocked-drain-intro {
  padding: clamp(4rem, 6vw + 1rem, 6rem) 0;
}

.blocked-drain-intro h2 {
  color: var(--dark-black);
  font-size: clamp(1.8rem, 2.5vw + 1rem, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  text-transform: capitalize;
}

.blocked-drain-intro h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.blocked-drain-intro p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 47px;
}

/* Emergency CTA Banner */

.emergency-cta-wrapper {
  border-radius: 20px;
  background: url('../images/need-emergency-bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 0;
  position: relative;
  overflow: hidden;
  max-height: 381px;
}

.emergency-cta-content {
  padding: 35px 0 40px 80px;
}

.emergency-cta-content h2 {
  color: var(--white);
  font-size: clamp(2rem, 2.2vw + 1rem, 2.2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 119%;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.emergency-cta-content h3 {
  color: #FFC107;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 15px;
}

.emergency-cta-content p {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 134%;
  margin-bottom: 10px;
}

.emergency-cta-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.emergency-cta-img img {
  max-width: 100%;
  display: block;
  width: 710px;
  margin-top: 45px;
}

.emergency-cta-wrapper .btn-yellow-large {
  padding: 0px 40px 0px 0px;
}

.emergency-cta-wrapper .btn-large-icon {
  margin-left: 0;
}

.testimonials.services-detail-testimonials h6 {
  color: #F9C902;
}

.testimonials.services-detail-testimonials h6:before {
  background: #F9C902;
}

.testimonial-card footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  border-top: 1px solid rgba(16, 25, 75, 0.14);
  padding-top: 20px;
}

.testimonials.services-detail-testimonials .marquee-track {
  margin-bottom: 70px;
}

.testimonials.services-detail-testimonials {
  padding-bottom: 3rem;
}


/* Drain Problems Section */
.drain-problems {
  padding-top: clamp(4rem, 6vw + 1rem, 6rem);
  background-color: #fff;
}

.drain-problems .section-title {
  color: var(--dark-black);
  text-align: center;
  font-size: clamp(2rem, 2.5vw + 1rem, 2.5rem);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.drain-problem-card {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.drain-problem-card:hover {
  border-color: var(--secondary);
  transform: scale(1.03);
}

.drain-problem-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.drain-problem-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.drain-problem-card h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.drain-problem-card p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  margin-bottom: 0;
}

.drain-problems .btn.btn-primary {
  padding: 22px 44px;
}


.why-drain-service-detail h6 {
  color: #F9C902;
}

.why-drain-service-detail h6:before {
  background: #F9C902;
}


/* Effective Solutions Section */
.effective-solutions {
  padding: clamp(4rem, 6vw + 1rem, 6rem) 0;
  background-color: #fff;
}

.effective-solutions-img img {
  width: 100%;
}

.effective-solutions-content {
  padding-left: 30px;
}

.effective-solutions-content h6 {
  color: #F9C903;
  font-size: 14px;
  letter-spacing: 1px;
}

.effective-solutions-content h6:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: #F9C903;
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

.effective-solutions-content h2 {
  font-size: clamp(2rem, 2.5vw + 1rem, 2.5rem);
  font-weight: 700;
  color: var(--dark-black);
  line-height: 1.2;
}

.effective-solutions-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.check-list span {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.effective-solutions-content .btn-yellow {
  background-color: #F9C903;
  color: var(--dark-black);
  font-weight: 800;
  padding: 18px 35px;
  border-radius: 50px;
  margin-top: 10px;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 4px 15px rgba(249, 201, 3, 0.3);
}

.effective-solutions-content .btn-yellow:hover {
  background-color: #e5b903;
  color: var(--dark-black);
  transform: translateY(-2px);
}

/* Areas We Cover Section */
.areas-we-cover {
  padding-bottom: clamp(4rem, 6vw + 1rem, 6rem);
  background: url(../images/area-we-cover-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/* White fade overlay for the background map */
.areas-we-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Gradient to make it fade from center or just overall white overlay */
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.75) 80%);
  z-index: 1;
}

.areas-we-cover .container {
  position: relative;
  z-index: 2;
}

.areas-we-cover h2 {
  font-size: clamp(2rem, 2.5vw + 1rem, 2.5rem);
  font-weight: 700;
  color: var(--dark-black);
  line-height: 1.2;
}

.location-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.location-pill {
  background: #fff;
  border-radius: 50px;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  width: 240px;
  transition: all 0.3s ease;
  cursor: default;
}

.location-pill:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.location-pill img {
  max-width: 15px;
  height: auto;
}

.location-pill span {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  font-family: var(--font-montserrat);
}

.who-we-are-subheading {
  color: #ffc107;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  text-transform: uppercase;
  position: relative;
}

.who-we-are-subheading:before {
  content: "";
  border-radius: 0 6px 6px 0;
  background: #ffc107;
  width: 2px;
  height: 8px;
  display: inline-flex;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

.breadcrumb-item {
  text-transform: uppercase;
}

.who-we-are-sec {
  /* background: url(../images/who-we-are-bg.jpg) no-repeat center center; */
  /* background-size: cover; */
  background-color: #fff;
  position: relative;
  padding-top: clamp(4rem, 6vw + 1rem, 6rem);
  padding-bottom: clamp(4rem, 6vw + 1rem, 6rem);
  margin-top: -80px;
  border-radius: 60px 60px 0 0;
}

.why-drain4sure.business-trust {
  background: #F7F7F7;
}

.why-drain4sure.business-trust .btn.btn-primary {
  max-width: fit-content;
  width: 100%;
}

.row.mt-solutions {
  margin-top: clamp(4rem, 6vw + 1rem, 6rem);
}

.about-page {
  margin-bottom: 130px;
}

/* Responsive adjustments for Areas We Cover */
@media (max-width: 1200px) {
  .location-pill {
    width: 220px;
    padding: 15px 20px;
  }
}

@media (max-width: 991px) {
  .areas-we-cover {
    padding: 60px 0;
  }

  .location-grid {
    gap: 15px;
  }

  .location-pill {
    width: calc(50% - 15px);
    /* 2 columns */
    justify-content: flex-start;
    padding: 15px 20px;
  }
}

@media (max-width: 576px) {
  .location-pill {
    width: 48%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    gap: 7px;
  }

  .location-grid {
    gap: 9px;
  }

  .location-grid .col-lg-10 {
    padding: 0 10px;
  }

  .location-pill span {
    font-size: 13px;
  }
}





/* Experience Section */
.experience-section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
  margin-top: 100px;
  /* background: url(../images/experience-bg.png) no-repeat center center; */
  background-size: 100% 100%;
  color: #fff;
  height: 878px;
}


.experience-section .container {
  position: relative;
  z-index: 2;
  margin-top: 211px;
}

.experience-section .drain-services-grid-marquee {
  background: #0268A2;
  margin-top: 80px;
  overflow: hidden;
  padding: 18px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.experience-section .experience-badge {
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  width: 231px;
  height: 271px;
}

.experience-section .experience-badge img {
  width: 231px;
  height: auto;
}

.experience-section .sub-title {
  color: #FFC107;
  font-size: clamp(1.8rem, 3vw + 1rem, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.experience-section .main-title {
  color: #fff;
  font-size: clamp(2rem, 2vw + 1rem, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.experience-section .description {
  color: #fff;
  font-size: 18px;
  margin-bottom: 2.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.experience-section .btn-yellow {
  background-color: #FFC107;
  color: #10194B;
  font-weight: 800;
  padding: 20px 40px;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s, box-shadow 0.3s;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.experience-section .btn-yellow:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.6);
  background-color: #ffca2c;
  color: #10194B;
}

/* Rating Override for White Text in this section */
.experience-section .rating-text-white strong {
  color: #fff;
}

.experience-section .rating-text-white p {
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 991px) {

  .experience-badge img {
    width: 130px;
  }

  .experience-badge {
    top: -60px;
  }

}

@media (max-width: 576px) {
  .experience-badge img {
    width: 110px;
  }

  .experience-badge {
    top: -50px;
  }


  .experience-section .btn-yellow {
    padding: 15px 25px;
    font-size: 14px;
    width: 100%;
  }
}

.drain-flowing .rating-wrapper .rating-text strong,
.drain-services-grid .rating-wrapper .rating-text strong,
.ready-to-speak .rating-wrapper .rating-text strong,
.experience-section .rating-wrapper .rating-text strong {
  color: #fff;
}

.drain-flowing .rating-wrapper .rating-text strong,
.drain-services-grid .rating-wrapper .rating-text strong,
.ready-to-speak .rating-wrapper .rating-text strong,
.experience-section .rating-wrapper .rating-text strong,
.blog-hero .rating-wrapper .rating-text strong {
  color: #fff;
}

.why-choose-call-btn .phone-pill {
  transition: all 0.3s ease-in-out;
}

.why-choose-call-btn:hover .phone-pill {
  transform: scale(1.03) !important;
}

.page-template-about-us-page-template .ready-to-speak .btn.btn-primary,
.page-template-services-page-template .ready-to-speak .btn.btn-primary,
.service-template-default .ready-to-speak .btn.btn-primary,
.page-template-blog-page-template .ready-to-speak .btn.btn-primary,
.page-template-contact-us-page-template .ready-to-speak .btn.btn-primary,
.single .ready-to-speak .btn.btn-primary {
  max-width: fit-content;
  width: auto;
}

/*.page-template-about-us-page-template .nav-link .phone-pill,
.page-template-services-page-template .nav-link .phone-pill,
.service-template-default .nav-link .phone-pill,
.page-template-blog-page-template .nav-link .phone-pill,
.page-template-contact-us-page-template .nav-link .phone-pill,
.single .nav-link .phone-pill {
  background: #F9C903;
  color: #002E66;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.14), -2px -4px 14px 0 rgba(255, 105, 0, 0.49) inset, 0 4px 9px 0 rgba(255, 105, 0, 0.40) inset;
}

.page-template-about-us-page-template .nav-link .phone-pill .no-call,
.page-template-services-page-template .nav-link .phone-pill .no-call,
.service-template-default .nav-link .phone-pill .no-call,
.page-template-blog-page-template .nav-link .phone-pill .no-call,
.page-template-contact-us-page-template .nav-link .phone-pill .no-call,
.single .nav-link .phone-pill .no-call {
  color: #002E66;
}*/

/*.page-template-about-us-page-template .nav-link .phone-pill .phone-number-text,
.page-template-services-page-template .nav-link .phone-pill .phone-number-text,
.service-template-default .nav-link .phone-pill .phone-number-text,
.page-template-blog-page-template .nav-link .phone-pill .phone-number-text,
.page-template-contact-us-page-template .nav-link .phone-pill .phone-number-text,
.single .nav-link .phone-pill .phone-number-text {
  color: #002E66;
}*/

.services-listing .service-card a:first-child {
  height: 340px;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}

.blog-hero.services-detail-hero {
  overflow: hidden;
}

.blog-hero.services-detail-hero img {
  transform: scale(1.2);
}

.blog-detail-img img {
  height: 487px;
  object-fit: cover;
}

.recent-post-img-wrapper img {
  height: 100% !important;
}

.services-listing-container {
  max-width: 1082px;
  width: 100%;
}

.blog-hero .check-icon img {
  transform: none !important;
}

/*.home .btn.btn-primary {
  background: #ED0000;
  color: #FFF;
  box-shadow: 0 4px 30px 0 rgba(255, 0, 0, 0.68), 0 -4px 15px 0 rgba(113, 0, 0, 0.69) inset, 0 4px 8px 0 rgba(25, 0, 0, 0.51) inset;
}*/

.home .testimonials h6,
.home .why-choose h6,
.home .drain-services h6,
.home .why-drain4sure h6,
.home .trusted-drainage h6,
.home .drain-process h6,
.home .faq h6 {
  color: #007DC3;
}

.home .testimonials h6:before,
.home .why-choose h6:before,
.home .drain-services h6:before,
.home .why-drain4sure h6:before,
.home .trusted-drainage h6:before,
.home .drain-process h6:before,
.home .faq h6:before {
  background: #007DC3;
}

.home .drain-services-grid-marquee {
  background: #0268A2;
}

.home .drain-services-grid-marquee .marquee-track span {
  color: #fff;
}

.trusted-drainage .trusted-img img {
  max-width: 800px;
  margin-bottom: -146px;
  margin-left: -170px;
}

.drain-services-image-main {
  text-align: right;
}

.marquee-wrapper .marquee-track.marquee-left {
  display: none;
}

.trusted-drainage .container {
  position: relative;
  z-index: 2;
}
