:root{
  --navy:#09253F;
  --orange:#F28C38;
  --teal:#1FA6A6;
  --sky:#7CC7E8;
  --section:#EEF3F5;
  --text:#444;
  --white:#fff;
}

.mb-header{
  font-family:'Poppins',sans-serif;
  overflow:hidden;
}

/* start NAVBAR */

.mb-navbar{
  background:linear-gradient(90deg,#06213B,#09253F,#06213B);
  padding:14px 0;
}

.navbar-brand img{
  max-width:290px;
}

.nav-link{
  color:#fff;
  font-weight:700;
  margin:0 10px;
  position:relative;
}

.nav-link:hover,
.nav-link.active{
  color:var(--orange)!important;
}

.nav-link.active::after{
  content:"";
  position:absolute;
  left:8px;
  right:8px;
  bottom:-10px;
  height:3px;
  background:var(--orange);
  border-radius:20px;
}

.dropdown-menu{
  border:0;
  border-radius:18px;
  padding:12px;
  box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.dropdown-item{
  border-radius:12px;
  padding:12px 14px;
  font-weight:600;
}

.dropdown-item:hover{
  background:#EEF3F5;
  color:var(--teal);
}

.nav-call{
  background:var(--orange);
  color:#fff;
  padding:14px 28px;
  border-radius:50px;
  text-decoration:none;
  font-weight:800;
}

/* Keep Services Link White */
.navbar .nav-link.dropdown-toggle.show{
  color:#fff !important;
}

/* Hover + Active */
.navbar .nav-link.dropdown-toggle.show:hover,
.navbar .nav-link.dropdown-toggle.show:focus{
  color:var(--orange)!important;
}

/* Optional smooth transition */
.nav-link{
  transition:.3s ease;
}



/* end NAVBAR */

/* HERO */

/* Header */
.mb-header {
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

/* Navbar */
.mb-navbar {
  background: linear-gradient(90deg, #06213B, #09253F, #06213B);
  padding: 14px 0;
}

.navbar-brand img {
  max-width: 290px;
}

.nav-link {
  color: #fff !important;
  font-weight: 700;
  margin: 0 10px;
  position: relative;
  transition: .3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--orange) !important;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: -10px;
  height: 3px;
  background: var(--orange);
  border-radius: 20px;
}

.mb-navbar .nav-link:focus,
.mb-navbar .nav-link:active,
.mb-navbar .nav-link.show,
.mb-navbar .show > .nav-link,
.mb-navbar .dropdown-toggle[aria-expanded="true"] {
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
}

.dropdown-menu {
  border: 0;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,.15);
}

.dropdown-item {
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 600;
}

.dropdown-item:hover {
  background: #EEF3F5;
  color: var(--teal);
}

.nav-call {
  background: var(--orange);
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
}

/* Hero */
.mb-hero {
  position: relative;
  padding: 90px 0 150px;
  overflow: hidden;
  background:
    radial-gradient(circle at right top, rgba(124,199,232,.25), transparent 30%),
    linear-gradient(120deg, #fff 0%, #EEF3F5 100%);
}

.mb-hero .container {
  position: relative;
  z-index: 5;
}

/* Dots */
.hero-dots {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(rgba(31,166,166,.18) 2px, transparent 2px);
  background-size: 18px 18px;
}

.dots-1 {
  top: 120px;
  left: 48%;
}

.dots-2 {
  right: 50px;
  top: 70px;
}

/* Hero Content */
.small-label {
  display: inline-block;
  background: rgba(31,166,166,.12);
  color: var(--teal);
  padding: 11px 18px;
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 24px;
}

.hero-content h1 {
  font-size: 68px;
  line-height: 1.05;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 24px;
}

.hero-content p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 32px;
  max-width: 580px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.primary-btn,
.secondary-btn {
  padding: 16px 32px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 800;
  transition: .3s ease;
}

.primary-btn {
  background: linear-gradient(180deg, #FFB547, #F28C38);
  color: #fff;
  box-shadow: 0 10px 25px rgba(242,140,56,.35);
}

.secondary-btn {
  background: #fff;
  border: 2px solid var(--teal);
  color: var(--teal);
}

.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-3px);
}

.hero-features {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.hero-features strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
}

.hero-features span {
  color: #555;
}

/* Hero Image */
.image-card {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(18,52,77,.18);
}

.image-card img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}

.float-card {
  position: absolute;
  right: -10px;
  bottom: 70px;
  background: #fff;
  padding: 24px 30px;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0,0,0,.16);
}

.float-card strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
}

.float-card span {
  color: var(--orange);
  font-weight: 800;
}

/* 3D Airflow Ribbons */
.airflow-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  height: 360px;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.airflow-wrap svg {
  width: 190%;
  height: 100%;
  position: absolute;
  left: -45%;
  bottom: 0;
  animation: airRibbonMove 8s ease-in-out infinite alternate;
}

.ribbon {
  filter:
    drop-shadow(0 18px 22px rgba(18,52,77,.18))
    drop-shadow(0 -6px 12px rgba(255,255,255,.75));
}

.ribbon-teal {
  fill: url(#teal3d);
  opacity: .92;
}

.ribbon-navy {
  fill: url(#navy3d);
  opacity: .82;
}

.ribbon-orange {
  fill: url(#orange3d);
  opacity: .9;
}

.ribbon-shine {
  fill: none;
  stroke: rgba(255,255,255,.9);
  stroke-width: 7;
  stroke-linecap: round;
  filter: drop-shadow(0 0 16px rgba(255,255,255,.85));
}

@keyframes airRibbonMove {
  from {
    transform: translateX(-160px) translateY(0);
  }

  to {
    transform: translateX(160px) translateY(-8px);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .navbar-collapse {
    background: #09253F;
    padding: 20px;
    border-radius: 18px;
    margin-top: 15px;
  }

  .nav-call {
    display: inline-block;
    margin-top: 15px;
  }

  .mb-hero {
    padding: 70px 0 120px;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 46px;
  }

  .hero-content p {
    margin: auto auto 30px;
  }

  .hero-actions,
  .hero-features {
    justify-content: center;
  }

  .image-card img {
    height: 450px;
  }

  .airflow-wrap {
    height: 250px;
  }
}

@media (max-width: 576px) {
  .navbar-brand img {
    max-width: 220px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
    text-align: center;
  }

  .image-card img {
    height: 320px;
  }

  .float-card {
    right: 15px;
    left: 15px;
    bottom: 15px;
  }

  .airflow-wrap {
    height: 180px;
  }
}

/* Hero Features */
.hero-features{
  display:flex;
  gap:34px;
  flex-wrap:wrap;
}

.hero-feature-item{
  display:flex;
  align-items:center;
  gap:14px;
}

/* Feature Icon */
.hero-feature-icon{
  width:58px;
  height:58px;
  border-radius:18px;

  background:
    linear-gradient(
      135deg,
      #031524 0%,
      #08253E 38%,
      #0B4254 72%,
      #0E5E73 100%
    );

  background-size:320% 320%;

  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;

  position:relative;
  overflow:hidden;

  box-shadow:
    0 16px 34px rgba(3,21,36,.38),
    0 0 28px rgba(31,166,166,.18);

  animation:iconGradientMove 6s ease infinite;
  transition:.35s ease;
}

/* Animated Diagonal Teal Line Behind Icon */
.hero-feature-icon::before{
  content:'';
  position:absolute;

  width:180%;
  height:5px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(75,227,255,.95),
      #1FA6A6,
      rgba(75,227,255,.95),
      transparent
    );

  top:50%;
  left:-40%;

  transform:rotate(-45deg);

  opacity:.95;

  z-index:1;

  box-shadow:
    0 0 14px rgba(75,227,255,.95),
    0 0 28px rgba(31,166,166,.75);

  animation:tealLineMove 3.5s linear infinite;
}

/* Keep Icon Above Line */
.hero-feature-icon i{
  position:relative;
  z-index:3;
}

/* Glass Shine */
.hero-feature-icon::after{
  content:'';
  position:absolute;
  inset:0;

  background:
    radial-gradient(
      circle at top left,
      rgba(255,255,255,.18),
      transparent 42%
    );

  z-index:2;
}

/* Hover */
.hero-feature-item:hover .hero-feature-icon{
  transform:translateY(-4px) scale(1.06);

  box-shadow:
    0 24px 48px rgba(3,21,36,.42),
    0 0 40px rgba(31,166,166,.32);
}

/* Background Animation */
@keyframes iconGradientMove{

  0%{
    background-position:0% 50%;
  }

  50%{
    background-position:100% 50%;
  }

  100%{
    background-position:0% 50%;
  }

}

/* Teal Line Animation */
@keyframes tealLineMove{

  0%{
    transform:
      rotate(-45deg)
      translateX(-40px);
  }

  100%{
    transform:
      rotate(-45deg)
      translateX(40px);
  }

}

/* =========================================
   HERO PHONE BUTTON
========================================= */

.phone-btn{
  display:inline-flex;
  align-items:center;
  gap:16px;
  padding:18px 28px;
}

/* Animated Icon */
.phone-icon-wrap{
  width:54px;
  height:54px;
  border-radius:50%;
  background:rgba(255,255,255,0.15);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
}

.phone-icon-wrap::before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:50%;
  border:2px solid rgba(255,255,255,0.35);
  animation:phonePulse 1.8s infinite;
}

.phone-icon-wrap i{
  font-size:22px;
  color:#FFFFFF;
  animation:phoneShake 2s infinite;
}

/* Bigger Number */
.phone-number{
  font-size:28px;
  font-weight:800;
  letter-spacing:0.5px;
  line-height:1;
  color:#FFFFFF;
}

/* Pulse Animation */
@keyframes phonePulse{

  0%{
    transform:scale(1);
    opacity:1;
  }

  100%{
    transform:scale(1.8);
    opacity:0;
  }

}

/* Shake Animation */
@keyframes phoneShake{

  0%,100%{
    transform:rotate(0deg);
  }

  10%{
    transform:rotate(-12deg);
  }

  20%{
    transform:rotate(12deg);
  }

  30%{
    transform:rotate(-10deg);
  }

  40%{
    transform:rotate(10deg);
  }

  50%{
    transform:rotate(0deg);
  }

}

/* Mobile */
@media(max-width:576px){

  .phone-number{
    font-size:22px;
  }

  .phone-icon-wrap{
    width:48px;
    height:48px;
  }

}

.phone-btn{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:14px 26px;
  border:2px solid #1FA6A6;
  border-radius:50px;
  background:#09253F;
  color:#FFFFFF;
}

.phone-icon-wrap{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#F28C38;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}

.phone-icon-wrap i{
  font-size:20px;
  color:#FFFFFF;
  animation:phoneShake 2s infinite;
}

.phone-number{
  font-size:24px;
  font-weight:900;
  color:#FFFFFF;
}

@keyframes phoneShake{
  0%,100%{transform:rotate(0)}
  15%{transform:rotate(-12deg)}
  30%{transform:rotate(12deg)}
  45%{transform:rotate(-8deg)}
  60%{transform:rotate(8deg)}
}

.primary-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height:78px;
  padding:0 34px;
}

.phone-number{
  font-size:32px;
  font-weight:900;
  color:#FFFFFF;
  line-height:1;
}

.primary-btn{
  font-size:20px;
  font-weight:800;
}

@media(max-width:576px){

  .phone-number{
    font-size:24px;
  }

  .primary-btn{
    font-size:17px;
  }

}
/* end hero */

/* Offer Before After Section */
.offer-clean-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #ffffff 0%, #EEF3F5 100%);
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.offer-label {
  display: inline-block;
  background: rgba(242, 140, 56, 0.14);
  color: #F28C38;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 800;
  margin-bottom: 18px;
}

.offer-clean-section h2 {
  color: #09253F;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 20px;
}

.offer-clean-section p {
  color: #444444;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.offer-box {
  background: #09253F;
  color: #ffffff;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  box-shadow: 0 20px 45px rgba(18, 52, 77, 0.18);
}

.offer-box strong {
  display: block;
  font-size: 34px;
  color: #F28C38;
  line-height: 1;
}

.offer-box span {
  font-size: 14px;
  font-weight: 600;
}

.offer-box a {
  background: #F28C38;
  color: #ffffff;
  padding: 13px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.offer-box a:hover {
  background: #D9731F;
  color: #ffffff;
}

.before-after-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: #09253F;
  padding: 18px;
  border-radius: 34px;
  box-shadow: 0 30px 70px rgba(18, 52, 77, 0.22);
  overflow: hidden;
}

.image-panel {
  position: relative;
  height: 460px;
  border-radius: 24px;
  overflow: hidden;
  z-index: 3;
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 52, 77, 0.45), transparent);
}

.image-panel span {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
  padding: 9px 18px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 900;
}

.before-panel span {
  background: #444444;
}

.after-panel span {
  background: #1FA6A6;
}

.after-panel {
  box-shadow: inset 0 0 0 4px rgba(31, 166, 166, 0.35);
}

/* Animated Air Flow */
.offer-airflow {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  height: 220px;
  z-index: 5;
  pointer-events: none;
}

.offer-airflow svg {
  width: 140%;
  height: 100%;
  margin-left: -20%;
  animation: offerAirMove 5s ease-in-out infinite alternate;
}

.offer-flow {
  fill: none;
  stroke-linecap: round;
}

.flow-blue {
  stroke: #4BE3FF;
  stroke-width: 24;
  opacity: 0.75;
  filter: drop-shadow(0 0 18px rgba(75, 227, 255, 0.75));
}

.flow-white {
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 8;
  opacity: 0.85;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.9));
}

.flow-orange {
  stroke: #F3A24E;
  stroke-width: 5;
  opacity: 0.95;
  filter: drop-shadow(0 0 12px rgba(243, 162, 78, 0.85));
}

@keyframes offerAirMove {
  from {
    transform: translateX(-50px);
  }
  to {
    transform: translateX(50px);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .offer-clean-section {
    padding: 75px 0;
    text-align: center;
  }

  .offer-clean-section h2 {
    font-size: 36px;
  }

  .offer-box {
    flex-direction: column;
  }

  .image-panel {
    height: 360px;
  }
}

@media (max-width: 576px) {
  .offer-clean-section h2 {
    font-size: 30px;
  }

  .before-after-card {
    grid-template-columns: 1fr;
  }

  .image-panel {
    height: 280px;
  }

  .offer-airflow {
    top: 45%;
    height: 180px;
  }

  .offer-box a {
    width: 100%;
    display: block;
  }
}



/* Reusable Animated Airflow Theme */
.airflow-theme {
  position: relative;
  overflow: hidden;
}

.airflow-theme .section-airflow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 230px;
  pointer-events: none;
  z-index: 1;
}

.airflow-theme .section-airflow svg {
  width: 150%;
  height: 100%;
  margin-left: -25%;
  animation: sectionAirMove 6s ease-in-out infinite alternate;
}

.airflow-theme .air-line {
  fill: none;
  stroke-linecap: round;
}

.airflow-theme .air-blue {
  stroke: #4BE3FF;
  stroke-width: 18;
  opacity: 0.35;
  filter: drop-shadow(0 0 14px rgba(75, 227, 255, 0.6));
}

.airflow-theme .air-white {
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 5;
  opacity: 0.55;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

.airflow-theme .air-orange {
  stroke: #F3A24E;
  stroke-width: 3;
  opacity: 0.65;
  filter: drop-shadow(0 0 10px rgba(243, 162, 78, 0.7));
}

.airflow-theme > .container {
  position: relative;
  z-index: 3;
}

@keyframes sectionAirMove {
  from {
    transform: translateX(-60px);
  }

  to {
    transform: translateX(60px);
  }
}

@media (max-width: 576px) {
  .airflow-theme .section-airflow {
    height: 150px;
    bottom: -25px;
  }
}


/* end offer section */


/* Professional Duct Cleaning Section */
.duct-cleaning-section {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(135deg, #ffffff 0%, #EEF3F5 100%);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Badge */
.section-badge {
  display: inline-block;
  background: rgba(31, 166, 166, 0.12);
  color: #1FA6A6;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 800;
  margin-bottom: 18px;
}

/* Heading */
.duct-cleaning-section h2 {
  color: #09253F;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 900;
  margin-bottom: 22px;
}

/* Text */
.duct-cleaning-section p {
  color: #444444;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 20px;
}

/* Image Wrap */
.duct-image-wrap {
  position: relative;
}

.main-image {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(18, 52, 77, 0.18);
}

.main-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  transition: 0.4s ease;
}

.main-image:hover img {
  transform: scale(1.04);
}

/* Floating Experience Card */
.experience-card {
  position: absolute;
  right: -10px;
  bottom: 50px;
  background: #09253F;
  color: #ffffff;
  padding: 26px 30px;
  border-radius: 24px;
  box-shadow: 0 25px 55px rgba(18, 52, 77, 0.24);
}

.experience-card strong {
  display: block;
  font-size: 28px;
  color: #F28C38;
  line-height: 1;
  margin-bottom: 6px;
}

.experience-card span {
  font-size: 15px;
  opacity: 0.92;
}

/* Points */
.duct-points {
  margin-top: 28px;
  margin-bottom: 35px;
}

.duct-point {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.point-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #1FA6A6;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.duct-point strong {
  display: block;
  color: #09253F;
  font-size: 18px;
  margin-bottom: 4px;
}

.duct-point span {
  color: #555555;
  font-size: 15px;
}

/* Button */
.duct-btn {
  display: inline-block;
  background: linear-gradient(180deg, #FFB547, #F28C38);
  color: #ffffff;
  padding: 15px 32px;
  border-radius: 50px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 25px rgba(242, 140, 56, 0.28);
  transition: 0.35s ease;
}

.duct-btn:hover {
  transform: translateY(-4px);
  background: #D9731F;
  color: #ffffff;
}

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

  .duct-cleaning-section {
    padding: 80px 0;
    text-align: center;
  }

  .duct-cleaning-section h2 {
    font-size: 38px;
  }

  .main-image img {
    height: 460px;
  }

  .experience-card {
    right: 20px;
    bottom: 20px;
  }

  .duct-point {
    justify-content: center;
    text-align: left;
  }

}

@media (max-width: 576px) {

  .duct-cleaning-section h2 {
    font-size: 30px;
  }

  .duct-cleaning-section p {
    font-size: 15px;
  }

  .main-image img {
    height: 320px;
  }

  .experience-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }

  .duct-btn {
    width: 100%;
    text-align: center;
  }

}

/* Better Balanced Image Height */
.duct-cleaning-section .row{
  align-items:center !important;
}

.main-image{
  height:650px;
  border-radius:34px;
  overflow:hidden;
}

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

/* Large Screens */
@media(max-width:1399px){

  .main-image{
    height:580px;
  }

}

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

  .main-image{
    height:500px;
  }

}

/* Mobile */
@media(max-width:576px){

  .main-image{
    height:350px;
  }

}
/* Equal Height Layout */
.duct-cleaning-section .row{
  align-items:stretch !important;
}

.duct-image-wrap{
  height:100%;
}

.main-image{
  height:100%;
  min-height:100%;
  border-radius:34px;
  overflow:hidden;
}

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

/* Make Both Columns Same Height */
.duct-cleaning-section .col-lg-6{
  display:flex;
}

.duct-cleaning-section .col-lg-6:last-child{
  flex-direction:column;
  justify-content:center;
}

/* Desktop Height */
@media(min-width:992px){

  .duct-image-wrap{
    min-height:100%;
  }

  .main-image{
    min-height:760px;
  }

}

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

  .duct-cleaning-section .col-lg-6{
    display:block;
  }

  .main-image{
    height:500px;
    min-height:auto;
  }

}

/* Mobile */
@media(max-width:576px){

  .main-image{
    height:340px;
  }

}

/* Professional Duct Cleaning Section */


/* start our services */

.modern-services{
  position:relative;
  padding:110px 0;
  background:#EEF3F5;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
}

.services-title{
  max-width:820px;
  margin:auto auto 60px;
}

.services-title h2{
  color:#09253F;
  font-size:48px;
  font-weight:900;
  margin-bottom:18px;
}

.services-title p{
  color:#444;
  font-size:17px;
  line-height:1.8;
}

.modern-card{
  position:relative;
  height:100%;
  padding:38px 32px;
  border-radius:30px;
  overflow:hidden;
  background:#09253F;
  z-index:2;
  transition:.35s ease;
  box-shadow:0 25px 60px rgba(18,52,77,.15);
}

.modern-card:hover{
  transform:translateY(-10px);
}

/* Air Flow Background */
.card-airflow{
  position:absolute;
  inset:0;
  opacity:.22;
  z-index:1;
  overflow:hidden;
}

.card-airflow svg{
  width:180%;
  height:100%;
  margin-left:-40%;
  animation:miniAirMove 7s linear infinite alternate;
}

.mini-air{
  fill:none;
  stroke-linecap:round;
}

.mini-blue{
  stroke:#4BE3FF;
  stroke-width:16;
  filter:drop-shadow(0 0 10px rgba(75,227,255,.7));
}

.mini-white{
  stroke:rgba(255,255,255,.95);
  stroke-width:4;
}

.mini-orange{
  stroke:#F3A24E;
  stroke-width:3;
}

/* Content */
.service-number{
  position:relative;
  z-index:3;
  font-size:54px;
  font-weight:900;
  color:rgba(255,255,255,.08);
  line-height:1;
  margin-bottom:18px;
}

.modern-card h3{
  position:relative;
  z-index:3;
  color:#fff;
  font-size:25px;
  font-weight:800;
  margin-bottom:15px;
}

.modern-card p{
  position:relative;
  z-index:3;
  color:rgba(255,255,255,.82);
  line-height:1.8;
  margin-bottom:24px;
}

.modern-card a{
  position:relative;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#F28C38;
  font-weight:800;
  text-decoration:none;
}

.modern-card a::after{
  content:"→";
  transition:.3s;
}

.modern-card:hover a::after{
  transform:translateX(5px);
}

@keyframes miniAirMove{

  from{
    transform:translateX(-40px);
  }

  to{
    transform:translateX(40px);
  }

}

@media(max-width:991px){

  .modern-services{
    padding:80px 0;
  }

  .services-title h2{
    font-size:38px;
  }

}

@media(max-width:576px){

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

  .modern-card{
    padding:30px 24px;
  }

}

/* Light Modern Service Cards */
.modern-card{
  position:relative;
  height:100%;
  padding:38px 32px;
  border-radius:30px;
  overflow:hidden;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  z-index:2;
  transition:.35s ease;
  box-shadow:0 20px 50px rgba(18,52,77,.08);
  border:1px solid rgba(31,166,166,.12);
}

.modern-card:hover{
  transform:translateY(-10px);
  box-shadow:0 28px 65px rgba(18,52,77,.14);
  border-color:rgba(242,140,56,.25);
  background:#ffffff;
}

/* Air Flow Background */
.card-airflow{
  position:absolute;
  inset:0;
  opacity:.16;
  z-index:1;
  overflow:hidden;
}

.card-airflow svg{
  width:180%;
  height:100%;
  margin-left:-40%;
  animation:miniAirMove 7s linear infinite alternate;
}

.mini-air{
  fill:none;
  stroke-linecap:round;
}

.mini-blue{
  stroke:#4BE3FF;
  stroke-width:16;
  filter:drop-shadow(0 0 10px rgba(75,227,255,.45));
}

.mini-white{
  stroke:rgba(18,52,77,.18);
  stroke-width:4;
}

.mini-orange{
  stroke:#F3A24E;
  stroke-width:3;
}

/* Number */
.service-number{
  position:relative;
  z-index:3;
  font-size:58px;
  font-weight:900;
  color:rgba(18,52,77,.08);
  line-height:1;
  margin-bottom:18px;
}

/* Title */
.modern-card h3{
  position:relative;
  z-index:3;
  color:#09253F;
  font-size:25px;
  font-weight:800;
  margin-bottom:15px;
  transition:.3s;
}

/* Text */
.modern-card p{
  position:relative;
  z-index:3;
  color:#555;
  line-height:1.9;
  margin-bottom:24px;
}

/* Link */
.modern-card a{
  position:relative;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#F28C38;
  font-weight:800;
  text-decoration:none;
}

.modern-card a::after{
  content:"→";
  transition:.3s;
}

.modern-card:hover a::after{
  transform:translateX(6px);
}

.modern-card:hover h3{
  color:#1FA6A6;
}

/* Animation */
@keyframes miniAirMove{

  from{
    transform:translateX(-40px);
  }

  to{
    transform:translateX(40px);
  }

}

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

  .modern-card{
    padding:30px 24px;
  }

  .modern-card h3{
    font-size:22px;
  }

}

/* Remove Service Numbers */
.service-number{
  display:none;
}

/* Better spacing after removing numbers */
.modern-card h3{
  margin-top:10px;
}
/* Force All Service Cards Same Height */
.modern-services .row > [class*="col-"] {
  display: flex;
}

.modern-card {
  width: 100%;
  height: 270px;
  display: flex;
  flex-direction: column;
}

.modern-card p {
  flex: 1;
}

.modern-card a {
  margin-top: auto;
}

/* Responsive */
@media (max-width: 991px) {
  .modern-card {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .modern-card {
    height: auto;
    min-height: 260px;
  }
}


/* end our services */






/* HVAC Performance Section */
.hvac-performance-section{
  position:relative;
  padding:110px 0;
  background:#ffffff;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
}

.hvac-performance-section h2{
  color:#09253F;
  font-size:48px;
  line-height:1.12;
  font-weight:900;
  margin-bottom:22px;
}

.hvac-performance-section p{
  color:#555;
  font-size:17px;
  line-height:1.9;
  margin-bottom:20px;
}

/* Image */
.hvac-image-box{
  position:relative;
  border-radius:34px;
  overflow:hidden;
  height:680px;
  box-shadow:0 30px 70px rgba(18,52,77,.15);
}

.hvac-image-box img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s ease;
}

.hvac-image-box:hover img{
  transform:scale(1.05);
}

/* Floating Cards */
.floating-info{
  position:absolute;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  padding:18px 22px;
  border-radius:22px;
  box-shadow:0 20px 45px rgba(18,52,77,.14);
}

.floating-info strong{
  display:block;
  color:#09253F;
  font-size:20px;
  margin-bottom:4px;
}

.floating-info span{
  color:#1FA6A6;
  font-weight:700;
  font-size:14px;
}

.floating-info.one{
  left:25px;
  bottom:25px;
}

.floating-info.two{
  right:25px;
  top:25px;
}

/* Feature Grid */
.performance-grid{
  margin-top:35px;
}

.performance-item{
  display:flex;
  gap:16px;
  margin-bottom:24px;
}

.performance-icon{
  width:48px;
  height:48px;
  min-width:48px;
  border-radius:50%;
  background:#1FA6A6;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  box-shadow:0 10px 20px rgba(31,166,166,.25);
}

.performance-item strong{
  display:block;
  color:#09253F;
  font-size:19px;
  margin-bottom:4px;
}

.performance-item span{
  color:#666;
  line-height:1.7;
}

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

  .hvac-performance-section{
    padding:80px 0;
    text-align:center;
  }

  .hvac-performance-section h2{
    font-size:38px;
  }

  .performance-item{
    text-align:left;
  }

  .hvac-image-box{
    height:500px;
  }

}

@media(max-width:576px){

  .hvac-performance-section h2{
    font-size:30px;
  }

  .hvac-performance-section p{
    font-size:15px;
  }

  .hvac-image-box{
    height:340px;
  }

  .floating-info{
    padding:14px 18px;
  }

  .floating-info strong{
    font-size:16px;
  }

}


/* start Full Width CTA Section */
.full-cta-section{
  position:relative;
  width:100%;
  padding:110px 0;
  overflow:hidden;
  background:
    linear-gradient(rgba(18,52,77,.88), rgba(18,52,77,.88)),
     center center/cover no-repeat;
  font-family:'Poppins',sans-serif;
}

.cta-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right,
    rgba(31,166,166,.22),
    transparent 40%);
}

.full-cta-section .container{
  position:relative;
  z-index:3;
}

.cta-badge{
  display:inline-block;
  background:rgba(255,255,255,.12);
  color:#4BE3FF;
  padding:10px 18px;
  border-radius:50px;
  font-weight:700;
  margin-bottom:20px;
  backdrop-filter:blur(10px);
}

.full-cta-section h2{
  color:#ffffff;
  font-size:54px;
  line-height:1.1;
  font-weight:900;
  margin-bottom:22px;
  max-width:850px;
}

.full-cta-section p{
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.9;
  max-width:700px;
}

/* Buttons */
.cta-call-btn{
  display:inline-block;
  background:#ffffff;
  color:#09253F;
  padding:16px 34px;
  border-radius:60px;
  font-weight:800;
  text-decoration:none;
  margin-right:12px;
  transition:.35s ease;
  box-shadow:0 15px 35px rgba(0,0,0,.18);
}

.cta-call-btn:hover{
  transform:translateY(-4px);
  color:#09253F;
}

.cta-main-btn{
  display:inline-block;
  background:linear-gradient(180deg,#FFB547,#F28C38);
  color:#ffffff;
  padding:16px 34px;
  border-radius:60px;
  font-weight:800;
  text-decoration:none;
  transition:.35s ease;
  box-shadow:0 18px 40px rgba(242,140,56,.35);
}

.cta-main-btn:hover{
  background:#D9731F;
  color:#ffffff;
  transform:translateY(-4px);
}

/* Airflow */
.full-cta-section .section-airflow{
  bottom:-30px;
  opacity:.65;
}

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

  .full-cta-section{
    padding:80px 0;
    text-align:center;
  }

  .full-cta-section h2{
    font-size:40px;
  }

  .cta-call-btn,
  .cta-main-btn{
    margin-top:15px;
  }

}

@media(max-width:576px){

  .full-cta-section h2{
    font-size:31px;
  }

  .full-cta-section p{
    font-size:15px;
  }

  .cta-call-btn,
  .cta-main-btn{
    width:100%;
    text-align:center;
    margin-right:0;
  }

}


/* end Full Width CTA Section */






/* ==========================================================================
   PREMIUM PROCESS ENGINE STYLING
   ========================================================================== */
.premium-process-section {
  position: relative;
  padding: 140px 0;
  background: radial-gradient(circle at 90% 10%, rgba(124, 199, 232, 0.08), transparent 45%),
              linear-gradient(180deg, #F9FBFC 0%, #EEF4F7 100%);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Complete Viewport Bleed Airflow Background */
.full-width-airflow-bg {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 1;
  pointer-events: none;
}

.full-width-airflow-bg svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Wind Vector Component Keyframe Animations */
.wind-vector {
  stroke-linecap: round;
}

.vector-slow {
  animation: windStreamSweep 22s linear infinite;
}

.vector-mid {
  animation: windStreamSweep 14s linear infinite reverse;
}

.vector-fast {
  animation: windStreamSweep 8s linear infinite;
  opacity: 0.6;
}

@keyframes windStreamSweep {
  0% {
    stroke-dashoffset: 0;
    transform: translateY(-5px) scaleY(0.95);
  }
  50% {
    transform: translateY(10px) scaleY(1.05);
  }
  100% {
    stroke-dashoffset: -1000;
    transform: translateY(-5px) scaleY(0.95);
  }
}

/* Header Elements */
.process-top {
  max-width: 780px;
  margin: 0 auto 90px;
}

.section-badge-modern {
  display: inline-block;
  background: #09253F;
  color: #FFFFFF;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(18, 52, 77, 0.15);
}

.process-top h2 {
  color: #09253F;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin-bottom: 22px;
}

.process-top p {
  color: #556975;
  font-size: 17px;
  line-height: 1.75;
}

/* Row & Intersecting Pipeline Connections */
.process-cards-row {
  position: relative;
}

@media (min-width: 992px) {
  .process-cards-row::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 15%;
    width: 70%;
    height: 3px;
    background: linear-gradient(90deg, rgba(31,166,166,0.1) 0%, rgba(242,142,56,0.4) 50%, rgba(31,166,166,0.1) 100%);
    z-index: 2;
  }
}


/* start process */

/* Ultra-Modern Process Glass-Cards */
.modern-process-card {
  position: relative;
  z-index: 4;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 45px 35px 40px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 50px rgba(18, 52, 77, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Structural Pipeline Node Point */
.card-pipeline-node {
  position: absolute;
  top: -30px;
  left: 35px;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border: 2px solid #1FA6A6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow: 0 8px 20px rgba(31, 166, 166, 0.15);
}

.node-number {
  font-size: 18px;
  font-weight: 800;
  color: #09253F;
}

.node-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(31, 166, 166, 0.4);
  border-radius: 50%;
  animation: nodeRadar 2.5s infinite ease-out;
}

@keyframes nodeRadar {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* High Contrast Core Card Modifications */
.featured-dynamic-card {
  background: #09253F;
  border: 1px solid #163E5C;
  box-shadow: 0 35px 70px rgba(18, 52, 77, 0.18);
  transform: translateY(-12px);
}

.featured-dynamic-card .card-pipeline-node {
  background: #F28C38;
  border-color: #FFB547;
  box-shadow: 0 8px 20px rgba(242, 140, 56, 0.3);
}

.featured-dynamic-card .node-number {
  color: #FFFFFF;
}

.featured-dynamic-card .node-pulse-orange {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(242, 140, 56, 0.6);
  border-radius: 50%;
  animation: nodeRadar 2.5s infinite ease-out;
}

/* ==========================================================================
   ADVANCED PURE CSS ICON VECTOR DESIGN
   ========================================================================== */
.modern-icon-shield {
  width: 64px;
  height: 64px;
  background: #EEF4F7;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: transform 0.3s ease, background 0.3s ease;
  position: relative;
}

.featured-shield {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.05);
}

/* Icon 1: Custom Diagnostic Inspection Lens */
.icon-inspection {
  position: relative;
  width: 24px;
  height: 24px;
}

.icon-inspection .glass-lens {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2.5px solid #1FA6A6;
  border-radius: 50%;
  background: rgba(31, 166, 166, 0.1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.icon-inspection .glass-handle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 9px;
  height: 3px;
  background: #1FA6A6;
  transform: rotate(45deg);
  transform-origin: bottom right;
  border-radius: 2px;
}

/* Icon 2: Custom Deep Kinetic Extraction Brush */
.icon-deep-cleaning {
  position: relative;
  width: 26px;
  height: 26px;
}

.icon-deep-cleaning .brush-core {
  position: absolute;
  top: 4px;
  left: 11px;
  width: 4px;
  height: 18px;
  background: #F28C38;
  border-radius: 2px;
}

.icon-deep-cleaning .bristle {
  position: absolute;
  background: #FFB547;
  height: 2.5px;
  border-radius: 1px;
}

.icon-deep-cleaning .b1 { top: 7px; left: 3px; width: 20px; }
.icon-deep-cleaning .b2 { top: 12px; left: 1px; width: 24px; }
.icon-deep-cleaning .b3 { top: 17px; left: 5px; width: 16px; }

/* Icon 3: Custom Fresh Air Delivery Wave lines */
.icon-fresh-air {
  position: relative;
  width: 26px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.icon-fresh-air .air-wave {
  height: 3px;
  background: #1FA6A6;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.icon-fresh-air .w1 { width: 16px; }
.icon-fresh-air .w2 { width: 26px; }
.icon-fresh-air .w3 { width: 20px; }


/* ==========================================================================
   DYNAMIC INTERACTION MICRO-EFFECTS (HOVER STATE)
   ========================================================================== */
.modern-process-card:hover .modern-icon-shield {
  transform: scale(1.1);
  background: #E2ECF1;
}

/* Inspection lens focus animation */
.modern-process-card:hover .icon-inspection .glass-lens {
  transform: scale(1.2);
  border-color: #09253F;
  background: rgba(18, 52, 77, 0.15);
}
.modern-process-card:hover .icon-inspection .glass-handle {
  background: #09253F;
}

/* Deep kinetic rotation animation */
.featured-dynamic-card:hover .modern-icon-shield {
  background: #F28C38 !important;
  transform: scale(1.1) rotate(15deg);
}
.featured-dynamic-card:hover .icon-deep-cleaning .brush-core,
.featured-dynamic-card:hover .icon-deep-cleaning .bristle {
  background: #FFFFFF;
}

/* Active continuous air projection effect */
.modern-process-card:hover .icon-fresh-air .w1 { width: 26px; animation: blowEffort 0.8s ease infinite alternate; }
.modern-process-card:hover .icon-fresh-air .w2 { width: 16px; animation: blowEffort 0.8s ease infinite alternate 0.2s; }
.modern-process-card:hover .icon-fresh-air .w3 { width: 26px; animation: blowEffort 0.8s ease infinite alternate 0.4s; }

@keyframes blowEffort {
  0% { transform: translateX(0); }
  100% { transform: translateX(4px); opacity: 0.7; }
}


/* ==========================================================================
   TEXT AND STRUCTURAL CARD SPECIFICS
   ========================================================================== */
.modern-process-card h3 {
  color: #09253F;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}

.featured-dynamic-card h3 {
  color: #FFFFFF;
}

.modern-process-card p {
  color: #556975;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 0;
}

.featured-dynamic-card p {
  color: #A3BAC7;
}

.modern-process-card:hover {
  transform: translateY(-8px);
  background: #FFFFFF;
  border-color: rgba(31,166,166,0.25);
  box-shadow: 0 30px 65px rgba(18, 52, 77, 0.08);
}

.featured-dynamic-card:hover {
  transform: translateY(-20px);
  background: #0D283C;
  box-shadow: 0 40px 80px rgba(18, 52, 77, 0.3);
}

/* ==========================================================================
   RESPONSIVE DESIGN CORRECTIONS
   ========================================================================== */
@media (max-width: 991px) {
  .premium-process-section {
    padding: 90px 0;
  }
  
  .process-top {
    margin-bottom: 60px;
  }

  .process-top h2 {
    font-size: 36px;
  }

  .featured-dynamic-card {
    transform: none;
  }

  .featured-dynamic-card:hover {
    transform: translateY(-8px);
  }
  
  .modern-process-card {
    padding: 40px 30px 35px;
  }
  
  .card-pipeline-node {
    left: 30px;
  }
}

@media (max-width: 576px) {
  .process-top h2 {
    font-size: 28px;
  }
  
  .full-width-airflow-bg {
    display: none;
  }
}

/* end process */

/* ==========================================================================
   WHY CHOOSE US - VERSION 2 MATRIX DECK STYLING (LARGE ICONS REVISED)
   ========================================================================== */
.premium-why-choose-section-v2{
  position:relative;
  padding:120px 0;
  overflow:hidden;
  background:linear-gradient(135deg,#FFFFFF 0%,#EEF3F5 100%);
  font-family:'Poppins',sans-serif;
}

/* =========================================================
   AIRFLOW
========================================================= */

.fw-velocity-airflow{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}

.fw-velocity-airflow svg{
  width:100%;
  height:100%;
}

.velocity-line{
  stroke-linecap:round;
}

.v-fast{
  animation:velocitySweep 12s linear infinite;
}

.v-mid{
  animation:velocitySweep 18s linear infinite reverse;
}

.v-slow{
  animation:velocitySweep 24s linear infinite;
}

@keyframes velocitySweep{

  0%{
    stroke-dashoffset:0;
    transform:translateX(-15px);
  }

  50%{
    transform:translateX(15px) translateY(5px);
  }

  100%{
    stroke-dashoffset:-1200;
    transform:translateX(-15px);
  }

}

/* =========================================================
   HEADER
========================================================= */

.v2-header-block{
  position:relative;
  z-index:3;
}

.v2-badge{
  display:inline-block;
  background:#1FA6A6;
  color:#FFFFFF;
  padding:7px 18px;
  border-radius:6px;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:18px;
}

.v2-header-block h2{
  font-size:42px;
  font-weight:900;
  line-height:1.2;
  color:#09253F;
  margin-bottom:18px;
}

.lead-text{
  color:#556975;
  font-size:16px;
  line-height:1.8;
}

/* =========================================================
   STATS
========================================================= */

.v2-stats-row{
  display:flex;
  gap:16px;
  position:relative;
  z-index:3;
}

.v2-stat-pill{
  flex:1;
  background:rgba(255,255,255,0.85);
  border:1px solid rgba(18,52,77,0.08);
  border-radius:18px;
  padding:18px 20px;
  backdrop-filter:blur(10px);
  box-shadow:0 10px 30px rgba(18,52,77,0.04);
}

.highlighted-pill{
  background:#09253F;
  border-color:#09253F;
}

.v2-stat-num{
  font-size:30px;
  font-weight:900;
  color:#09253F;
}

.plus-color{
  color:#1FA6A6;
}

.highlighted-pill .v2-stat-num{
  color:#F28C38;
}

.sub-txt{
  font-size:14px;
  color:#FFFFFF;
  margin-left:4px;
}

.v2-stat-lbl{
  font-size:13px;
  font-weight:600;
  color:#556975;
}

.highlighted-pill .v2-stat-lbl{
  color:#BFD0D8;
}

/* =========================================================
   CARDS
========================================================= */

.matrix-deck-grid{
  position:relative;
  z-index:3;
}

.deck-feature-card{
  height:100%;
  background:#FFFFFF;
  border-radius:22px;
  padding:38px 30px;
  border:1px solid rgba(18,52,77,0.06);
  box-shadow:0 15px 40px rgba(18,52,77,0.04);
  transition:0.35s ease;
}

.featured-deck-card{
  background:#09253F;
  border-color:#09253F;
  box-shadow:0 25px 55px rgba(18,52,77,0.14);
}

/* =========================================================
   ICONS
========================================================= */

.deck-icon-shield{
  width:74px;
  height:74px;
  border-radius:18px;
  background:#EEF3F5;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  transition:0.3s ease;
}

.special-orange-shield{
  background:#F28C38;
}

.deck-icon-shield i{
  font-size:32px;
  color:#1FA6A6;
  transition:0.3s ease;
}

.special-orange-shield i{
  color:#FFFFFF;
}

/* =========================================================
   TYPOGRAPHY
========================================================= */

.deck-feature-card h3{
  font-size:22px;
  font-weight:800;
  color:#09253F;
  margin-bottom:12px;
}

.featured-deck-card h3{
  color:#FFFFFF;
}

.deck-feature-card p{
  font-size:14.5px;
  line-height:1.7;
  color:#556975;
  margin-bottom:0;
}

.featured-deck-card p{
  color:#BFD0D8;
}

/* =========================================================
   HOVER
========================================================= */

.deck-feature-card:hover{
  transform:translateY(-8px);
  box-shadow:0 25px 55px rgba(18,52,77,0.08);
}

.deck-feature-card:hover .deck-icon-shield{
  transform:scale(1.08);
}

.deck-feature-card:hover i{
  transform:scale(1.1);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px){

  .premium-why-choose-section-v2{
    padding:80px 0;
  }

  .v2-header-block{
    text-align:center;
    margin-bottom:35px;
  }

  .v2-header-block h2{
    font-size:34px;
  }

}

@media(max-width:576px){

  .v2-header-block h2{
    font-size:28px;
  }

  .v2-stats-row{
    flex-direction:column;
  }

  .fw-velocity-airflow{
    display:none;
  }

}

/* end    WHY CHOOSE US - VERSION 2 MATRIX DECK STYLING (LARGE ICONS REVISED) */

/* ==========================================================================
   AIR FILTER REPLACEMENT COMPONENT STYLING
   ========================================================================== */
.premium-filter-section {
  position: relative;
  padding: 140px 0;
  background: radial-gradient(circle at 85% 15%, rgba(124, 199, 232, 0.06), transparent 45%),
              linear-gradient(180deg, #FFFFFF 0%, #EEF4F7 100%);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Full Width Fluid Background Vectors */
.fw-filter-airflow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.fw-filter-airflow svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filter-stream {
  stroke-linecap: round;
}

.line-1 { animation: filterWindShift 20s linear infinite; }
.line-2 { animation: filterWindShift 14s linear infinite reverse; }

@keyframes filterWindShift {
  0% { stroke-dashoffset: 0; transform: translateY(0); }
  50% { transform: translateY(12px) scaleY(1.02); }
  100% { stroke-dashoffset: -1200; transform: translateY(0); }
}

/* Left Column: Interactive Visual Canvas Elements */
.filter-visual-wrapper {
  position: relative;
  z-index: 4;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ambient-glow-mesh {
  position: absolute;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(31,166,166,0.12) 0%, transparent 70%);
  z-index: 1;
}

/* Pure CSS Isometric High-Efficiency Filter Frame */
.interactive-filter-frame {
  position: relative;
  width: 320px;
  height: 320px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(18, 52, 77, 0.08);
  border: 8px solid #09253F;
  overflow: hidden;
  z-index: 2;
  transform: perspective(800px) rotateY(-15deg) rotateX(10deg);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.interactive-filter-frame:hover {
  transform: perspective(800px) rotateY(-5deg) rotateX(5deg) scale(1.03);
}

/* Internal Filter Pleats Geometry */
.filter-pleats {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  background: linear-gradient(90deg, #F5F8FA 0%, #E4ECF0 100%);
}

.pleat {
  width: 12px;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 0%, #D5E1E6 50%, #B8CCD4 100%);
  opacity: 0.85;
  box-shadow: inset -2px 0 5px rgba(0,0,0,0.05);
}

/* Animated Flowing Clean Air Particles */
.clean-air-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #4BE3FF;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 10px #4BE3FF;
}

.p1 { top: 20%; left: -10px; animation: passParticle 3s infinite linear; }
.p2 { top: 45%; left: -10px; animation: passParticle 2.4s infinite linear 0.6s; }
.p3 { top: 70%; left: -10px; animation: passParticle 3.5s infinite linear 1.2s; }
.p4 { top: 15%; left: -10px; animation: passParticle 2.8s infinite linear 1.8s; }
.p5 { top: 80%; left: -10px; animation: passParticle 3.2s infinite linear 0.3s; }

@keyframes passParticle {
  0% { left: -10px; opacity: 0; transform: scale(0.8); }
  20% { opacity: 0.8; }
  80% { opacity: 0.8; }
  100% { left: 110%; opacity: 0; transform: scale(1.2) translateX(20px); }
}

/* Status Badge Component overlay */
.filter-status-badge {
  position: absolute;
  bottom: 20px;
  right: 10px;
  background: #09253F;
  color: #FFFFFF;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 30px rgba(18, 52, 77, 0.2);
  z-index: 3;
}

.status-indicator-dot {
  width: 8px;
  height: 8px;
  background: #1FA6A6;
  border-radius: 50%;
  box-shadow: 0 0 8px #1FA6A6;
  animation: statusPulse 2s infinite ease-in-out;
}

@keyframes statusPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.5; }
}

/* Right Column: Copywriting Content Section */
.filter-text-block {
  position: relative;
  z-index: 4;
}

.filter-section-badge {
  display: inline-block;
  background: rgba(31, 166, 166, 0.08);
  color: #1FA6A6;
  padding: 6px 18px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.filter-text-block h2 {
  color: #09253F;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}

.section-primary-desc {
  color: #09253F;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 16px;
}

.section-secondary-desc {
  color: #556975;
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 35px;
}

/* Custom Checkmark Bullet Matrix Group */
.filter-highlights-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.highlight-bullet-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.bullet-icon-shield {
  width: 44px;
  height: 44px;
  background: #EEF4F7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.special-orange-bullet {
  background: #F28C38;
}

/* Handcrafted CSS Checkmark Element Vector */
.v-icon-check {
  width: 6px;
  height: 11px;
  border-right: 2.5px solid #1FA6A6;
  border-bottom: 2.5px solid #1FA6A6;
  transform: rotate(45deg) translate(-1px, -1px);
}

.white-check {
  border-color: #FFFFFF;
}

.bullet-text h4 {
  color: #09253F;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 4px;
}

.bullet-text p {
  color: #556975;
  font-size: 14.5px;
  line-height: 1.5;
  margin-bottom: 0;
}

.highlight-bullet-item:hover .bullet-icon-shield {
  transform: scale(1.08) rotate(5deg);
}

/* =========================================
   FILTER IMAGE COLUMN
========================================= */

.filter-image-wrapper{
  position:relative;
  height:100%;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(18,52,77,0.12);
  background:#FFFFFF;
}

.filter-image-wrapper img{
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
  display:block;
  transition:0.5s ease;
}

.filter-image-wrapper:hover img{
  transform:scale(1.04);
}

/* =========================================
   STATUS BADGE
========================================= */

.filter-status-badge{
  position:absolute;
  left:24px;
  bottom:24px;
  display:flex;
  align-items:center;
  gap:10px;
  background:rgba(255,255,255,0.92);
  backdrop-filter:blur(12px);
  padding:12px 18px;
  border-radius:40px;
  box-shadow:0 10px 30px rgba(18,52,77,0.12);
}

.status-indicator-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#1FA6A6;
  position:relative;
}

.status-indicator-dot::after{
  content:'';
  position:absolute;
  inset:0;
  border-radius:50%;
  background:#1FA6A6;
  animation:pulseGlow 1.8s infinite;
}

@keyframes pulseGlow{

  0%{
    transform:scale(1);
    opacity:1;
  }

  100%{
    transform:scale(3);
    opacity:0;
  }

}

.filter-status-badge span{
  font-size:13px;
  font-weight:700;
  color:#09253F;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:991px){

  .filter-image-wrapper img{
    min-height:480px;
  }

}

@media(max-width:576px){

  .filter-image-wrapper img{
    min-height:380px;
  }

  .filter-status-badge{
    left:16px;
    right:16px;
    bottom:16px;
    justify-content:center;
  }

}
/* ==========================================================================
   RESPONSIVE LAYOUT MATRIX CONSTRAINTS
   ========================================================================== */
@media (max-width: 991px) {
  .premium-filter-section {
    padding: 80px 0;
  }
  
  .filter-visual-wrapper {
    margin-bottom: 30px;
  }
  
  .filter-text-block {
    text-align: center;
  }
  
  .filter-text-block h2 {
    font-size: 34px;
  }
  
  .highlight-bullet-item {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .filter-text-block h2 {
    font-size: 26px;
  }
  
  .interactive-filter-frame {
    width: 260px;
    height: 260px;
  }
  
  .fw-filter-airflow {
    display: none;
  }
}


/* Light Testimonials Section */
.testimonials-section {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at top left,
    rgba(31,166,166,.10),
    transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #EEF3F5 100%);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Heading */
.testimonials-heading {
  max-width: 850px;
  margin: 0 auto 65px;
  position: relative;
  z-index: 3;
}

.testimonials-heading h2 {
  color: #09253F;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.12;
  margin-bottom: 18px;
}

.testimonials-heading p {
  color: #555;
  font-size: 17px;
  line-height: 1.8;
}

.testimonials-section .section-badge {
  background: rgba(31,166,166,.12);
  color: #1FA6A6;
}

/* Moving Airflow */
.testimonial-flow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.testimonial-flow svg {
  width: 145%;
  height: 100%;
  margin-left: -22%;
  animation: testimonialFlowMove 8s ease-in-out infinite alternate;
}

.review-flow {
  fill: none;
  stroke-linecap: round;
}

.flow-a {
  stroke: #4BE3FF;
  stroke-width: 36;
  opacity: .14;
  filter: drop-shadow(0 0 20px rgba(75,227,255,.35));
}

.flow-b {
  stroke: rgba(255,255,255,.95);
  stroke-width: 10;
  opacity: .9;
  filter: drop-shadow(0 0 15px rgba(255,255,255,.9));
}

.flow-c {
  stroke: #F28C38;
  stroke-width: 5;
  opacity: .45;
  filter: drop-shadow(0 0 10px rgba(242,140,56,.35));
}

/* Animation */
@keyframes testimonialFlowMove {

  from{
    transform:translateX(-55px) translateY(0);
  }

  to{
    transform:translateX(55px) translateY(-14px);
  }

}

/* Cards */
.testimonials-section .row {
  position: relative;
  z-index: 3;
}

.testimonials-section .row > [class*="col-"] {
  display: flex;
}

.testimonial-card {
  width: 100%;
  height: 100%;
  min-height: 310px;
  padding: 36px 30px;
  border-radius: 34px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.65);
  backdrop-filter: blur(16px);
  box-shadow: 0 25px 60px rgba(18,52,77,.08);
  transition: .35s ease;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,.9);
}

.featured-review {
  border-color: rgba(242,140,56,.28);
  background: rgba(255,255,255,.82);
}

/* Stars */
.stars {
  color: #F28C38;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 22px;
}

/* Text */
.testimonial-card p {
  color: #444;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 28px;
}

/* Client */
/* Client Info */
.client-info{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:auto;
}

/* Avatar */
.client-avatar{
  width:68px;
  height:68px;
  min-width:68px;
  border-radius:50%;
  overflow:hidden;
  border:4px solid rgba(31,166,166,.16);
  box-shadow:0 12px 28px rgba(18,52,77,.12);
}

.client-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Meta */
.client-meta span{
  display:block;
  color:#09253F;
  font-size:20px;
  font-weight:900;
  margin-bottom:3px;
}

.client-meta small{
  color:#666;
  font-weight:600;
}

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

  .testimonials-section{
    padding:80px 0;
  }

  .testimonials-heading h2{
    font-size:38px;
  }

  .testimonial-flow svg{
    width:220%;
    margin-left:-60%;
  }

}

@media(max-width:576px){

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

  .testimonial-card{
    min-height:auto;
    padding:30px 24px;
  }

}



/* ==========================================================================
   HVAC SYSTEM MAINTENANCE COMPONENT STYLING
   ========================================================================== */
.premium-maintenance-section {
  position: relative;
  padding: 140px 0;
  background: linear-gradient(180deg, #EEF4F7 0%, #FFFFFF 100%);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Full Width Fluid Velocity Background Streams */
.fw-maintenance-airflow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.fw-maintenance-airflow svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maint-stream {
  stroke-linecap: round;
}

.track-1 { animation: maintWindSweep 22s linear infinite; }
.track-2 { animation: maintWindSweep 16s linear infinite reverse; }

@keyframes maintWindSweep {
  0% { stroke-dashoffset: 0; transform: translateY(0) scaleY(1); }
  50% { transform: translateY(15px) scaleY(1.05); }
  100% { stroke-dashoffset: -1200; transform: translateY(0) scaleY(1); }
}

/* Left Column: Asymmetric Architectural Canvas */
.hvac-blueprint-canvas {
  position: relative;
  z-index: 4;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blueprint-radial-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(31,166,166,0.1) 0%, transparent 70%);
  z-index: 1;
}

/* Deep Navy Enclosure Representing Inner HVAC Cabinet Architecture */
.hvac-core-enclosure {
  position: relative;
  width: 340px;
  height: 340px;
  background: #09253F;
  border: 2px solid #163E5C;
  border-radius: 28px;
  box-shadow: 0 35px 80px rgba(18, 52, 77, 0.2);
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hvac-core-enclosure:hover {
  transform: translateY(-6px) scale(1.02);
}

/* Blueprint Grid Layer Overlay */
.grid-spec-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 20px 20px;
}

/* Continuous Kinetic Fan Assemblies */
.fan-housing-ring {
  position: relative;
  width: 150px;
  height: 150px;
  border: 3px dashed rgba(31, 166, 166, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.spinning-blade-hub {
  position: relative;
  width: 40px;
  height: 40px;
  background: #1FA6A6;
  border-radius: 50%;
  animation: fanSpin 4s linear infinite;
  box-shadow: 0 0 15px rgba(31, 166, 166, 0.5);
}

.blade {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 55px;
  background: linear-gradient(180deg, #1FA6A6 0%, rgba(31,166,166,0.2) 100%);
  transform-origin: top center;
  border-radius: 0 0 6px 6px;
}

.b-one { transform: translate(-50%, -100%) rotate(0deg); }
.b-two { transform: translate(-50%, -100%) rotate(120deg); }
.b-three { transform: translate(-50%, -100%) rotate(240deg); }

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

/* Structural Thermal Tube Overlays */
.thermal-tubes-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  z-index: 2;
}

.tube {
  width: 4px;
  height: 80px;
  border-radius: 2px;
}

.teal-flow {
  background: linear-gradient(180deg, transparent 0%, #1FA6A6 100%);
}
.orange-flow {
  background: linear-gradient(180deg, transparent 0%, #F28C38 100%);
}

/* Target Reticle Axis Crosshair Lines */
.hvac-target-sight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
}
.crosshair-axis {
  position: absolute;
  background: rgba(255, 255, 255, 0.07);
}
.axis-x { top: 50%; left: 0; width: 100%; height: 1px; }
.axis-y { left: 50%; top: 0; width: 1px; height: 100%; }

/* Floating Status Hud Overlay Card */
.maint-status-card {
  position: absolute;
  top: 50px;
  right: 0;
  background: #FFFFFF;
  border: 1px solid rgba(18, 52, 77, 0.06);
  padding: 16px 22px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 20px 45px rgba(18, 52, 77, 0.08);
  z-index: 3;
}

.maint-icon-radar {
  position: relative;
  width: 12px;
  height: 12px;
  background: #1FA6A6;
  border-radius: 50%;
}

.radar-ping {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(31, 166, 166, 0.5);
  border-radius: 50%;
  animation: radarPulse 2s infinite ease-out;
}

@keyframes radarPulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(3); opacity: 0; }
}

.maint-status-details h5 {
  font-size: 14px;
  font-weight: 800;
  color: #09253F;
  margin-bottom: 2px;
  line-height: 1.2;
}

.maint-status-details span {
  font-size: 12px;
  color: #556975;
  font-weight: 600;
}

/* Right Column: Copywriting & Content Configurations */
.maint-content-block {
  position: relative;
  z-index: 4;
}

.maint-badge-pill {
  display: inline-block;
  background: rgba(31, 166, 166, 0.08);
  color: #1FA6A6;
  padding: 6px 18px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.maint-content-block h2 {
  color: #09253F;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}

.maint-lead-text {
  color: #09253F;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 16px;
}

.maint-secondary-text {
  color: #556975;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 35px;
}

/* Horizontal 3-Column Targets Matrix Row */
.maint-targets-matrix {
  display: flex;
  gap: 20px;
}

.target-matrix-pill {
  flex: 1;
  background: #FFFFFF;
  border: 1px solid rgba(18, 52, 77, 0.05);
  padding: 20px 16px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(18, 52, 77, 0.03);
  transition: transform 0.3s ease;
}

.target-matrix-pill:hover {
  transform: translateY(-4px);
}

.target-icon-frame {
  width: 48px;
  height: 48px;
  background: #EEF4F7;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.orange-icon-frame { background: #F28C38; }

/* Pure CSS Vector Icons (Large-scale Footprint) */
.v-maint-icon { position: relative; }

/* Icon 1: Eye Scanner */
.eye-scan { width: 22px; height: 14px; border: 2.5px solid #1FA6A6; border-radius: 50% / 100% 100% 0 0; transform: scaleY(-1); }
.eye-scan .pupil-dot { position: absolute; top: 3px; left: 7px; width: 4px; height: 4px; background: #1FA6A6; border-radius: 50%; }

/* Icon 2: Flame / Thermal Shield */
.flame-safe { width: 16px; height: 20px; }
.flame-safe .inner-shield { position: absolute; inset: 0; background: #FFFFFF; clip-path: polygon(0% 0%, 100% 0%, 80% 70%, 50% 100%, 20% 70%); }

/* Icon 3: Guard Oversight Shield */
.shield-shield { width: 18px; height: 22px; background: #1FA6A6; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
.shield-shield .secure-notch { position: absolute; top: 6px; left: 6px; width: 6px; height: 6px; background: #EEF4F7; border-radius: 1px; }

.target-lbl {
  display: block;
  font-size: 13.5px;
  font-weight: 800;
  color: #09253F;
  line-height: 1.3;
}

/* ==========================================================================
   RESPONSIVE LAYOUT CONSTRAINTS
   ========================================================================== */
@media (max-width: 991px) {
  .premium-maintenance-section { padding: 80px 0; }
  
  .hvac-blueprint-canvas { margin-top: 40px; }
  
  .maint-content-block { text-align: center; }
  .maint-content-block h2 { font-size: 34px; }
  
  .maint-targets-matrix { text-align: left; }
}

@media (max-width: 576px) {
  .maint-content-block h2 { font-size: 26px; }
  
  .maint-targets-matrix { flex-direction: column; gap: 14px; }
  
  .target-matrix-pill { display: flex; align-items: center; gap: 16px; padding: 16px; text-align: left; }
  .target-icon-frame { margin-bottom: 0; flex-shrink: 0; }
  
  .hvac-core-enclosure { width: 280px; height: 280px; }
  
  .fw-maintenance-airflow { display: none; }
}


/* New Premium Layered Air Flow Shape */
.maintenance-airflow{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
}

.maintenance-airflow svg{
  width:160%;
  height:100%;
  margin-left:-30%;
  animation:waveFlowMove 10s ease-in-out infinite alternate;
}

/* New Smooth Ribbon Style */
.maint-flow{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Main Thick Flow */
.flow-blue{
  stroke:#4BE3FF;
  stroke-width:48;
  opacity:.08;
  filter:drop-shadow(0 0 25px rgba(75,227,255,.35));
}

/* White Ribbon */
.flow-white{
  stroke:rgba(255,255,255,.95);
  stroke-width:16;
  opacity:.92;
  filter:drop-shadow(0 0 18px rgba(255,255,255,.9));
}

/* Accent Flow */
.flow-orange{
  stroke:#F28C38;
  stroke-width:6;
  opacity:.55;
  filter:drop-shadow(0 0 14px rgba(242,140,56,.45));
}

/* Additional Thin Flow */
.flow-teal{
  stroke:#1FA6A6;
  stroke-width:10;
  opacity:.22;
}

/* New Floating Animation */
@keyframes waveFlowMove{

  0%{
    transform:translateX(-70px) translateY(0) rotate(0deg);
  }

  50%{
    transform:translateX(20px) translateY(-12px) rotate(.4deg);
  }

  100%{
    transform:translateX(70px) translateY(8px) rotate(-.4deg);
  }

}

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

  .maintenance-airflow svg{
    width:240%;
    margin-left:-70%;
  }

}

/* Mobile */
@media(max-width:576px){

  .maintenance-airflow{
    opacity:.55;
  }

  .maintenance-airflow svg{
    width:320%;
    margin-left:-110%;
  }

}

/* Image Wrapper */
.hvac-image-wrapper{
  position:relative;
  height:720px;
  border-radius:38px;
  overflow:hidden;
  box-shadow:0 35px 90px rgba(18,52,77,.15);
  z-index:3;
}

/* Main Image */
.hvac-main-image{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s ease;
}

.hvac-image-wrapper:hover .hvac-main-image{
  transform:scale(1.05);
}

/* Floating Cards */
.image-floating-card{
  position:absolute;
  display:flex;
  align-items:center;
  gap:16px;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(14px);
  padding:18px 22px;
  border-radius:24px;
  box-shadow:0 20px 45px rgba(18,52,77,.12);
  min-width:280px;
}

.image-floating-card strong{
  display:block;
  color:#09253F;
  font-size:18px;
  margin-bottom:3px;
}

.image-floating-card span{
  color:#1FA6A6;
  font-size:14px;
  font-weight:700;
}

/* Icon */
.floating-icon{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:18px;
  background:#09253F;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
}

/* Position */
.top-card{
  top:24px;
  left:24px;
}

.bottom-card{
  right:24px;
  bottom:24px;
}

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

  .hvac-image-wrapper{
    height:520px;
  }

}

@media(max-width:576px){

  .hvac-image-wrapper{
    height:360px;
  }

  .image-floating-card{
    min-width:auto;
    padding:14px 16px;
  }

  .floating-icon{
    width:48px;
    height:48px;
    min-width:48px;
    font-size:22px;
  }

  .image-floating-card strong{
    font-size:15px;
  }

  .image-floating-card span{
    font-size:12px;
  }

}







/* ==========================================================================
   ALTERNATIVE TECH AUTHORITY SECTION STYLING
   ========================================================================== */
.premium-authority-section {
  position: relative;
  padding: 140px 0;
  background: radial-gradient(circle at 85% 85%, rgba(31, 166, 166, 0.05), transparent 45%),
              linear-gradient(180deg, #FFFFFF 0%, #EEF4F7 100%);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Geometric Tech Background Slat Vectors */
.fw-authority-slats {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.fw-authority-slats svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slat-vector-line {
  stroke-linecap: square;
}

.sv-fast { animation: authoritySlatSweep 16s linear infinite; }
.sv-slow { animation: authoritySlatSweep 22s linear infinite reverse; }

@keyframes authoritySlatSweep {
  0% { stroke-dashoffset: 0; transform: translateX(-15px) translateY(0); }
  50% { transform: translateX(15px) translateY(5px); }
  100% { stroke-dashoffset: -1200; transform: translateX(-15px) translateY(0); }
}

/* Left Column: Mechanical Image Frame Assembly */
.auth-panel-wrapper {
  position: relative;
  z-index: 4;
  height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.auth-panel-glow {
  position: absolute;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(31,166,166,0.1) 0%, transparent 70%);
  z-index: 1;
}

.tech-image-enclosure {
  position: relative;
  width: 420px;
  height: 400px;
  background: #09253F;
  border-radius: 28px;
  box-shadow: 0 35px 75px rgba(18, 52, 77, 0.14);
  overflow: hidden;
  z-index: 2;
  border: 1px solid rgba(18, 52, 77, 0.15);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tech-image-enclosure:hover {
  transform: scale(1.02) translateY(-4px);
}

.auth-showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Technical Overlay Details */
.image-blueprint-mesh {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 3;
}

.frame-corner {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid #1FA6A6;
  z-index: 4;
  pointer-events: none;
}
.corner-tl { top: 18px; left: 18px; border-right: none; border-bottom: none; }
.corner-tr { top: 18px; right: 18px; border-left: none; border-bottom: none; }
.corner-bl { bottom: 18px; left: 18px; border-right: none; border-top: none; }
.corner-br { bottom: 18px; right: 18px; border-left: none; border-top: none; }

/* Micro-Badges Configuration */
.floating-mini-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 14px 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 15px 35px rgba(18, 52, 77, 0.08);
  z-index: 3;
  width: 250px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.text-navy { color: #09253F; }
.text-white { 
  background: rgba(18, 52, 77, 0.96) !important;
  border-color: #1A4463 !important;
  color: #FFFFFF !important; 
}

.badge-pos-top { top: 30px; left: 240px; animation: floatSway 5s ease-in-out infinite alternate; }
.badge-pos-bot { bottom: 30px; left: 210px; animation: floatSway 5.5s ease-in-out infinite alternate -2.5s; }

@keyframes floatSway {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

.badge-icon-shield {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bg-teal { background: rgba(31, 166, 166, 0.1); }
.bg-orange { background: #F28C38; }

.v-auth-icon { position: relative; }
.icon-check { width: 6px; height: 11px; border-right: 2.5px solid #1FA6A6; border-bottom: 2.5px solid #1FA6A6; transform: rotate(45deg) translate(-1px, -1px); }
.icon-star { width: 12px; height: 12px; background: #FFFFFF; clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }

.badge-content h6 { font-size: 14px; font-weight: 800; margin-bottom: 2px; line-height: 1.2; }
.badge-content span { font-size: 12px; color: #556975; font-weight: 500; }
.text-white .badge-content span { color: #A3BAC7; }

/* Right Column: Copywriting Engine Setup */
.authority-text-block {
  position: relative;
  z-index: 4;
}

.auth-top-badge {
  display: inline-block;
  background: #09253F;
  color: #FFFFFF;
  padding: 6px 18px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.authority-text-block h2 {
  color: #09253F;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}

.auth-lead-desc {
  color: #09253F;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 16px;
}

.auth-secondary-desc {
  color: #556975;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 35px;
}

/* Metric Stack Array Rows */
.auth-metrics-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.metric-row-strip {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.metric-index-box {
  font-size: 24px;
  font-weight: 900;
  color: #1FA6A6;
  font-family: monospace;
  background: #EEF4F7;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  flex-shrink: 0;
}

.clear-orange-text {
  color: #F28C38;
}

.metric-title-text h4 {
  font-size: 17px;
  font-weight: 800;
  color: #09253F;
  margin-bottom: 4px;
}

.metric-title-text p {
  font-size: 14px;
  color: #556975;
  margin-bottom: 0;
  line-height: 1.5;
}

/* Button Mechanics */
.btn-premium-action {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: #1FA6A6;
  color: #FFFFFF;
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 15px 35px rgba(31, 166, 166, 0.25);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-arrow-icon {
  width: 8px;
  height: 8px;
  border-top: 2.5px solid #FFFFFF;
  border-right: 2.5px solid #FFFFFF;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.btn-premium-action:hover {
  background: #168A8A;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(31, 166, 166, 0.35);
}

.btn-premium-action:hover .btn-arrow-icon {
  transform: rotate(45deg) translate(2px, -2px);
}

/* ==========================================================================
   RESPONSIVE LAYOUT MATRIX BREAKPOINTS
   ========================================================================== */
@media (max-width: 991px) {
  .premium-authority-section { padding: 80px 0; }
  
  .authority-text-block { text-align: center; margin-top: 50px; }
  .authority-text-block h2 { font-size: 36px; }
  
  .auth-panel-wrapper { height: auto; justify-content: center; margin-bottom: 20px; }
  .tech-image-enclosure { width: 100%; max-width: 440px; height: 340px; }
  
  .floating-mini-badge { display: none; } /* Suspend overlapping absolute badges on lower viewports */
  .metric-row-strip { text-align: left; }
}

@media (max-width: 576px) {
  .authority-text-block h2 { font-size: 28px; }
  .btn-premium-action { width: 100%; justify-content: center; padding: 16px 20px; }
  .fw-authority-slats { display: none; }
}



.right-image-air-section{
  position:relative;
  padding:120px 0;
  background:
    linear-gradient(135deg,#ffffff 0%,#EEF3F5 100%);
  overflow:hidden;
  font-family:'Poppins',sans-serif;
}

/* Airflow */
.right-airflow-bg{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}

.right-airflow-bg svg{
  width:150%;
  height:100%;
  margin-left:-25%;
  animation:rightAirMove 9s ease-in-out infinite alternate;
}

.right-air{
  fill:none;
  stroke-linecap:round;
}

.right-blue{
  stroke:#4BE3FF;
  stroke-width:46;
  opacity:.10;
  filter:drop-shadow(0 0 22px rgba(75,227,255,.35));
}

.right-white{
  stroke:rgba(255,255,255,.95);
  stroke-width:13;
  opacity:.92;
}

.right-orange{
  stroke:#F28C38;
  stroke-width:5;
  opacity:.5;
}

@keyframes rightAirMove{

  from{
    transform:translateX(-60px) translateY(0);
  }

  to{
    transform:translateX(60px) translateY(-10px);
  }

}







/* start counter */
.modern-stats-section {
  position: relative;
  padding: 95px 0;
  background: #EEF3F5;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Airflow */
.stats-airflow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.stats-airflow svg {
  width: 155%;
  height: 100%;
  margin-left: -25%;
  animation: statsAirMove 10s ease-in-out infinite alternate;
}

.stats-line {
  fill: none;
  stroke-linecap: round;
}

.stats-blue {
  stroke: #4BE3FF;
  stroke-width: 44;
  opacity: .10;
  filter: drop-shadow(0 0 22px rgba(75,227,255,.35));
}

.stats-white {
  stroke: rgba(255,255,255,.95);
  stroke-width: 12;
  opacity: .92;
}

.stats-orange {
  stroke: #F28C38;
  stroke-width: 5;
  opacity: .45;
}

/* Wrapper */
.stats-wrapper {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* Card */
.stats-item {
  position: relative;
  text-align: center;
  padding: 45px 30px;
  border-radius: 34px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 20px 50px rgba(18,52,77,.08);
  overflow: hidden;
  transition: .4s ease;
}

.stats-item:hover {
  transform: translateY(-10px);
}

.stats-item::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(31,166,166,.10);
  border-radius: 50%;
  top: -80px;
  right: -80px;
}

/* Icon */
.stats-icon-wrap {
  width: 92px;
  height: 92px;
  margin: auto auto 24px;
  border-radius: 30px;
  background: linear-gradient(180deg, #09253F, #1B4D70);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 18px 40px rgba(18,52,77,.18),
    inset 0 1px 0 rgba(255,255,255,.10);
  transition: .4s ease;
}

.stats-icon-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,255,255,.20), transparent 45%);
}

.stats-icon-wrap::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgba(31,166,166,.18);
  border-radius: 50%;
  top: -60px;
  right: -60px;
}

.stats-icon {
  font-size: 34px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.stats-item:hover .stats-icon-wrap {
  transform: translateY(-5px) scale(1.05);
  box-shadow:
    0 24px 50px rgba(18,52,77,.22),
    0 0 25px rgba(31,166,166,.18);
}

.stats-item:hover .stats-icon {
  transform: scale(1.08);
  transition: .35s ease;
}

/* Number */
.stats-item h3 {
  color: #F28C38;
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1;
}

.stats-item p {
  color: #444444;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}

/* Animation */
@keyframes statsAirMove {
  from {
    transform: translateX(-60px) translateY(0);
  }

  to {
    transform: translateX(60px) translateY(-12px);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .modern-stats-section {
    padding: 75px 0;
  }

  .stats-wrapper {
    grid-template-columns: 1fr;
  }

  .stats-item h3 {
    font-size: 42px;
  }
}

/* end counter */










/* Content */
.right-air-content{
  position:relative;
  z-index:3;
}

.right-air-badge{
  display:inline-block;
  background:rgba(31,166,166,.12);
  color:#1FA6A6;
  padding:10px 18px;
  border-radius:50px;
  font-weight:800;
  margin-bottom:20px;
}

.right-air-content h2{
  color:#09253F;
  font-size:54px;
  line-height:1.1;
  font-weight:900;
  margin-bottom:22px;
}

.right-air-content p{
  color:#555;
  font-size:17px;
  line-height:1.9;
  margin-bottom:18px;
}

/* Feature List */
.right-feature-list{
  margin:34px 0;
}

.right-feature-item{
  display:flex;
  align-items:center;
  gap:14px;
  background:rgba(255,255,255,.82);
  padding:18px 20px;
  border-radius:20px;
  margin-bottom:14px;
  box-shadow:0 14px 35px rgba(18,52,77,.05);
}

.feature-dot{
  width:12px;
  height:12px;
  background:#1FA6A6;
  border-radius:50%;
  box-shadow:0 0 12px rgba(31,166,166,.5);
}

.right-feature-item span{
  color:#09253F;
  font-weight:700;
}

/* Button */
.right-air-btn{
  display:inline-block;
  background:linear-gradient(180deg,#FFB547,#F28C38);
  color:#ffffff;
  padding:16px 34px;
  border-radius:60px;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 18px 40px rgba(242,140,56,.25);
}

.right-air-btn:hover{
  background:#D9731F;
  color:#ffffff;
}

/* Image */
.right-image-layout{
  position:relative;
  height:620px;
  z-index:3;
}

.right-main-image{
  position:absolute;
  inset:0;
  border-radius:40px;
  overflow:hidden;
  box-shadow:0 35px 85px rgba(18,52,77,.16);
}

.right-main-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s ease;
}

.right-image-layout:hover img{
  transform:scale(1.05);
}

/* Floating Cards */
.right-floating-card{
  position:absolute;
  display:flex;
  align-items:center;
  gap:14px;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(14px);
  padding:18px 22px;
  border-radius:24px;
  box-shadow:0 20px 45px rgba(18,52,77,.12);
}

.top-card{
  top:28px;
  left:-25px;
}

.bottom-card{
  right:-25px;
  bottom:30px;
}

.mini-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  background:#1FA6A6;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:20px;
}

.orange-icon{
  background:#F28C38;
}

.right-floating-card strong{
  display:block;
  color:#09253F;
  font-size:16px;
  margin-bottom:3px;
}

.right-floating-card span{
  color:#666;
  font-size:13px;
  font-weight:600;
}

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

  .right-image-air-section{
    padding:80px 0;
    text-align:center;
  }

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

  .right-image-layout{
    height:480px;
  }

}

@media(max-width:576px){

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

  .right-image-layout{
    height:340px;
  }

  .right-floating-card{
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
    margin-top:15px;
  }

  .right-air-btn{
    width:100%;
    text-align:center;
  }

}

/* start faq */

/* =========================
   FAQ SECTION
========================= */
.premium-faq-matrix-section {
  position: relative;
  padding: 140px 0;
  background-color: #EEF3F5;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.faq-matrix-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* Equal Columns */
.premium-faq-matrix-section .row.g-5 {
  align-items: stretch !important;
}

.premium-faq-matrix-section .col-lg-5,
.premium-faq-matrix-section .col-lg-7 {
  display: flex !important;
}

/* =========================
   LEFT DASHBOARD
========================= */
.faq-sticky-dashboard {
  position: relative !important;
  top: auto !important;
  width: 100%;
  height: 100% !important;
  background: #FFFFFF;
  border: 1px solid rgba(18, 52, 77, 0.1);
  border-radius: 28px;
  padding: 45px 40px;
  box-shadow: 0 20px 50px rgba(18, 52, 77, 0.04);
  overflow: hidden;
  z-index: 4;
}

.faq-dashboard-blueprint {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(18, 52, 77, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 52, 77, 0.012) 1px, transparent 1px);
  background-size: 16px 16px;
  pointer-events: none;
}

.faq-mini-token,
.faq-sticky-dashboard h2,
.faq-sticky-dashboard p,
.faq-side-image,
.faq-tech-status {
  position: relative;
  z-index: 2;
}

.faq-mini-token {
  display: inline-block;
  background: #09253F;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 6px;
  margin-bottom: 24px;
}

.faq-sticky-dashboard h2 {
  color: #09253F;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.faq-sticky-dashboard p {
  color: #444444;
  font-size: 15.5px;
  line-height: 1.8;
  margin-bottom: 0;
}

/* Left Image */
.faq-side-image {
  margin: 28px 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(18, 52, 77, 0.08);
}

.faq-side-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

.faq-side-image:hover img {
  transform: scale(1.05);
}

/* Status */
.faq-tech-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #EEF3F5;
  padding: 8px 16px;
  border-radius: 30px;
}

.status-pulse-dot {
  width: 8px;
  height: 8px;
  background: #1FA6A6;
  border-radius: 50%;
  position: relative;
}

.status-pulse-dot::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #1FA6A6;
  animation: pulseRadar 1.8s infinite ease-in-out;
}

@keyframes pulseRadar {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.faq-tech-status small {
  font-size: 12px;
  font-weight: 700;
  color: #09253F;
}

/* =========================
   RIGHT ACCORDION
========================= */
.custom-matrix-accordion {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-matrix-accordion .matrix-item {
  margin: 0 !important;
  background: #FFFFFF;
  border: 1px solid rgba(18, 52, 77, 0.08) !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(18, 52, 77, 0.03);
  transition: all 0.3s ease;
}

.matrix-item:hover {
  transform: translateX(4px);
  border-color: #1FA6A6 !important;
  box-shadow: 0 15px 40px rgba(18, 52, 77, 0.06);
}

/* Accordion Button */
.custom-matrix-accordion .matrix-trigger {
  background: #FFFFFF;
  color: #09253F;
  font-size: 17px;
  font-weight: 800;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: none !important;
  border: none;
}

.matrix-num {
  font-family: monospace;
  font-size: 15px;
  font-weight: 700;
  color: #1FA6A6;
  background: rgba(31, 166, 166, 0.06);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}

/* Open State */
.custom-matrix-accordion .matrix-trigger:not(.collapsed) {
  background: linear-gradient(90deg, #09253F 0%, #1B4564 100%);
  color: #FFFFFF;
}

.custom-matrix-accordion .matrix-trigger:not(.collapsed) .matrix-num {
  background: rgba(255, 255, 255, 0.15);
  color: #F28C38;
}

/* Plus / Minus Icon */
.custom-matrix-accordion .matrix-trigger::after {
  content: '+';
  background-image: none !important;
  font-size: 22px;
  font-weight: 400;
  color: #1FA6A6;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31, 166, 166, 0.2);
  border-radius: 50%;
  transform: none !important;
  transition: all 0.3s ease;
  margin-left: auto;
}

.custom-matrix-accordion .matrix-trigger:not(.collapsed)::after {
  content: '−';
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.25);
}

/* Accordion Body */
.custom-matrix-accordion .matrix-body {
  background: #FFFFFF;
  color: #444444;
  font-size: 15.5px;
  line-height: 1.8;
  padding: 30px 35px 35px 86px;
  border-top: 1px dashed rgba(18, 52, 77, 0.08);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
  .premium-faq-matrix-section {
    padding: 80px 0;
  }

  .premium-faq-matrix-section .col-lg-5,
  .premium-faq-matrix-section .col-lg-7 {
    display: block !important;
  }

  .faq-sticky-dashboard {
    height: auto !important;
    margin-bottom: 20px;
    padding: 35px 30px;
  }

  .faq-sticky-dashboard h2 {
    font-size: 32px;
  }

  .custom-matrix-accordion {
    height: auto;
    gap: 16px;
  }
}

@media (max-width: 576px) {
  .faq-sticky-dashboard {
    padding: 25px 20px;
  }

  .faq-sticky-dashboard h2 {
    font-size: 26px;
  }

  .faq-side-image img {
    height: 240px;
  }

  .custom-matrix-accordion .matrix-trigger {
    font-size: 15px;
    padding: 20px;
    gap: 12px;
  }

  .matrix-num {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .custom-matrix-accordion .matrix-body {
    padding: 20px;
  }
}

/* end faq */

/* start contact */

.contact-modern-section{
  position:relative;
  padding:120px 0;
  background:#EEF3F5;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
}

/* Airflow */
.contact-airflow{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}

.contact-airflow svg{
  width:150%;
  height:100%;
  margin-left:-25%;
  animation:contactAirMove 10s ease-in-out infinite alternate;
}

.contact-flow{
  fill:none;
  stroke-linecap:round;
}

.flow-blue{
  stroke:#4BE3FF;
  stroke-width:44;
  opacity:.10;
}

.flow-white{
  stroke:rgba(255,255,255,.95);
  stroke-width:12;
  opacity:.92;
}

.flow-orange{
  stroke:#F28C38;
  stroke-width:5;
  opacity:.45;
}

@keyframes contactAirMove{

  from{
    transform:translateX(-60px);
  }

  to{
    transform:translateX(60px);
  }

}

/* Left Content */
.contact-content{
  position:relative;
  z-index:3;
}

.contact-badge{
  display:inline-block;
  background:rgba(31,166,166,.12);
  color:#1FA6A6;
  padding:10px 18px;
  border-radius:50px;
  font-weight:800;
  margin-bottom:20px;
}

.contact-content h2{
  color:#09253F;
  font-size:48px;
  font-weight:900;
  line-height:1.1;
  margin-bottom:20px;
}

.contact-desc{
  color:#444444;
  font-size:17px;
  line-height:1.9;
  margin-bottom:35px;
}

/* Contact Cards */
.contact-info-list{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.contact-info-card{
  display:flex;
  gap:16px;
  align-items:flex-start;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(12px);
  padding:20px;
  border-radius:24px;
  box-shadow:0 15px 35px rgba(18,52,77,.06);
}

.contact-icon{
  width:54px;
  height:54px;
  min-width:54px;
  border-radius:18px;
  background:#09253F;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
}

.contact-info-card strong{
  display:block;
  color:#09253F;
  font-size:16px;
  margin-bottom:4px;
}

.contact-info-card span{
  color:#555;
  line-height:1.7;
}

/* Form */
.contact-form-wrapper{
  position:relative;
  z-index:3;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(18px);
  padding:40px;
  border-radius:36px;
  box-shadow:0 25px 60px rgba(18,52,77,.08);
}

.custom-contact-input{
  height:60px;
  border:none;
  border-radius:18px;
  background:#ffffff;
  padding:0 20px;
  color:#444444;
  font-weight:500;
  box-shadow:none !important;
}

.custom-contact-input:focus{
  border:2px solid #1FA6A6;
}

.contact-textarea{
  height:130px !important;
  padding-top:18px;
  resize:none;
}

/* Button */
.contact-submit-btn{
  width:100%;
  border:none;
  height:62px;
  border-radius:20px;
  background:linear-gradient(180deg,#FFB547,#F28C38);
  color:#ffffff;
  font-weight:800;
  font-size:17px;
  transition:.35s ease;
}

.contact-submit-btn:hover{
  background:#D9731F;
}

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

  .contact-modern-section{
    padding:80px 0;
  }

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

}

@media(max-width:576px){

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

  .contact-form-wrapper{
    padding:28px 22px;
  }

}

.contact-modern-section .row {
  align-items: stretch !important;
}

.contact-modern-section .col-lg-7 {
  display: flex;
}

.contact-form-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.contact-form-wrapper form {
  width: 100%;
}

@media (max-width: 991px) {
  .contact-form-wrapper {
    height: auto;
  }
}

/* Form Title */
.contact-form-title{
  margin-bottom:28px;
  text-align:center;
}

.contact-form-title span{
  display:inline-block;
  background:rgba(31,166,166,.12);
  color:#1FA6A6;
  padding:8px 16px;
  border-radius:50px;
  font-weight:800;
  margin-bottom:14px;
}

.contact-form-title h3{
  color:#09253F;
  font-size:34px;
  font-weight:900;
  margin-bottom:10px;
}

.contact-form-title p{
  color:#666;
  margin-bottom:0;
  line-height:1.7;
}

/* Social Icons */
.contact-socials{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:24px;
}

.contact-social-icon{
  width:52px;
  height:52px;
  border-radius:18px;
  background:#09253F;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  text-decoration:none;
  transition:.35s ease;
  box-shadow:0 12px 28px rgba(18,52,77,.12);
}

.contact-social-icon:hover{
  background:#F28C38;
  color:#ffffff;
  transform:translateY(-5px);
}

@media(max-width:576px){

  .contact-form-title h3{
    font-size:28px;
  }

}

/* Teal Outline Inputs */
.custom-contact-input{
  height:60px;
  border:2px solid rgba(31,166,166,.22);
  border-radius:18px;
  background:#ffffff;
  padding:0 20px;
  color:#444444;
  font-weight:500;
  box-shadow:none !important;
  transition:.35s ease;
}

/* Textarea */
.contact-textarea{
  height:130px !important;
  padding-top:18px;
  resize:none;
}

/* Focus Effect */
.custom-contact-input:focus{
  border-color:#1FA6A6;
  box-shadow:
    0 0 0 4px rgba(31,166,166,.12) !important;
}

/* Hover */
.custom-contact-input:hover{
  border-color:#1FA6A6;
}


.contact-icon{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:18px;
  background:
    linear-gradient(180deg,#09253F,#1B4D70);
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  box-shadow:
    0 14px 30px rgba(18,52,77,.16),
    inset 0 1px 0 rgba(255,255,255,.12);
  position:relative;
  overflow:hidden;
}

/* Glow */
.contact-icon::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left,
    rgba(255,255,255,.18),
    transparent 45%);
}

/* Icon Animation */
.contact-info-card:hover .contact-icon{
  transform:translateY(-4px) scale(1.05);
  transition:.35s ease;
}



.mission-footer{
  position:relative;
  padding:95px 0 70px;
  background:#09253F;
  overflow:hidden;
  font-family:'Poppins',sans-serif;
}

/* Airflow */
.footer-airflow{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}

.footer-airflow svg{
  width:155%;
  height:100%;
  margin-left:-25%;
  animation:footerAirMove 10s ease-in-out infinite alternate;
}

.footer-air{
  fill:none;
  stroke-linecap:round;
}

.footer-blue{
  stroke:#4BE3FF;
  stroke-width:42;
  opacity:.08;
}

.footer-white{
  stroke:rgba(255,255,255,.12);
  stroke-width:12;
}

.footer-orange{
  stroke:#F28C38;
  stroke-width:5;
  opacity:.22;
}

@keyframes footerAirMove{

  from{
    transform:translateX(-60px);
  }

  to{
    transform:translateX(60px);
  }

}

/* Headings */
.mission-footer h3,
.mission-footer h4{
  color:#ffffff;
  font-weight:900;
  margin-bottom:22px;
}

.mission-footer h3{
  font-size:34px;
  line-height:1.2;
}

.mission-footer h4{
  font-size:24px;
}

/* Text */
.mission-footer p{
  color:rgba(255,255,255,.78);
  line-height:1.9;
  margin-bottom:0;
}

/* Phone */
.footer-phone{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#F28C38;
  text-decoration:none;
  font-size:20px;
  font-weight:800;
  margin-bottom:22px;
}

.footer-phone i{
  width:48px;
  height:48px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Map */
.footer-map-frame{
  border-radius:28px;
  overflow:hidden;
  height:280px;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
}

.footer-map-frame iframe{
  width:100%;
  height:100%;
  border:0;
}

/* Copyright */
.footer-copyright{
  background:#0E2B40;
  color:rgba(255,255,255,.72);
  text-align:center;
  padding:22px 15px;
  font-family:'Poppins',sans-serif;
}

.footer-copyright a{
  color:#F28C38;
  text-decoration:none;
  font-weight:700;
}

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

  .mission-footer{
    padding:80px 0 60px;
    text-align:center;
  }

  .mission-footer h3{
    font-size:28px;
  }

}

@media(max-width:576px){

  .footer-map-frame{
    height:240px;
  }

}













/* Final Fix: Services Link After Click */
.mb-navbar .navbar-nav .nav-link,
.mb-navbar .navbar-nav .nav-link:focus,
.mb-navbar .navbar-nav .nav-link:active,
.mb-navbar .navbar-nav .nav-link.show,
.mb-navbar .navbar-nav .show > .nav-link,
.mb-navbar .navbar-nav .dropdown-toggle[aria-expanded="true"] {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Hover + active page color */
.mb-navbar .navbar-nav .nav-link:hover,
.mb-navbar .navbar-nav .nav-link.active {
  color: var(--orange) !important;
}

.faq-section{
  padding:90px 0;
  background:#EEF3F5;
  position:relative;
  overflow:hidden;
}

.faq-section .container{
  width:90%;
  max-width:1180px;
  margin:auto;
}

.faq-header{
  text-align:center;
  max-width:760px;
  margin:0 auto 45px;
}

.faq-badge{
  display:inline-block;
  background:#1FA6A6;
  color:#fff;
  padding:8px 22px;
  border-radius:40px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.5px;
  margin-bottom:15px;
}

.faq-header h2{
  color:#12344D;
  font-size:42px;
  font-weight:800;
  margin-bottom:15px;
}

.faq-header p{
  color:#444444;
  font-size:17px;
  line-height:1.7;
}

.faq-wrapper{
  max-width:900px;
  margin:auto;
}

.faq-item{
  background:#fff;
  border-radius:18px;
  margin-bottom:18px;
  box-shadow:0 12px 35px rgba(18,52,77,.10);
  overflow:hidden;
}

.faq-question{
  width:100%;
  border:none;
  background:none;
  padding:22px 26px;
  color:#12344D;
  font-size:18px;
  font-weight:700;
  text-align:left;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
}

.faq-question span{
  width:34px;
  height:34px;
  min-width:34px;
  border-radius:50%;
  background:#F28C38;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  transition:.3s ease;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}

.faq-answer p{
  padding:0 26px 24px;
  margin:0;
  color:#444444;
  font-size:16px;
  line-height:1.7;
}

.faq-item.active .faq-answer{
  max-height:200px;
}

.faq-item.active .faq-question span{
  background:#12344D;
  transform:rotate(45deg);
}

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

  .faq-header h2{
    font-size:32px;
  }

  .faq-question{
    font-size:16px;
    padding:20px;
  }

  .faq-answer p{
    font-size:15px;
    padding:0 20px 22px;
  }
}



.service-locations-section{
    padding:100px 0;
    background:#EEF3F5;
    position:relative;
    overflow:hidden;
}

.service-locations-section .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.locations-header{
    text-align:center;
    max-width:750px;
    margin:0 auto 50px;
}

.locations-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 24px;
    background:#1FA6A6;
    color:#fff;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
    letter-spacing:.5px;
}

.locations-header h2{
    font-size:44px;
    font-weight:800;
    color:#12344D;
    margin-bottom:15px;
    line-height:1.2;
}

.locations-header p{
    color:#444;
    font-size:17px;
    line-height:1.8;
}

.locations-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:18px;
}

.location-btn{
    text-decoration:none;
    padding:16px 28px;
    background:#fff;
    color:#12344D;
    border:2px solid rgba(31,166,166,.15);
    border-radius:60px;
    font-size:15px;
    font-weight:700;
    transition:all .35s ease;
    box-shadow:0 10px 30px rgba(18,52,77,.06);
}

.location-btn:hover{
    background:#1FA6A6;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(31,166,166,.25);
}

.active-location{
    background:#F28C38;
    border-color:#F28C38;
    color:#fff;
}

.active-location:hover{
    background:#D9731F;
    border-color:#D9731F;
    color:#fff;
}

@media (max-width:991px){

    .service-locations-section{
        padding:80px 0;
    }

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

    .location-btn{
        padding:14px 22px;
        font-size:14px;
    }
}

@media (max-width:576px){

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

    .locations-header p{
        font-size:15px;
    }

    .locations-grid{
        gap:12px;
    }

    .location-btn{
        width:100%;
        text-align:center;
        padding:15px;
    }
}