 .body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f9f9f9;
    }
    .hero {
      background: url('../img/hotel/anamudi-peak-munnar-kerala.jpg') no-repeat center center/cover;
      color: white;
      padding: 70px 20px;
      text-align: center;
    }
    .section-title {
      font-weight: bold;
      margin-bottom: 40px;
    }
    .hotel-card {
      transition: all 0.3s ease;
    }
    
    .hotel-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    .carousel-item {
      text-align: center;
    }
    .review-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 15px;
    }