
    .card-img-top { height: 200px; object-fit: cover; }

    /* Foto profil feedback */
    .profile-img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover !important;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  display: block !important;
}

    .owl-carousel .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .owl-carousel .item img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin-bottom: 10px;
    }
    .owl-carousel .item h6 {
      margin: 10px 0 5px;
      font-weight: bold;
    }
    .owl-carousel .item p {
      margin: 0 0 10px;
      font-size: 14px;
    }
    .owl-carousel .item .rating {
      margin: 10px 0;
    }
    .owl-carousel .item .rating i {
      font-size: 20px;
    }
    .rating {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
    }
    .rating i {
      font-size: 20px;
      margin: 0 2px;
    }
    .rating i.fa-star {
      color: #ffc107;
    }
    .rating i.fa-star-o {
      color: #ddd;
    }
    body {
      background-color: #f4f4f4;
    }
    .container {
      max-width: 1200px;
    }
    .profile-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 10px;
    }
    .carousel-item-box {
      text-align: center;
      padding: 20px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .carousel-item-box h6 {
      margin: 10px 0;
      font-weight: bold;
    }
    .carousel-item-box p {
      font-size: 14px;
      color: #555;
    }
    .carousel-item-box .rating {
      margin: 10px 0;
    }
    .carousel-item-box .rating i {
      font-size: 18px;
      margin: 0 2px;
    }
    .carousel-item-box .rating i.fa-star {
      color: #ffc107;
    }
    .carousel-item-box .rating i.fa-star-o {
      color: #ddd;
    }
    .rating {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
    }
    .rating i {
      font-size: 20px;
      margin: 0 2px;
    }   
    .rating i {
      color: gold;
    }

    .carousel-item-box {
      background-color: #f8f9fa;
      border-radius: 12px;
      padding: 20px;
      margin: 10px;
      box-shadow: 0 3px 8px rgba(0,0,0,0.1);
      min-height: 300px;
    }
    @media (max-width: 576px) {
  .owl-carousel .item img,
  .profile-img {
    width: 60px;
    height: 60px;
  }
}

.about-area {
  background: linear-gradient(to right, #f8f9fa, #ffffff);
  padding: 60px 0;
}
.about_text h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.about_text p {
  font-size: 16px;
  color: #666;
}
.about_text ul {
  list-style: none;
    padding: 0;
    margin: 20px 0;
}
    .about_text ul li {
      font-size: 16px;
      color: #555;
      margin-bottom: 10px;
    }
    .about_text ul li i {
      color: #28a745;
      margin-right: 10px;
    }
    .about_text a.btn {
      background-color: #007bff;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
    }
    .about_text a.btn:hover {
      background-color: #0056b3;
    }
    .feedback {
      background-color: #f8f9fa;
      padding: 60px 0;
    }
    .feedback .section_tittle h2 {
      font-size: 32px;
      font-weight: bold;
      color: #333;
      margin-bottom: 30px;
    }
    .feedback .item {
      background-color: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      margin: 10px;
    }
    .feedback .item h6 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px;
    }
    .feedback .item p {
      font-size: 14px;
      color: #555;
      margin-bottom: 10px;
    }
    .feedback .item .rating {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
    }
    .feedback .item .rating i {
      font-size: 20px;
      color: #ffc107;
      margin: 0 2px;
    }
    .feedback .btn-danger {
      background-color: #dc3545;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      margin-bottom: 20px;
    }
    .feedback .btn-danger:hover {
      background-color: #c82333;
    }
    .feedback form {
      max-width: 600px;
      margin: auto;
      background-color: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .feedback form textarea {
      width: 100%;
      height: 100px;
      margin-bottom: 15px;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #ccc;
    }
    .feedback form .form-select {
      width: 100%;
      margin-bottom: 15px;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #ccc;
    }
    .feedback form button {
      background-color: #28a745;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      border: none;
      cursor: pointer;
    }
    .feedback form button:hover {
      background-color: #218838;
    }
    @media (max-width: 576px) {
  .about-area h2 {
    font-size: 24px;
  }
  .about-area p,
  .about-area ul {
    font-size: 14px;
  }
    }
 
  @media (max-width: 576px) {
    .profile-img {
      width: 60px !important;
      height: 60px !important;
    }
    .carousel-item-box {
      padding: 15px;
    }
  }
@media (max-width: 576px) {
  .carousel-item-box {
    min-height: 250px;
  }
  .carousel-item-box h6 {
    font-size: 16px;
  }
  .carousel-item-box p {
    font-size: 12px;
  }
}
 .btn-google-login {
    background-color: #fff;
    color: #444;
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }

  .btn-google-login:hover {
    background-color: #f1f1f1;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }

  .btn-google-login .google-icon {
    width: 20px;
    height: 20px;
  }
  .section_tittle_white {
  color: #fff;
}




