@media (max-width: 1199px) {
  .solution-title {
    font-size: 48px;
  }
  .solution-hero {
    padding: 70px 0 90px 0;
  }
  .solution-desc {
    font-size: 14px;
    max-width: 700px;
  }
}

@media (max-width: 991px) {
  .solution-title {
    font-size: 40px;
  }
  .solution-hero {
    padding: 60px 0 75px 0;
    min-height: unset;
  }
  .solution-desc {
    font-size: 14px;
    max-width: 100%;
  }
  .get-btn {
    width: 140px;
    height: 38px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .solution-title {
    font-size: 34px;
    letter-spacing: -0.5px;
  }
  .solution-hero {
    padding: 50px 0 65px 0;
    min-height: unset;
  }
  .solution-desc {
    font-size: 13px;
    max-width: 100%;
  }
  .custom-breadcrumb {
    margin-bottom: 18px;
  }
  .get-btn {
    width: 135px;
    height: 36px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .solution-title {
    font-size: 28px;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
  }
  .solution-hero {
    padding: 40px 0 55px 0;
    min-height: unset;
  }
  .solution-desc {
    font-size: 13px;
    line-height: 1.6;
    max-width: 100%;
  }
  .custom-breadcrumb {
    margin-bottom: 15px;
  }
  .custom-breadcrumb .breadcrumb-item,
  .custom-breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }
  .get-btn {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 10px;
  }
  .navbar-nav {
    gap: 4px !important;
    padding: 10px 0;
  }
}

@media (max-width: 1199px) {
  .solution-title {
    font-size: 44px;
  }
  .solution-desc {
    font-size: 15px;
    max-width: 720px;
  }
  .service-solutions-section {
    padding: 80px 0;
  }
  .service-solutions-title {
    font-size: 32px;
    line-height: 44px;
  }
  .desc-line-1 { max-width: 560px; }
  .desc-line-2 { min-width: unset; max-width: 740px; }
  .desc-line-3 { min-width: unset; max-width: 740px; }
}

@media (max-width: 991px) {
  .solution-title {
    font-size: 38px;
  }
  .solution-desc {
    font-size: 14px;
    max-width: 100%;
  }
  .service-solutions-section {
    padding: 70px 0;
  }
  .service-solutions-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 18px;
  }
  .service-solutions-desc {
    font-size: 13px;
  }
  .desc-line-1 { max-width: 420px; }
  .desc-line-2 { min-width: unset; max-width: 600px; }
  .desc-line-3 { min-width: unset; max-width: 600px; }
}

@media (max-width: 767px) {
  .solution-title {
    font-size: 32px;
  }
  .solution-desc {
    font-size: 13px;
    max-width: 100%;
  }
  .service-solutions-section {
    padding: 60px 0;
  }
  .service-solutions-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .service-solutions-desc {
    font-size: 13px;
  }
  .desc-line-1 { max-width: 100%; }
  .desc-line-2 { min-width: unset; max-width: 100%; }
  .desc-line-3 { min-width: unset; max-width: 100%; }
}

@media (max-width: 575px) {
  .solution-title {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 14px;
  }
  .solution-desc {
    font-size: 13px;
    max-width: 100%;
    line-height: 1.6;
  }
  .service-solutions-section {
    padding: 50px 0;
  }
  .service-solutions-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 14px;
  }
  .service-solutions-desc {
    font-size: 12px;
  }
  .desc-line-1 { max-width: 100%; }
  .desc-line-2 { min-width: unset; max-width: 100%; }
  .desc-line-3 { min-width: unset; max-width: 100%; }
}

@media screen and (max-width: 991px) {
    .insight-section {
        padding: 50px 0;
    }

    .insight-card-body {
        width: 100%;
        height: auto;
        padding: 60px 15px 20px 15px;
    }

    .insight-card-title {
        width: 100%;
        font-size: 20px;
        position: relative;
        bottom: auto;
        margin-left: 0;
        margin-top: -40px;
        padding: 15px;
    }

    .insight-card-img-wrap {
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .insight-section {
        padding: 30px 0;
    }

    .insight-card-title {
        font-size: 18px;
        line-height: 1.3;
    }

    .insight-card-desc {
        font-size: 14px;
        line-height: 1.4;
        max-width: 100%;
    }

    .insight-card-meta {
        gap: 10px;
        flex-wrap: wrap;
    }

    .g-4 {
        --bs-gutter-y: 2rem;
    }
}
