body{
    font-family: "noto sans", sans-serif;
}

.header-title{
    font-size:28px;
    font-weight: bold;
    color:#065e89;
}
.green{
    background-color: rgb(7, 94, 145);
    color:rgb(246, 247, 248);
    width:200px;
    margin-left:2px;
}
.card img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: rgb(132, 163, 204);
}
 .section-bg {
      background-color: #f8f9fa;
      padding: 60px 0;
    }
    .accordion-button:focus {
      box-shadow: none;
    }
    .accordion-button:not(.collapsed) {
      color: #0d6efd;
      background-color: #e9ecef;
    }
    .img-fluid {
      border-radius: 10px;
    }
 .service-box {
      padding: 40px 20px;
      text-align: center;
      background-color: #f8f9fa;
      border: 1px solid #dee2e6;
      transition: all 0.3s ease-in-out;
    }
    .service-box:hover {
      background-color: #e9ecef;
    }
    .service-icon {
      font-size: 40px;
      color: #0d6efd;
      margin-bottom: 20px;
    }
       .testimonial-card {
      border: none;
      background-color: #f8f9fa;
      padding: 20px;
      border-radius: 10px;
      height: 100%;
    }
    .testimonial-img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 50%;
      margin-right: 15px;
    }
     .chat-section {
      min-height: 60vh;
      display: flex;
      align-items: center;
    }
    .chat-btn {
      background-color: #007bff;
      color: #fff;
      border: none;
    }
    .chat-btn:hover {
      background-color: #0056b3;
    }
    .chat-image {
      max-width: 100%;
      border-radius: 10px;
    }