/* Extracted from home-care.php head style block 1 */
.hero {
      background: linear-gradient(rgba(0, 60, 120, 0.8), rgba(0, 60, 120, 0.8)), url('../images/about/itm-cover.png') center/cover no-repeat;
      color: white;
      padding: 100px 0;
    }

    .hero h1 {
      font-weight: 700;
      font-size: 2.8rem;
    }

    .section-title {
      font-weight: 700;
      color: #003c78;
      margin-bottom: 1rem;
      text-align: center;
    }

    .service-card {
      background: #fff;
      border-radius: 15px;
      padding: 25px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s;
    }

    .service-card:hover {
      transform: translateY(-5px);
    }

    .icon-circle {
      background-color: #003c78;
      color: white;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      font-size: 1.5rem;
    }

    .cta-section {
      background-color: #003c78;
      color: white;
      padding: 60px 0;
      text-align: center;
    }

    .cta-section h3 {
      font-weight: 600;
    }

    footer {
      background-color: #002b57;
      color: white;
      padding: 20px 0;
      text-align: center;
      font-size: 0.9rem;
    }

