.blister-hero {
    padding: 80px 20px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.blister-wrap h2 {
    color: #f2e684 !important;
}


.tray-left h2 {
    color: #ffff !important;
}

.blister-wrap {
    max-width: 1200px;
    margin: auto;
    padding: 70px 80px;
    position: relative;
    background: #0f6b70;
    color: #fff;
    overflow: hidden;
    clip-path: polygon(0 8%, 8% 4%, 18% 7%, 30% 3%, 42% 7%,
            55% 4%, 68% 8%, 82% 4%, 100% 7%,
            100% 92%, 88% 96%, 74% 92%, 60% 97%,
            45% 93%, 28% 96%, 14% 92%, 0 96%);
    animation: softMove 4s ease-in-out infinite alternate;
}

.blister-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(242, 230, 133, 0.18), transparent 35%),
        repeating-linear-gradient(-8deg,
            rgba(255, 255, 255, 0.08) 0px,
            rgba(255, 255, 255, 0.08) 2px,
            transparent 2px,
            transparent 12px);
    opacity: 0.45;
}

.blister-wrap:hover::after {
    transform: scale(1.25) rotate(20deg);
}

.mini-title,
.blister-wrap h2,
.blister-wrap p {
    position: relative;
    z-index: 2;
}

.mini-title {
    display: inline-block;
    margin-bottom: 18px;
    color: #000;
    background: #f2e685;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}

.blister-wrap h2 {
    max-width: 850px;
    margin: 0 0 22px;
    font-size: 44px;
    line-height: 1.2;
    color: #fff;
}

.blister-wrap p {
    max-width: 980px;
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.8;
    color: #f8f8f8;
}

.blister-wrap:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(15, 107, 112, 0.25);
}

.elementor-kit-3 h2 {
    color: #fff;
}

@keyframes softMove {
    from {
        clip-path: polygon(0 8%, 8% 4%, 18% 7%, 30% 3%, 42% 7%,
                55% 4%, 68% 8%, 82% 4%, 100% 7%,
                100% 92%, 88% 96%, 74% 92%, 60% 97%,
                45% 93%, 28% 96%, 14% 92%, 0 96%);
    }

    to {
        clip-path: polygon(0 6%, 10% 8%, 22% 4%, 35% 8%, 48% 5%,
                60% 9%, 73% 4%, 86% 8%, 100% 5%,
                100% 94%, 86% 91%, 72% 96%, 58% 92%,
                42% 97%, 26% 92%, 12% 96%, 0 93%);
    }
}

@media (max-width: 768px) {
    .blister-wrap {
        padding: 55px 28px;
    }

    .blister-wrap h2 {
        font-size: 30px;
    }

    .blister-wrap p {
        font-size: 15px;
    }
}


.blister-about {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

/*==================*/


.shape-line {
    position: absolute;
    width: 320px;
    height: 320px;
    border: 2px solid rgba(15, 108, 113, .08);
    border-radius: 35px;
    transform: rotate(-25deg);
    left: -80px;
    top: -90px;
}

.shape-line::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border: 2px solid rgba(15, 108, 113, .08);
    border-radius: 35px;
    left: 35px;
    top: 35px;
}

.shape-dots {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 90px;
    left: 52%;
    transform: translateX(-50%);
    background-image: radial-gradient(#0f6c71 2px, transparent 2px);
    background-size: 18px 18px;
}

/*================*/

.subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f6c71;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 20px;
}

.subtitle span {
    width: 45px;
    height: 4px;
    background: #0f6c71;
    border-radius: 20px;
}

.about-content {
    animation: leftMove 1s;
}

.about-content h2 {

    font-size: 68px;
    line-height: 1.1;
    color: #202020;
    font-weight: 800;
    margin-bottom: 25px;

}

.about-content h2 span {
    display: block;
    color: #0f6c71;
}

.yellow-line {

    width: 95px;
    height: 5px;
    background: #f2e684;
    border-radius: 20px;
    margin-bottom: 28px;

}

.about-content p {

    font-size: 17px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 22px;

}

/*================*/

.about-image {

    position: relative;
    z-index: 2;
    border-radius: 70px;
    overflow: hidden;
    padding: 8px;
    transition: .5s;
    animation: rightMove 1s;

}

.about-image::before {

    content: "";
    position: absolute;
    inset: 0;
    border-radius: 70px;
    padding: 4px;
    background: linear-gradient(135deg, #0f6c71, #f2e684);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

}

.about-image img {

    width: 100%;
    border-radius: 62px;
    display: block;
    transition: .6s;

}

.about-image:hover {

    transform: translateY(-12px);

}

.about-image:hover img {

    transform: scale(1.08);

}

/*================*/

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(25px);
    }

}

@keyframes leftMove {

    from {
        opacity: 0;
        transform: translateX(-80px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}

@keyframes rightMove {

    from {
        opacity: 0;
        transform: translateX(80px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}

/*================*/

@media(max-width:991px) {

    .blister-about {

        padding: 70px 0;

    }

    .about-content h2 {

        font-size: 42px;

    }

    .about-image {

        margin-top: 50px;

    }

    .shape-circle {

        width: 350px;

    }

}

.tray-importance {
    position: relative;
    padding: 90px 20px;
    background: linear-gradient(135deg, #0f6c71 0%, #0f6c71 48%, #fffdf1 48%, #fffdf1 100%);
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.tray-pattern {
    position: absolute;
    width: 160px;
    height: 160px;
    right: 70px;
    top: 40px;
    background-image: radial-gradient(#0f6c71 2px, transparent 2px);
    background-size: 18px 18px;
    opacity: 0.18;
    animation: trayFloat 5s ease-in-out infinite;
}

.tray-wrap {
    max-width: 1180px;
    margin: auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 45px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.tray-left {
    color: #fff;
    animation: trayLeft 0.9s ease;
}

.tray-tag {
    display: inline-block;
    background: #f2e684;
    color: #0f6c71;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.tray-left h2 {
    font-size: 44px;
    line-height: 1.2;
    margin: 0;
    font-weight: 800;
}

.tray-right {
    background: #ffffff;
    padding: 42px;
    border-radius: 28px;
    box-shadow: 0 20px 45px rgba(15, 108, 113, 0.16);
    border-left: 8px solid #f2e684;
    position: relative;
    transition: all .4s ease;
    animation: trayFloat 4s ease-in-out infinite;
}


.tray-right:hover {
    animation-play-state: paused;
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 60px rgba(15, 108, 113, .22);
}

.tray-right p {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    margin-bottom: 18px;
}

.tray-right p:last-child {
    margin-bottom: 0;
    font-weight: 600;
    color: #0f6c71;
}

@keyframes trayFloat {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }

}

@media (max-width: 900px) {
    .tray-importance {
        background: #fffdf1;
    }

    .tray-wrap {
        grid-template-columns: 1fr;
    }

    .tray-left {
        color: #0f6c71;
    }

    .tray-left h2 {
        font-size: 32px;
    }

    .tray-right {
        padding: 28px;
    }
}


.bt-feature-section {
    padding: 100px 20px;
    background-color: #fbfbfb;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}


.bt-heading {
    text-align: center;
    margin-bottom: 70px;
}

.bt-heading span {
    color: #0f6c71;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

.bt-heading h2 {
    margin-top: 10px;
    color: #222;
    font-size: 40px;
    font-weight: 800;
}

.bt-timeline {
    position: relative;
    max-width: 1100px;
    margin: auto;
}

.bt-timeline::before {
    content: "";
    position: absolute;
    width: 5px;
    background: #0f6c71;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
}

.bt-item {
    position: relative;
    width: 50%;
    margin-bottom: 45px;
}

.bt-item.left {
    left: 0;
    padding-right: 70px;
}

.bt-item.right {
    left: 50%;
    padding-left: 70px;
}

.bt-icon {
    position: absolute;
    width: 62px;
    height: 62px;
    background: #0f6c71;
    color: #fff;
    border: 5px solid #f2e684;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15px;
    z-index: 5;
    transition: .4s;
    font-size: 22px;
}

.bt-item.left .bt-icon {
    right: -31px;
}

.bt-item.right .bt-icon {
    left: -31px;
}

.bt-content {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: .45s;
    position: relative;
}

.bt-content::before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #f2e684;
    left: 0;
    top: 0;
    transition: .45s;
}

.bt-content h4 {
    margin: 0;
    color: #222;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 700;
}

.bt-item:hover .bt-content {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(15, 108, 113, .18);
}

.bt-item:hover .bt-content::before {
    width: 100%;
}

.bt-item:hover .bt-icon {
    background: #f2e684;
    color: #0f6c71;
    transform: rotate(360deg) scale(1.1);
}

@media(max-width:991px) {

    .bt-timeline::before {
        left: 30px;
    }

    .bt-item,
    .bt-item.left,
    .bt-item.right {
        width: 100%;
        left: 0;
        padding-left: 85px;
        padding-right: 0;
    }

    .bt-item.left .bt-icon,
    .bt-item.right .bt-icon {
        left: 0;
    }

    .bt-heading h2 {
        font-size: 32px;
    }

}


.blister-benefits {
  padding: 90px 20px;
  background: #fffdf5;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
}


.benefit-container {
  max-width: 1150px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.benefit-heading {
  text-align: center;
  margin-bottom: 55px;
}

.benefit-heading span {
  display: inline-block;
  color: #0f6c71;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.benefit-heading h2 {
  color: #222;
  font-size: 42px;
  line-height: 1.2;
  margin: 0;
  font-weight: 800;
}

.benefit-list {
  counter-reset: benefit;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.benefit-row {
  counter-increment: benefit;
  background: #fff;
  padding: 28px 34px 28px 115px;
  border-radius: 22px;
  box-shadow: 0 15px 35px rgba(15, 108, 113, 0.1);
  position: relative;
  overflow: hidden;
  transition: 0.45s ease;
  border: 1px solid rgba(15, 108, 113, 0.08);
}

.benefit-row::before {
  content: "0" counter(benefit);
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  background: #0f6c71;
  color: #f2e684;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  transition: 0.45s ease;
}

.benefit-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background: #f2e684;
  transition: 0.45s ease;
}

.benefit-row h4 {
  margin: 0 0 9px;
  color: #0f6c71;
  font-size: 22px;
  font-weight: 800;
}

.benefit-row p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.benefit-row:hover {
  transform: translateX(12px);
  box-shadow: 0 24px 50px rgba(15, 108, 113, 0.18);
}

.benefit-row:hover::before {
  background: #f2e684;
  color: #0f6c71;
  transform: translateY(-50%) scale(1.1);
}

.benefit-row:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
  .benefit-heading h2 {
    font-size: 31px;
  }

  .benefit-row {
    padding: 85px 24px 26px;
  }

  .benefit-row::before {
    top: 24px;
    left: 24px;
    transform: none;
  }

  .benefit-row:hover::before {
    transform: scale(1.1);
  }
}



.bt-applications {
  padding: 95px 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    url('images/features-wave-bg.svg') center/cover no-repeat;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.bt-applications::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #0f6c71;
}

.bt-app-container {
  max-width: 1180px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.bt-app-heading {
  max-width: 760px;
  margin: 0 auto 58px;
  color: #222;
  text-align: center;
}

.bt-app-heading span {
  display: inline-block;
  color: #0f6c71;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  background: transparent;
  padding: 0;
}

.bt-app-heading h2 {
  color: #202020;
  font-size: 42px;
  line-height: 1.16;
  margin: 0 0 14px;
  font-weight: 800;
}

.bt-app-heading p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  color: #555;
}

.bt-app-grid {
  position: relative;
  max-width: 980px;
  margin: auto;
}

.bt-app-box {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 100px;
  align-items: start;
  padding: 28px 0;
  border-top: 1px solid rgba(15, 108, 113, 0.16);
  transition: 0.35s ease;
  position: relative;
  overflow: visible;
}

.bt-app-box::before {
  display: none;
}

.bt-app-box::after {
  display: none;
}

.bt-app-box h3 {
  color: #0f6c71;
  font-size: 23px;
  line-height: 1.25;
  margin: 6px 0 0;
  font-weight: 800;
  position: relative;
  white-space: nowrap;
}

.bt-app-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.bt-app-box li {
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 6px;
  border-bottom: 1px solid rgba(15, 108, 113, 0.18);
  position: relative;
  transition: 0.3s ease;
}

.bt-app-box li::before {
  display: none;
}

.bt-app-box li:last-child {
  border-bottom: 1px solid rgba(15, 108, 113, 0.18);
}

.bt-app-box:hover {
  transform: translateX(12px);
  border-top-color: #0f6c71;
}

.bt-app-box:hover::before {
  display: none;
}

.bt-app-box:hover li {
  color: #0f6c71;
  border-color: #f2e684;
}

.bt-app-box:nth-child(5) {
  border-bottom: 1px solid rgba(15, 108, 113, 0.16);
}

@media (max-width: 991px) {
  .bt-applications {
    padding: 70px 16px;
  }

  .bt-app-heading {
    margin-bottom: 34px;
  }

  .bt-app-heading h2 {
    font-size: 32px;
  }

  .bt-app-grid {
    max-width: 760px;
  }

  .bt-app-box {
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .bt-app-box {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0;
  }

  .bt-app-box::before {
    display: none;
  }

  .bt-app-box h3 {
    margin-top: 0;
  }

  .bt-app-box:hover {
    transform: none;
  }
}

.bt-why-unique {
  padding: 95px 20px;
  background: #dfe3e8;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.bt-why-unique::before {
  display: none;
}

.bt-why-container {
  width: min(100%, 1180px);
  margin: 0 auto;
  min-height: 720px;
  position: relative;
  z-index: 2;
}

.bt-why-heading {
  max-width: 760px;
  margin: 0 auto 78px;
  text-align: center;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.bt-why-unique.is-visible .bt-why-heading {
  opacity: 1;
  transform: translateY(0);
}

.bt-why-heading span {
  display: inline-block;
  margin-bottom: 12px;
  color: #e95f4f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 14px;
  text-transform: uppercase;
}

.bt-why-heading h2 {
  margin: 0;
  color: #3f4145;
  font-size: 56px;
  line-height: 1;
  font-weight: 800;
}

.bt-why-list {
  counter-reset: why;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 78px 86px;
}

.bt-why-item {
  counter-increment: why;
  position: relative;
  flex: 0 1 250px;
  min-height: 190px;
  padding: 82px 0 0;
  border: 0;
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
}

.bt-why-item::before {
  content: "0" counter(why);
  position: absolute;
  top: 20px;
  right: 8px;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
}

.bt-why-item::after {
  content: none;
}

.bt-why-icon {
  position: absolute;
  left: 0;
  top: 6px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #e95f4f;
  color: #fff;
  font-size: 17px;
  box-shadow: 0 15px 30px rgba(15, 108, 113, 0.12);
}

.bt-why-item:nth-child(2) .bt-why-icon {
  background: #201a96;
}

.bt-why-item:nth-child(3) .bt-why-icon {
  background: #17b978;
}

.bt-why-item:nth-child(4) .bt-why-icon {
  background: #f2e684;
  color: #0f6c71;
}

.bt-why-item:nth-child(5) .bt-why-icon {
  background: #0f6c71;
}

.bt-why-item h3 {
  margin: 0 0 10px;
  color: #111;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.bt-why-item p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.55;
}

.bt-why-item:hover {
  transform: translateY(-8px);
}

.bt-why-item:nth-child(1),
.bt-why-item:nth-child(3),
.bt-why-item:nth-child(5) {
  padding-top: 82px;
}

.bt-why-item:nth-child(2),
.bt-why-item:nth-child(4) {
  margin-top: 34px;
}

.bt-why-item:nth-child(1) {
  transition-delay: 0.12s;
}

.bt-why-item:nth-child(2) {
  transition-delay: 0.24s;
}

.bt-why-item:nth-child(3) {
  transition-delay: 0.36s;
}

.bt-why-item:nth-child(4) {
  transition-delay: 0.48s;
}

.bt-why-item:nth-child(5) {
  transition-delay: 0.6s;
}

.bt-why-unique.is-visible .bt-why-item {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .bt-why-container {
    min-height: auto;
    padding: 80px 44px 90px;
  }

  .bt-why-list {
    gap: 44px 48px;
  }

  .bt-why-heading h2 {
    font-size: 34px;
  }

  .bt-why-item,
  .bt-why-item:nth-child(2),
  .bt-why-item:nth-child(4) {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .bt-why-unique {
    padding: 54px 14px;
  }

  .bt-why-container {
    padding: 58px 24px 64px;
  }

  .bt-why-heading {
    margin-bottom: 42px;
  }

  .bt-why-heading span {
    letter-spacing: 6px;
    font-size: 12px;
  }

  .bt-why-heading h2 {
    font-size: 30px;
  }

  .bt-why-list {
    gap: 28px;
  }

  .bt-why-item {
    flex-basis: 100%;
    min-height: auto;
    padding-top: 68px;
  }
}

.bt-industries-serve {
  padding: 90px 20px;
  background: #fff;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.bt-industries-container {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.bt-industries-heading span {
  display: inline-block;
  margin-bottom: 12px;
  color: #0f6c71;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bt-industries-heading h2 {
  margin: 0 0 16px;
  color: #202020;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
}

.bt-industries-heading p {
  margin: 0;
  color: #5b6265;
  font-size: 17px;
  line-height: 1.7;
}

.bt-industries-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  counter-reset: industry;
}

.bt-industry-item {
  counter-increment: industry;
  position: relative;
  padding: 20px 0 20px 46px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid rgba(15, 108, 113, 0.16);
  transition: 0.3s ease;
}

.bt-industry-item::before {
  content: "0" counter(industry);
  position: absolute;
  left: 0;
  top: 21px;
  color: #0f6c71;
  font-size: 13px;
  font-weight: 800;
}

.bt-industry-item:hover {
  color: #0f6c71;
  padding-left: 54px;
}

@media (max-width: 991px) {
  .bt-industries-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .bt-industries-heading {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .bt-industries-serve {
    padding: 68px 16px;
  }

  .bt-industries-heading h2 {
    font-size: 31px;
  }

  .bt-industries-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.bt-service-area {
  padding: 92px 20px;
  background: #f7faf9;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.bt-service-container {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  gap: 68px;
  align-items: start;
}

.bt-service-heading span {
  display: inline-block;
  margin-bottom: 12px;
  color: #0f6c71;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bt-service-heading h2 {
  margin: 0 0 16px;
  color: #202020;
  font-size: 42px;
  line-height: 1.14;
  font-weight: 800;
}

.bt-service-heading p {
  margin: 0;
  color: #5a6265;
  font-size: 17px;
  line-height: 1.7;
}

.bt-service-locations {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 34px 0 0;
}

.bt-service-locations::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, #0f6c71, rgba(15, 108, 113, 0.08));
}

.bt-service-locations span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 46px;
  padding: 11px 20px;
  color: #0f6c71;
  background: #fff;
  border: 1px solid rgba(15, 108, 113, 0.15);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(15, 108, 113, 0.08);
  transition: 0.3s ease;
}

.bt-service-locations span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #f2e684;
  border: 2px solid #0f6c71;
  border-radius: 50%;
}

.bt-service-locations span:nth-child(even) {
  transform: none;
}

.bt-service-locations span:hover {
  background: #0f6c71;
  color: #fff;
}

@media (max-width: 991px) {
  .bt-service-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .bt-service-heading {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .bt-service-area {
    padding: 68px 16px;
  }

  .bt-service-heading h2 {
    font-size: 31px;
  }

  .bt-service-locations {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bt-service-locations span,
  .bt-service-locations span:nth-child(even) {
    transform: none;
  }
}

.bt-faq-section {
  padding: 92px 20px;
  background: #fffdf4;
  font-family: Arial, sans-serif;
}

.bt-faq-container {
  width: min(100%, 980px);
  margin: 0 auto;
}

.bt-faq-heading {
  text-align: center;
  margin-bottom: 46px;
}

.bt-faq-heading span {
  display: inline-block;
  margin-bottom: 12px;
  color: #0f6c71;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bt-faq-heading h2 {
  margin: 0;
  color: #202020;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
}

.bt-faq-accordion .accordion-item {
  margin-bottom: 20px;
  border: 1px solid rgba(15, 108, 113, 0.12);
  border-radius: 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 108, 113, 0.08);
}

.bt-faq-accordion .accordion-button {
  width: 100%;
  background: #fff;
  color: #001b22;
  border: 0;
  box-shadow: none;
  padding: 28px 36px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  border-radius: 0;
}

.bt-faq-accordion .accordion-button:not(.collapsed) {
  background: #0f6c71;
  color: #fff;
  border-radius: 40px;
  margin: 0;
}

.bt-faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.bt-faq-accordion .accordion-button::after {
  filter: none;
}

.bt-faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.bt-faq-accordion .accordion-body {
  padding: 32px 36px 36px;
  color: #4d5658;
  font-size: 20px;
  line-height: 1.7;
  background: #fff;
}

@media (max-width: 575px) {
  .bt-faq-section {
    padding: 68px 16px;
  }

  .bt-faq-heading h2 {
    font-size: 31px;
  }

  .bt-faq-accordion .accordion-button {
    padding: 18px 20px;
    font-size: 16px;
  }

  .bt-faq-accordion .accordion-body {
    padding: 20px;
    font-size: 15px;
  }
}

.bt-simple-cta {
  padding: 72px 20px 86px;
  background: #fff;
  font-family: Arial, sans-serif;
}

.bt-simple-cta-inner {
  width: min(100%, 1125px);
  margin: 0 auto;
  padding: 58px 52px;
  background: #f8fcfb;
  border: 2px solid #f2e684;
  border-radius: 8px;
  color: #4c6068;
}

.bt-simple-cta h2 {
  max-width: 1000px;
  margin: 0 auto 48px;
  color: #0f3f4a;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 800;
  text-align: center;
}

.bt-simple-cta p {
  margin: 0;
  color: #526670;
  font-size: 20px;
  line-height: 1.8;
}

@media (max-width: 575px) {
  .bt-simple-cta {
    padding: 60px 16px;
  }

  .bt-simple-cta-inner {
    padding: 34px 22px;
  }

  .bt-simple-cta h2 {
    font-size: 31px;
    margin-bottom: 28px;
  }

  .bt-simple-cta p {
    font-size: 16px;
  }
}




