*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#ffffff;background:#12100e}a{text-decoration:none}
a{color:inherit}
.contact-header{height:130px;display:grid;grid-template-columns:35% 65%;background:#c99d7b}
.brand-panel{display:flex;align-items:center;padding-left:max(8vw,30px);background:#fff;clip-path:polygon(0 0,100% 0,82% 100%,0 100%)}
.brand{display:flex;align-items:center;gap:10px;color:#0b294b}.brand-icon{width:48px;height:48px;border-radius:50% 50% 50% 14%;display:grid;place-items:center;background:#c99d7b;color:#ffffff;font-size:1.5rem}.brand b,.brand small{display:block}.brand b{font-size:1.05rem}.brand small{font-size:.52rem;letter-spacing:.14em}
.contact-items{display:flex;align-items:center;justify-content:center;gap:4vw;padding-right:4vw}.contact-item{display:flex;align-items:center;gap:12px;white-space:nowrap}.contact-item>i{width:50px;height:50px;border:1px solid #ffffff66;border-radius:50%;display:grid;place-items:center}.contact-item span{display:flex;flex-direction:column;gap:4px}.contact-item small{font-size:.75rem}.contact-item a,.contact-item b{color:#fff;font-size:.88rem}
.navbar{position:absolute;top:130px;left:0;right:0;z-index:5;min-height:98px;background:#092f56}.nav-link{color:#ffffff!important;text-transform:uppercase;font-size:.78rem;font-weight:700;margin:0 12px}.nav-link:hover{color:#c99d7b!important}.quote-btn,.hero-btn{padding:15px 26px;border-radius:0;background:#ffffff;color:#c99d7b;font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em}
.hero{position:relative;min-height:870px;padding:155px 0 70px;background:linear-gradient(100deg,rgba(9,47,86,.90) 10%,rgba(9,47,86,.4) 55%,rgba(9,47,86,.2)),url("../img/air-vent-cleaners.webp") center/cover no-repeat;overflow:hidden}
.hero-frame{min-height:690px;padding:18px 20px 18px 105px;border:1px solid rgba(255,255,255,.2);}.hero-copy{padding:40px 25px}.eyebrow{color:#c99d7b;text-transform:uppercase;font-size:.72rem;font-weight:800;letter-spacing:.17em}
.hero h1{font-size:clamp(3.6rem,4vw,4.4rem);line-height:.94;letter-spacing:-.055em;font-weight:800}.hero h1 span{color:#c99d7b}.hero-copy>p:not(.eyebrow){max-width:650px;color:#e5e5e5;line-height:1.75}
.visual-column{position:relative}.main-photo{object-fit:fill}.video-pill{position:absolute;left:-55px;bottom:60px;width:205px;height:325px;border:9px solid #ffffff;border-radius:105px;overflow:hidden;box-shadow:0 20px 50px #00000088}.video-pill:after{content:"";position:absolute;inset:0;background:#0b294b66}.video-pill img{width:100%;height:100%;object-fit:cover}.video-pill span{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:68px;height:68px;border:2px solid #c99d7b;border-radius:50%;display:grid;place-items:center;color:#ffffff;font-size:1.8rem;animation:pulse 1.8s infinite}
.social-links{position:absolute;z-index:3;left:3.2vw;top:48%;display:flex;flex-direction:column;gap:10px}.social-links a{width:46px;height:46px;border:1px solid #ffffff38;color:#ffffff;display:grid;place-items:center;transition:.3s}.social-links a:hover{background:#c99d7b;transform:translateX(5px)}.youtube-link{animation:pulse 1.8s infinite}
.fade-up{animation:fadeUp .85s ease both}.delay{animation-delay:.18s}@keyframes fadeUp{from{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 #c99d7b88}70%{box-shadow:0 0 0 18px #c99d7b00}100%{box-shadow:0 0 0 0 #c99d7b00}}
@media(max-width:991px){.contact-header{display:none}.navbar{position:relative;top:auto}.hero{padding-top:65px}.hero-frame{padding:25px}.social-links{display:none}.video-pill{left:5%;bottom:25px;width:155px;height:245px}}
@media(max-width:576px){.hero h1{font-size:3.2rem}.hero-frame{padding:12px}.hero-copy{padding:25px 8px}.main-photo{height:470px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.about-company {
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
}

.about-company .container {
  max-width: 1320px;
}

.about-visual {
  position: relative;
  min-height: 640px;
  padding: 10px 0 0 62px;
}

.image-outline {
  position: absolute;
  top: 50px;
  left: 22px;
  width: 86%;
  height: 86%;
  border: 1px solid #d9dde2;
}

.about-main-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 88%;
  height: 580px;
  object-fit: cover;
}

.experience-card {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 248px;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(9, 41, 75, 0.12);
}

.experience-top,
.experience-bottom {
  min-height: 200px;
  padding: 42px 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.experience-top {
  background: #092f56;
}

.experience-bottom {
  background: #c89b7b;
}

.stat-number {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -5px;
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
}

.stat-label {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.experience-icon {
  position: absolute;
  top: 50%;
  right: -34px;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  color: #f0b286;
  background: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: 26px;
}

.about-content {
  padding-left: 15px;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #c99370;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-kicker i {
  font-size: 24px;
}

.about-content h2 {
  margin: 0 0 40px;
  color: #08294c;
  font-family: "Outfit", sans-serif;
  font-size: clamp(42px, 4vw, 60px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.about-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  overflow: hidden;
}

.tab-arrow {
  position: relative;
  min-width: 155px;
  padding: 14px 28px 14px 35px;
  border: 0;
  color: #637387;
  background: #eadbc9;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%);
  transition: color 0.25s ease, background 0.25s ease;
}

.tab-arrow:first-child {
  padding-left: 25px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%);
}

.tab-arrow + .tab-arrow {
  margin-left: -14px;
}

.tab-arrow.active,
.tab-arrow:hover {
  color: #ffffff;
  background: #c99a79;
}

.tab-copy {
  display: none;
  min-height: 118px;
  margin-bottom: 24px;
  color: #596a7e;
  font-size: 16px;
  line-height: 1.75;
  text-transform: capitalize;
}

.tab-copy.active {
  display: block;
  animation: fadeTab 0.35s ease;
}

.feature-list {
  margin-bottom: 34px;
  color: #08294c;
  font-size: 15px;
  font-weight: 700;
}

.feature-list > div {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  white-space: nowrap;
}

.feature-list i {
  flex: 0 0 auto;
  color: #c99a79;
  font-size: 18px;
  line-height: 1;
}

.about-footer {
  display: flex;
  align-items: center;
  gap: 38px;
  padding-top: 30px;
  border-top: 1px solid #ead9cb;
}

.know-more {
  min-width: 182px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #c88f69;
  border: 1px solid #d3a181;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s ease, background 0.3s ease;
}

.know-more:hover {

  color: #ffffff;
  background: #c99a79;
}

.client-rating {
  display: flex;
  align-items: center;
  gap: 18px;
}

.avatar-group {
  display: flex;
  padding-left: 12px;
}

.avatar-group img {
  width: 46px;
  height: 46px;
  margin-left: -12px;
  object-fit: cover;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.stars {
  display: flex;
  gap: 7px;
  margin-bottom: 3px;
  color: #c99a79;
  font-size: 17px;
}

.client-rating p {
  margin: 0;
  color: #5b6b7d;
  font-size: 14px;
  font-weight: 600;
}

@keyframes fadeTab {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199.98px) {
  .about-visual {
    min-height: 570px;
  }

  .about-main-image {
    height: 520px;
  }

  .experience-card {
    width: 215px;
  }

  .experience-top,
  .experience-bottom {
    min-height: 180px;
  }

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

  .about-content h2 {
    margin-bottom: 30px;
  }

  .feature-list > div {
    white-space: normal;
  }

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

@media (max-width: 991.98px) {
  .about-company {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .about-visual {
    max-width: 650px;
    min-height: 650px;
    margin: 0 auto 30px;
  }

  .about-main-image {
    height: 580px;
  }

  .about-content {
    max-width: 650px;
    margin: 0 auto;
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .about-visual {
    min-height: 545px;
    padding-left: 25px;
  }

  .image-outline {
    left: 0;
    width: 94%;
  }

  .about-main-image {
    width: 100%;
    height: 440px;
  }

  .experience-card {
    width: 185px;
  }

  .experience-top,
  .experience-bottom {
    min-height: 145px;
    padding: 28px 22px 22px;
  }

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

  .stat-label {
    margin-top: 14px;
    font-size: 12px;
  }

  .experience-icon {
    right: -25px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

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

  .about-tabs {
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
    overflow: visible;
  }

  .tab-arrow,
  .tab-arrow:first-child {
    width: 100%;
    padding: 14px 24px;
    clip-path: none;
  }

  .tab-arrow + .tab-arrow {
    margin-left: 0;
  }

  .tab-copy {
    min-height: auto;
  }

  .about-footer,
  .client-rating {
    align-items: flex-start;
  }

  .client-rating {
    flex-direction: column;
  }
}

.services-gallery {
  position: relative;
  overflow: hidden;
  padding: 116px 0 0;
  background: #f8f0e5;
}

.gallery-container {
  position: relative;
  z-index: 2;
  max-width: 1194px;
}

.gallery-heading {
  padding-bottom: 52px;
}

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cd9c79;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.section-eyebrow i {
  font-size: 21px;
  line-height: 1;
}

.gallery-heading h2 {
  max-width: 570px;
  margin: 0;
  color: #0b2a4c;
  font-family: "Outfit", sans-serif;
  font-size: clamp(45px, 4.2vw, 60px);
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: -1.8px;
}

.service-filter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 28px;
}

.filter-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 11px;
  padding: 13px 24px;
  color: #0b2a4c;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
}

.filter-link:first-child {
  border-radius: 999px 0 0 999px;
}

.filter-link:last-child {
  border-radius: 0 999px 999px 0;
}

.filter-link i {
  color: #cb9874;
  font-size: 20px;
}

.filter-link.active,
.filter-link:hover {
  color: #ffffff;
  background: #cc9a77;
}

.filter-link.active i,
.filter-link:hover i {
  color: #ffffff;
}

.filter-link:hover {
  transform: translateY(-2px);
}

.section-divider {
  height: 1px;
  margin-bottom: 30px;
  background: #ead9c5;
}

.service-card-row {
  padding-bottom: 118px;
}

.service-card {
  overflow: hidden;
  border: 0;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(13, 43, 78, .04);
  transition: transform .35s ease, box-shadow .35s ease;
}

.service-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 20px 45px rgba(13, 43, 78, .12);
}

.service-image-wrap {
  height: 245px;
  overflow: hidden;
}

.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.service-card:hover .service-image {
  transform: scale(1.06);
}

.service-card-body {
  position: relative;
  min-height: 217px;
  padding: 24px 30px 28px;
  overflow: hidden;
}

.service-card h3 {
  margin: 0 0 15px;
  color: #0b2a4c;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.service-card p {
  max-width: 300px;
  margin: 0 0 25px;
  color: #757c86;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.service-arrow {
  display: inline-flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  color: #ce9a76;
  background: #ffffff;
  text-decoration: none;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
}

.service-arrow:hover {
  color: #ffffff;
  background: #cc9a77;
  transform: rotate(45deg);
}

.service-icon {
  position: absolute;
  right: -13px;
  bottom: -12px;
  display: flex;
  width: 98px;
  height: 98px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #cc9a77;
}

.service-icon i {
  margin: 0 11px 11px 0;
  font-size: 42px;
  line-height: 1;
}

.fan-decoration {
  position: absolute;
  z-index: 1;
  top: 455px;
  right: -77px;
  width: 244px;
  height: 244px;
  animation: fanFloat 3.8s ease-in-out infinite;
}

.fan-ring {
  position: absolute;
  inset: 0;
  border: 1px solid #cc9a77;
  border-radius: 50%;
}

.fan-circle {
  position: absolute;
  inset: 30px 0 0 0;
  display: flex;
  width: 218px;
  height: 218px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #ecdbc5;
}

.fan-circle i {
  margin-left: -22px;
  color: #ffffff;
  font-size: 118px;
  line-height: 1;
  filter: drop-shadow(0 8px 8px rgba(13, 43, 78, .14));
  animation: fanSpin 7s linear infinite;
}

.project-gallery {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding-bottom: 10px;
  background: #ffffff;
	padding-top: 10px;
}

.gallery-item {
  height: 360px;
  margin: 0;
  overflow: hidden;
  background: #e9e1d8;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}

.gallery-item:hover img {
  transform: scale(1.07);
  filter: saturate(1.08);
}

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

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

@keyframes fanSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1399.98px) {
  .fan-decoration {
    right: -130px;
  }
}

@media (max-width: 1199.98px) {
  .gallery-container {
    max-width: 960px;
  }

  .service-card h3 {
    font-size: 21px;
  }

  .service-card-body {
    padding-left: 23px;
  }

  .fan-decoration {
    display: none;
  }

  .project-gallery {
    gap: 18px;
  }

  .gallery-item {
    height: 300px;
  }
}

@media (max-width: 991.98px) {
  .services-gallery {
    padding-top: 85px;
  }

  .service-filter {
    justify-content: flex-start;
    margin-top: 32px;
    margin-bottom: 0;
  }

  .gallery-heading {
    padding-bottom: 40px;
  }

  .service-card-row {
    padding-bottom: 85px;
  }

  .project-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-item:nth-child(4),
  .gallery-item:nth-child(5) {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .gallery-heading h2 {
    font-size: 45px;
  }

  .service-filter {
    width: 100%;
  }

  .filter-link {
    flex: 1;
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }

  .project-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .gallery-item {
    height: 260px;
  }

  .gallery-item:nth-child(3) {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .services-gallery {
    padding-top: 65px;
  }

  .gallery-heading h2 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .filter-link {
    min-height: 48px;
    gap: 7px;
    font-size: 11px;
  }

  .filter-link i {
    font-size: 17px;
  }

  .service-image-wrap {
    height: 230px;
  }

  .service-card-row {
    padding-bottom: 65px;
  }

  .project-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-item {
    height: 320px;
  }

  .gallery-item:nth-child(2) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .fan-decoration,
  .fan-circle i {
    animation: none;
  }

  .service-card,
  .service-image,
  .gallery-item img,
  .filter-link,
  .service-arrow {
    transition: none;
  }
}

.project-section {
    padding: 105px 0 100px;
    color: #ffffff;
    background-color: #07345f;
    background-image:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.06), transparent 35%),
        linear-gradient(115deg, #0a416f 0%, #062d55 52%, #052a51 100%);
    position: relative;
    overflow: hidden;
}

.project-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #ffffff 1px, transparent 2px, transparent 5px);
    pointer-events: none;
}

.project-section .container,
.contact-section .container {
    max-width: 1240px;
}

.project-heading,
.project-copy {
    position: relative;
    z-index: 1;
}

.section-kicker {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 15px;
    color: #d3a179;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-kicker i {
    font-size: 19px;
}

.project-heading h1,
.contact-content h2 {
    margin: 0;
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -2px;
}

.title-brush {
    display: block;
    width: 170px;
    height: 10px;
    margin: -4px 0 52px 11px;
    border-radius: 50%;
    border-top: 5px solid #d3a179;
    transform: rotate(-4deg);
    opacity: 0.9;
}

.project-copy {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

.project-copy p {
    margin: 0 0 24px;
}

.contact-section {
    min-height: 650px;
    padding: 72px 0 105px;
    background-color: #fffaf0;
    position: relative;
}

.dot-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.33;
    background-image: radial-gradient(#e8cfa8 1.4px, transparent 1.4px);
    background-size: 13px 13px;
}

.appointment-card {
    position: relative;
    z-index: 2;
    max-width: 535px;
    margin-top: -195px;
    padding: 42px;
    background-color: #f0e3d2;
    background-image:
        linear-gradient(30deg, transparent 48%, rgba(184, 157, 125, 0.11) 49%, transparent 51%),
        linear-gradient(150deg, transparent 48%, rgba(184, 157, 125, 0.09) 49%, transparent 51%);
    background-size: 95px 95px;
    box-shadow: 0 18px 45px rgba(7, 52, 95, 0.13);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.full-field {
    grid-column: 1 / -1;
}

.appointment-card .form-control {
    min-height: 56px;
    padding: 15px 18px;
    color: #173c60;
    background-color: #ffffff;
    border: 1px solid #d9d7d2;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    box-shadow: none;
}

.appointment-card .form-control::placeholder {
    color: #7a8490;
    opacity: 1;
}

.appointment-card .form-control:focus {
    border-color: #d3a179;
    box-shadow: 0 0 0 3px rgba(211, 161, 121, 0.18);
}

.appointment-card .textarea {
    width: 100%;
    min-height: 112px;
    resize: vertical;
}

.submit-btn {
    margin-top: 18px;
    padding: 17px 25px;
    color: #ffffff;
    background: #ce9973;
    border: 1px solid #ce9973;
    border-radius: 0;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.submit-btn i {
    margin-right: 10px;
}

.submit-btn:hover,
.submit-btn:focus {
    color: #ffffff;
    background: #0a3761;
    border-color: #0a3761;
    transform: translateY(-2px);
}

.contact-content {
    position: relative;
    z-index: 1;
    padding: 0 0 0 25px;
}

.contact-content h2 {
    color: #082f59;
}

.contact-content .title-brush {
    width: 165px;
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #eadfcf;
}

.feature-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    color: #ce9973;
    background: #ffffff;
    border-radius: 50%;
    font-size: 25px;
}

.feature-item h3 {
    margin: 1px 0 8px;
    color: #092f58;
    font-size: 17px;
    font-weight: 800;
}

.feature-item p {
    margin: 0;
    color: #697888;
    font-size: 13px;
    line-height: 1.7;
}

.phone-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 27px;
    color: #0a3159;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
}

.phone-link > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #ce9973;
    border-radius: 50%;
}

.phone-link small {
    display: block;
    color: #788694;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .project-section {
        min-height: auto;
        padding: 80px 0 210px;
    }

    .contact-section {
        padding-bottom: 80px;
    }

    .appointment-card {
        max-width: none;
        margin-top: -180px;
    }

    .contact-content {
        padding: 20px 0 0;
    }
}

@media (max-width: 575.98px) {
    .project-section {
        padding: 65px 0 175px;
    }

    .project-heading h1,
    .contact-content h2 {
        font-size: 36px;
        letter-spacing: -1.2px;
    }

    .project-copy {
        font-size: 14px;
    }

    .appointment-card {
        margin-top: -145px;
        padding: 24px 18px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .full-field {
        grid-column: auto;
    }

    .contact-content .title-brush {
        margin-left: 130px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .project-heading,
    .project-copy,
    .appointment-card,
    .contact-content {
        animation: fade-up 0.8s ease both;
    }

    .project-copy {
        animation-delay: 0.12s;
    }

    .appointment-card,
    .contact-content {
        animation-delay: 0.18s;
    }

    @keyframes fade-up {
        from {
            opacity: 0;
            transform: translateY(22px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

.warranty-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.warranty-content {
    position: relative;
    z-index: 3;
    max-width: 570px;
}

.warranty-subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #c99b7b;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.warranty-subtitle i {
    font-size: 25px;
    line-height: 1;
}

.warranty-title {
    margin: 0;
    color: #092747;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -2px;
}

.warranty-highlight {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.warranty-highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: -1;
    width: 190px;
    height: 18px;
    background-color: #c99b7b;
    clip-path: polygon(
        0 70%,
        12% 45%,
        32% 30%,
        55% 22%,
        76% 35%,
        100% 78%,
        100% 95%,
        76% 70%,
        52% 58%,
        25% 65%,
        0 100%
    );
    opacity: 0.8;
}

.warranty-description {
    margin: 42px 0 24px;
    color: #c99b7b;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
}

.warranty-features {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.warranty-feature {
    display: flex;
    gap: 20px;
    min-height: 136px;
    padding: 30px 20px 25px 0;
}

.warranty-feature h3 {
    margin: 1px 0 8px;
    color: #092747;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

.warranty-feature p {
    margin: 0;
    color: #747b83;
    font-size: 15px;
    line-height: 1.9;
}

.warranty-feature-icon {
    display: flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #c99b7b;
    background-color: #f8eee4;
    font-size: 21px;
    transition: color 0.3s ease, background-color 0.3s ease,
        transform 0.3s ease;
}

.warranty-feature:hover .warranty-feature-icon {
    color: #ffffff;
    background-color: #c99b7b;
    transform: translateY(-5px);
}

.warranty-visual {
    position: relative;
    min-height: 550px;
}

.warranty-image {
    position: absolute;
    display: block;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(9, 39, 71, 0.08);
}

.warranty-image-back {
    top: 0;
    left: 0;
    z-index: 2;
    width: 340px;
    height: 423px;
    animation: warrantyFloat 5s ease-in-out infinite;
}

.warranty-image-front {
    right: 5px;
    bottom: 0;
    z-index: 3;
    width: 345px;
    height: 433px;
    animation: warrantyFloat 5s ease-in-out 0.8s infinite;
}

.warranty-circles {
    position: absolute;
    top: 50px;
    left: 230px;
    z-index: 1;
    width: 530px;
    height: 530px;
}

.warranty-circles span {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #d9dde1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.warranty-circles span:nth-child(1) {
    width: 220px;
    height: 220px;
}

.warranty-circles span:nth-child(2) {
    width: 300px;
    height: 300px;
}

.warranty-circles span:nth-child(3) {
    width: 380px;
    height: 380px;
}

.warranty-circles span:nth-child(4) {
    width: 460px;
    height: 460px;
}

.warranty-circles span:nth-child(5) {
    width: 530px;
    height: 530px;
}

.warranty-badge {
    position: absolute;
    top: 275px;
    left: 90px;
    z-index: 5;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(9, 39, 71, 0.06);
    animation: warrantyBadgeFloat 4s ease-in-out infinite;
}

.warranty-badge::before {
    content: "";
    position: absolute;
    inset: 15px;
    border: 1px dashed #092747;
    border-radius: 50%;
}

.warranty-badge-text {
    position: absolute;
    inset: 0;
    color: #092747;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
}

.warranty-badge-text span {
    position: absolute;
}

.warranty-badge-text span:nth-child(1) {
    top: 47%;
    left: 2px;
    transform: rotate(-90deg);
}

.warranty-badge-text span:nth-child(2) {
    top: 18px;
    left: 62px;
    transform: rotate(-12deg);
}

.warranty-badge-text span:nth-child(3) {
    top: 30px;
    right: 2px;
    transform: rotate(58deg);
}

.warranty-badge-text span:nth-child(4) {
    right: -1px;
    bottom: 43px;
    transform: rotate(91deg);
}

.warranty-badge-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 65px;
    color: #c99b7b;
    border-bottom: 13px solid #c99b7b;
    border-radius: 0 0 15px 15px;
    font-size: 52px;
    transform: translate(-50%, -50%);
}

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

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

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

    50% {
        transform: translateY(-10px) rotate(3deg);
    }
}

@media (max-width: 1199.98px) {
    .warranty-title {
        font-size: 46px;
    }

    .warranty-visual {
        transform: scale(0.9);
        transform-origin: left center;
    }
}

@media (max-width: 991.98px) {
    .warranty-section {
        padding: 80px 0;
    }

    .warranty-content {
        max-width: 100%;
    }

    .warranty-visual {
        width: 620px;
        max-width: 100%;
        margin: 25px auto 0;
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .warranty-section {
        padding: 65px 0;
    }

    .warranty-title {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .warranty-feature {
        padding-right: 0;
    }

    .warranty-visual {
        min-height: 650px;
    }

    .warranty-image-back {
        left: 0;
        width: 82%;
        height: 380px;
    }

    .warranty-image-front {
        right: 0;
        bottom: 0;
        width: 82%;
        height: 390px;
    }

    .warranty-badge {
        top: 290px;
        left: 50%;
        width: 175px;
        height: 175px;
        transform: translateX(-50%);
        animation: none;
    }

    .warranty-badge::before {
        inset: 12px;
    }

    .warranty-badge-center {
        width: 88px;
        height: 55px;
        font-size: 42px;
    }

    .warranty-circles {
        left: 30%;
    }
}

@media (max-width: 575.98px) {
    .warranty-title {
        font-size: 33px;
    }

    .warranty-description {
        margin-top: 32px;
    }

    .warranty-visual {
        min-height: 560px;
    }

    .warranty-image-back {
        height: 330px;
    }

    .warranty-image-front {
        height: 340px;
    }

    .warranty-badge {
        top: 245px;
        width: 150px;
        height: 150px;
    }

    .warranty-badge-text {
        display: none;
    }
}
.warranty-round-badge {
    position: absolute;
    top: 275px;
    left: 90px;
    z-index: 5;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 12px 35px rgba(9, 39, 71, 0.12);
}

/* Rotating circular text */
.warranty-rotating-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    animation: warrantyTextRotation 14s linear infinite;
}

.warranty-rotating-text text {
    fill: #092747;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 4.6px;
    text-transform: uppercase;
}

/* Fixed center icon */
.warranty-badge-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 105px;
    height: 75px;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.warranty-heat-icons {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: #c99b7b;
    transform: translateX(-50%);
}

.warranty-heat-icons i {
    display: inline-block;
    margin: 0 -3px;
    font-size: 42px;
    line-height: 1;
    transform: rotate(180deg);
}

.warranty-icon-base {
    position: absolute;
    bottom: -10px;
    left: 50%;
    color: #c99b7b;
    font-size: 105px;
    font-weight: 900;
    line-height: 1;
    transform: translateX(-50%) scaleY(2.2);
}

@keyframes warrantyTextRotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Pause rotation when hovered */
.warranty-round-badge:hover .warranty-rotating-text {
    animation-play-state: paused;
}

@media (max-width: 767.98px) {
    .warranty-round-badge {
        top: 290px;
        left: 50%;
        width: 175px;
        height: 175px;
        transform: translateX(-50%);
    }

    .warranty-rotating-text text {
        font-size: 9px;
        letter-spacing: 4px;
    }

    .warranty-heat-icons i {
        font-size: 35px;
    }

    .warranty-icon-base {
        bottom: -5px;
        font-size: 85px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .warranty-rotating-text {
        animation: none;
    }
}

.houston-testimonials {
    position: relative;
    overflow: hidden;
    min-height: 610px;
    padding: 95px 0;
    background-color: #c69b7b;
    isolation: isolate;
}

/* Geometric background pattern */
.houston-testimonials::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background-image:
        linear-gradient(30deg, rgba(255, 255, 255, 0.055) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.055) 87.5%),
        linear-gradient(150deg, rgba(255, 255, 255, 0.055) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.055) 87.5%),
        linear-gradient(30deg, rgba(255, 255, 255, 0.055) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.055) 87.5%),
        linear-gradient(150deg, rgba(255, 255, 255, 0.055) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.055) 87.5%);
    background-position: 0 0, 0 0, 80px 140px, 80px 140px;
    background-size: 160px 280px;
}

.houston-testimonials::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.08),
        rgba(0, 0, 0, 0.01) 45%,
        rgba(0, 0, 0, 0.08)
    );
}

.houston-testimonials .carousel-item {
    min-height: 420px;
}

.testimonial-photo-wrapper {
    position: relative;
    width: 370px;
    height: 370px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-rings {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    animation: testimonial-ring-pulse 3.5s ease-in-out infinite;
}

.testimonial-rings::before,
.testimonial-rings::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.27);
    border-radius: 50%;
    content: "";
}

.testimonial-rings::before {
    inset: 10px;
}

.testimonial-rings::after {
    inset: 22px;
}

.testimonial-photo {
    position: relative;
    z-index: 2;
    width: 232px;
    height: 232px;
    border: 8px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.testimonial-quote-icon {
    position: absolute;
    bottom: 31px;
    left: 8px;
    z-index: 3;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #c69b7b;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.testimonial-quote-icon i {
    display: block;
    font-size: 60px;
    line-height: 1;
    transform: rotate(180deg) translateY(-5px);
}

.testimonial-content {
    max-width: 800px;
    color: #ffffff;
}

.testimonial-content h3 {
    margin: 0 0 3px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.testimonial-service {
    display: block;
    margin-bottom: 28px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonial-content blockquote {
    margin: 0;
    color: #ffffff;
    font-size: clamp(22px, 2vw, 20px);
    font-weight: 600;
    line-height: 1.48;
}

.testimonial-rating {
    display: flex;
    gap: 7px;
    margin-top: 38px;
    color: #ffffff;
    font-size: 18px;
}

.houston-testimonials .carousel-control-prev,
.houston-testimonials .carousel-control-next {
    top: 50%;
    width: 50px;
    height: 50px;
    color: #c69b7b;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
    transform: translateY(-50%);
    transition: width 0.3s ease, color 0.3s ease;
}

.houston-testimonials .carousel-control-prev {
    left: 0;
    border-radius: 0 100px 100px 0;
}

.houston-testimonials .carousel-control-next {
    right: 0;
    border-radius: 100px 0 0 100px;
}

.houston-testimonials .carousel-control-prev:hover,
.houston-testimonials .carousel-control-next:hover {
    width: 88px;
    color: #000000;
}

.houston-testimonials .carousel-control-prev i,
.houston-testimonials .carousel-control-next i {
    font-size: 31px;
}

.houston-testimonials .carousel-item.active .testimonial-photo-wrapper {
    animation: testimonial-fade-left 0.8s ease both;
}

.houston-testimonials .carousel-item.active .testimonial-content {
    animation: testimonial-fade-right 0.8s 0.12s ease both;
}

@keyframes testimonial-ring-pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.75;
    }

    50% {
        transform: scale(1.035);
        opacity: 1;
    }
}

@keyframes testimonial-fade-left {
    from {
        opacity: 0;
        transform: translateX(-45px);
    }

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

@keyframes testimonial-fade-right {
    from {
        opacity: 0;
        transform: translateX(45px);
    }

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

@media (max-width: 1199.98px) {
    .houston-testimonials {
        padding-right: 80px;
        padding-left: 80px;
    }

    .testimonial-photo-wrapper {
        width: 320px;
        height: 320px;
    }

    .testimonial-photo {
        width: 205px;
        height: 205px;
    }
}

@media (max-width: 991.98px) {
    .houston-testimonials {
        padding: 80px 60px;
        text-align: center;
    }

    .houston-testimonials .carousel-item {
        min-height: 740px;
    }

    .testimonial-content {
        margin: auto;
    }

    .testimonial-rating {
        justify-content: center;
    }

    .testimonial-content blockquote {
        font-size: 22px;
    }

    .houston-testimonials .carousel-control-prev,
    .houston-testimonials .carousel-control-next {
        width: 54px;
        height: 110px;
    }
}

@media (max-width: 575.98px) {
    .houston-testimonials {
        min-height: auto;
        padding: 65px 38px;
    }

    .houston-testimonials .carousel-item {
        min-height: 720px;
    }

    .testimonial-photo-wrapper {
        width: 250px;
        height: 250px;
    }

    .testimonial-photo {
        width: 165px;
        height: 165px;
        border-width: 5px;
    }

    .testimonial-quote-icon {
        bottom: 17px;
        left: 3px;
        width: 58px;
        height: 58px;
    }

    .testimonial-quote-icon i {
        font-size: 43px;
    }

    .testimonial-content blockquote {
        font-size: 18px;
        line-height: 1.55;
    }

    .houston-testimonials .carousel-control-prev,
    .houston-testimonials .carousel-control-next {
        width: 36px;
        height: 82px;
    }

    .houston-testimonials .carousel-control-prev i,
    .houston-testimonials .carousel-control-next i {
        font-size: 22px;
    }
}

.ventilation-services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 15%, rgba(20, 168, 245, 0.12), transparent 24%),
    radial-gradient(circle at 95% 85%, rgba(0, 194, 184, 0.12), transparent 25%),
    #f7fbfe;
  font-family: Arial, Helvetica, sans-serif;
}

.ventilation-services .container {
  position: relative;
  z-index: 2;
}

.section-label {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 15px;
  color: #006ea8;
  background: #e7f6ff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.ventilation-services h2 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #0a2a43;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 28px;
  color: #566875;
  font-size: 17px;
  line-height: 1.8;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.service-item {
  display: flex;
  gap: 15px;
  height: 100%;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dcebf3;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(10, 42, 67, 0.07);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.service-item:hover {
  transform: translateY(-6px);
  border-color: #14a8f5;
}

.service-icon {
  display: inline-flex;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #0a2a43;
  border-radius: 12px;
  font-size: 23px;
  transition: transform 0.4s ease, background 0.3s ease;
}

.service-item:hover .service-icon {
  background: #14a8f5;
  transform: rotate(8deg);
}

.service-item h3 {
  margin: 2px 0 7px;
  color: #0a2a43;
  font-size: 18px;
  font-weight: 800;
}

.service-item p {
  margin: 0;
  color: #657681;
  font-size: 14px;
  line-height: 1.65;
}

.coupon-wrap {
  position: relative;
  max-width: 470px;
  margin: auto;
  animation: couponFloat 4s ease-in-out infinite;
}

.coupon-card {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #0a2a43;
  border: 3px dashed #ffffff;
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(10, 42, 67, 0.25);
}

.coupon-card::before,
.coupon-card::after {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 32px;
  height: 32px;
  content: "";
  background: #f7fbfe;
  border-radius: 50%;
  transform: translateY(-50%);
}

.coupon-card::before {
  left: -17px;
}

.coupon-card::after {
  right: -17px;
}

.coupon-top {
  padding: 13px 20px;
  text-align: center;
  background: #14a8f5;
}

.coupon-top span {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.coupon-body {
  padding: 32px 30px 28px;
  text-align: center;
}

.coupon-brand {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
}

.coupon-brand i {
  color: #cc9a77;
  font-size: 24px;
}

.coupon-save {
  margin: 25px 0 0;
  color: #bcd2df;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.coupon-price {
  display: flex;
  min-height: 145px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.coupon-price .dollar {
  align-self: flex-start;
  margin-top: 36px;
  color: #cc9a77;
  font-size: 42px;
  font-weight: 900;
}

.coupon-price strong {
  color: #ffffff;
  font-size: clamp(100px, 11vw, 145px);
  font-weight: 900;
  letter-spacing: -10px;
}

.coupon-price .only {
  align-self: flex-end;
  margin: 0 0 25px 9px;
  padding: 6px 9px;
  color: #0a2a43;
  background: #ffffff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
}

.coupon-body h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(27px, 4vw, 39px);
  font-weight: 900;
  text-transform: uppercase;
}

.coupon-divider {
  position: relative;
  height: 28px;
  margin: 20px 0 12px;
}

.coupon-divider::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: "";
  border-top: 2px dashed rgba(255, 255, 255, 0.35);
}

.coupon-divider span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  padding: 3px 9px;
  color: #cc9a77;
  background: #0a2a43;
  font-size: 20px;
}

.coupon-phone {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  color: #0a2a43;
  background: #ffffff;
  border-radius: 50px;
  font-size: clamp(20px, 3vw, 27px);
  font-weight: 900;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.coupon-phone:hover {
  color: #ffffff;
  background: #14a8f5;
  transform: scale(1.04);
}

.coupon-note {
  max-width: 330px;
  margin: 18px auto 0;
  color: #afc5d1;
  font-size: 11px;
  line-height: 1.5;
}

.coupon-shadow {
  position: absolute;
  bottom: -16px;
  left: 12%;
  z-index: -1;
  width: 76%;
  height: 25px;
  background: rgba(10, 42, 67, 0.22);
  border-radius: 50%;
  filter: blur(10px);
}

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

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

@media (max-width: 767.98px) {
  .service-list {
    grid-template-columns: 1fr;
  }

  .ventilation-services h2 {
    font-size: 33px;
  }

  .coupon-body {
    padding-right: 22px;
    padding-left: 22px;
  }

  .coupon-price strong {
    font-size: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coupon-wrap {
    animation: none;
  }

  .service-item,
  .service-icon,
  .coupon-phone {
    transition: none;
  }
}
.vc-choice-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(13, 110, 253, 0.035) 1px, transparent 1px),
        linear-gradient(rgba(13, 110, 253, 0.035) 1px, transparent 1px),
        #f6f9fc;
    background-size: 35px 35px;
}

.vc-choice-section::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 230px;
    height: 230px;
    border: 45px solid #cc9a77;
    border-radius: 50%;
    opacity: 0.08;
}

.vc-choice-section .container {
    position: relative;
    z-index: 2;
}

/* Left Information Panel */

.vc-choice-intro {
    position: relative;
    display: flex;
    min-height: 650px;
    padding: 55px 45px;
    overflow: hidden;
    border-radius: 35px 5px 35px 5px;
    color: #ffffff;
    background: #102a43;
    box-shadow: 0 25px 60px rgba(16, 42, 67, 0.2);
}

.vc-choice-intro::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 45%;
    border-radius: 0 0 0 10px;
    background: #cc9a77;
}

.vc-choice-intro::after {
    content: "";
    position: absolute;
    right: -95px;
    bottom: -95px;
    width: 260px;
    height: 260px;
    border: 50px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

.vc-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.vc-circle-one {
    top: 75px;
    right: -25px;
    width: 80px;
    height: 80px;
    border: 15px solid #0d6efd;
    opacity: 0.45;
    animation: vcCircleFloat 5s ease-in-out infinite;
}

.vc-circle-two {
    bottom: 170px;
    left: -20px;
    width: 55px;
    height: 55px;
    background: #cc9a77;
    opacity: 0.12;
    animation: vcCircleFloat 4s ease-in-out infinite reverse;
}

.vc-intro-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.vc-subtitle {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 9px;
    margin-bottom: 22px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    color: #cc9a77;
    background: rgba(255, 255, 255, 0.06);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.vc-subtitle i {
    font-size: 17px;
    animation: vcStarShine 2s ease-in-out infinite;
}

.vc-choice-intro h2 {
    margin-bottom: 23px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.12;
}

.vc-choice-intro h2 span {
    display: block;
    color: #cc9a77;
}

.vc-choice-intro > .vc-intro-content > p {
    margin-bottom: 30px;
    color: #c7d5e2;
    font-size: 16px;
    line-height: 1.8;
}

.vc-certified-box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(5px);
}

.vc-certified-icon {
    display: grid;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 16px;
    color: #102a43;
    background: #cc9a77;
    font-size: 27px;
    box-shadow: 0 10px 25px rgba(255, 183, 3, 0.2);
}

.vc-certified-box strong,
.vc-certified-box span {
    display: block;
}

.vc-certified-box strong {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 17px;
}

.vc-certified-box span {
    color: #b9c9d8;
    font-size: 14px;
    line-height: 1.55;
}

.vc-intro-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    padding-top: 35px;
}

.vc-phone-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    transition: 0.3s ease;
}

.vc-phone-icon {
    display: grid;
    width: 53px;
    height: 53px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #0d6efd;
    box-shadow: 0 0 0 7px rgba(13, 110, 253, 0.14);
    transition: 0.3s ease;
}

.vc-phone-button small {
    display: block;
    margin-bottom: 3px;
    color: #9fb3c5;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.vc-phone-button:hover {
    color: #cc9a77;
}

.vc-phone-button:hover .vc-phone-icon {
    color: #102a43;
    background: #cc9a77;
    transform: rotate(-12deg);
}

.vc-rating {
    text-align: right;
}

.vc-stars {
    margin-bottom: 5px;
    color: #cc9a77;
    font-size: 13px;
    white-space: nowrap;
}

.vc-rating > span {
    color: #b9c9d8;
    font-size: 12px;
}

/* Right Benefits Panel */

.vc-benefits-wrapper {
    height: 100%;
    padding: 35px;
    border: 1px solid #e1eaf2;
    border-radius: 5px 35px 5px 35px;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(16, 42, 67, 0.1);
}

.vc-benefits-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e4ebf2;
}

.vc-benefits-heading span {
    display: block;
    margin-bottom: 7px;
    color: #0d6efd;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.vc-benefits-heading h3 {
    margin: 0;
    color: #102a43;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
}

.vc-benefits-heading > i {
    color: #cc9a77;
    font-size: 43px;
    animation: vcBadgePulse 2.3s ease-in-out infinite;
}

.vc-benefits-list {
    position: relative;
}

/* Vertical Connection Line */

.vc-benefits-list::before {
    content: "";
    position: absolute;
    top: 46px;
    bottom: 46px;
    left: 83px;
    width: 2px;
    background: #dfe8f0;
}

.vc-benefit-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 14px;
    padding: 20px 20px 20px 15px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 18px;
    background: #f7fafd;
    transition: 0.35s ease;
}

.vc-benefit-item:last-child {
    margin-bottom: 0;
}

.vc-benefit-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    border-radius: 0 5px 5px 0;
    background: #cc9a77;
    transition: height 0.35s ease;
}

.vc-benefit-item:hover {
    border-color: #dbe7f2;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(16, 42, 67, 0.1);
    transform: translateX(8px);
}

.vc-benefit-item:hover::before {
    height: 100%;
}

.vc-benefit-number {
    flex: 0 0 30px;
    color: #a3b5c5;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
}

.vc-benefit-icon {
    position: relative;
    z-index: 2;
    display: grid;
    flex: 0 0 57px;
    width: 57px;
    height: 57px;
    place-items: center;
    border: 5px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    background: #0d6efd;
    font-size: 22px;
    box-shadow: 0 7px 18px rgba(13, 110, 253, 0.2);
    transition: 0.5s ease;
}

.vc-benefit-item:hover .vc-benefit-icon {
    color: #102a43;
    background: #cc9a77;
    transform: rotateY(360deg);
}

.vc-benefit-content {
    flex: 1;
}

.vc-benefit-content h4 {
    margin-bottom: 6px;
    color: #102a43;
    font-size: 18px;
    font-weight: 800;
}

.vc-benefit-content p {
    margin: 0;
    color: #637587;
    font-size: 14px;
    line-height: 1.6;
}

.vc-benefit-check {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #0d6efd;
    background: #eaf2ff;
    font-size: 17px;
    transition: 0.3s ease;
}

.vc-benefit-item:hover .vc-benefit-check {
    color: #ffffff;
    background: #0d6efd;
    transform: scale(1.08);
}

/* Highlighted Final Item */

.vc-highlight-item {
    border-color: #102a43;
    background: #102a43;
}

.vc-highlight-item .vc-benefit-number {
    color: #86a0b5;
}

.vc-highlight-item .vc-benefit-icon {
    color: #102a43;
    background: #cc9a77;
}

.vc-highlight-item .vc-benefit-content h4 {
    color: #ffffff;
}

.vc-highlight-item .vc-benefit-content p {
    color: #bed0df;
}

.vc-highlight-item .vc-benefit-check {
    color: #cc9a77;
    background: rgba(255, 183, 3, 0.1);
    font-size: 20px;
}

.vc-highlight-item:hover {
    border-color: #102a43;
    background: #102a43;
}

/* Animations */

@keyframes vcStarShine {
    0%,
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    50% {
        opacity: 0.55;
        transform: scale(1.25) rotate(15deg);
    }
}

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

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

@keyframes vcBadgePulse {
    0%,
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(255, 183, 3, 0));
    }

    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 6px 7px rgba(255, 183, 3, 0.3));
    }
}

/* Responsive */

@media (max-width: 1199.98px) {
    .vc-choice-intro {
        padding: 45px 35px;
    }

    .vc-benefits-wrapper {
        padding: 28px;
    }

    .vc-intro-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .vc-rating {
        text-align: left;
    }
}

@media (max-width: 991.98px) {
    .vc-choice-intro {
        min-height: auto;
    }

    .vc-intro-footer {
        align-items: center;
        flex-direction: row;
        margin-top: 35px;
        padding-top: 0;
    }

    .vc-rating {
        text-align: right;
    }
}

@media (max-width: 575.98px) {
    .vc-choice-intro {
        padding: 38px 25px;
        border-radius: 25px 5px 25px 5px;
    }

    .vc-benefits-wrapper {
        padding: 25px 16px;
        border-radius: 5px 25px 5px 25px;
    }

    .vc-benefits-heading {
        align-items: flex-start;
    }

    .vc-benefits-heading > i {
        display: none;
    }

    .vc-intro-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .vc-rating {
        text-align: left;
    }

    .vc-benefits-list::before {
        display: none;
    }

    .vc-benefit-item {
        align-items: flex-start;
        gap: 13px;
        padding: 19px 15px;
    }

    .vc-benefit-number {
        display: none;
    }

    .vc-benefit-icon {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
        border-width: 4px;
        font-size: 19px;
    }

    .vc-benefit-check {
        display: none;
    }

    .vc-benefit-content h4 {
        font-size: 17px;
    }

    .vc-benefit-item:hover {
        transform: translateY(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vc-circle,
    .vc-subtitle i,
    .vc-benefits-heading > i {
        animation: none;
    }

    .vc-benefit-item,
    .vc-benefit-icon,
    .vc-phone-icon {
        transition: none;
    }
}

.ploming-footer {
    position: relative;
    overflow: hidden;
    padding: 78px 0 28px;
    color: #ffffff;
    background-color: #08294a;
    background-image:
        radial-gradient(circle at 30% 45%, rgba(25, 83, 133, 0.22), transparent 32%),
        radial-gradient(circle at 80% 70%, rgba(17, 75, 125, 0.18), transparent 35%);
    font-family: Arial, Helvetica, sans-serif;
}

.ploming-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.08;
    pointer-events: none;
    background-image:
        radial-gradient(circle, #ffffff 0.7px, transparent 0.8px);
    background-size: 17px 17px;
}

.ploming-footer .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

/* Titles */

.footer-title {
    position: relative;
    margin: 0 0 34px;
    padding-bottom: 16px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.footer-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 2px;
    background-color: #d2a47e;
}

.footer-description {
    max-width: 270px;
    margin-bottom: 30px;
    color: #91a7bf;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.9;
}

/* Contact Button */

.footer-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 14px 21px;
    color: #ffffff;
    background-color: #d1a17b;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.footer-contact-btn i {
    font-size: 19px;
    transition: transform 0.3s ease;
}

.footer-contact-btn:hover {
    color: #ffffff;
    background-color: #bd8962;
    transform: translateY(-3px);
}

.footer-contact-btn:hover i {
    transform: translateX(5px);
}

/* Footer Links */

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

.footer-links li {
    margin-bottom: 16px;width: 50%;float: left
}

.footer-links a {
    display: inline-block;
    color: #91a7bf;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links a:hover {
    color: #d2a47e;
    transform: translateX(6px);
}

/* Gallery */
.footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, 85px);
    gap: 8px;
}

.footer-gallery a {
    position: relative;
    display: block;
    height: 85px;
    overflow: hidden;
    background-color: #061f38;
}

.footer-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.footer-gallery span {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #ffffff;
    background-color: rgba(210, 164, 126, 0.78);
    font-size: 23px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.footer-gallery a:hover img {
    transform: scale(1.12);
}

.footer-gallery a:hover span {
    opacity: 1;
}

/* Contact Bar */

.footer-contact-bar {
    margin-top: 58px;
    padding: 31px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}

.footer-logo:hover {
    color: #ffffff;
}

.footer-logo-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-right: -8px;
    margin-top: -32px;
    color: #ffffff;
    background-color: #d2a47e;
    border-radius: 65% 35% 65% 35%;
    transform: rotate(45deg);
}

.footer-logo-icon i {
    font-size: 24px;
    transform: rotate(-45deg);
}

.footer-logo-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    font-size: 31px;
    font-weight: 800;
    line-height: 0.9;
}

.footer-logo-text small {
    margin-top: 7px;
    color: #91a7bf;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.footer-info {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
}

.footer-info:hover {
    color: #ffffff;
}

.footer-info-icon,
.footer-agent {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
}

.footer-info-icon {
    display: grid;
    place-items: center;
    color: #d2a47e;
    font-size: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.footer-info:hover .footer-info-icon {
    color: #ffffff;
    background-color: #d2a47e;
    transform: rotateY(180deg);
}

.footer-agent {
    overflow: hidden;
}

.footer-agent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-info small,
.footer-info strong {
    display: block;
}

.footer-info small {
    margin-bottom: 5px;
    color: #91a7bf;
    font-size: 14px;
    font-weight: 500;
}

.footer-info strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

/* Bottom Footer */

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 28px;
}

.footer-bottom p {
    margin: 0;
    color: #91a7bf;
    font-size: 14px;
    font-weight: 600;
}

.footer-socials {
    display: flex;
    gap: 10px;
}

.footer-socials a {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: #c9d5e1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.footer-socials a:hover {
    color: #ffffff;
    background-color: #d2a47e;
    border-color: #d2a47e;
    transform: translateY(-5px);
}

.youtube-social i {
    animation: youtubePulse 1.8s ease-in-out infinite;
}

/* Animations */

@keyframes youtubePulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.22);
    }
}

/* Responsive */

@media (max-width: 991.98px) {
    .ploming-footer {
        padding-top: 65px;
    }

    .footer-contact-bar {
        margin-top: 45px;
    }

    .footer-info {
        padding: 5px 0;
    }
}

@media (max-width: 767.98px) {
    .ploming-footer {
        padding: 55px 0 25px;
    }

    .footer-title {
        margin-bottom: 25px;
    }

    .footer-gallery {
        grid-template-columns: repeat(3, minmax(75px, 100px));
    }

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

@media (max-width: 419.98px) {
    .footer-gallery {
        grid-template-columns: repeat(2, minmax(85px, 110px));
    }

    .footer-info strong {
        font-size: 14px;
        overflow-wrap: anywhere;
    }
}
form.CUS input.subject {display: none;}
.obfuscatedEmail a{color:inherit}

/*marquee*/
.marquee {width:100%;margin: 0 auto 80px;overflow: hidden;white-space: nowrap;box-sizing: border-box;animation: marquee 50s linear infinite;color:#fff;transition: 3s}
.marquee img {filter: grayscale(100%);transition: 1s}
.marquee:hover {animation-play-state: paused;}
.marquee:hover img {filter: grayscale(0%);}
/* Make it move */
@keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -105em }}

 @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-left::before{content:"\f12f"}.bi-arrow-right::before{content:"\f138"}.bi-arrow-up-right::before{content:"\f144"}.bi-calendar2-check-fill::before{content:"\f1f7"}.bi-chat-square-dots-fill::before{content:"\f25e"}.bi-clock-fill::before{content:"\f291"}.bi-facebook::before{content:"\f344"}.bi-filter-square::before{content:"\f3c9"}.bi-geo-alt-fill::before{content:"\f3e7"}.bi-grid-3x3-gap::before{content:"\f3f9"}.bi-hand-thumbs-up-fill::before{content:"\f406"}.bi-headset::before{content:"\f414"}.bi-instagram::before{content:"\f437"}.bi-patch-check-fill::before{content:"\f4b5"}.bi-people-fill::before{content:"\f4cf"}.bi-scissors::before{content:"\f528"}.bi-shield-fill-check::before{content:"\f531"}.bi-snow::before{content:"\f56d"}.bi-star-fill::before{content:"\f586"}.bi-stars::before{content:"\f589"}.bi-sun::before{content:"\f5a2"}.bi-telephone-fill::before{content:"\f5b4"}.bi-tools::before{content:"\f5db"}.bi-twitter::before{content:"\f5ef"}.bi-wind::before{content:"\f61d"}.bi-youtube::before{content:"\f62b"}.bi-check-lg::before{content:"\f633"}.bi-plus-lg::before{content:"\f64d"}.bi-fan::before{content:"\f670"}.bi-quote::before{content:"\f6b0"}.bi-fire::before{content:"\f7f6"}.bi-houses-fill::before{content:"\f8c5"}.bi-twitter-x::before{content:"\f8db"}.bi-arrow-repeat::before{content:"\f130"}.bi-fan::before{content:"\f670"}