:root{
  --blue:#1d3a94;
  --dark:#07103d;
  --orange:#ff6332;
  --line:#e8eaf2;
}
*{box-sizing:border-box}
a{color: inherit;text-decoration: none}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#1d3a94}
.fixera-header{display:flex;width:100%;min-height:158px;background:#fff;border-bottom:1px solid #f2f3f7}
.logo-box{width:285px;background:#1d3a94;display:flex;align-items:center;justify-content:center;padding:25px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-size:28px;font-weight:800;letter-spacing:.5px}
.brand span span{color:#ff6230}
.brand-icon{width:40px;height:40px;background:#ff6230;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:20px;box-shadow:-9px -8px 0 -3px #ff6230,8px -10px 0 -5px #ff6230}
.header-content{flex:1;min-width:0}.top-bar{height:67px;display:flex;align-items:center;justify-content:space-between;padding:0 45px;border-bottom:1px solid #f2f3f7}
.top-info{display:flex;gap:28px;font-size:16px;color:#07175c}.top-info i{color:#ff6230;margin-right:8px}.socials{display:flex;gap:12px}.socials a{width:40px;height:40px;border-radius:50%;background:#f0f3fb;color:#102b7e;display:grid;place-items:center;text-decoration:none;font-size:15px;font-weight:700;transition:.3s}.socials a:hover{background:#ff6230;color:#fff}
.main-nav{height:90px;padding:0}.menu-links{gap:28px;padding-left:48px}.menu-links .nav-link{color:#101326!important;font-size:18px;font-weight:500;padding:34px 0}.dropdown-toggle::after{border:0;content:"⌄";vertical-align:1px;margin-left:5px;font-size:17px}.dropdown-menu{border:0;box-shadow:0 12px 35px rgba(0,0,0,.12);border-radius:0}.nav-actions{display:flex;align-items:center;height:90px}.action-btn{width:70px;height:90px;border:0;border-left:1px solid #f2f3f7;background:#fff;color:#08216f;font-size:24px}.action-btn:hover{color:#ff6230}.quote-btn{margin:0 24px;background:#ff6230;color:#fff;text-decoration:none;font-weight:800;font-size:14px;border-radius:30px;padding:18px 28px;white-space:nowrap}.quote-btn:hover{background:#102b7e;color:#fff}.call-box{height:90px;min-width:250px;border-left:1px solid #f2f3f7;display:flex;align-items:center;gap:15px;padding:0 28px}.call-icon{width:47px;height:47px;border-radius:50%;background:#193a95;color:#fff;display:grid;place-items:center;font-size:22px;box-shadow:0 0 0 6px #e9edf8}.call-box small{display:block;color:#5b6078;font-weight:600;margin-bottom:6px}.call-box strong{display:block;color:#0b2579;font-size:16px}
@media(max-width:1199px){.logo-box{width:240px}.menu-links{gap:18px;padding-left:25px}.call-box{min-width:220px}.quote-btn{padding:15px 20px;margin:0 15px}}
@media(max-width:991px){.fixera-header{display:block}.logo-box{width:100%;height:95px}.top-bar{height:auto;padding:15px 20px;gap:15px;flex-wrap:wrap}.top-info{flex-wrap:wrap;gap:12px}.main-nav{height:auto;padding:12px 20px}.menu-links{padding-left:0;gap:0}.menu-links .nav-link{padding:12px 0}.nav-actions{height:auto;display:block}.action-btn{height:50px;width:50px;border:1px solid #7ca7d8;margin:10px 8px 10px 0}.quote-btn{display:inline-block;margin:10px 0}.call-box{height:auto;border-left:0;padding:15px 0}}
/* ==========================
   HERO SECTION
========================== */
.solar-hero{
    position:relative;
    overflow:hidden;
    padding:120px 0 80px;
    color:#fff;
	background: url("../img/improve-indoor-air-quality.webp");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;border-bottom: 2px solid #edf1f7;
}
.text-dark{color:#1d3a94!important}
.solar-hero::before{
    content:"";
    position:absolute;
    background:rgba(255,255,255,.5);width: 100%;height: 100%;top:0;left:0
}

.hero-title{
    font-size:65px;
    font-weight:700;
    line-height:1.1;
    margin-bottom:0;
}

.hero-text{
    color:#1d3a94;
    line-height:1.9;
    max-width:600px;
}

.play-circle{
    width:120px;
    height:120px;
    border:1px dashed rgba(29,58,148,.5);
    border-radius:50%;
    position:relative;
    flex-shrink:0;
}

.play-btn{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.play-circle span{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
    letter-spacing:3px;
}

.hero-link{
    display:inline-flex;
    align-items:center;
    gap:15px;
    margin-top:20px;
    color:#ffca28;
    text-decoration:none;
    font-size:20px;
    letter-spacing:2px;
}

.hero-link span{
    width:60px;
    height:60px;
    border:2px solid #ffca28;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.circle-image{
    width:550px;
    height:550px;
    border-radius:50%;
    overflow:hidden;
    margin:auto;
    position:relative;
}

.circle-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    filter:brightness(.7);
}

.small-circle{
    position:absolute;
    top:40px;
    right:-80px;
    width:300px;
    height:300px;
    border-radius:50%;
    overflow:hidden;
}

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

.slider-arrows{
    position:absolute;
    right:120px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:15px;
}

.slider-arrows button{
    width:70px;
    height:70px;
    border:none;
    background:transparent;
    color:#fff;
    font-size:40px;
}

.bulb-icon{
    position:absolute;
    right:30px;
    bottom:-10px;
    font-size:180px;
    color:#ff6332;
    opacity:.25;
}

.hero-divider{
    width:100%;
    height:2px;
    background:#ff6332;
    margin:80px 0 40px;
}

.service-item h3{
    font-size:28px;
    font-weight:300;
    margin-bottom:20px;
}

.service-item h3 span{
    color:#ff6332;
}

.service-item p{
    font-size:18px;
    line-height:1.9;
    color:rgba(255,255,255,.85);
}

@media(max-width:991px){

    .hero-title{
        font-size:48px;
    }

    .circle-image{
        width:450px;
        height:450px;
        margin-top:60px;
    }

    .service-item{
        text-align:center;
    }
}
.video-text-rotate {
  animation: video-text-rotate 10s linear infinite;
  transform-origin: center;
}
@keyframes video-text-rotate { to{transform: rotate(360deg);} }
.click-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ff6332;
  font-size: 22px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.circle {
  width: 58px;
  height: 58px;
  border: 2px solid #ff6332;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.circle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ff6332;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.4s ease;
}

.arrow {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-size: 25px;
  transition: 0.4s ease;
}

.click-btn:hover .circle::before {
  transform: scale(1);
}

.click-btn:hover .arrow {
  color: #fff;
  transform: rotate(45deg);
}
/*sec2*/
.fixera-about {
  background: #fff;
  font-family: "Inter", sans-serif;
}

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

.img-main {
  position: absolute;
  right: 40px;
  top: 90px;
  width: 68%;
  height: 430px;
  object-fit: cover;
  border-radius: 28px;
}

.img-small {
  position: absolute;
  left: 0;
  top: 0;
  width: 52%;
  height: 250px;
  object-fit: cover;
  border-radius: 18px;
  z-index: 2;
}

.experience {
  position: absolute;
  left: -35px;
  bottom: 15px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.experience span {
  font-size: 72px;
  font-weight: 800;
  color: #ff6230;
  line-height: 1;
}

.experience p {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 24px;
  font-weight: 800;
  color: #1d3a94;
  text-transform: uppercase;
  margin: 0;
}

.badge-title {
  display: inline-block;
  background: #ffe1d5;
  color: #ff6230;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 30px;
  padding: 12px 26px;
  margin-bottom: 20px;
}

.fixera-about h2 {
  font-size: 46px;
  font-weight: 800;
  color: #1d3a94;
  line-height: 1.15;
  margin-bottom: 25px;
}

.desc {
  color: #565b78;
  font-size: 18px;
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 40px;
}

.feature-list p {
  color: #09206f;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.feature-list i {
  color: #7ca7d8;
  margin-right: 10px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.btn-main {
  background: #ff6230;
  color: #fff;
  padding: 20px 52px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}

.btn-main:hover {
  background: #09206f;
  color: #fff;
}

.phone-box {
  display: flex;
  align-items: center;
  gap: 18px;
}

.phone-box span {
  width: 58px;
  height: 58px;
  color: #09206f;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
	border:1px solid #09206f;
}

.phone-box small {
  color: #565b78;
  font-weight: 600;
  letter-spacing: 1px;
}

.phone-box h5 {
  color: #09206f;
  font-weight: 800;
  margin: 6px 0 0;
}

@media (max-width: 991px) {
  .image-wrap {
    min-height: 500px;
  }

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

@media (max-width: 575px) {
  .img-main {
    width: 78%;
    right: 0;
  }

  .img-small {
    width: 65%;
  }

  .experience span {
    font-size: 54px;
  }

  .experience p {
    font-size: 18px;
  }
}
/*sec2*/
.adc-hero{
  padding:90px 0 40px;
  background:#fff;
  position:relative;
}

.booking-box{
  background:#fff;
  padding:45px;
  border-radius:0 35px 35px 0;
  border-top:5px solid #ff6230;
  border-right:5px solid #ff6230;
  box-shadow:0 20px 50px rgba(0,0,0,.08);
	margin-top:-150px
}

.booking-box h2{
  font-weight:800;
  text-align:center;
}

.booking-box p{
  text-align:center;
  color:#1d3a94;
}

.service-tags{
  text-align:center;
  margin:20px 0;
}

.service-tags span{
  background:#1d3a94;
  color:#fff;
  padding:8px 12px;
  border-radius:4px;
  font-size:12px;
  margin:3px;
  display:inline-block;
}
.badge-title,
.white-badge{
  display:inline-block;
  background:#ff6230;
  color:#fff;
  padding:10px 18px;
  border-radius:30px;
  font-size:12px;
  font-weight:800;
  margin-bottom:15px;
}

.adc-hero h1,
.adc-process h2{
  font-size:42px;
  font-weight:900;
  line-height:1.15;
}


.phone-box{
  display:flex;
  align-items:center;
  gap:15px;
  font-size:24px;
}

.phone-box-bg{
  width:55px;
  height:55px;
  background:#ff6230;
  color:#fff;
  border-radius:50%;
  display:grid;
  place-items:center;
}

.adc-counter{
  position:relative;
  z-index:2;
  margin-bottom:-80px;
}
.counter-wrapper{
  background:
    linear-gradient(rgba(29,58,148,.92),rgba(17,24,39,.92)),
    url("../img/air-duct-tools.webp") center/cover;
  padding:55px 30px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  text-align:center;
  color:#fff;
}
.counter-wrapper div{
  border-right:1px solid rgba(255,255,255,.2);
}

.counter-wrapper div:last-child{
  border-right:none;
}

.counter-wrapper i{
  width:72px;
  height:72px;
  background:#fff;
  color:#ff6230;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:30px;
  margin:auto;
}

.counter-wrapper h3{
  font-size:48px;
  font-weight:900;
  margin:15px 0 0;
}

.counter-wrapper p{
  margin:0;
  font-size:13px;
}

.adc-services{
    position: relative;
    padding: 170px 0 90px;
    color: #fff;
    background: #fff;
    overflow: hidden;
}

.adc-services::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(150deg,#e75a2d,#ff6230);
    z-index: 0;
}

.adc-services > *{
    position: relative;
    z-index: 1;
}

.white-badge{
  background:#fff;
  color:#ff6230;
}

.adc-services h2{
  font-size:40px;
  font-weight:900;
}

.adc-services p{
  color:rgba(255,255,255,.9);
}

.service-card{
  background:#fff;
  color:#ff6230;
  border-radius:12px;
  padding:14px;
  position:relative;
  box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.service-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:10px;
}

.service-icon{
  position:absolute;
  right:25px;
  top:195px;
  width:58px;
  height:58px;
  background:#1d3a94;
  color:#fff;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:5px solid #fff;
  font-size:22px;
}

.service-card span{
  color:#ff6230;
  font-size:11px;
  font-weight:800;
  display:block;
  margin-top:25px;
}

.service-card h4{
  font-weight:800;
  margin-top:8px;
}

.service-card p{
  color:#ff6230;
}

.service-card a{
  color:#ff6230;
  text-decoration:none;
  font-weight:700;
}

.adc-process{
  padding:100px 0;
  background:#fff;
}

.image-collage{
  position:relative;
  min-height:430px;
}

.image-collage img{
  position:absolute;
  width:45%;
  height:250px;
  object-fit:cover;
  box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.image-collage img:nth-child(1){
  left:0;
  top:0;
}

.image-collage img:nth-child(2){
  right:0;
  top:0;
}

.image-collage img:nth-child(3){
  left:28%;
  bottom:0;
  width:50%;
}

.adc-process ul{
  list-style:none;
  padding:0;
  margin:25px 0;
}

.adc-process li{
  margin-bottom:12px;
  font-weight:700;
}

.adc-process li i{
  color:#1d3a94;
  margin-right:8px;
}

.process-actions{
  display:flex;
  align-items:center;
  gap:25px;
  flex-wrap:wrap;
}

.contact-btn{
  background:#ff6230;
  color:#fff;
  padding:17px 38px;
  border-radius:6px;
  text-decoration:none;
  font-weight:800;
}

.mini-phone{
  display:flex;
  align-items:center;
  gap:12px;
  color:#ff6230;
}

.mini-phone i{
  width:52px;
  height:52px;
  border:1px solid #ff6230;
  color:#ff6230;
  border-radius:50%;
  display:grid;
  place-items:center;
}

@media(max-width:991px){
  .counter-wrapper{
    grid-template-columns:repeat(2,1fr);
    gap:30px;
  }

  .counter-wrapper div{
    border-right:none;
  }

  .adc-hero h1,
  .adc-services h2,
  .adc-process h2{
    font-size:32px;
  }

  .booking-box{
    border-radius:20px;
  }
}

@media(max-width:575px){
  .counter-wrapper{
    grid-template-columns:1fr;
  }

  .image-collage img{
    position:static;
    width:100%;
    margin-bottom:20px;
  }

  .image-collage{
    min-height:auto;
  }
}
.bg-dark{background:#1d3a94!important}form.CUS input.subject { display: none; }
form.CUS input.subject { display: none; }
.CUS input, .CUS textarea{ width: 47%;
line-height: 30px;
  border-radius: 5px;
  border: 0;
  border-bottom: 2px solid #e9e9ed;}
.CUS select{display:inline;width: 47%;line-height: 30px;
  border-radius: 5px;
  border: 0;
  border-bottom: 2px solid #e9e9ed;background: #fff}
@media (max-width:1200px){.CUS input, .CUS textarea{width: 95%;}}
.input-group-custom {
  position: relative;
}

.input-group-custom input,
.input-group-custom select,
.input-group-custom textarea {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(85, 91, 110, 0.22);
  border-radius: 9px;
  background: #faf9f9;
  color: #555b6e;
  padding: 0 48px 0 24px;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
}

.input-group-custom textarea {
  height: 138px;
  padding-top: 17px;
  resize: vertical;
}

.input-group-custom input::placeholder,
.input-group-custom textarea::placeholder,
.input-group-custom select {
  color: rgba(85, 91, 110, 0.8);
}

.input-group-custom i {
  position: absolute;
  right: 22px;
  top: 18px;
  color: #555b6e;
  font-size: 15px;
  pointer-events: none;
}

.input-group-custom:focus-within input,
.input-group-custom:focus-within select,
.input-group-custom:focus-within textarea {
  border-color: #89b0ae;
  box-shadow: 0 0 0 4px rgba(137, 176, 174, 0.18);
}
.phone-animation{animation: tada 1500ms ease-out infinite;}
@-webkit-keyframes tada {
  0% {
    -webkit-transform:scale(1);
    transform:scale(1)
  }
  10%,
  20% {
    -webkit-transform:scale(.9)rotate(-3deg);
    transform:scale(.9)rotate(-3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform:scale(1.1)rotate(3deg);
    transform:scale(1.1)rotate(3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform:scale(1.1)rotate(-3deg);
    transform:scale(1.1)rotate(-3deg)
  }
  100% {
    -webkit-transform:scale(1)rotate(0);
    transform:scale(1)rotate(0)
  }
}
@keyframes tada {
  0% {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
  }
  10%,
  20% {
    -webkit-transform:scale(.9)rotate(-3deg);
    -ms-transform:scale(.9)rotate(-3deg);
    transform:scale(.9)rotate(-3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform:scale(1.1)rotate(3deg);
    -ms-transform:scale(1.1)rotate(3deg);
    transform:scale(1.1)rotate(3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform:scale(1.1)rotate(-3deg);
    -ms-transform:scale(1.1)rotate(-3deg);
    transform:scale(1.1)rotate(-3deg)
  }
  100% {
    -webkit-transform:scale(1)rotate(0);
    -ms-transform:scale(1)rotate(0);
    transform:scale(1)rotate(0)
  }
}
.img-tool{position:absolute}.roof-process-section {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.roof-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/roof-line-bg.png") center/contain no-repeat;
  opacity: .08;
  pointer-events: none;
}

.roof-process-section .container {
  position: relative;
  z-index: 2;
}

.roof-images {
  position: relative;
  min-height: 520px;
}

.roof-images img {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 18px 35px rgba(0,0,0,.12);
}

.img-one {
  width: 260px;
  height: 340px;
  left: 0;
  top: 40px;
}

.img-two {
  width: 260px;
  height: 340px;
  right: 50px;
  top: 40px;
}

.img-three {
  width: 300px;
  height: 270px;
  left: 160px;
  top: 210px;
  z-index: 3;
}

.section-badge {
  display: inline-block;
  background: #ef3b2d;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .8px;
  margin-bottom: 20px;
}

.section-title {
  color: #121827;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 20px;
}

.section-text {
  color: #626b80;
  font-size: 16px;
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 35px;
}

.video-list-box {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 50px;
  padding-left: 22px;
  border-left: 4px solid #d7efff;
}

.video-card {
  position: relative;
  width: 250px;
  height: 150px;
  overflow: hidden;
  flex-shrink: 0;
}

.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0;
  background: #ef3b2d;
  color: #fff;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.check-list li {
  color: #121827;
  font-weight: 700;
  margin-bottom: 14px;
  position: relative;
  padding-left: 32px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -3px;
  width: 22px;
  height: 22px;
  background: #eef0ff;
  color: #6b78ff;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 35px;
}

.contact-btn {
  background: #ef3b2d;
  color: #fff;
  text-decoration: none;
  padding: 18px 48px;
  border-radius: 8px;
  font-weight: 700;
  transition: .3s;
}

.contact-btn:hover {
  background: #121827;
  color: #fff;
}

.phone-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.phone-icon {
  width: 56px;
  height: 56px;
  border: 1px solid #ef3b2d;
  color: #ef3b2d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.phone-box span {
  display: block;
  color: #626b80;
  font-size: 14px;
}

.phone-box strong {
  display: block;
  color: #121827;
  font-size: 20px;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .roof-images {
    min-height: 460px;
  }

  .section-title {
    font-size: 34px;
  }

  .video-list-box,
  .contact-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .roof-images {
    min-height: auto;
    display: grid;
    gap: 15px;
  }

  .roof-images img {
    position: static;
    width: 100%;
    height: 260px;
  }

  .video-card {
    width: 100%;
  }

  .contact-btn {
    width: 100%;
    text-align: center;
  }
}
/*offer*/
.adc-offer-section {
  padding: 80px 0;
  background: #e7e7e9;

}

.adc-offer-box {
  position: relative;
  border-radius: 28px;
  padding: 55px;
  overflow: hidden;
}

.adc-image-card {
  position: relative;
  max-width: 420px;
  border-radius: 50px 50px 50px 12px;
/*  overflow: hidden;*/
  background: #7ca7d8;
}

.adc-image-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}
.adc-badge{
    position:absolute;
    right:-15px;
    top:25px;
    width:115px;
    height:115px;
    background:#f25e2e;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-weight:900;
    font-size:24px;
    line-height:1;
    transform:rotate(12deg);
    z-index:2;
}

.adc-badge::before{
    content:"";
    position:absolute;
    inset:6px;
    border:1px dashed #fff;
    border-radius:50%;
    pointer-events:none;
}
.adc-offer-content {
  position: relative;
  z-index: 2;
}

.adc-sale-text {
  display: inline-block;
  background: #1d3a94;
  color: #fff;
  padding: 9px 22px;
  border-radius: 4px;
  font-weight: 800;
  margin-bottom: 15px;
}

.adc-offer-content h2 {
  font-size: 72px;
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  color: #f25e2e;
  text-shadow: 4px 4px 0 #1d3a94;
  margin-bottom: 15px;
}

.adc-offer-content h3 {
  font-size: 34px;
  font-weight: 900;
  color: #1d3a94;
  margin-bottom: 18px;
}

.adc-offer-content p {
  max-width: 620px;
  color: #555;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.adc-offer-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.adc-btn {
  background: #fff;
  color: #1d3a94;
  border: 2px solid #1d3a94;
  border-radius: 50px;
  padding: 12px 34px;
  font-weight: 800;
}

.adc-btn:hover {
  background: #f25e2e;
  border-color: #f25e2e;
  color: #fff;
}

.adc-offer-actions span {
  color: #1d3a94;
  font-weight: 800;
}

@media (max-width: 991px) {
  .adc-offer-box {
    padding: 35px;
  }

  .adc-offer-content h2 {
    font-size: 50px;
  }

  .adc-offer-content h3 {
    font-size: 26px;
  }

  .adc-image-card img {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .adc-offer-section {
    padding: 50px 0;
  }

  .adc-offer-box {
    padding: 25px;
    border-radius: 20px;
  }

  .adc-offer-content h2 {
    font-size: 40px;
    text-shadow: 3px 3px 0 #1d3a94;
  }

  .adc-image-card {
    border-radius: 35px 35px 35px 10px;
  }
}
/*offer*/
/*faqs*/.adc-faq,
.adc-testimonials {
  background: #f7fbff;
}

.adc-subtitle {
  display: inline-block;
  color: #f25e2e;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.adc-faq h2,
.adc-testimonials h2 {
  color: #1d3a94;
  font-weight: 900;
  font-size: 42px;
}

.adc-faq p,
.adc-testimonials p {
  color: #555;
}

.faq-box {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  height: 100%;
  border-left: 6px solid #f25e2e;
  box-shadow: 0 15px 40px rgba(29, 58, 148, 0.1);
  transition: 0.3s ease;
}

.faq-box:hover {
  transform: translateY(-8px);
  border-left-color: #1d3a94;
}

.faq-box h5 {
  color: #1d3a94;
  font-weight: 800;
  margin-bottom: 12px;
}

.faq-box p {
  margin-bottom: 0;
  line-height: 1.7;
}

.adc-testimonials {
  background: linear-gradient(135deg, #1d3a94, #7ca7d8);
}

.adc-testimonials h2,
.adc-testimonials p {
  color: #fff;
}

.testimonial-card {
  max-width: 760px;
  background: #fff;
  padding: 45px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.testimonial-card .stars {
  color: #f25e2e;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.testimonial-card p {
  color: #444;
  font-size: 20px;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 25px;
}

.testimonial-card h5 {
  color: #1d3a94;
  font-weight: 900;
  margin-bottom: 5px;
}

.testimonial-card span {
  color: #f25e2e;
  font-weight: 700;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background: #f25e2e;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.carousel-control-prev {
  left: 5%;
}

.carousel-control-next {
  right: 5%;
}

@media (max-width: 768px) {
  .adc-faq h2,
  .adc-testimonials h2 {
    font-size: 30px;
  }

  .testimonial-card {
    padding: 30px 20px;
  }

  .testimonial-card p {
    font-size: 16px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}
/*process*/
.adc-process{
    background:#f8f7f5;
    overflow:hidden;
}

.adc-subtitle{
    color:#f25e2e;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:12px;
}

.adc-title{
    color:#1d3a94;
    font-size:clamp(2rem,4vw,3.5rem);
    font-weight:800;
    margin-bottom:0;
}

.adc-desc{
    color:#6b7280;
    font-size:17px;
    line-height:1.8;
}

.process-box{
    position:relative;
    padding-top:45px;
    transition:.4s;
}

.process-card{
    position:relative;
    background:#fff;
    border-radius:24px;
    padding:80px 30px 35px;
    text-align:center;
    z-index:2;
    min-height:310px;
    box-shadow:0 15px 35px rgba(0,0,0,.06);
}

.process-card h4{
    color:#1d3a94;
    font-weight:800;
    margin-bottom:15px;
}

.process-card p{
    color:#6b7280;
    line-height:1.9;
    margin-bottom:25px;
}

.process-icon{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:90px;
    height:90px;
    border-radius:50%;
    background:#fff;
    border:5px solid #d9e3ef;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:5;
    transition:.4s;
}

.process-icon i{
    font-size:36px;
    color:#f25e2e;
}

/* HALF BORDER SHAPE */
.process-shape{
    position:absolute;
    inset:25px -10px -10px 25px;
    background:#d9e3ef;
    border-radius:28px;
    z-index:1;
    transition:.4s ease;
}

/* HOVER EFFECT */
.process-box:hover .process-shape{
    background:#f25e2e;
}

.process-box:hover .process-icon{
    border-color:#f25e2e;
    transform:translateX(-50%) translateY(-8px);
}

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

.step-number{
    display:inline-flex;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#1d3a94;
    color:#fff;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

@media(max-width:991px){
    .process-card{
        min-height:auto;
    }

    .adc-title{
        margin-bottom:20px;
    }
}
/*footer*/
.adc-footer {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.adc-footer-top {
  background: #162753;
  padding: 35px 0;
}

.adc-logo {
  max-width: 330px;
  width: 100%;
}

.adc-social {
  display: flex;
  gap: 14px;
  justify-content: center;
}

@media (min-width: 992px) {
  .adc-social {
    justify-content: flex-start;
  }
}

.adc-social a {
  width: 46px;
  height: 46px;
  background: rgba(124, 167, 216, 0.18);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.35s ease;
}

.adc-social a:hover {
  background: #ff6230;
  transform: translateY(-5px);
}

.adc-call {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.adc-call span {
  width: 56px;
  height: 56px;
  background: #fff;
  color: #ff6230;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.adc-call small {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}

.adc-call h5 {
  margin: 0;
  font-weight: 800;
  font-size: 24px;
}

.adc-footer-main {
  background:
    linear-gradient(rgba(29, 58, 148, 0.92), rgba(3, 18, 54, 0.96)),
    repeating-linear-gradient(
      -45deg,
      rgba(124, 167, 216, 0.08) 0,
      rgba(124, 167, 216, 0.08) 18px,
      transparent 18px,
      transparent 42px
    );
  padding: 85px 0;
}

.adc-footer-main h4 {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 35px;
  position: relative;
}

.adc-footer-main h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 80px;
  height: 5px;
  background: #ff6230;
  border-radius: 30px;
}

.adc-footer-main h4::before {
  content: "";
  position: absolute;
  left: 88px;
  bottom: -12px;
  width: 28px;
  height: 5px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fff 45%, transparent 45%, transparent 60%, #fff 60%);
}

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

.adc-footer-main li {
  margin-bottom: 15px;text-decoration: none
}

.adc-footer-main li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.adc-footer-main li span {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.adc-footer-main li a::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  transition: 0.3s ease;
}

.adc-footer-main li a:hover {
  color: #ff6230;
  padding-left: 6px;
}

.adc-footer-main li a:hover::before {
  background: #ff6230;
}

.adc-hours p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.adc-hours span {
  color: #fff;
}

.adc-hours strong {
  font-weight: 500;
}

.adc-post {
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
}

.adc-post img {
  width: 82px;
  height: 82px;
  object-fit: cover;
}

.adc-post small {
  display: block;
  color: #fff;
  margin-bottom: 8px;
  font-size: 13px;
}

.adc-post small i {
  color: #ff6230;
  margin-right: 6px;
}

.adc-post a {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s ease;
}

.adc-post a:hover {
  color: #ff6230;
}

.adc-footer-bottom {
  background: #ff6230;
  padding: 22px 0;
}

.adc-footer-bottom p {
  margin: 0;
}

.adc-footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin-left: 22px;
}

.adc-footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .adc-footer-main {
    padding: 60px 0;
  }

  .adc-footer-bottom a {
    margin: 0 8px;
  }

  .adc-hours p {
    display: block;
  }
}
/*footer*/
.mc-service-areas{
    background:#f8fbff;
}

.section-badge{
    display:inline-block;
    background:#ff6230;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.mc-service-areas h2{
    color:#1d3a94;
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
}

.mc-service-areas p{
    color:#666;
    max-width:850px;
    margin:auto;
}

.areas-box,
.zip-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    height:100%;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.areas-box h3,
.zip-box h3{
    color:#1d3a94;
    font-size:28px;
    font-weight:800;
    margin-bottom:25px;
}

.areas-box ul{
    margin:0;
    padding:0;
    list-style:none;
}

.areas-box ul li{
    padding:12px 0;
    border-bottom:1px solid #eef3fa;
    font-weight:600;
    color:#444;
}

.areas-box ul li:last-child{
    border-bottom:none;
}

.areas-box ul li::before{
    content:"✓";
    color:#ff6230;
    font-weight:700;
    margin-right:10px;
}

.zip-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}

.zip-grid span{
    background:#1d3a94;
    color:#fff;
    text-align:center;
    padding:14px 10px;
    border-radius:10px;
    font-weight:700;
    transition:.3s;
}

.zip-grid span:hover{
    background:#ff6230;
    transform:translateY(-4px);
}

.zip-box h4{
    color:#1d3a94;
    font-size:20px;
    font-weight:700;
}

@media(max-width:768px){

    .mc-service-areas h2{
        font-size:30px;
    }

    .areas-box,
    .zip-box{
        padding:25px;
    }

    .zip-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* WHY CHOOSE US */
.adc-why-choose{
    background:#f8fbff;
    position:relative;
    overflow:hidden;
}

.adc-why-choose::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:300px;
    height:300px;
    background:rgba(124,167,216,.12);
    border-radius:50%;
}

.adc-badge-title{
    display:inline-block;
    padding:8px 18px;
    background:#ff6230;
    color:#fff;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.adc-section-title{
    font-size:clamp(2rem,4vw,3rem);
    font-weight:800;
    color:#1d3a94;
    margin-bottom:15px;
}

.adc-section-title span{
    color:#ff6230;
}

.adc-section-desc{
    color:#6c757d;
    max-width:700px;
    margin:auto;
}

.adc-choose-card{
    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    height:100%;
    position:relative;
    overflow:hidden;
    border:1px solid rgba(29,58,148,.08);
    box-shadow:0 10px 35px rgba(0,0,0,.05);
    transition:.4s ease;
}

.adc-choose-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(
        90deg,
        #1d3a94,
        #7ca7d8,
        #ff6230
    );
}

.adc-choose-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(29,58,148,.15);
}

.adc-icon{
    width:75px;
    height:75px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    background:linear-gradient(
        135deg,
        #1d3a94,
        #7ca7d8
    );
    color:#fff;
    font-size:32px;
    transition:.4s;
}

.adc-choose-card:hover .adc-icon{
    background:linear-gradient(
        135deg,
        #ff6230,
        #ff8b67
    );
    transform:rotate(-8deg);
}

.adc-choose-card h4{
    color:#1d3a94;
    font-weight:700;
    font-size:1.25rem;
    margin-bottom:15px;
    line-height:1.4;
}

.adc-choose-card p{
    color:#6c757d;
    margin:0;
    line-height:1.8;
}

@media(max-width:991px){
    .adc-choose-card{
        padding:30px 25px;
    }
}
.adc-duct-repair-section{
    background:#fff;
    overflow:hidden;
}

.adc-subtitle{
    display:inline-block;
    padding:8px 18px;
    background:rgba(255,98,48,.12);
    color:#ff6230;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.adc-title{
    font-size:clamp(2rem,4vw,3rem);
    font-weight:800;
    color:#1d3a94;
    line-height:1.2;
    margin-bottom:20px;
}

.adc-title span{
    color:#ff6230;
}

.adc-text{
    color:#555;
    line-height:1.8;
    margin-bottom:18px;
}

.adc-duct-img-wrap{
    position:relative;
}

.adc-duct-img-wrap img{
    width:100%;
    border:6px solid #7ca7d8;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.adc-floating-badge{
    position:absolute;
    right:-20px;
    bottom:30px;
    width:120px;
    height:120px;
    border-radius:50%;
    background:#ff6230;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-weight:800;
    font-size:18px;
    border:5px solid #fff;
    box-shadow:0 10px 30px rgba(255,98,48,.4);
}

.adc-feature-box{
    background:#fff;
    padding:22px;
    border-radius:16px;
    border:1px solid #e8edf7;
    height:100%;
    transition:.35s;
}

.adc-feature-box:hover{
    transform:translateY(-8px);
    border-color:#ff6230;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.adc-feature-box i{
    font-size:32px;
    color:#ff6230;
    margin-bottom:15px;
    display:block;
}

.adc-feature-box h5{
    color:#1d3a94;
    font-weight:700;
    margin-bottom:10px;
}

.adc-feature-box p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.7;
}

.adc-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 34px;
    background:#1d3a94;
    color:#fff;
    font-weight:700;
    border-radius:50px;
    text-decoration:none;
    transition:.35s;
}

.adc-btn:hover{
    background:#ff6230;
    color:#fff;
}

@media(max-width:991px){
    .adc-floating-badge{
        width:95px;
        height:95px;
        font-size:15px;
        right:10px;
    }
}
@font-face{font-display:block;font-family:bootstrap-icons;src:url("../fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),url("../fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff")}
.bi::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-arrow-right::before{content:"\f138"}.bi-check-circle-fill::before{content:"\f26a"}.bi-clock::before{content:"\f293"}.bi-emoji-smile::before{content:"\f327"}.bi-envelope-fill::before{content:"\f32c"}.bi-facebook::before{content:"\f344"}.bi-gear-fill::before{content:"\f3e2"}.bi-grid-3x3-gap-fill::before{content:"\f3f8"}.bi-instagram::before{content:"\f437"}.bi-lightbulb::before{content:"\f46b"}.bi-lightning-charge-fill::before{content:"\f46c"}.bi-linkedin::before{content:"\f472"}.bi-patch-check-fill::before{content:"\f4b5"}.bi-play-fill::before{content:"\f4f4"}.bi-search::before{content:"\f52a"}.bi-shield-check::before{content:"\f52f"}.bi-telephone-fill::before{content:"\f5b4"}.bi-telephone-outbound::before{content:"\f5bc"}.bi-telephone::before{content:"\f5c1"}.bi-thermometer-half::before{content:"\f5cd"}.bi-tools::before{content:"\f5db"}.bi-twitter::before{content:"\f5ef"}.bi-wind::before{content:"\f61d"}.bi-youtube::before{content:"\f62b"}.bi-fan::before{content:"\f670"}.bi-fire::before{content:"\f7f6"}.bi-house-check::before{content:"\f889"}.bi-house-gear-fill::before{content:"\f890"}.bi-twitter-x::before{content:"\f8db"}.bi-virus::before{content:"\f827"}