/* style.css */
.plumb-hero {
  font-family: "Inter", Arial, sans-serif;
  color: #2f2f35;
}
.plumb-hero a{
  color: #2f2f35;
  text-decoration: none;;
}
.plumb-hero p a{
  color: #fff;
  text-decoration: none;;
}
.top-strip {
  background: #06113c;
  color: #fff;
  padding: 17px 0;
  font-size: 16px;
}

.contact-mini,
.social-mini {
  display: flex;
  gap: 30px;
  align-items: center;
}

.contact-mini i,
.social-mini i {
  margin-right: 8px;
}

.main-nav {
  background: #fff;
  padding: 22px 0;
}

.logo img {
  max-height: 64px;
}

.nav-links {
  gap: 42px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #4a4a4a;
}

.nav-call {
  background: #f6903b;
  color: #fff;
  border-radius: 40px;
  padding: 18px 35px;
  font-weight: 800;
  gap: 12px;
  align-items: center;
}

.menu-toggle {
  border: 0;
  background: transparent;
  font-size: 32px;
  color: #06113c;
  cursor: pointer;
  line-height: 1;
}

.mobile-nav {
  display: none;
  background: #fff;
  padding: 22px 0 5px;
  animation: slideDown 0.3s ease both;
}

.mobile-nav.active {
  display: block;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav li {
  padding: 14px 0;
  border-bottom: 1px solid #eef0f6;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  color: #4a4a4a;
}

.mobile-call {
  margin-top: 20px;
  background: #f6903b;
  color: #fff;
  border-radius: 40px;
  padding: 16px 26px;
  font-weight: 800;
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.hero-body {
  
  overflow: hidden;
  background-image: rgba(240, 243, 255, 0.1);
  background: url(../img/carpet-cleaning-bg.webp) ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 
  
}
.hero-body-duct {
  
  overflow: hidden;
  background-image: rgba(240, 243, 255, 0.1);
  background: url(../img/air-duct-cleaning-katy-tx-banner.webp) ;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
 
  
}
.hero-body-dryer {
  
  overflow: hidden;
  background-image: rgba(240, 243, 255, 0.1);
  background: url(../img/dryer-vent-cleaning-katy-tx-banner.webp) ;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
 
  
}
.hero-body-vent {
  
  overflow: hidden;
  background-image: rgba(240, 243, 255, 0.1);
  background: url(../img/air-vent-cleaning-katy-tx-banner.webp) ;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
 
  
}
.hero-body-stain {
  
  overflow: hidden;
  background-image: rgba(240, 243, 255, 0.1);
  background: url(../img/carpet-stain-removal-katy-tx-banner.webp) ;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
 
  
}
.hero-body-rug {
  
  overflow: hidden;
  background-image: rgba(240, 243, 255, 0.1);
  background: url(../img/rug-cleaning-katy-tx-banner.webp) ;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
 
  
}
.hero-body-tile {
  
  overflow: hidden;
  background-image: rgba(240, 243, 255, 0.1);
  background: url(../img/tile-and-grout-cleaning-katy-tx-banner.webp) ;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
 
  
}
.hero-body-upholstery {
  
  overflow: hidden;
  background-image: rgba(240, 243, 255, 0.1);
  background: url(../img/upholstery-cleaning-katy-tx-banner.webp) ;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
 
  
}
.min-vh-custom {
  min-height: 685px;
}

.eyebrow {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  font-weight: 700;
}

.hero-content h1 {
  font-size: 54px;
  line-height: 1.35;
  font-weight: 800;
  margin: 28px 0;
  color:#fff;
}

.hero-content h1 strong {
  color: #f6903b;
}

.hero-content p {
  max-width: 620px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  gap: 22px;
  margin-top: 38px;
}

.btn-main,
.btn-outline-main {
  min-width: 200px;
  padding: 18px 30px;
  border-radius: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
}

.btn-main {
  background: #f6903b;
  color: #fff;
}

.btn-outline-main {
  border: 1.5px solid #f6903b;
  color: #06113c;
  background: #fff;
}

.hero-image-wrap {
  position: relative;
  min-height: 685px;
}

.hero-plumber {
  position: absolute;
  right: 70px;
  bottom: 0;
  width: 430px;
  height: 640px;
  object-fit: cover;
  object-position: center;
  animation: fadeUp 1s ease both;
}

.call-card {
  position: absolute;
  right: 0;
  top: 355px;
  background: #fff;
  border-radius: 28px;
  padding: 28px 38px;
  display: flex;
  gap: 22px;
  align-items: center;
  box-shadow: 0 20px 50px rgba(25, 30, 70, 0.08);
}

.call-card i {
  color: #f6903b;
  font-size: 38px;
}

.call-card h5 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
  color:#06113c;
}

.call-card span {
  color: #6c7480;
}

.stats-card {
  position: absolute;
  left: 10px;
  bottom: 32px;
  width: 250px;
  background: #06113c;
  color: #fff;
  border-radius: 28px;
  padding: 42px 38px;
  box-shadow: 0 30px 60px rgba(61, 12, 163, 0.18);
}

.stats-card h3 {
  color: #f6903b;
  font-size: 54px;
  font-weight: 900;
  margin: 0 0 20px;
}

.stats-card sup {
  color: #fff;
  font-size: 30px;
}

.stats-card h5 {
  font-size: 20px;
  font-weight: 800;
}

.stats-card p {
  margin: 10px 0 0;
  color: #fff;
}

.floating {
  animation: float 3s ease-in-out infinite;
}

.floating-slow {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(45px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .hero-content {
    padding-top: 70px;
  }

  .hero-content h2 {
    font-size: 42px;
  }

  .hero-image-wrap {
    min-height: 620px;
  }

  .hero-plumber {
    right: 50%;
    transform: translateX(50%);
  }

  .stats-card {
    left: 20px;
  }

  .call-card {
    right: 20px;
  }
}

@media (max-width: 575px) {
  .top-strip .container,
  .contact-mini {
    flex-direction: column;
    gap: 10px;
  }

  .social-mini {
    gap: 18px;
  }

  .hero-content h2 {
    font-size: 34px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-plumber {
    position: relative;
    right: auto;
    bottom: auto;
    transform: none;
    display: block;
    width: 100%;
    max-width: 330px;
    height: 520px;
    margin: 40px auto 0;
  }

  .call-card,
  .stats-card {
    position: relative;
    inset: auto;
    margin: 20px auto;
    width: 90%;
  }
}
.contact-mini span, .contact-mini a{color:inherit!important;text-decoration: none!important;}
/* sec2 */
/* about-section.css */
.about-plumb {
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  color: #303038;
  padding: 95px 0;
  overflow: hidden;
}

.about-main-img {
  border-radius: 28px;
  overflow: hidden;
  max-width: 640px;
  margin-left: auto;
}

.about-main-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  filter: grayscale(22%);
}

.about-eyebrow {
  display: inline-block;
  color: #5766a4;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 26px;
}

.about-content h2 {
  font-size: 43px;
  line-height: 1.38;
  font-weight: 800;
  margin-bottom: 28px;
  letter-spacing: 0.2px;
}

.about-text {
  max-width: 650px;
  color: #5d6370;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 38px;
}

.about-feature-row {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 34px;
}

.about-small-img {
  flex: 0 0 300px;
  border-radius: 24px;
  overflow: hidden;
}

.about-small-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.about-feature-text p {
  color: #5d6370;
  font-size: 16px;
  line-height: 1.65;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 28px;
}

.about-feature-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-feature-text li {
  color: #5d6370;
  font-size: 16px;
  margin-bottom: 18px;
}

.about-feature-text i {
  color: #5766a4;
  font-size: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #f6903b;
  color: #fff;
  border-radius: 40px;
  padding: 18px 36px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s ease;
}

.about-btn:hover {
  background: #06113c;
  color: #fff;
  transform: translateY(-3px);
}

.reveal-left,
.reveal-right {
  opacity: 0;
  transition: 0.9s ease;
}

.reveal-left {
  transform: translateX(-45px);
}

.reveal-right {
  transform: translateX(45px);
}

.reveal-left.show,
.reveal-right.show {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 991px) {
  .about-main-img {
    margin: 0 auto;
  }

  .about-main-img img {
    height: 620px;
  }

  .about-content h2 {
    font-size: 36px;
  }

  .about-feature-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-small-img {
    width: 100%;
    flex: auto;
  }
}

@media (max-width: 575px) {
  .about-plumb {
    padding: 65px 0;
  }

  .about-main-img img {
    height: 470px;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .about-feature-row {
    gap: 24px;
  }
}

/* sec3 */

/* services-section.css */
.services-plumb {
  background: #f0f3ffab;
  font-family: "Inter", Arial, sans-serif;
  padding: 118px 0 95px;
  overflow: hidden;
}

.services-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 62px;
}

.services-eyebrow {
  display: inline-block;
  color: #5766a4;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 26px;
}

.services-header h2 {
  color: #303038;
  font-size: 43px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0;
}

.services-all {
  color: #f6903b;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 42px;
}

.service-card {
  background: #fff;
  border-radius: 28px;
  padding: 54px 52px;
  min-height: 310px;
  box-shadow: 0 24px 60px rgba(30, 75, 100, 0.06);
  transition: 0.35s ease;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 70px rgba(30, 75, 100, 0.12);
}

.service-icon {
  color: #4bc7f2;
  font-size: 44px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 30px;
}

.service-card h3 {
  color: #262a31;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 18px;
}

.service-card p {
  color: #5f6672;
  font-size: 16px;
  line-height: 1.65;
  max-width: 285px;
  margin-bottom: 28px;
}

.service-card a {
  color: #f6903b;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.service-reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: 0.8s ease;
}

.service-reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .services-header h2 {
    font-size: 36px;
  }

  .services-all {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .services-plumb {
    padding: 75px 0;
  }

  .services-header h2 {
    font-size: 30px;
  }

  .service-card {
    padding: 42px 34px;
  }
}

/* sec4 */
/* choose-section.css */
.choose-plumb {
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  color: #2f3037;
  overflow: hidden;
}

.choose-image {
  height: 850px;
  width: 100%;
}

.choose-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.choose-content {
  padding: 75px 120px 80px 145px;
}

.choose-eyebrow {
  display: inline-block;
  color: #5766a4;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 28px;
}

.choose-content h2 {
  font-size: 43px;
  line-height: 1.42;
  font-weight: 800;
  margin-bottom: 26px;
  color: #303038;
}

.choose-intro {
  color: #59616f;
  font-size: 16px;
  line-height: 1.7;
  max-width: 760px;
  margin-bottom: 42px;
}

.choose-card {
  background: #f0f3ffab;
  border-radius: 28px;
  padding: 43px 36px 36px;
  min-height: 182px;
  transition: 0.35s ease;
}

.choose-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 55px rgba(55, 172, 210, 0.12);
}

.choose-card h3 {
  font-size: 19px;
  line-height: 1.38;
  font-weight: 800;
  color: #272b32;
  margin-bottom: 12px;
}

.choose-card p {
  color: #59616f;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.reveal-left,
.reveal-right {
  opacity: 0;
  transition: 0.95s ease;
}

.reveal-left {
  transform: translateX(-55px);
}

.reveal-right {
  transform: translateX(55px);
}

.reveal-left.show,
.reveal-right.show {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1199px) {
  .choose-content {
    padding: 80px 60px;
  }

  .choose-content h2 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .choose-image {
    height: 560px;
  }

  .choose-content {
    padding: 70px 32px;
  }
}

@media (max-width: 575px) {
  .choose-image {
    height: 430px;
  }

  .choose-content h2 {
    font-size: 31px;
  }

  .choose-card {
    padding: 34px 28px;
  }
}

/* sec 5 */

/* benefits-section.css */
.benefits-plumb {
  background: #f0f3ffab;
  font-family: "Inter", Arial, sans-serif;
  color: #2f3037;
  padding: 95px 0 88px;
  overflow: hidden;
}

.benefits-heading {
  margin-bottom: 62px;
}

.benefits-eyebrow {
  display: inline-block;
  color: #5766a4;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 26px;
}

.benefits-heading h2 {
  color: #303038;
  font-size: 43px;
  line-height: 1.45;
  font-weight: 800;
  margin: 0;
}

.benefits-left-img,
.benefits-right-img {
  overflow: hidden;
  border-radius: 28px;
}

.benefits-left-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

.benefits-right-img img {
  width: 100%;
  height: 645px;
  object-fit: cover;
  display: block;
}

.benefits-list {
  padding: 0 10px;
}

.benefit-item {
  padding: 28px 26px;
  border-radius: 28px;
  margin-bottom: 24px;
  transition: 0.35s ease;
}

.benefit-item.active {
  background: #fff;
  box-shadow: 0 24px 65px rgba(35, 75, 100, 0.08);
  padding: 36px 34px;
}

.benefit-item:hover {
  background: #fff;
  transform: translateY(-6px);
  box-shadow: 0 24px 65px rgba(35, 75, 100, 0.08);
}

.benefit-item h3 {
  color: #252a31;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  margin-bottom: 10px;
}

.benefit-item p {
  color: #59616f;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.reveal-up,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: 0.9s ease;
}

.reveal-up {
  transform: translateY(38px);
}

.reveal-left {
  transform: translateX(-45px);
}

.reveal-right {
  transform: translateX(45px);
}

.reveal-up.show,
.reveal-left.show,
.reveal-right.show {
  opacity: 1;
  transform: translate(0);
}

@media (max-width: 991px) {
  .benefits-heading h2 {
    font-size: 36px;
  }

  .benefits-left-img img,
  .benefits-right-img img {
    height: 460px;
  }
}

@media (max-width: 575px) {
  .benefits-plumb {
    padding: 70px 0;
  }

  .benefits-heading h2 {
    font-size: 30px;
  }

  .benefits-left-img img,
  .benefits-right-img img {
    height: 360px;
  }
}

/* sec6 */
/* faq-section.css */
.faq-plumb {
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  color: #2f3037;
  padding: 75px 0 95px;
  overflow: hidden;
}

.faq-image-stack {
  position: relative;
  min-height: 780px;
  max-width: 640px;
}

.faq-main-img {
  width: 505px;
  height: 620px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
}

.faq-small-photo {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 315px;
  height: 395px;
  border: 12px solid #fff;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(35, 55, 80, 0.08);
}

.faq-small-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-call-card {
  position: absolute;
  left: 190px;
  bottom: 130px;
  background: #fff;
  border-radius: 24px;
  padding: 24px 34px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 22px 55px rgba(35, 55, 80, 0.12);
  z-index: 3;
}
.faq-call-card a{color: inherit;text-decoration: none;}

.faq-call-card i {
  color: #5766a4;
  font-size: 34px;
}

.faq-call-card h4 {
  color: #252a31;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
}

.faq-call-card span {
  color: #69707b;
  font-size: 14px;
}

.faq-eyebrow {
  display: inline-block;
  color: #5766a4;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 28px;
}

.faq-content h2 {
  color: #303038;
  font-size: 43px;
  line-height: 1.38;
  font-weight: 800;
  margin-bottom: 26px;
}

.faq-intro {
  color: #59616f;
  font-size: 16px;
  line-height: 1.65;
  max-width: 670px;
  margin-bottom: 34px;
}

.faq-content blockquote {
  border-left: 4px solid #5766a4;
  color: #59616f;
  font-size: 16px;
  line-height: 1.65;
  font-style: italic;
  font-weight: 600;
  margin: 0 0 34px;
  padding: 0 0 0 34px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  width: 100%;
  border: 0;
  background: #f0f3ffab;
  color: #252a31;
  border-radius: 28px;
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item.active .faq-question {
  color: #5766a4;
}

.faq-answer {
  display: none;
  color: #59616f;
  font-size: 16px;
  line-height: 1.65;
  padding: 22px 24px 18px;
}

.faq-item.active .faq-answer {
  display: block;
}

.floating {
  animation: faqFloat 3.5s ease-in-out infinite;
}

@keyframes faqFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.reveal-left,
.reveal-right {
  opacity: 0;
  transition: 0.9s ease;
}

.reveal-left {
  transform: translateX(-45px);
}

.reveal-right {
  transform: translateX(45px);
}

.reveal-left.show,
.reveal-right.show {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 991px) {
  .faq-image-stack {
    margin: 0 auto;
  }

  .faq-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .faq-plumb {
    padding: 65px 0;
  }

  .faq-image-stack {
    min-height: auto;
  }

  .faq-main-img,
  .faq-small-photo {
    position: relative;
    width: 100%;
    height: 430px;
    inset: auto;
  }

  .faq-small-photo {
    margin-top: 20px;
  }

  .faq-call-card {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 20px auto;
    width: 92%;
  }

  .faq-content h2 {
    font-size: 30px;
  }
}

/* sec7 */
/* emergency-section.css */
.emergency-plumb {
  position: relative;
  min-height: 670px;
  background-image: url("../img/clean-home-bg.webp");
  background-size: cover;
  background-position: center right;
  font-family: "Inter", Arial, sans-serif;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.emergency-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient( 90deg, rgb(6, 17, 60, 0.8) 0%, rgb(6, 17, 60) 38%, rgba(0, 0, 0, 0.1) 100% );
}

.emergency-card {
  position: relative;
  z-index: 2;
  width: 710px;
  max-width: 100%;
  background: #fff;
  border-radius: 28px;
  padding: 52px 52px 50px;
  margin-left: 15px;
  box-shadow: 0 30px 80px rgba(21, 26, 60, 0.12);
  margin: 50px;
}

.emergency-eyebrow {
  display: inline-block;
  color: #5766a4;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 26px;
}

.emergency-card h2 {
  color: #303038;
  font-size: 43px;
  line-height: 1.38;
  font-weight: 800;
  margin-bottom: 26px;
}

.emergency-card p {
  color: #59616f;
  font-size: 16px;
  line-height: 1.7;
  max-width: 620px;
  margin-bottom: 36px;
}

.emergency-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #06113c;
  color: #fff;
  border-radius: 40px;
  padding: 18px 36px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s ease;
}

.emergency-btn:hover {
  background: #06113c;
  color: #fff;
  transform: translateY(-3px);
}

.emergency-reveal {
  opacity: 0;
  transform: translateX(-50px);
  transition: 0.9s ease;
}

.emergency-reveal.show {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 991px) {
  .emergency-plumb {
    min-height: 620px;
    background-position: center;
  }

  .emergency-card {
    margin-left: 0;
  }

  .emergency-card h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .emergency-plumb {
    min-height: auto;
    padding: 70px 0;
  }

  .emergency-card {
    padding: 40px 30px;
  }

  .emergency-card h2 {
    font-size: 30px;
  }
}

/* sec8 */
/* style.css */
.testimonial-section {
  background: #f0f3ffab;
  font-family: "Inter", Arial, sans-serif;
  padding: 95px 0 78px;
  overflow: hidden;
}

.testimonial-header {
  text-align: center;
  margin-bottom: 58px;
}

.testimonial-subtitle {
  display: inline-block;
  color: #5766a4;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 26px;
}

.testimonial-header h2 {
  color: #303038;
  font-size: 43px;
  line-height: 1.35;
  font-weight: 800;
  margin: 0;
}

.testimonial-slider {
  max-width: 1340px;
  margin: 0 auto;
}

.testimonial-window {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 46px;
  transition: transform 0.65s ease;
  will-change: transform;
}

.testimonial-card {
  position: relative;
  flex: 0 0 calc((100% - 46px) / 2);
  min-height: 390px;
  background: #fff;
  border-radius: 28px;
  padding: 52px 70px 48px;
  text-align: center;
  box-shadow: 0 24px 65px rgba(35, 75, 100, 0.06);
  overflow: hidden;
}
.testimonial-avatar {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 28px;
}

.testimonial-card h3 {
  color: #252a31;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}

.testimonial-card span {
  display: block;
  color: #5766a4;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 22px;
}

.testimonial-stars {
  color: #ffb51f;
  font-size: 17px;
  letter-spacing: 5px;
  margin-bottom: 28px;
}

.testimonial-card p {
  position: relative;
  z-index: 2;
  color: #59616f;
  font-size: 16px;
  line-height: 1.65;
  font-style: italic;
  font-weight: 600;
  max-width: 560px;
  margin: 0 auto;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.testimonial-dots button {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: #d6d6d6;
  padding: 0;
  cursor: pointer;
  transition: 0.3s ease;
}

.testimonial-dots button.active {
  width: 43px;
  border-radius: 20px;
  background: #5766a4;
}

.js-fade-up {
  opacity: 0;
  transform: translateY(42px);
  transition: 0.85s ease;
}

.js-fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .testimonial-card {
    flex: 0 0 100%;
  }

  .testimonial-header h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .testimonial-section {
    padding: 70px 0;
  }

  .testimonial-header h2 {
    font-size: 30px;
  }

  .testimonial-card {
    padding: 42px 28px;
  }
}
/* end sec8 */

/* sec9 */
/* contact-section.css */
.contact-plumb {
  background: #06113c;
  font-family: "Inter", Arial, sans-serif;
  color: #fff;
  overflow: hidden;
}

.contact-image {
  height: 580px;
  margin-left: auto;
  max-width: 630px;
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.contact-content {
  min-height: 580px;
  background: #06113c;
  padding: 100px 90px 70px 60px;
}

.contact-eyebrow {
  display: inline-block;
  color: #5766a4;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 28px;
}

.contact-content h2 {
  color: #fff;
  font-size: 43px;
  line-height: 1.35;
  font-weight: 800;
  margin-bottom: 26px;
}

.contact-intro {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  max-width: 650px;
  margin-bottom: 38px;
}

.contact-info-row {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 36px;
}

.contact-address h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 12px;
}

.contact-address p,
.contact-details p {
  color: inherit;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  text-decoration: none;
}
.contact-address p a {
  color: inherit;
  text-decoration: none;
}
.contact-details {
  display: grid;
  gap: 20px;
}

.contact-details i {
  font-size: 24px;
  margin-right: 12px;
  vertical-align: middle;
}

.contact-divider {
  width: 1px;
  height: 88px;
  background: rgba(255, 255, 255, 0.25);
}
.contact-details a{color: inherit;text-decoration: none;}
.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #06113c;
  color: #fff;
  border-radius: 40px;
  padding: 18px 38px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s ease;
}

.contact-btn:hover {
  background: #5766a4;
  color: #fff;
  transform: translateY(-3px);
}

.contact-reveal-left,
.contact-reveal-right {
  opacity: 0;
  transition: 0.9s ease;
}

.contact-reveal-left {
  transform: translateX(-45px);
}

.contact-reveal-right {
  transform: translateX(45px);
}

.contact-reveal-left.show,
.contact-reveal-right.show {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 991px) {
  .contact-image {
    max-width: 100%;
    height: 480px;
  }

  .contact-content {
    padding: 70px 35px;
  }

  .contact-content h2 {
    font-size: 36px;
  }

  .contact-info-row {
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .contact-content h2 {
    font-size: 30px;
  }

  .contact-info-row {
    flex-direction: column;
    gap: 25px;
  }

  .contact-divider {
    width: 100%;
    height: 1px;
  }
}

/* contact */
/* appointment-faq-section.css */
.appointment-faq {
  position: relative;
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  padding: 64px 0;
  overflow: hidden;
}

.appointment-faq-content {
  max-width: 660px;
  color: #fff;
}

.app-small-title,
.form-small-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.app-small-title {
  color: #f6903b;
}

.form-small-title {
  color: #f6903b;
}

.appointment-faq-content h2 {
  color: #06113c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 50px;
}

.app-accordion {
  display: grid;
  gap: 22px;
}

.app-faq-item button {
  width: 100%;
  border: 2px solid #b9dfff;
  background: #06113c;
  color: #fff;
  padding: 22px 32px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.app-faq-answer {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  color: #06113c;
  padding: 18px 28px;
  font-size: 15px;
  line-height: 1.7;
}

.app-faq-item.active .app-faq-answer {
  display: block;
}

.appointment-card {
  position: relative;
  background: #06113c;
  padding: 72px 70px 84px;
  min-height: 760px;
  overflow: hidden;
}

.appointment-card h3 {
  color: #fff;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 900;
  margin-bottom: 54px;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  width: 100%;
  border: 1px solid #d4d6df;
  background: #fff;
  color: #5b6478;
  font-size: 17px;
  outline: none;
  padding: 0 18px;
}

.appointment-form input,
.appointment-form select {
  height: 64px;
}

.appointment-form textarea {
  height: 145px;
  padding-top: 22px;
  resize: vertical;
}

.appointment-form button {
  border: 0;
  background: #f6903b;
  color: #fff;
  min-width: 190px;
  height: 56px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.appointment-form button:hover {
  background: #fff;
  color:#f6903b;
  transform: translateY(-3px);
}

.app-bg-icon {
  position: absolute;
  right: -5px;
  bottom: -35px;
  font-size: 260px;
  color: rgba(6, 60, 190, 0.06);
  pointer-events: none;
}

.app-reveal-left,
.app-reveal-right {
  opacity: 0;
  transition: 0.9s ease;
}

.app-reveal-left {
  transform: translateX(-50px);
}

.app-reveal-right {
  transform: translateX(50px);
}

.app-reveal-left.show,
.app-reveal-right.show {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 991px) {
  .appointment-faq-content h2,
  .appointment-card h3 {
    font-size: 42px;
  }

  .appointment-card {
    padding: 55px 35px;
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .appointment-faq {
    padding: 55px 0;
  }

  .appointment-faq-content h2,
  .appointment-card h3 {
    font-size: 34px;
  }

  .app-faq-item button {
    padding: 18px 20px;
    font-size: 15px;
  }
}
  form.CUS input.subject { display: none; }
.CUS input{
margin: 10px; padding-left: 1%; width: 96%;color:#333; height: 60px;background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;background-color: #faf9f9}
.CUS textarea{ 
margin: 10px;height: 70px!important;width: 98% !important;padding-left: 1%; color:#333;background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.CUS select{height: 60px;margin: 10px; width: 96%;color:#7b8798;background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;background-color: #faf9f9;}
@media (max-width:1200px){.CUS input, .CUS textarea{width: 95%;}}
/* footer */
/* footer-section.css */
.footer-plumb {
  background: #f0f3ffab;
  font-family: "Inter", Arial, sans-serif;
  color: #303038;
  padding: 105px 0 38px;
  overflow: hidden;
}

.footer-main {
  padding-bottom: 78px;
}

.footer-brand h2 {
  color: #4b63f1;
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 18px;
}

.footer-brand p {
  color: #59616f;
  font-size: 16px;
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: 38px;
}

.footer-form {
  width: 520px;
  max-width: 100%;
  height: 62px;
  background: #fff;
  border-radius: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(35, 75, 100, 0.06);
}

.footer-form input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 24px;
  color: #59616f;
  font-size: 14px;
}

.footer-form input::placeholder {
  color: #b4adb8;
}

.footer-form button {
  width: 88px;
  border: 0;
  background: #06113c;
  color: #fff;
  font-size: 25px;
  border-radius: 0 40px 40px 0;
  transition: 0.3s ease;
}

.footer-form button:hover {
  background: #06113c;
}

.footer-links h3 {
  color: #252a31;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 26px;
}

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

.footer-links li {
  margin-bottom: 20px;
}

.footer-links a {
  color: inherit;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-links a:hover {
  color: inherit;
  text-decoration: none;
}

.footer-links i {
  color: #5766a4;
  font-size: 14px;
  margin-right: 20px;
}

.footer-bottom {
  border-top: 1px dashed rgba(90, 100, 115, 0.28);
  padding-top: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  color: #252a31;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
.footer-bottom p a{
color: inherit;
  text-decoration: none;}
.footer-social {
  display: flex;
  gap: 12px;
  color: #fff!important;
}

.footer-social a {
  width: 35px;
  height: 35px;
  background: #06113c;
  color: #fff!important;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-social a:hover {
  background: #06113c;
  transform: translateY(-3px);
}

.footer-reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: 0.85s ease;
}

.footer-reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .footer-plumb {
    padding-top: 75px;
  }

  .footer-brand {
    margin-bottom: 45px;
  }

  .footer-links {
    margin-bottom: 35px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .footer-brand h2 {
    font-size: 48px;
  }

  .footer-form {
    height: 58px;
  }

  .footer-form button {
    width: 72px;
  }
}
/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url("fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),url("fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff")}
.bi::before,[class*=" bi-"]::before,[class^=bi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.bi-arrow-right::before{content:"\f138"}
.bi-caret-right-fill::before{content:"\f231"}
.bi-chat::before{content:"\f268"}
.bi-chevron-down::before{content:"\f282"}
.bi-chevron-up::before{content:"\f286"}
.bi-clock::before{content:"\f293"}
.bi-droplet-fill::before{content:"\f30b"}
.bi-envelope-fill::before{content:"\f32c"}
.bi-envelope::before{content:"\f32f"}
.bi-facebook::before{content:"\f344"}
.bi-grid-3x3-gap-fill::before{content:"\f3f8"}
.bi-house::before{content:"\f425"}
.bi-list::before{content:"\f479"}
.bi-person::before{content:"\f4e1"}
.bi-star-fill::before{content:"\f586"}
.bi-telephone-fill::before{content:"\f5b4"}
.bi-telephone-outbound::before{content:"\f5bc"}
.bi-telephone::before{content:"\f5c1"}
.bi-twitter::before{content:"\f5ef"}
.bi-youtube::before{content:"\f62b"}
.bi-check-lg::before{content:"\f633"}
.bi-pinterest::before{content:"\f663"}
.bi-envelope-paper::before{content:"\f73d"}
.bi-house-heart-fill::before{content:"\f775"}
.bi-prescription2::before{content:"\f80b"}