
@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) {
  .service-solutions-section {
    padding: 80px 0;
  }

  .service-solutions-title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .service-solutions-desc {
    font-size: 15px;
    max-width: 100%;
    align-items: flex-end;
    text-align: right;
  }

 
}

@media (max-width: 991px) {
  .service-solutions-section {
    padding: 70px 0;
  }

  .service-solutions-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
    text-align: center;
  }

  .service-solutions-desc {
    font-size: 14px;
    max-width: 100%;
    align-items: center;
    text-align: center;
    margin-right: auto;
    line-height: 1.6;
  }

 
}

@media (max-width: 767px) {
  .service-solutions-section {
    padding: 60px 0;
  }

  .service-solutions-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 14px;
    text-align: center;
  }

  .service-solutions-desc {
    font-size: 13px;
    max-width: 100%;
    align-items: center;
    text-align: center;
    margin-right: auto;
    line-height: 1.6;
  }

 
}

@media (max-width: 575px) {
  .service-solutions-section {
    padding: 50px 0;
  }

  .service-solutions-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
  }

  .service-solutions-desc {
    font-size: 13px;
    max-width: 100%;
    align-items: center;
    text-align: center;
    margin-right: auto;
    line-height: 1.6;
  }
}

@media (max-width: 1199px) {
  .overview-card,
  .card-image {
    width: 265px;
    height: 285px;
  }

  .card-heading {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .card-desc {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .overview-card,
  .card-image {
    width: 220px;
    height: 260px;
  }

  .card-text {
    padding: 22px 18px 20px;
  }

  .card-heading {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 160px;
  }

  .card-desc {
    font-size: 12px;
  }

  .card-link {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .row.justify-content-center.align-items-center.g-0.mt-4 {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .overview-card {
    width: min(340px, 88vw);
    height: auto;
    min-height: 260px;
  }

  .card-image {
    width: min(340px, 88vw);
    height: 250px;
    order: -1;
  }

  .card-heading {
    font-size: 15px;
    margin-bottom: 16px;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .row.justify-content-center.align-items-center.g-0.mt-4 {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .overview-card {
    width: 92vw;
    height: auto;
    min-height: 240px;
  }

  .card-image {
    width: 92vw;
    height: 220px;
    order: -1;
  }

  .card-text {
    padding: 22px 18px 20px;
  }

  .card-heading {
    font-size: 14px;
    margin-bottom: 14px;
    max-width: 100%;
  }

  .card-desc {
    font-size: 12px;
  }

  .card-link {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .about-content {
    padding: 50px 36px 50px 50px;
  }

  .about-title {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 18px;
  }

  .about-desc {
    font-size: 14px;
    line-height: 20px;
  }

  .about-img-wrap {
    min-height: 340px;
  }
}

@media (max-width: 991px) {
  .about-content {
    padding: 44px 30px;
  }

  .about-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .about-desc {
    font-size: 13px;
    line-height: 19px;
  }

  .about-img-wrap {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .about-content {
    padding: 36px 28px;
  }

  .about-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 14px;
  }

  .about-desc {
    font-size: 13px;
    line-height: 19px;
  }

  .about-img-wrap {
    min-height: 260px;
  }
}

@media (max-width: 575px) {
  .about-content {
    padding: 30px 20px;
  }

  .about-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .about-desc {
    font-size: 12px;
    line-height: 18px;
  }

  .about-img-wrap {
    min-height: 220px;
  }
}

@media (max-width: 1199px) {
  .mission-vision {
    padding: 50px 0;
  }

  .building-image {
    width: 100%;
    height: 380px;
  }

  .content-cards {
    width: 100%;
    height: auto;
    margin-left: -60px;
    margin-top: -40px;
    gap: 14px;
  }

  .info-card {
    padding: 36px 38px;
  }

  .card-02-heading {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .card-desc {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .mission-vision {
    padding: 40px 0;
  }

  .building-image {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }

  .content-cards {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    gap: 14px;
  }

  .info-card {
    padding: 32px 28px;
  }

  .card-02-heading {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .card-desc {
    font-size: 13px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .mission-vision {
    padding: 30px 0;
  }

  .building-image {
    width: 100%;
    height: 250px;
    margin-bottom: 16px;
  }

  .content-cards {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    gap: 12px;
  }

  .info-card {
    padding: 28px 24px;
  }

  .card-02-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .card-desc {
    font-size: 13px;
    line-height: 1.6;
  }
}

@media (max-width: 575px) {
  .mission-vision {
    padding: 24px 0;
  }

  .building-image {
    width: 100%;
    height: 220px;
    margin-bottom: 14px;
  }

  .content-cards {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    gap: 10px;
  }

  .info-card {
    padding: 24px 20px;
  }

  .card-02-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .card-desc {
    font-size: 12px;
    line-height: 1.6;
  }
}

