@charset "utf-8";
/* CSS Document */

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

    .top-header {
      background: #08218b;
      color: #fff;
      font-size: 14px;
      padding: 12px 0;
    }

    .main-header {
      background: #0ba1ee;
    }

    .quote-btn {
      background: #08218b;
      color: #fff;
      padding: 15px 35px;
      text-decoration: none;
      font-weight: 700;
      display: inline-block;
    }

    .navbar-nav .nav-link {
      color: #fff;
      font-weight: 700;
      padding: 5px 18px;
    }

    .navbar-nav .nav-link.active {
      background: #08218b;
      color: #fff;
      clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
      padding-inline: 35px;
    }

    .logo-box {
      background: #fff;
      padding: 20px 55px;
      clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
      font-size: 28px;
      font-weight: 900;
      color: #111;
      text-align: center;
    }

    .logo-box small {
      display: block;
      font-size: 10px;
      letter-spacing: 2px;
    }

    .hero-slide {
      height: 750px;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .hero-content {
      position: absolute;
      right: 0;
      top: 22%;
      width: 55%;
      background: rgba(8,33,138,.75);
      color: #fff;
      padding: 90px 90px 90px 170px;
      text-align: center;
      clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
    }

    .hero-content h1 {
      font-size: 45px;
      font-weight: 800;
      line-height: 1.2;
    }

    .hero-content p {
      margin: 25px auto 35px;
      line-height: 1.8;
      max-width: 650px;
    }

    .hero-btn {
      background: #0ba1ee;
      color: #fff;
      padding: 17px 45px;
      text-decoration: none;
      font-weight: 700;
      display: inline-block;
    }

    .carousel-indicators {
      right: auto;
      left: 20px;
      bottom: 45px;
      margin: 0;
      padding: 15px 25px 15px 0px;
      width: auto;
      clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
		justify-content: flex-start
    }

    .carousel-indicators [data-bs-target] {
      width: 45px;
      height: 4px;
      border: 0;
      border-radius: 10px;
    }

    @media (max-width: 991px) {
      .navbar-nav .nav-link {
        padding: 12px 0;
      }

      .navbar-nav .nav-link.active {
        clip-path: none;
        padding: 12px;
      }

      .logo-box {
        clip-path: none;
        margin-top: 15px;
      }

      .hero-slide {
        height: 650px;
      }

      .hero-content {
        width: 100%;
        top: auto;
        bottom: 0;
        clip-path: none;
        padding: 50px 25px;
      }

      .hero-content h1 {
        font-size: 38px;
      }
    }
	  a{color: inherit;text-decoration: none}
	  .about-carpenter {
  background: #fff;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.section-subtitle {
  color: #08218b;
  font-size: 13px;
  letter-spacing: 8px;
  font-weight: 500;
  margin-bottom: 15px;
}

.section-subtitle span {
  display: inline-block;
  width: 85px;
  height: 1px;
  background: #08218b;
  margin-right: 15px;
  vertical-align: middle;
}

.about-title {
  color: #026dc8;
  font-weight: 600;
  margin-bottom: 25px;
}

.about-text {
  max-width: 590px;
  color: #1d2a3d;
  font-size: 15px;
  line-height: 1.8;
}

.about-list {
  color: #1d2a3d;
  font-size: 14px;
  margin-bottom: 16px;
}

.about-list i {
  color: #026dc8;
  font-size: 12px;
  margin-right: 8px;
}

.founder-box {
  display: flex;
  align-items: center;
  gap: 35px;
}

.signature {
  font-family: cursive;
  font-size: 50px;
  color: #08218b;
  line-height: 1;
  margin-bottom: 5px;
}

.founder-box h4 {
  color: #08218b;
  font-weight: 700;
  margin-bottom: 3px;
}

.founder-box p {
  margin: 0;
  color: #333;
}

.founder-img {
  width: 125px;
  height: 125px;
  object-fit: cover;
  border-radius: 50%;
}
	  .about-image-bg {
    position: relative;
}
.about-image-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 33.333%;
    height: 100%;
    background: repeating-linear-gradient(
    135deg,
    #fafafa,
    #fafafa 5px,
    #f5f5f5 5px,
    #f5f5f5 9px
  );
}
.about-image-wrap {
  position: relative;
  min-height: 560px;
}

.main-img {
  width: 70%;
  height: 360px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.experience-box {
  position: absolute;
  top: 50px;
  right: 45px;
  background: #fff;
  padding: 28px 55px;
  display: flex;
  align-items: center;
  gap: 18px;
  z-index: 4;
  box-shadow: 0 5px 25px rgba(0,0,0,.08);
}

.experience-box span {
  color: #08218b;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.experience-box strong {
  color: #026dc8;
  font-size: 72px;
  line-height: 1;
}

.team-img {
  position: absolute;
  right: 70px;
  bottom: 55px;
  width: 330px;
  object-fit: fill;
  z-index: 3;
}

.rating-box {
  position: absolute;
  bottom: 120px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #08218b;
}

.rating-box strong {
  display: block;
  font-size: 14px;
}

.rating-box small {
  display: block;
  color: #333;
  font-size: 11px;
}

.rating-circle {
  background: #026dc8;
  color: #fff;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .about-image-wrap {
    min-height: auto;
    padding: 30px;
  }

  .main-img,
  .team-img {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .experience-box,
  .rating-box {
    position: static;
    margin-bottom: 20px;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .about-title {
    font-size: 28px;
  }

  .experience-box {
    padding: 20px;
  }

  .experience-box strong {
    font-size: 50px;
  }

  .founder-box {
    flex-direction: column;
  }
}
/*gallery*/
.service-gallery {
  padding: 80px 0;
  background: #fff;
  font-family: Arial, sans-serif;
}

.gallery-head {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 45px;
}

.gallery-head span {
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #122d40;
  font-weight: 700;
  font-size: 14px;
}

.gallery-head h2 {
  color: #0ba1ee;
  font-size: 42px;
  margin: 15px 0;
}

.gallery-head p {
  color: #555;
  line-height: 1.7;
}

.gallery-accordion {
  display: flex;
  gap: 14px;
  height: 520px;
  overflow: hidden;
}

.gallery-item {
  position: relative;
  flex: 1;
  background-size: cover;
  background-position: right;
  transition: 0.7s ease;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item:hover,
.gallery-item.active {
  flex: 2.4;
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.15));
  opacity: .85;
  transition: .4s;
}

.gallery-item:hover::before {
  background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.05));
}

.gallery-content {
  position: absolute;
  left: 35px;
  bottom: 35px;
  right: 70px;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: .5s ease;
  z-index: 2;
}

.gallery-item:hover .gallery-content,
.gallery-item.active .gallery-content {
  opacity: 1;
  transform: translateY(0);
}

.gallery-content h3 {
  font-size: 28px;
  margin-bottom: 12px;
}

.gallery-content p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.gallery-content a {
  display: inline-block;
  background: #0ba1ee;
  color: #fff;
  padding: 13px 28px;
  text-decoration: none;
  font-weight: 700;
  transition: .3s;
}

.gallery-content a:hover {
  background: #122d40;
}

.vertical-title {
  position: absolute;
  right: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: #333;
  color: #fff;
  padding: 18px 12px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  z-index: 3;
  transition: .4s;
}

.gallery-item:hover .vertical-title,
.gallery-item.active .vertical-title {
  background: #0ba1ee;
}

@media (max-width: 991px) {
  .gallery-accordion {
    flex-direction: column;
    height: auto;
  }

  .gallery-item {
    min-height: 360px;
  }

  .gallery-item:hover,
  .gallery-item.active {
    flex: 1;
  }

  .gallery-head h2 {
    font-size: 32px;
  }
}
/*gallery*/
/*appointment*/
.form-control{width:48%;float:left;margin-right:1.5%}
.quote-stats-section {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  color: #1d2838;
}

.quote-stats-section .container {
  max-width: 1320px;
}

.stats-box {
  background:
    repeating-linear-gradient(
      135deg,
      #fafafa 0px,
      #fafafa 3px,
      #ffffff 3px,
      #ffffff 8px
    );
  padding: 55px 70px;
}

.stat-row {
  display: grid;
  grid-template-columns: 1fr 160px;
  align-items: center;
  gap: 35px;
  padding: 35px 0;
  border-bottom: 1px solid #ddd;
}

.stat-row:first-child {
  padding-top: 0;
}

.stat-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.stat-row p {
  margin: 0;
  max-width: 330px;
  font-size: 15px;
  line-height: 1.8;
}

.stat-number {
  text-align: center;
}

.stat-number h3 {
  margin: 0;
  font-size: 58px;
  line-height: 1;
  color: #08218b;
  font-weight: 800;
}

.stat-number span {
  display: block;
  margin-top: 10px;
  color: #0ba1ee;
  font-size: 14px;
  font-weight: 700;
}

.quote-form-area {
  max-width: 650px;
  margin-left: auto;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  letter-spacing: 9px;
  font-size: 14px;
  color: #08218b;
  font-weight: 600;
}

.section-tag span {
  width: 85px;
  height: 1px;
  background: #08218b;
  display: inline-block;
}

.quote-form-area h2 {
  margin: 0 0 22px;
  color: #0ba1ee;
  font-size: 36px;
  font-weight: 700;
}

.quote-text {
  max-width: 560px;
  margin: 0 auto 38px;
  font-size: 15px;
  line-height: 1.8;
  color: #1d2838;
}


.quote-form-area button {
  margin-top: 45px;
  border: none;
  background: #0ba1ee;
  color: #fff;
  padding: 16px 38px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: 0.3s ease;
}

.quote-form-area button:hover {
  background: #08218b;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .stats-box {
    padding: 40px 25px;
  }

  .quote-form-area {
    margin: auto;
  }
}

@media (max-width: 575px) {
  .stat-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .stat-row p {
    margin: auto;
  }

  .quote-form-area h2 {
    font-size: 28px;
  }

  .section-tag {
    letter-spacing: 5px;
  }

  .section-tag span {
    width: 45px;
  }
}
form.CUS input.subject { display: none; }
.form-control:focus{border:#353535 2px solid;box-shadow:none}
.form-select{width:28%;float: left}
.form-select-time{width:90%}
/*appointment*/
/*steps*/
.airduct-timeline{
    background:#f8f9fb;
    position:relative;
    overflow:hidden;
}

.airduct-timeline::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    repeating-linear-gradient(
        -45deg,
        rgba(0,0,0,.02) 0px,
        rgba(0,0,0,.02) 2px,
        transparent 2px,
        transparent 12px
    );
    pointer-events:none;
}

.timeline-header{
    max-width:700px;
    margin:0 auto 90px;
}

.timeline-subtitle{
    letter-spacing:4px;
    font-size:13px;
    color:#0ba1ee;
    font-weight:600;
    text-transform:uppercase;
    position:relative;
}

.timeline-header h2{
    font-size:48px;
    font-weight:700;
    margin:15px 0;
    color:#026dc8;
}

.timeline-header p{
    color:#666;
    line-height:1.8;
}

.timeline-wrapper{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:nowrap;
}

.timeline-wrapper::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:50%;
    height:3px;
    background:#026dc8;
    transform:translateY(-50%);
}

.timeline-item{
    width:20%;
    position:relative;
    text-align:center;
}

.timeline-item::after{
    content:"";
    width:18px;
    height:18px;
    background:#0ba1ee;
    border:4px solid #fff;
    border-radius:50%;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    box-shadow:0 0 0 4px rgba(11,161,238,.15);
    z-index:5;
}

.timeline-item.top::after{
    bottom:-10px;
}

.timeline-item.bottom::after{
    top:-10px;
}

.timeline-content{
    padding:15px;
}

.timeline-content h3{
    font-size:54px;
    font-weight:800;
    color:#026dc8;
    margin-bottom:5px;
}

.timeline-content span{
    display:block;
    font-size:20px;
    font-weight:700;
    color:#08218b;
    margin-bottom:15px;
}

.timeline-content p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

.timeline-image{
    width:220px;
    height:220px;
    overflow:hidden;
    margin:25px auto;
    border-radius:12px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
}

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

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

.timeline-item.top{
    padding-bottom:220px;
}

.timeline-item.bottom{
    padding-top:220px;
}

@media(max-width:991px){

    .timeline-wrapper{
        flex-direction:column;
    }

    .timeline-wrapper::before{
        width:3px;
        height:100%;
        left:50%;
        right:auto;
        top:0;
        transform:none;
    }

    .timeline-item{
        width:100%;
        padding:40px 0 !important;
    }

    .timeline-item::after{
        top:50%;
        left:50%;
    }

    .timeline-header h2{
        font-size:36px;
    }
}
/*steps*/
/*why us*/
.why-choose-airduct {
  position: relative;
  padding: 120px 0 90px;
  background:
    linear-gradient(rgba(8, 33, 139, 0.82), rgba(8, 33, 139, .5)),
    url("../img/why-choose-us-air-duct.webp") center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.why-choose-airduct::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(34,34,34,0.08) 1px, transparent 1px),
    linear-gradient(rgba(34,34,34,0.08) 1px, transparent 1px);
  background-size: 25% 50%;
  pointer-events: none;
}

.why-choose-airduct .container {
  position: relative;
  z-index: 2;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  letter-spacing: 6px;
  font-weight: 700;
  margin-bottom: 18px;
}

.section-label span {
  width: 45px;
  height: 2px;
  background: #0ba1ee;
  display: inline-block;
}

.why-choose-airduct h2 {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
}

.why-choose-airduct p {
  color: #f1f1f1;
  line-height: 1.8;
}

.why-cards {
  margin-top: 55px;
}

.why-card {
  background: rgba(2, 109, 200, 0.88);
  padding: 38px 28px 30px;
  text-align: center;
  min-height: 310px;
  transition: 0.4s ease;
}

.why-card:hover {
  transform: translateY(-12px);
  background: rgba(20, 168, 245, 0.9);
}

.why-card i {
  font-size: 48px;
  color: #fff;
  margin-bottom: 22px;
  display: inline-block;
}

.why-card h4 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 18px;
}

.why-card p {
  font-size: 15px;
  margin-bottom: 28px;
}

.why-card a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .why-choose-airduct {
    padding: 80px 0;
  }

  .why-choose-airduct h2 {
    font-size: 28px;
  }

  .section-label {
    justify-content: center;
    letter-spacing: 3px;
  }
}
/*why us*/
.adc-promises-section {
  background: #fff;
  color: #08218b;
  font-family: 'Poppins', sans-serif;
}

.section-label {
  color: #fff;
  font-size: 14px;
  letter-spacing: 8px;
  font-weight: 600;
  margin-bottom: 18px;
}

.section-label span {
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #fff;
  vertical-align: middle;
  margin-right: 12px;
}

.section-title {
  color: #08218b;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 25px;
}

.section-desc {
  max-width: 600px;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.promise-list p {
  color: #08218b;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 22px;
}

.promise-list i {
  color: #0ba1ee;
  margin-left: 10px;
}

.email-box {
  position: relative;
  padding-right: 55px;
}

.email-box small {
  color: #08218b;
  font-weight: 500;
}

.email-box h6 {
  color: #0c6bbb;
  font-weight: 800;
  margin-top: 6px;
}

.email-box span {
  position: absolute;
  right: 0;
  top: 7px;
  width: 42px;
  height: 42px;
  border: 1px solid #0ba1ee;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0ba1ee;
}

.explore-btn {
  background: #08218b;
  color: #fff;
  border-radius: 0;
  padding: 17px 50px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}

.explore-btn:hover {
  background: #0c6bbb;
  color: #fff;
}

.image-box {
  position: relative;
}

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

.call-card {
  position: absolute;
  top: 35px;
  right: 35px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 15px 15px 15px 45px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.call-card small {
  color: #777;
  font-size: 15px;
}

.call-card h5 {
  color: #0c6bbb;
  font-weight: 800;
  margin: 6px 0 0;
}

.call-card i {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #0ba1ee, #0c6bbb);
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 22px;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 34px;
  }

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

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

  .section-label {
    letter-spacing: 4px;
  }

  .call-card {
    position: static;
    margin-top: 20px;
    justify-content: center;
    padding: 15px;
  }

  .image-box img {
    height: 350px;
  }
}
/*testimonials*/
.testimonial-section {
  background: #eef2f4;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.testimonial-content .sub-title {
  font-size: 14px;
  letter-spacing: 8px;
  color: #1f2937;
  margin-bottom: 12px;
}

.testimonial-content .sub-title span {
  display: inline-block;
  width: 95px;
  height: 1px;
  background: #1f2937;
  margin-right: 15px;
  vertical-align: middle;
}

.testimonial-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0ba1ee;
  margin-bottom: 35px;
}

.testimonial-content p {
  max-width: 820px;
  margin: 0 auto 28px;
  color: #1f2937;
  font-size: 15px;
  line-height: 1.8;
}

.client-info {
  margin-bottom: 10px;
}

.client-info small {
  font-size: 12px;
  letter-spacing: 1px;
  color: #1f2937;
  margin-right: 10px;
}

.client-info strong {
  color: #0ba1ee;
  font-size: 22px;
}

.stars {
  color: #ffb400;
  font-size: 20px;
  letter-spacing: 2px;
}

.client-img-wrap {
  position: relative;
  display: inline-block;
  padding: 20px;
}

.client-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: repeating-linear-gradient(
    -18deg,
    transparent 0,
    transparent 7px,
    rgba(181, 121, 64, 0.12) 8px,
    rgba(181, 121, 64, 0.12) 9px
  );
  z-index: 0;
}

.client-img-wrap img {
  position: relative;
  z-index: 2;
  width: 390px;
  height: 390px;
  object-fit: cover;
  border-radius: 50%;
}

.quote-icon {
  position: absolute;
  left: -15px;
  top: 42%;
  width: 95px;
  height: 95px;
  background: #0ba1ee;
  color: #fff;
  border-radius: 50%;
  font-size: 90px;
  line-height: 140px;
  font-family: Georgia, serif;
  z-index: 3;
}

.testimonial-section::before {
  content: "“";
  position: absolute;
  left: 5%;
  bottom: 12%;
  font-size: 600px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.04);
}

.custom-indicators {
  position: static;
  margin-top: 35px;
}

.custom-indicators button {
  width: 30px !important;
  height: 3px !important;
  border: 0 !important;
  background: #d5ecf8 !important;
  opacity: 1 !important;
}

.custom-indicators button.active {
  width: 75px !important;
  background: #0ba1ee !important;
}

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

  .client-img-wrap {
    margin-top: 40px;
  }

  .client-img-wrap img {
    width: 280px;
    height: 280px;
  }

  .quote-icon {
    width: 70px;
    height: 70px;
    font-size: 65px;
    line-height: 90px;
  }

  .testimonial-content h2 {
    font-size: 30px;
  }
}
/*testimonials*/
/*before&after*/
.before-after-section{
    background:#f8fbff;
    overflow:hidden;
}

.ba-wrapper{
    position:relative;
    height:550px;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.ba-wrapper img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    inset:0;
}

.ba-before{
    z-index:1;
}

.ba-after{
    z-index:2;
    clip-path: inset(0 50% 0 0);
    animation: beforeAfter 6s ease-in-out infinite alternate;
}

.ba-slider{
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:4px;
    background:#0ba1ee;
    z-index:3;
    animation: sliderMove 6s ease-in-out infinite alternate;
}

.ba-slider::before{
    content:'';
    position:absolute;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#0ba1ee;
    border:4px solid #fff;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.ba-label{
    position:absolute;
    top:25px;
    padding:10px 25px;
    border-radius:50px;
    color:#fff;
    font-weight:700;
    z-index:4;
}

.before{
    left:25px;
    background:#08218b;
}

.after{
    right:25px;
    background:#08218b;
}

.section-badge{
    display:inline-block;
    background:#0ba1ee;
    color:#08218b;
    padding:8px 18px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.section-title{
    font-size:48px;
    font-weight:800;
    color:#08218b;
    line-height:1.2;
    margin-bottom:20px;
}

.section-desc{
    font-size:17px;
    color:#666;
    margin-bottom:30px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-size:17px;
    font-weight:500;
}

.feature-item i{
    color:#0ba1ee;
    font-size:20px;
}

.btn-main{
    display:inline-block;
    margin-top:20px;
    background:#08218b;
    color:#fff;
    text-decoration:none;
    padding:16px 35px;
    border-radius:60px;
    font-weight:700;
    transition:.3s;
}

.btn-main:hover{
    background:#0ba1ee;
    color:#08218b;
}

@keyframes beforeAfter{
    0%{
        clip-path: inset(0 80% 0 0);
    }

    50%{
        clip-path: inset(0 40% 0 0);
    }

    100%{
        clip-path: inset(0 5% 0 0);
    }
}

@keyframes sliderMove{
    0%{
        left:20%;
    }

    50%{
        left:60%;
    }

    100%{
        left:95%;
    }
}

@media(max-width:991px){

    .ba-wrapper{
        height:450px;
    }

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

}
/*before&after*/
/*faqs*/
.faq-section{
    background:#eef2f4;
}

.faq-subtitle{
    display:inline-block;
    color:#0ba1ee;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.faq-title{
    font-size:clamp(2rem,4vw,3rem);
    font-weight:800;
    color:#08218b;
    margin-bottom:15px;
}

.faq-description{
    max-width:700px;
    margin:auto;
    color:#6c757d;
}

.faq-accordion .accordion-item{
    border:none;
    border-radius:15px;
    overflow:hidden;
    margin-bottom:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.faq-accordion .accordion-button{
    padding:20px 25px;
    font-size:1.05rem;
    font-weight:700;
    color:#08218b;
    background:#fff;
    box-shadow:none;
}

.faq-accordion .accordion-button:not(.collapsed){
    background:#0ba1ee;
    color:#fff;
}

.faq-accordion .accordion-button:focus{
    box-shadow:none;
}

.faq-accordion .accordion-body{
    padding:20px 25px;
    color:#666;
    line-height:1.8;
}

.faq-accordion .accordion-button i{
    font-size:1.2rem;
}
/*faqs*/
/*section*/
.benefits-section{
    background:#f8fbff;
    position:relative;
    overflow:hidden;
}

.benefits-badge{
    background:#0aa0ed;
    color:#08218b;
    padding:8px 20px;
    border-radius:50px;
    font-weight:700;
    font-size:14px;
    letter-spacing:1px;
}

.benefits-title{
    font-size:42px;
    font-weight:800;
    color:#08218b;
    max-width:700px;
    margin:auto;
}

.benefits-subtitle{
    max-width:700px;
    margin:15px auto 0;
    color:#666;
}

.benefit-card{
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    height:100%;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.benefit-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#08218b,#0aa0ed);
}

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

.benefit-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#08218b,#0b4ad1);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:40px;
}

.benefit-card h3{
    color:#08218b;
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.benefit-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:0;
}

@media(max-width:991px){
    .benefits-title{
        font-size:32px;
    }
}
/*footer*/
.footer-section{
    background:#08218b;
}

.footer-widget h5{
    font-weight:700;
}

.footer-links li{
    margin-bottom:10px;
}
.footer-links a{
    color:#ffffff;
    text-decoration:none;
    transition:.3s;
}
.footer-links a:hover{
    color:#0aa0ed;
    padding-left:5px;
}
.social-icons a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0aa0ed;
    color:#fff;
    border-radius:50%;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}
.social-icons a:hover{
    background:#ffffff;
    transform:translateY(-3px);color: #08218b;
}
.footer-contact li{
    line-height:1.8;
}
.footer-bottom{
    font-size:15px;
}
.footer-domain a{
    text-decoration:none;
}
@media (max-width:991px){
    .footer-widget{
        margin-bottom:20px;
    }
}
.footer-widget .container-fluid{padding-left:0!important}
/*footer*/
@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-award::before { content: "\f154"; }
.bi-caret-left-fill::before { content: "\f22d"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-circle::before { content: "\f28a"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-envelope-open::before { content: "\f32e"; }
.bi-facebook::before { content: "\f344"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-instagram::before { content: "\f437"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-linkedin::before { content: "\f472"; }
.bi-snow::before { content: "\f56d"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-telephone::before { content: "\f5c1"; }
.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-twitter-x::before { content: "\f8db"; }
.btn:hover{background: #08218b}
.offers-section{
    background:#f8fbff;
}

.offer-badge{
    background:#0ba1ee;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
}

.offer-card{
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    transition:.4s;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
}

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

.offer-icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    background:rgba(255,255,255,.2);
}

.offer-card h3{
    font-size:48px;
    font-weight:800;
    margin-bottom:10px;
}

.offer-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}
.btn-light:hover{color:#ffff!important}
.offer-blue{
    background:linear-gradient(135deg,#0ba1ee,#0e6fc7);
    color:#fff;
}

.offer-dark{
    background:linear-gradient(135deg,#08218b,#0e6fc7);
    color:#fff;
}

.offer-light{
    background:#fff;
    border:3px solid #0ba1ee;
}

/*faqs page*/
.faq-section{
    background:#f8fbff;
}

.faq-subtitle{
    color:#0ba1ee;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.faq-title{
    color:#08218b;
    font-weight:800;
    margin-top:10px;
}

.faq-group-title{
    background:linear-gradient(135deg,#08218b,#0ba1ee);
    color:#fff;
    padding:15px 20px;
    border-radius:10px;
    margin-bottom:15px;
    font-size:22px;
    font-weight:700;
}

.accordion-item{
    border:none;
    margin-bottom:10px;
    border-radius:10px !important;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.accordion-button{
    font-weight:600;
}

.accordion-button:not(.collapsed){
    background:#0ba1ee;
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}