@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) {
    .eaas-section {
        padding: 40px 0;
    }

    .custom-border-box {
        padding: 30px 20px !important;
    }

    .section-title {
        font-size: 22px;
    }

    .section-subtitle {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .col-lg-6.text-center {
        margin-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .section-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .section-text {
        font-size: 15px;
        line-height: 1.5;
        text-align: justify;
    }

    .badge-eaas {
        font-size: 16px;
        padding: 4px 15px;
    }

    .btn-connect {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }

    .img-fluid {
        width: 100%;
        height: auto;
    }
}
