.banner-5 .banner-inner {
        position: relative;
        z-index: 1;
        padding-top: 120px;
    }
    @media only screen and (max-width: 1919px) {
    .banner-5 .title {
        font-size: 80px;
        }
    }
    .banner-5 .title {
        font-size: 50px;
        font-weight: 600;
        line-height: 1.2;
        max-width: 800px;
        letter-spacing: 1px;
    }
    .banner-5 .text-box {
        padding: 0px 0 80px 80px;
        background-color: #F0F7F3;
        position: relative;
        padding-inline-start: 80px;
    }
    @media only screen and (max-width: 1919px) {
    .banner-5 .scroll-btn {
        margin-bottom: 50px;
    }
}
    .section-title-wrapper.style-5 .section-title {
    font-size: 40px;
}
.font-heading-tropline-bold h1, .font-heading-tropline-bold h2, .font-heading-tropline-bold h3, .font-heading-tropline-bold h4, .font-heading-tropline-bold h5, .font-heading-tropline-bold h6 {
    font-family: var(--font_tropline);
    font-weight: 600;
    line-height: 1.2;
}
.section-title-wrapper.style-5 .text {
    font-size: 16px;
}
.section-title-wrapper.style-5 .cf_text {
    margin-top: 15px;
}
.banner-5 .text-wrapper .text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 49px;
    max-width: 430px;
}
.working-step .title {
    color: #005153;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 7px;
}
.working-step .text {
    color: #005153;
    font-size: 16px;
    max-width: 220px;
}
.section-title {
    font-size: 40px;
    font-weight: 600;
}
.services-wrapper .service-box .title {
    font-size: 25px;
}
/* .text-slider {
    padding-top: 23px;
    padding-bottom: 21px;
    background-color: #001f3f;
}

.text-slider-item .title {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 0.88;
} */

.p-white {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.services-wrapper .intro-text span {
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}
.h2-white {
  color: #fff;
}

.services-wrapper .service-box .count {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.services-wrapper .service-box .wc-btn-normal {
    gap: 10px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.brand-area .section-heading {
    text-align: center;
    max-width: 1320px;
    margin: auto;
}
.work-area .title-wrapper {
    max-width: 1320px;
    margin: auto;
}
.section-title-wrapper.style-7 .section-title {
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
}
@media (max-width: 767.98px){
        .banner-content .title {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .section-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}
.font-heading-tropline-bold h1, .font-heading-tropline-bold h2, .font-heading-tropline-bold h3, .font-heading-tropline-bold h4, .font-heading-tropline-bold h5, .font-heading-tropline-bold h6 {
    font-family: var(--font_tropline);
    font-weight: 500;
    line-height: 1.2;
    font-size: 30px;
}
.font-heading-tropline-bold h1, .font-heading-tropline-bold h2, .font-heading-tropline-bold h3, .font-heading-tropline-bold h4, .font-heading-tropline-bold h5, .font-heading-tropline-bold h6 {
    font-family: var(--font_tropline);
    font-weight: 500;
    line-height: 1.2;
    font-size: 30px;
}
.section-title {
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 1.2;
}
.service-area .title-wrapper {
    padding-bottom: 0px;
}
.achievement-area .achievement-item .title-2 {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 15px;
}
.achievement-area .achievement-item .title {
    color: var(--white);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.working-step .title {
    color: #005153;
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 7px;
}
    .working-step {
        max-width: 100% !important;
        width: 100% !important;
    }
    .working-step .text {
    color: #005153;
    font-size: 16px;
    max-width: 100%;
}
/* ✅ CTA / Plan section responsive fix */
.plan-area{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.plan-area{
    padding: 60px 18px !important;   /* override inline padding */
    min-height: 320px;              /* ensures bg image shows */
    overflow: hidden;
  }

  .plan-area-inner{
    width: 100%;
  }

  /* ✅ Fix heading wrapping properly */
  

  .plan-text-heading span{
    display: inline;                 /* don’t force weird breaks */
    white-space: normal !important;
  }

  /* ✅ Buttons align center and wrap nicely */
  .btn-wrapper,
  .wc-btn-group{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  /* Optional: make side arrow buttons smaller on mobile */
  .wc-btn-play{
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 999px;
  }

  .wc-btn-play img{
    width: 18px;
    height: 18px;
  }

  .wc-btn-primary{
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
  }
.plan-area{ min-height: 280px; }
  .plan-text-heading{ font-size: 22px !important; }
  .faq-area .section-title-wrapper {
    text-align: center;
    max-width: 1110px;
    margin: auto;
    padding-bottom: 25px;
}
.faq-area .accordion-button {
    font-size: 20px;
    line-height: 1.2;
    color: var(--primary);
    font-weight: 500;
    padding-left: 30px;
    background-color: transparent;
    padding-right: 30px;
}
.blog-area.style-1 .blog .title {
    font-weight: 500;
}
.testimonial-item.style-1 {
    display: flex;
    gap: 50px !important;
}
.testimonial-item.style-1 .text {
    color: var(--primary);
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 70px;
    letter-spacing: 1px;
}
.contactx-title {
  font-size: 20px !important;
}
.txt-styling {
    font-size: 16px !important;
}
    .footer-area .footer-menu .logo-wrapper {
        /* grid-column: span 2; */
        text-align: start;
    }
    .widget-item .widget-title {
    font-size: 20px !important;
    color: var(--white);
}
.wcf_iconbox.style-2 .title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
}
.wcf_iconbox.text-design .title-2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration-line: none;
    margin-bottom: 40px;
}
.wcf_iconbox.text-design {
    padding: 10px;
    padding-inline-start: 10px;
    padding-inline-end: 0;
    border-inline-start: 1px solid rgba(18, 18, 18, 0.06);
}
    .counter-area .wcf_counterbox .title-1 {
        font-size: 25px;
        margin-bottom: 23px;
    }
    .counter-area h2 {
      font-family: var(--font_tropline);
        font-weight: 500;
        line-height: 1.2;
        font-size: 25px;
      }
      .choose-area .wcf_iconbox .title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.team.style-1 .name {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}
    .btn-wrapper, .wc-btn-group {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 2px;
    }
    .banner-5 .text-box {
    padding: 0px 0 0px 80px;
    background-color: #F0F7F3;
    position: relative;
    padding-inline-start: 80px;
}

  }