html, body {
  margin: 0;
  height: 100%;
  overflow: auto; /* Allow scrolling */
}

.HomePage-container {
  overflow-x: hidden;
  color: #000; /* Optional: Set text color to black for better readability */
}


.HomePage-container .main-containt {
  margin-top: 96px;
}

.HomePage-container.custom-carousel {
  width: 100%;
  height: auto;
  position: relative !important;

  gap: 0;
  opacity: 1;
}

.HomePage-container .custom-carousel .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Centered container for paragraph and button */
.HomePage-container .carousel-caption-container {
  top: 50%;
  left: 50%;
  padding: 115px 577px;
  width: 99%;
  height: 97%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 132px 589px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: filter 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* iPad and Tablet Mode */
@media (max-width: 768px) {
  .HomePage-container .carousel-caption-container {
    padding: 0 10px; /* Reduce padding for smaller screens */
  }

  .HomePage-container .carousel-caption-text {
    font-size: 1.8rem; /* Reduce font size */
  }

  .HomePage-container .book-now-btn {
    font-size: 1.1rem; /* Reduce button font size */
    padding: 8px 16px; /* Adjust padding */
  }
}

/* Phone Mode */
@media (max-width: 576px) {
  .HomePage-container .carousel-caption-container {
    padding: 0 5px;
  }

  .HomePage-container .carousel-caption-text {
    margin-top: 3px !important;
    font-size: 0.7rem !important; /* Force smaller font size for phones */
    max-width: 90%;
    line-height: 1.2;
  }

  .HomePage-container .book-now-btn {
    font-size: 0.4rem !important;
    width: 15% !important;
    height: 15% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    text-align: center !important;
    margin-top: -3.4rem !important;
    position: relative !important;
  }
}

/* Hide paragraph and button initially */
.HomePage-container .carousel-caption-text,
.HomePage-container .book-now-btn {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Style for text */
.HomePage-container .carousel-caption-text {
  color: white;
  font-size: 24px;
  margin: 0;
  white-space: nowrap;
}

/* Style for button */
.HomePage-container .book-now-btn {
  width: fit-content;
  height: fit-content;
  background-color: #f9a825;
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
  white-space: nowrap;
}

.HomePage-container .carousel:hover .carousel-caption-container,
.HomePage-container .carousel:hover .carousel-caption-text,
.HomePage-container .carousel:hover .book-now-btn {
  opacity: 1;
}

.HomePage-container .carousel:hover .carousel-caption-container {
  filter: blur(0px);
  background: rgba(0, 0, 0, 0.5);
}

.HomePage-container .container-custom {
  max-width: 92%;
  margin-top: 100px;
}
/* 
.card {
  margin: 10px 5px;
  width: 28rem;
} */

/* Responsive Design */
@media (max-width: 768px) {
  .HomePage-container .custom-carousel .carousel-item img {
    height: auto;
    object-fit: cover;
  }

  .HomePage-container .carousel-caption-text {
    font-size: 16px;
  }

  .HomePage-container .book-now-btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.HomePage-container .height-100 {
  height: 100vh;
}

.HomePage-container .rating-section {
  margin-top: 100px;
  margin-left: 90px;
}

.HomePage-container .card-rating {
  border-radius: 25px;
  border: 1px solid #B3B3B3;
  color: #121212;
  font-family: "Plus Jakarta Sans";
  width: 100%; /* Updated to fit container */
  max-width: 380px; /* To limit width on larger screens */
  height: 280px;
  flex: 0 0 auto;
  padding: 30px;
  margin-right: 20px;
}

.HomePage-container .ratings i {
  color: #cecece;
  font-size: 32px;
}

.HomePage-container .rating-color {
  color: #fbc634 !important;
}

.HomePage-container .small-ratings i {
  color: #cecece;
}

.HomePage-container .jul-252024 {
  position: relative;
  font-weight: 600;
}

.HomePage-container .vector-parent {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 17px;
  text-align: left;
  font-size: 12px;
  color: #121212;
  font-family: "Plus Jakarta Sans";
}

.HomePage-container .card-carousel-wrapper {
  position: relative;
  overflow: hidden; /* Hide the overflowing cards */
}

.HomePage-container .card-carousel {
  display: flex;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden; /* Enable horizontal scrolling */
  overflow-y: hidden; /* Enable horizontal scrolling */
}

.HomePage-container .arrows-container {
  position: relative;
  width: 98%;
  display: flex;
  justify-content: space-between; /* Space between the buttons */
  align-items: center;
}
.HomePage-container .arrow-btn {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.HomePage-container .arrow-btn.left-arrow {
  margin-right: 20px;
}

.HomePage-container .arrow-btn.right-arrow {
  margin-left: 20px;
}

.HomePage-container .downlouds-app {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
}

/* Styling for the heading */
.HomePage-container .downloads-our-app {
  font-size: 32px;
  font-family: "Plus Jakarta Sans";
  margin-bottom: 40px;
}

.HomePage-container .playstore-appstrore-buttons {
  display: flex;
  justify-content: center;
  margin-top: 49px;
  gap: 20px;
}

.HomePage-container .store-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.HomePage-container .store-button img {
  width: 150px;
  height: auto;
}

.HomePage-container .store-button img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/* Media Queries for Responsive Design */
@media (max-width: 1200px) {
  .HomePage-container .rating-section {
    margin-left: 30px;
  }

  .HomePage-container .arrow-btn.right-arrow {
    margin-left: 0;
  }
  .HomePage-container .card-rating {
    width: 339px;
    height: 270px;
  }
}

@media (max-width: 768px) {
  .HomePage-container .rating-section {
    margin-left: 10px;
    margin-top: 50px;
  }

  .HomePage-container .card-rating {
    width: 339px;
    height: 270px;
  }

  .HomePage-container .arrow-btn {
    width: 35px;
    height: 35px;
  }

  .HomePage-container .arrow-btn.left-arrow,
  .HomePage-container .arrow-btn.right-arrow {
    margin: 10px;
  }

  .HomePage-container .jul-252024 {
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .HomePage-container .card {
    width: 339px; /* Adjust card width for smaller screens */
    margin-right: 10px; /* Adjust margin for smaller screens */
  }

  .HomePage-container .arrow-btn {
    width: 30px;
    height: 30px;
  }

  .HomePage-container .left-arrow,
  .HomePage-container .right-arrow {
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 16px;
  }
}

.HomePage-container .image-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.HomePage-container .image-card img {
  width: 100%;
  height: auto;
  display: block;
}

.HomePage-container .image-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.HomePage-container .image-card:hover {
  transform: scale(1.05);
}

.HomePage-container .image-card:hover .overlay {
  opacity: 1;
}

.HomePage-container .overlay h5 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.HomePage-container .overlay p {
  margin: 0.5rem 0 0;
  font-size: 1rem;
}

.HomePage-container .city-name {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-size: 1.3rem;
  color: white;
  font-weight: bold;
}


