:root{
  --dark:#073f67;
  --dark2:#06395f;
  --blue:#58aee8;
  --orange:#ffa51f;
  --white:#ffffff;
}

body{
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
}

.edu-header{
  overflow:hidden;
}

.top-bar{
  background:var(--dark);
  color:#fff;
  font-size:14px;
  font-weight:700;
  padding:10px 0;
}

.top-bar span,
.top-bar a{
  margin-right:28px;
  color:#fff;
  text-decoration:none;
}

.top-bar i{
  margin-right:8px;
}

.edu-nav{
  background:#fff;
  min-height:90px;
  z-index:50;
  position:relative;
}

.edu-nav .nav-link{
  color:#073f67;
  font-weight:800;
  margin:0 14px;
}

.course-btn{
  background:#58aee8;
  color:#fff;
  padding:18px 35px;
  border-radius:4px;
  text-decoration:none;
  font-weight:800;
  margin-right:30px;
}

.nav-call{
  align-items:center;
  gap:14px;
  background:var(--dark);
  color:#fff;
  padding:20px 35px;
  margin-right:-25px;
}

.phone-icon{
  width:55px;
  height:55px;
  background:var(--orange);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
}

.nav-call span{
  display:block;
  font-weight:700;
}

.edu-hero{
  position:relative;
  min-height:740px;
  background:var(--dark);
  color:#fff;
  overflow:hidden;
}

.edu-hero::before{
  content:"";
  position:absolute;
  width:650px;
  height:650px;
  border-radius:50%;
  background:rgba(255,255,255,0.03);
  left:-120px;
  top:20px;
}

.hero-img{
  position:absolute;
  right:0;
  top:0;
  width:60%;
  height:640px;
  background:url("../images/hero-image.webp") center/cover no-repeat;
  z-index:1;
}

.hero-content{
  position:relative;
  z-index:3;
  padding-top:210px;
  max-width:760px;
}

.hero-content h1{
  font-size:50px;
  font-weight:700;
  margin:35px 0;
  line-height:1;
}

.hero-content h1 b{
  color:#ffa51f;
}

.hero-content p{
  font-size:18px;
  font-weight:800;
  line-height:1.6;
}

.hero-btn{
  display:inline-block;
  background:var(--orange);
  color:#fff;
  padding:18px 36px;
  border-radius:6px;
  text-decoration:none;
  font-weight:900;
  margin-top:15px;
}

.bottom-info{
  position:absolute;
  left:15%;
  bottom:0;
  width:70%;
  background:var(--blue);
  color:#fff;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  text-align:center;
  padding:35px 20px;
  border-radius:100px 100px 0 0;
  z-index:5;
  font-size:21px;
  font-weight:900;
}

.bottom-info > div{
  display:flex;
  align-items:center;
  justify-content:center;
}

.bottom-info div:last-child{
  background:var(--dark);
  margin:-35px -20px -35px 0;
  padding:35px 20px;
  border-radius:90px 90px 0 0;
}

.social-box{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.social-box a{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#fff;
  color:#073f67;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:15px;
}

/* Responsive */
@media(max-width:991px){
  .edu-nav{
    min-height:auto;
    padding:15px 0;
  }

  .navbar-collapse{
    background:#fff;
    padding:20px;
    margin-top:15px;
    border-radius:12px;
  }

  .edu-nav .nav-link{
    margin:5px 0;
  }

  .dropdown-menu{
    border:0;
    background:#f3f8fc;
  }

  .hero-img{
    width:100%;
    height:360px;
    opacity:.28;
  }

  .edu-hero{
    min-height:auto;
    padding:110px 0 0;
  }

  .hero-content{
    padding-top:40px;
    padding-bottom:45px;
    max-width:100%;
  }

  .hero-content h1{
    font-size:42px;
    line-height:1.05;
    margin:25px 0;
  }

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

  .bottom-info{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    width:100%;
    grid-template-columns:1fr;
    gap:0;
    padding:0;
    border-radius:35px 35px 0 0;
    overflow:hidden;
    font-size:25px;
    margin-top:20px;
  }

  .bottom-info > div{
    padding:18px 15px;
    min-height:64px;
  }

  .bottom-info div:last-child{
    margin:0;
    padding:18px 15px;
    border-radius:0;
  }

  .social-box{
    gap:10px;
  }

  .nav-call{
    padding:15px 25px;
    margin-right:0;
    justify-content:center;
    width:100%;
  }

  .nav-call .course-btn{
    display:none;
  }

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

@media(max-width:575px){
  .hero-content h1{
    font-size:34px;
  }

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

    .bottom-info{
    font-size:16px;
  }

  /* رقم التليفون */
  .bottom-info div:nth-child(2){
    font-size:28px;
    font-weight:900;
    letter-spacing:.5px;
  }

  .social-box a{
    width:34px;
    height:34px;
  }
}



@media(max-width:767px){
  .section-title h2{
    font-size:28px;
  }

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

  .duct-about-section .about-left{
    padding:40px 20px;
  }

  .before-after-box{
    width:280px;
    height:280px;
    border-width:8px;
  }

  .year-badge{
    width:90px;
    height:90px;
    top:10px;
    right:calc(50% - 130px);
  }

  .duct-about-section .about-right{
    padding:30px 15px;
  }

  .about-right h2{
    font-size:28px;
  }

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

  .featured-services .main-service-content h3{
    font-size:26px;
  }

  .duct-values-content h2{
    font-size:32px;
  }

  .duct-accordion .accordion-button{
    font-size:15px;
    padding:18px 25px;
  }

  .duct-process-section .process-card{
    padding:30px 20px;
  }

  .aircare-card h2{
    font-size:28px;
  }

  .contact-map-modern .map-modern-box iframe{
    height:500px;
  }

  .contact-modern-box .floating-contact h5{
    font-size:24px;
  }

  .footer-main .footer-brand p{
    font-size:15px;
  }

  .footer-links h4{
    font-size:20px;
  }

  .footer-links ul li a{
    font-size:14px;
  }

  .zip-wrapper{
    flex-wrap:wrap;
    justify-content:center;
  }

  .zip-card{
    width:100px;
    height:50px;
    font-size:20px;
    margin:10px;
  }

  .footer-strip .service-areas{
    flex-wrap:wrap;
    justify-content:center;
  }
}

@media(max-width:576px){
  .hero-content h1{
    font-size:38px;
  }

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

  .bottom-info{
    left:10px;
    right:10px;
    padding:25px 15px;
    font-size:18px;
  }

  .bottom-info div:last-child{
    padding:25px 15px;
  }

  .contact-map-modern .col-lg-3,
  .contact-map-modern .col-lg-9 {
    width: 100%;
  }

  .features-wrap{
    flex-direction:column;
    align-items:center;
  }

  .feature-card{
    width:100%;
    max-width:300px;
  }

  .duct-about-section .about-left{
    padding:30px 15px;
  }

  .before-after-box{
    width:250px;
    height:250px;
  }

  .year-badge{
    right:calc(50% - 115px);
  }

  .about-right h2{
    font-size:24px;
  }

  .main-service-img{
    height:250px;
  }

  .main-service-content h3{
    font-size:22px;
  }

  .duct-values-content h2{
    font-size:28px;
  }

  .aircare-card h2{
    font-size:24px;
  }

  .contact-map-modern .map-modern-box iframe{
    height:400px;
  }

  .contact-modern-box .floating-contact h5{
    font-size:20px;
  }

  .footer-main .footer-logo{
    font-size:20px;
  }

  .footer-links h4{
    font-size:18px;
  }

  .zip-card{
    width:80px;
    height:40px;
    font-size:16px;
  }
}

.social-box{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
}

.social-box a{
    width:50px;
    height:50px;
    background:#fff;
    color:var(--dark);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}

.social-box a:hover{
    background:var(--orange);
    color:#fff;
    transform:translateY(-5px);
}

.hero-brand{
    display:flex;
    align-items:center;
    gap:20px;
}

.fan-icon{
    width:90px;
    height:90px;
    background:var(--orange);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.fan-icon i{
    color:#fff;
    font-size:45px;
    animation:spinFan 4s linear infinite;
}

@keyframes spinFan{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

.features-section{
  background:#eef3f8;
  padding:85px 0 70px;
  font-family:Arial, Helvetica, sans-serif;
  color:#092a70;padding-bottom:8%;padding-top:8%;
}

.section-title span{
  font-size:14px;
  font-weight:700;
  color:#26386c;
  display:inline-block;
  margin-bottom:18px;
}

.section-title span i{
  color:#1878ff;
  margin-right:8px;
}

.section-title h2{
  font-size:30px;
  line-height:1.15;
  font-weight:800;
  margin:0 0 18px;
  color:var(--dark);
}

.section-title h2 b{
  font-weight:400;
}

.section-title p{
  font-size:14px;
  line-height:1.6;
  color:#26386c;
  margin:0;
}

.features-wrap{
  position:relative;
  display:flex;
  justify-content:center;
  gap:38px;
  margin-top:55px;
}

.feature-card{
  width:263px;
  min-height:250px;
  background:#fff;
  border-radius:5px;
  padding:43px 27px 30px;
  text-align:center;
  box-shadow:0 8px 25px rgba(0,0,0,.04);
}

.icon-box{
  width:70px;
  height:70px;
  border:2px dashed #58aee8;
  border-radius:50%;
  margin:0 auto 23px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#58aee8;
  font-size:30px;
}

.feature-card h3{
  font-size:18px;
  font-weight:800;
  margin:0;
  color:var(--dark);
}

.feature-card span{
  display:block;
  width:22px;
  height:3px;
  background:#1878ff;
  margin:14px auto;
}

.feature-card p{
  font-size:13px;
  line-height:1.6;
  color:#26386c;
  margin:0;
}

.slider-btn{
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:#d4e3f2;
  color:#0b4da2;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:16px;
}

.slider-btn.left{
  left:0;
}

.slider-btn.right{
  right:0;
}

@media(max-width:991px){
  .features-wrap{
    flex-direction:column;
    align-items:center;
  }

  .feature-card{
    width:100%;
    max-width:320px;
  }

  .slider-btn{
    display:none;
  }
}


.duct-about-section{
    display:grid;
    grid-template-columns:1fr 1.35fr;
    min-height:415px;
    font-family:Arial, Helvetica, sans-serif;
    background:#fff;
    overflow:hidden;
}

.about-left{
    position:relative;
    background:var(--dark);
    min-height:415px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding-right:75px;
}

.about-left::before{
    content:"";
    position:absolute;
    right:-5px;
    top:0;
    width:55%;
    height:100%;
    background:
        radial-gradient(circle, rgba(255,255,255,.9) 2px, transparent 3px);
    background-size:18px 18px;
    opacity:.9;
    mask-image:radial-gradient(circle at right center, #000 0%, transparent 70%);
}

.bubble{
    position:absolute;
    border:2px solid rgba(255,255,255,.45);
    border-radius:50%;
    animation:floatBubble 5s ease-in-out infinite;
}

.b1{width:95px;height:95px;right:170px;top:55px;}
.b2{width:70px;height:70px;right:95px;bottom:45px;animation-delay:1s;}
.b3{width:30px;height:30px;right:270px;bottom:130px;animation-delay:2s;}

.before-after-box{
    width:350px;
    height:350px;
    border:13px solid var(--blue);
    border-radius:50%;
    position:relative;
    overflow:hidden;
    background:#fff;
    z-index:3;
}

.ba-image{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
}

.ba-before{
    background-image:url("../images/before-duct-cleaning.webp");
}

.ba-after{
    background-image:url("../images/after-duct-cleaning.webp");
    clip-path:inset(0 0 0 50%);
    animation:beforeAfterMove 4s ease-in-out infinite alternate;
}

.ba-line{
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:3px;
    background:#fff;
    z-index:5;
    animation:lineMove 4s ease-in-out infinite alternate;
}

.ba-line span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:25px;
    height:25px;
    border-radius:50%;
    background:#fff;
    color:var(--blue);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
}

.year-badge{
    position:absolute;
    top:20px;
    right:115px;
    width:110px;
    height:110px;
    border-radius:50%;
    background:var(--orange);
    color:#fff;
    z-index:6;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    font-size:11px;
    text-align:center;
}

.year-badge i{
    font-size:18px;
    margin-bottom:4px;
}

.year-badge b{
    font-size:22px;
}

.about-right{
    padding:48px 70px 40px 120px;
}

.mini-title{
    color:var(--orange);
    font-weight:800;
    font-size:17px;
}

.mini-title i{
    color:#073f67;
    margin-right:10px;
}

.about-right h2{
    font-size:34px;
    color:var(--dark);
    margin:22px 0 18px;
    font-weight:900;
}

.about-right h2 span{
    font-weight:400;
}

.about-right p{
    color:#073f67;
    font-size:16px;
    line-height:1.7;
    margin:0;
}

.about-right hr{
    border:0;
    border-top:1px solid #e4e8ef;
    margin:25px 0;
}



@keyframes beforeAfterMove{
    0%{clip-path:inset(0 0 0 30%);}
    100%{clip-path:inset(0 0 0 70%);}
}

@keyframes lineMove{
    0%{left:30%;}
    100%{left:70%;}
}

@keyframes floatBubble{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-18px);}
}

@media(max-width:991px){
    .duct-about-section{
        grid-template-columns:1fr;
    }

    .about-left{
        justify-content:center;
        padding:60px 20px;
    }

    .year-badge{
        right:calc(50% - 150px);
    }

    .about-right{
        padding:45px 22px;
        text-align:center;
    }

    .video-info{
        flex-direction:column;
    }
}

.stats-box{
    display:flex;
    gap:20px;
    margin-top:25px;
}

.stat{
    flex:1;
    background:#f8fbff;
    padding:25px 15px;
    text-align:center;
    border-radius:12px;
    border-top:4px solid #073f67;
    transition:.3s;
}

.stat:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.stat h3{
    margin:0;
    font-size:36px;
    font-weight:900;
    color:#073f67;
    line-height:1;
}

.stat span{
    display:block;
    margin-top:10px;
    color:#073f67;
    font-size:14px;
    font-weight:600;
    line-height:1.5;
}


.featured-services{
    padding:70px 0;
    background:#fff;
    color:#073f67;
    font-family:Arial, Helvetica, sans-serif;
}

.services-title{
    margin-bottom:60px;
}

.services-title h2{
    font-size:34px;
    font-weight:400;
    color:var(--dark);
    margin-bottom:15px;
}

.services-title span{
    display:block;
    width:160px;
    height:2px;
    background:#b9bec6;
    margin:0 auto 22px;
    position:relative;
}

.services-title span::after{
    content:"";
    position:absolute;
    width:60px;
    height:3px;
    background:#073f67;
    left:50%;
    top:-1px;
    transform:translateX(-50%);
}

.services-title p{
    font-size:16px;
    color:#073f67;
    margin:0;
}

.main-service-img{
    height:500px;
    overflow:hidden;
    border-radius:25px;
}

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




.image-label i{
    color:#fff;
    font-size:20px;
}

.main-service-content{
    padding-top:42px;
}

.main-service-content h3{
    font-size:34px;
    font-weight:300;
    color:#073f67;
    margin-bottom:25px;
    line-height:1.25;
}

.main-service-content p{
    font-size:16px;
    line-height:1.8;
    color:#073f67;
    margin-bottom:28px;
}

.main-service-content a,
.side-service a{
    color:#073f67;
    text-decoration:none;
    border-bottom:1px solid #073f67;
    font-weight:500;
}

.side-service{
    display:flex;
    gap:22px;
    padding:34px 0;
    border-bottom:1px solid #e4e8ef;
}

.side-service:first-child{
    padding-top:25px;
}

.side-icon{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#eef4ff;
    color:#073f67;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-size:20px;
}

.side-service h4{
    font-size:21px;
    font-weight:400;
    color:var(--dark);
    margin:0 0 12px;
}

.side-service p{
    font-size:15px;
    line-height:1.65;
    color:#073f67;
    margin:0 0 16px;
}

@media(max-width:991px){
    .main-service-img{
        height:320px;
    }

    .main-service-content h3{
        font-size:28px;
    }
}

.phone-btn{
    display:inline-flex;
    align-items:center;
    gap:14px;
    background:#073f67;
    color:#fff !important;
    padding:16px 28px;
    border-radius:40px;
    text-decoration:none !important;
    font-weight:800;
    border:0 !important;
    box-shadow:0 12px 28px rgba(7,91,216,.28);
    animation:pulsePhone 1.7s infinite;
}

.phone-btn span{
    width:38px;
    height:38px;
    background:#fff;
    color:#073f67;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

@keyframes pulsePhone{
    0%{transform:scale(1);}
    50%{transform:scale(1.05);}
    100%{transform:scale(1);}
}


.duct-cta-box{
    background: var(--dark);
    border-radius: 25px;
    padding: 45px 50px;
    position: relative;
    overflow: hidden;
}

.duct-cta-box::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    top:-120px;
    right:-120px;
}

.duct-cta-box::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,.03);
    bottom:-70px;
    left:-70px;
}

.cta-content{
    position:relative;
    z-index:2;
}

.cta-content h2{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.cta-content p{
    color:rgba(255,255,255,.9);
    font-size:17px;
    line-height:1.8;
    margin:0;
}

.cta-phone-btn{
    background:var(--orange);
    color:var(--dark);
    text-decoration:none;
    padding:18px 30px;
    border-radius:60px;
    display:inline-flex;
    align-items:center;
    gap:15px;
    font-size:20px;
    font-weight:700;
    position:relative;
    z-index:2;
    transition:.3s;
}

.cta-phone-btn:hover{
    transform:translateY(-5px);
    color:var(--dark);
}

.phone-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:var(--dark);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    animation:ring 1.5s infinite;
}

@keyframes ring{
    0%{transform:scale(1);}
    50%{transform:scale(1.15);}
    100%{transform:scale(1);}
}

@media(max-width:991px){

    .duct-cta-box{
        padding:35px 25px;
        text-align:center;
    }

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

    .cta-phone-btn{
        width:100%;
        justify-content:center;
        font-size:18px;
    }

}

.duct-values-section{
    padding:90px 0;
    background:#fff;
    overflow:hidden;
}

.duct-values-content{
    max-width:650px;
}

.section-tag{
    color:#073f67;
    font-size:14px;
    font-weight:800;
    letter-spacing:4px;
    display:block;
    margin-bottom:25px;
}

.duct-values-content h2{
    color:#073f67;
    font-size:48px;
    font-weight:800;
    line-height:1.25;
    margin-bottom:45px;
}

.duct-accordion .accordion-item{
    border:0;
    margin-bottom:14px;
    background:transparent;
}

.duct-accordion .accordion-button{
    background:#f7f9fc;
    color:#073f67;
    font-size:16px;
    font-weight:800;
    padding:20px 30px;
    border-radius:4px !important;
    box-shadow:none;
}

.duct-accordion .accordion-button:not(.collapsed){
    background:#073f67;
    color:#fff;
}

.duct-accordion .accordion-body{
    padding:25px 30px;
    color:#333;
    font-size:16px;
    line-height:1.8;
}

.duct-values-img{
    height:620px;
    position:relative;
}

.duct-values-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:0;
}

@media(max-width:991px){
    .duct-values-section{
        padding:60px 0;
    }

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

    .duct-values-img{
        height:400px;
        margin-top:35px;
    }
}

.duct-process-section{
    padding:90px 0;
    background:#f4f8fc;
}

.process-title{
    margin-bottom:55px;
}

.process-title span{
    color:#073f67;
    font-size:14px;
    font-weight:800;
    letter-spacing:4px;
}

.process-title h2{
    color:#073f67;
    font-size:42px;
    font-weight:800;
    margin:15px 0;
}

.process-title p{
    color:#5f6f83;
    font-size:17px;
    max-width:650px;
    margin:auto;
    line-height:1.7;
}

.process-card{
    position:relative;
    background:#fff;
    padding:42px 25px 35px;
    border-radius:22px;
    text-align:center;
    min-height:320px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(7,63,103,.08);
    transition:.35s;
}

.process-card::before{
    content:"";
    position:absolute;
    width:150px;
    height:150px;
    background:rgba(7,63,103,.06);
    border-radius:50%;
    top:-70px;
    right:-70px;
}

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

.process-number{
    position:absolute;
    top:18px;
    left:22px;
    color:rgba(7,63,103,.12);
    font-size:42px;
    font-weight:900;
}

.process-icon{
    width:85px;
    height:85px;
    background:#073f67;
    color:#fff;
    border-radius:50%;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    position:relative;
    z-index:2;
}

.process-card h3{
    color:#073f67;
    font-size:22px;
    font-weight:800;
    margin-bottom:15px;
}

.process-card p{
    color:#5f6f83;
    font-size:15px;
    line-height:1.7;
    margin:0;
}

@media(max-width:991px){
    .duct-process-section{
        padding:60px 0;
    }

    .process-title h2{
        font-size:32px;
    }
}


.aircare-service-section{
    background:#073f67;
    position:relative;
    overflow:hidden;
}

.aircare-card{
    background:#fff;
    border-radius:25px;
    padding:40px;
    box-shadow:0 15px 40px rgba(7,63,103,.08);
    border:1px solid rgba(7,63,103,.08);
    transition:.4s;
    position:relative;
}

.aircare-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 50px rgba(7,63,103,.15);
}

.aircare-icon{
    width:75px;
    height:75px;
    background:#073f67;
    color:#fff;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}

.aircare-tag{
    display:inline-block;
    background:var(--orange);
    color:#073f67;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.aircare-card h2{
    color:#073f67;
    font-size:28px;
    font-weight:800;
    line-height:1.3;
    margin-bottom:20px;
}

.aircare-card p{
    color:#5f6f81;
    line-height:1.9;
    margin:0;
}

@media(max-width:991px){
    .aircare-card{
        padding:30px;
    }

    .aircare-card h2{
        font-size:24px;
    }
}


.contact-map-modern{
    background:#f7fbff;
    position:relative;
    overflow:hidden;
    padding:100px 0; 
}

.contact-map-modern::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(8,169,214,.07);
    border-radius:50%;
    top:-250px;
    right:-150px;
}

.contact-map-modern::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(7,63,103,.04);
    border-radius:50%;
    bottom:-150px;
    left:-120px;
}

.section-head span{
    color:#58aee8;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.section-head h2{
    color:#073f67;
    font-size:clamp(2rem,4vw,3.2rem);
    font-weight:800;
    margin:15px 0;
}

.section-head p{
    max-width:700px;
    margin:auto;
    color:#667788;
    line-height:1.8;
}

/* MAP */

.map-modern-box{
    position:relative;
}

.map-modern-box iframe{
    width:100%;
    height:1000px;
    border:none;
    border-radius:30px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.map-badge{
    position:absolute;
    top:20px;
    left:20px;
    z-index:10;
    background:#073f67;
    color:#fff;
    padding:12px 22px;
    border-radius:50px;
    font-weight:600;
    box-shadow:0 15px 35px rgba(7,63,103,.25);
}

/* FORM BOX */

.contact-modern-box{
    position:relative;
    background:#fff;
    padding:50px;
    border-radius:30px;
    box-shadow:0 25px 60px rgba(7,63,103,.12);
}

.floating-contact{
    position:absolute;
    top:-30px;
    right:35px;
    background:#073f67;
    color:#fff;
    padding:18px 28px;
    border-radius:20px;
    box-shadow:0 20px 40px rgba(7,63,103,.25);
}

.floating-contact small{
    display:block;
    font-size:12px;
    letter-spacing:2px;
    opacity:.8;
}

.floating-contact h5{
    margin:5px 0 0;
    font-size:22px;
    font-weight:800;
}

.contact-title span{
    color:#58aee8;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.contact-title h3{
    color:#073f67;
    font-size:36px;
    font-weight:800;
    margin:10px 0 15px;
}

.contact-title p{
    color:#667788;
    line-height:1.8;
    margin-bottom:30px;
}

/* FORM */

.contact-modern-box .form-control{
    border:none;
    background:#f5f8fc;
    border-radius:15px;
    min-height:58px;
    padding:15px 20px;
    color:#073f67;
}

.contact-modern-box .form-control:focus{
    box-shadow:none;
    background:#eef7ff;
}

.contact-modern-box textarea.form-control{
    min-height:160px;
    resize:none;
}

.contact-btn{
    width:100%;
    border:none;
    background:#073f67;
    color:#fff;
    font-weight:700;
    padding:18px;
    border-radius:15px;
    transition:.4s;
}

.contact-btn:hover{
    background:#58aee8;
    transform:translateY(-3px);
}

/* MOBILE */

@media(max-width:991px){

    .map-modern-box iframe{
        height:450px;
    }

    .contact-modern-box{
        padding:35px;
    }

    .floating-contact{
        position:relative;
        top:auto;
        right:auto;
        margin-bottom:25px;
        display:inline-block;
    }

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


 /* RESET */
*, *::before, *::after {
    box-sizing: border-box;
}

/* FORM WRAPPER */
form.CUS {
    max-width: 900px;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background: #f9fafb;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: system-ui, sans-serif;
}

/* FLEX FIELDSET */
form.CUS fieldset {
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding: 0;
    margin: 0;
}

/* BASE BLOCK STYLE */
form.CUS fieldset > p {
    width: 100%;
    padding: 10px;
    margin: 0;
    font-size: 0.95rem;
    color: #444;
}

/* Universal input/select styling */
form.CUS input,
form.CUS select,
form.CUS textarea {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

/* ===============================
   ROW 1: Name, Phone, Address
=============================== */
form.CUS fieldset > p:nth-of-type(1),
form.CUS fieldset > p:nth-of-type(2),
form.CUS fieldset > p:nth-of-type(3) {
    width: 33.333%;
}

/* ===============================
   ROW 2: City, State, Zip Code
=============================== */
form.CUS fieldset > p:nth-of-type(4),
form.CUS fieldset > p:nth-of-type(5),
form.CUS fieldset > p:nth-of-type(6) {
    width: 33.333%;
}

/* ===============================
   SERVICE NEEDED TEXTAREA
=============================== */
form.CUS fieldset > p:nth-of-type(7) {
    width: 100%;
}

/* ===============================
   SERVICE DATE (Month, Day, Year)
   â†’ ALL 3 IN ONE ROW
=============================== */

/* Make the 8th <p> (Service Date block) a flex row */
form.CUS fieldset > p:nth-of-type(8) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
}

/* Month, Day, Year = 3 equal flex columns */
form.CUS fieldset > p:nth-of-type(8) select#service_date,
form.CUS fieldset > p:nth-of-type(8) select#service_day,
form.CUS fieldset > p:nth-of-type(8) input#service_year {
    flex: 1 1 0;
    width: auto;          /* flex handles width */
    margin-top: 6px;
}

/* ===============================
   SERVICE TIME (Full width)
=============================== */
form.CUS fieldset > p:nth-of-type(9) {
    width: 100%;
}

/* ===============================
   SUBMIT BUTTON (Full width)
=============================== */
form.CUS fieldset > p:nth-of-type(10) {
    width: 100%;
}

form.CUS input[type="submit"] {
    width: 100%;
    background: #ffa51f;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

form.CUS input[type="submit"]:hover {
    background: #ffa51f;
}

/* Hide honeypot */
form.CUS input.subject {
    display: none;
}

/* ===============================
   MOBILE RESPONSIVE (stack fields)
=============================== */
@media (max-width: 600px) {

    form.CUS fieldset > p {
        width: 100%;
        padding: 6px 0;
    }

    /* Month, Day, Year full width stacked on mobile */
    form.CUS fieldset > p:nth-of-type(8) {
        flex-direction: column;
        gap: 6px;
    }

    form.CUS fieldset > p:nth-of-type(8) select#service_date,
    form.CUS fieldset > p:nth-of-type(8) select#service_day,
    form.CUS fieldset > p:nth-of-type(8) input#service_year {
        flex: none;
        width: 100% !important;
    }
/* ===============================
   ROW 1: Name, Phone, Address
=============================== */
form.CUS fieldset > p:nth-of-type(1),
form.CUS fieldset > p:nth-of-type(2),
form.CUS fieldset > p:nth-of-type(3) {
    width: 100%;
}

/* ===============================
   ROW 2: City, State, Zip Code
=============================== */
form.CUS fieldset > p:nth-of-type(4),
form.CUS fieldset > p:nth-of-type(5),
form.CUS fieldset > p:nth-of-type(6) {
    width: 100%;
}
}


.duct-footer{
    background:#061f3d;
    color:#fff;
    padding:80px 0 0;
    position:relative;
    overflow:hidden;
}

.duct-footer::before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(8,169,214,.12);
    border-radius:50%;
    top:-120px;
    left:8%;
}

.footer-main{
    position:relative;
    z-index:2;
    padding-bottom:60px;
}

.footer-logo{
    width:190px;
    height:190px;
    background:#073f67;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    text-align:center;
    font-size:22px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:30px;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.footer-logo span{
    font-size:13px;
    color:#fff;
    margin-top:8px;
}

.footer-brand p,
.footer-links p{
    color:#d7e6f2;
    line-height:1.8;
}

.footer-contact{
    list-style:none;
    padding:0;
    margin:25px 0 0;
}

.footer-contact li{
    margin-bottom:8px;
    color:#fff;
}

.footer-contact a{
    color:#58aee8;
    text-decoration:none;
}

.footer-links h4{
    font-size:20px;
    font-weight:800;
    margin-bottom:25px;
    position:relative;
}

.footer-links h4::after{
    content:"";
    display:block;
    width:45px;
    height:3px;
    background:#58aee8;
    margin-top:12px;
}

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

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

.footer-links ul li a{
    color:#e7f6ff;
    text-decoration:none;
    transition:.3s;
}

.footer-links ul li a:hover{
    color:#58aee8;
    padding-left:6px;
}

.footer-call-btn{
    display:inline-block;
    background:#58aee8;
    color:#fff;
    padding:15px 25px;
    border-radius:50px;
    font-weight:800;
    text-decoration:none;
    margin-top:15px;
    transition:.3s;
}

.footer-call-btn:hover{
    background:#58aee8;
    color:#061f3d;
}

.footer-strip{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    background:#ffa51f;
    min-height:95px;
}

.service-areas{
    width:320px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:600;
    text-align:center;
    padding:0 20px;
}

.footer-highlight{
    flex:1;
    background:#58aee8;
    color:#fff;
    min-height:95px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    font-weight:900;
    text-align:center;
}

.footer-bottom{
    text-align:center;
    padding:18px;
    color:#c9d8e5;
    font-size:14px;
}

@media(max-width:991px){
    .footer-strip{
        flex-direction:column;
    }

    .social-icons{
        width:100%;
        padding:25px 0;
    }

    .footer-highlight{
        width:100%;
        font-size:22px;
        padding:25px;
    }

    .footer-logo{
        width:160px;
        height:160px;
    }
}

.footer-contact-info ul li{
    margin-bottom:12px;
    line-height:1.7;
}

.footer-contact-info ul li strong{
    color:#58aee8;
    font-size:18px;
    font-weight:800;
}

.footer-contact-info ul li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-contact-info ul li a:hover{
    color:#58aee8;
}

.service-area-section{
    background:#f5f9fc;
    border-radius:30px;
}

.area-heading span{
    color:#58aee8;
    font-weight:700;
    letter-spacing:2px;
}

.area-heading h2{
    color:#073f67;
    font-size:42px;
    font-weight:800;
    margin:15px 0;
}

.area-heading p{
    max-width:700px;
    margin:auto;
    color:#6c7a89;
}

.zip-wrapper{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:20px;
    margin:50px 0;
}

.zip-card{
    width:140px;
    height:140px;
    background:#fff;
    border:2px solid rgba(7,63,103,.08);
    border-radius:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    font-weight:800;
    color:#073f67;
    transition:.4s;
}

.zip-card:hover,
.zip-card.active{
    background:#ffa51f;
    color:#fff;
    transform:translateY(-8px);
}

.area-note{
    max-width:900px;
    margin:auto;
    background:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    line-height:1.9;
    color:#526C7C;
    box-shadow:0 15px 40px rgba(7,63,103,.08);
}

.area-note strong{
    color:#073f67;
}

.service-area i{
    color: var(--orange);
    margin-right:10px;
    font-size:22px;
    filter: drop-shadow(0 0 8px rgba(255,165,31,.4));
}



.blogbox{text-align:justify;padding:20px;background-color:#FFF;box-sizing:border-box;clear:both;overflow:hidden;margin-bottom:15px;box-shadow:3px 3px 7px rgba(0,0,0,0.2)}
.blogbox .blogimg img {float: right; width: 35%; height: auto; margin: 15px;box-shadow: 0 0 3px rgba(0,0,0,0.8)}
.blogbox .read-more a{background-color:#ccc;color:#2D2D2D;padding:10px;border-radius:5px;border:1px solid #2D2D2D}
.blogbox .read-more a:hover {background-color:#2D2D2D;color:#FFF;letter-spacing: 2px;padding:10px 15px}
.blogpost {text-align: justify;padding:20px;background-color: #FFF;box-sizing: border-box}
.blogpost h1, .blogbox h1 {margin:0;font-size:28px;color:#222;}
.blogpost h2, .blogbox h2 {margin:0;font-size:24px;color:#222;}
.blogpost .blog_wrapper img {float: right; max-width: 35%; height: auto; margin: 15px;box-shadow: 0 0 3px rgba(0,0,0,0.8)}
.socialbox{overflow:hidden;position:relative;text-align:center;width:100%;}
.social-share-btns{display:inline-block;overflow:hidden}
.social-share-btns .share-btn{float:left;margin:0 5px;padding:8px 16px;border-radius:3px;color:#fff;font-size:14px;line-height:18px;vertical-align:middle;transition:background .2s ease-in-out;display:flex;align-items:center;}
.social-share-btns .share-btn svg {fill:currentColor;height:1rem;width:1rem;margin-right:10px;}
.share-btn{background-color:#95a5a6}
.share-btn:hover{background-color:#798d8f}
.share-btn-twitter{background-color:#00aced}
.share-btn-twitter:hover{background-color:#0087ba}
.share-btn-facebook{background-color:#3b5998}
.share-btn-facebook:hover{background-color:#2d4373}
.share-btn-linkedin{background-color:#007bb6}
.share-btn-linkedin:hover{background-color:#005983}
@media only screen and (max-width:700px){
.blogbox .blogimg img{max-width:90%;width:auto}
}