
    body {
      font-family: 'Segoe UI', sans-serif;
    }

    .choose-us-section {
      background: #f9f9f9;
      padding: 60px 0;
    }

    .choose-card {
      background: #fff;
      border: none;
      border-radius: 15px;
      padding: 30px;
      transition: 0.3s;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    }

    .choose-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    .choose-icon {
      font-size: 40px;
      color: #198754;
      margin-bottom: 20px;
    }

    .section-title {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 40px;
      color: #222;
      text-align: center;
    }

    .choose-heading {
      font-size: 20px;
      font-weight: 600;
    }