/* genral settings */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,700;0,800;0,900;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");

/* home banner-section start */
.banner-images{ height: 22rem;}
#bannerSlider .owl-nav {
  position: absolute;
  top: 45%;
  right: 0%;
  left: 0%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#bannerSlider .owl-prev, #bannerSlider .owl-next{
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem !important;
  border-radius: 5px;
  opacity: 0.2;
}
#bannerSlider .owl-prev:hover, #bannerSlider .owl-next:hover{ opacity: 1; }
#bannerSlider .owl-dots{display: none;}
/* location details page css start */
.slider{ max-height: 16rem; overflow-y: scroll;}
.slider::placeholder{ color: var(--primary-light) !important ;}
.slider::-webkit-scrollbar { width: 2px; height: 0px; }
/* Track */
.slider::-webkit-scrollbar-track { background: transparent; }
/* Handle */
.slider::-webkit-scrollbar-thumb { background: #fff; }
/* Handle on hover */
.slider::-webkit-scrollbar-thumb:hover { background: #fff; }
.large-image{ height: 16rem;}
.slider .small-image img{ height: 4.5rem; cursor: pointer;}
.location-list li:hover{ background-color: var(--secondary-light); color: var(--primary-light) !important; }
.location-button a{ background-color: var(--primary-light); color: var(--primary-color);}
.location-button:hover a, .location-button:focus a, .location-button:active a{ background-color: var(--secondary-light); color: var(--primary-light) !important; }

/* ------------------------------------------- about details --------------------------------------------------- */
.location-images{ width: 47%; height: 10rem; overflow: hidden; cursor: pointer;}
.location-images img{ transform: scale(1); }
.location-images:hover img{ transform: scale(1.2); }
.list-numbered { counter-reset: line; }
.list-numbered > li:before {
	position: absolute;
	left: -2%;
  width: 22px;
	height: 22px;
  background-color: var(--primary-light);
	border-radius: 50%;
	color: var(--primary-color);
	counter-increment: line;
	content: counter(line);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.star{ background-color: #121212;}
.star svg{ color: var(--primary-light);}
.filled-icon,.hover-starIcon { background-color: rgb(255, 110, 0) !important; }
.lightbox-modal{ width: 75%;}
/* ------------------------------------------- media query ----------------------------------------------------- */
/* small device media query start */
@media (max-width: 767px) {
  .location-container { width: 100%; }
  .slider { overflow-y: hidden; overflow-x:scroll;}
  .slider .small-image .w-100{ min-width: 6rem !important; max-width: 6rem !important;}
  .lightbox-modal-container{ height: 100vh;}
  .lightbox-modal{ width: 100%;}
  .lightbox-modal-img-container{ height: 50vh;}

}
/* small device media query end */
/* medium device media query start */
@media (min-width: 768px) and (max-width: 1024px) {
  .large-image{ height: 16rem;}
  /* .slider .small-image img{ height: 4rem; width: 4rem; cursor: pointer;} */
  .slider .small-image .w-100{ min-width: 3rem !important; max-width: 3rem !important; height: 3rem;}
  .location-images { height: 7rem; }
  .lightbox-modal-container{ height: 100vh;}
  .lightbox-modal{ width: 100%;}
  .lightbox-modal-img-container{ height: 50vh;}
}
/* small device media query end */
  body {
  font-family: 'Inter', sans-serif;
  background-color: #f5f5f7;
  color: #333;
  }
  .hero {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('https://cdn.pixabay.com/photo/2024/01/25/00/32/ai-generated-8530800_1280.jpg') center/cover no-repeat;
  color: white;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  }
  .placeholder-white::placeholder {
  color: rgba(255, 255, 255, 0.8);
  }
  .hero h1 {
  font-size: 3rem;
  font-weight: 700;
  }
  .hero h2 {
  font-size: 1.5rem;
  margin-top: 1rem;
  }
  .search-box {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 2rem;
  display: inline-flex;
  gap: 1rem;
  }
  .search-box input {
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  width: 200px;
  }
  .search-box button {
  background-color: #5D40DD;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: 0.3s;
  }
  .search-box button:hover {
  background-color: #4c35b3;
  }
  .section-title {
  font-weight: 700;
  font-size: 1.75rem;
  color: #333;
  margin-bottom: 1rem;
  }
  .featured-cities img,
  .profile-slider img {
  border-radius: 1rem;
  transition: transform 0.3s ease;
  }
  .featured-cities img:hover,
  .profile-slider img:hover {
  transform: scale(1.05);
  }
  .btn-cta {
  background: linear-gradient(90deg, #5D40DD, #B983FF);
  color: white;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-weight: bold;
  border: none;
  }
  footer {
  background: #111;
  color: #aaa;
  padding: 2rem 0;
  }
  footer a {
  color: #ccc;
  text-decoration: none;
  }
  footer a:hover {
  color: #fff;
  }
  .backdrop-blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  }
  .location-card {
  height: 250px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s;
  }
  .location-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  .location-card img {
  object-fit: cover;
  height: 100%;
  }
  .location-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  color: white;
  text-align: center;
  transition: background 0.3s ease-in-out;
  }
  .location-card:hover .location-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  }
  .location-overlay h5,
  .location-overlay small {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  }
  .banner-images {
  height: 250px;
  }
  .underline-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #FFD700; /* Premium gold color */
  border-radius: 2px;
  }
  .cta-gradient {
  background: linear-gradient(135deg, #5d40dd, #7f5df0, #6c3ed2);
  background-size: 200% 200%;
  animation: gradientAnimation 10s ease infinite;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  }
  .text-gold {
  color: #FFD700;
  }
  .heading-glow {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  }
  @keyframes gradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
  }
  @media (max-width: 768px) {
  .cta-gradient .display-5 {
  font-size: 1.75rem;
  }
  .btn-lg {
  font-size: 1rem;
  padding: 0.75rem 2rem;
  }
  }
  .footer-dark {
  background: #1f1f2e;
  }
  .footer-link {
  color: #bbb;
  text-decoration: none;
  display: block;
  padding: 4px 0;
  transition: color 0.2s ease-in-out;
  }
  .footer-link:hover {
  color: #FFD700;
  text-decoration: underline;
  }
  .text-gold {
  color: #FFD700;
  }
  .border-gray-700 {
  border-color: rgba(255, 255, 255, 0.1) !important;
  }
  @media (max-width: 768px) {
  .footer-dark {
  text-align: center;
  }
  }