.banner-content {
  margin: 0px !important;
}
.starting-price {
  background: linear-gradient(to right, #13c971, #3d3647, #ffb744);
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 8px;
  animation: blink 1.5s infinite;
  margin-top: 5px;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

@media (min-width: 968px) and (max-width: 1504px) {
  .navbar-nav {
    gap: 0px !important;
  }
  .call-button {
    padding: 10px !important;
  }
}
.hero-carousel-nav {
  display: none !important;
}

.video-container {
  position: relative;
  width: 100%;
  height: 80vh;
  /* height: 600px; */
  /* Adjust height as needed */
  overflow: hidden;
  background: #f0f0f0;
  /* Fallback color if images fail to load */
}
.popup-content label{
    margin-bottom: 0px !important;
}

.hero-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-carousel-inner {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.hero-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.hero-carousel-slide.loaded {
  opacity: 1;
}

.hero-carousel-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  /* Ensure images cover the slide */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  z-index: 20;
}

.hero-carousel-prev {
  left: 10px;
}

.hero-carousel-next {
  right: 10px;
}

.hero-carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 20;
}

.hero-carousel-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

.hero-carousel-dot.active {
  background: white;
}

.content-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 30;
  width: 100%;
  padding: 20px;
}

footer {
  background-image: url("assets/images/mission-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #262626; */
  color: #d5d5d5;
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
  font-family: "GT Walsheim Pro";
}

footer h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 26px;
}

@media (max-width: 500px) {
  .gallery {
    padding: 0px !important;
  }

  .navbar-brand img {
    width: auto !important;
  }

  .fp-plan-type {
    padding: 5px !important;
  }

  .cost-btn {
    padding: 5px 10px !important;
  }
}

.overview-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
}

.overview-image:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
#priceplan-image {
  filter: blur(4px);
}
footer {
  color: #000 !important;
}
.privacy-link {
  color: #000 !important;
}

@media (max-width: 425px) {
  .hero-carousel-slide img {
    height: auto !important;
    /* Adjust height for smaller screens */
  }
  .content-overlay {
    top: 70% !important;
    
  }
  .pricing-table-bordered th, .pricing-table-bordered td {
        min-width: 125px !important;
    }
    .overlay{
        background: transparent !important;
        backdrop-filter: none !important;
    }
  .hero-carousel-nav {
    display: none !important;
  }
  .hero-carousel-dot.active {
    background: #13c971 !important;
  }
  #overview {
    padding: 0px 10px !important;
  }
  .overview-image img {
    height: auto !important;
    margin-top: 10px !important;
  }
  .tabs-container {
    padding: 0px !important;
  }
  .custom-carousel-nav {
    display: none !important;
  }
  .pricing-section {
    margin-top: 5px !important;
  }
  .pricing-table {
    border: 1px solid #504f4f !important;
  }
  .costing-details {
    border: 1px solid #504f4f !important;
  }
  .fp-main-container {
    margin: 20px 10px !important;
  }
  .fp-section-heading {
    font-size: 30px !important;
    font-weight: bold !important;
  }
  .fp-cta-button {
    padding: 10px !important;
  }
  .faqs h2 {
    font-size: 28px !important;
    font-weight: bold !important;
    text-align: center !important;
  }
  .div-read-more {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer {
    padding: 0px !important;
    color: #000 !important;
    margin-top: 20px !important;
  }
  .privacy-link {
    color: #000 !important;
  }
  .video-container {
    height: 80vh !important;
  }
  .wrap{
    padding: 20px 0px !important;
  }
  .location-map-mobile{
    height: auto !important;
  }
  .map-card img{
    height: auto !important;
  }
  .container-fluid{
      padding: 0px !important;
      flex-wrap:none !important;
  }
  .mobile-tel{
      background: #019DCB;
      padding:5px 10px;
      border-radius:10px;
      display: flex !important;
      animation: ring 2s infinite;
      
  }
  .tel-text{
      color:#000;
      font-size:15px;
  }
  .navbar{
      padding:10px 5px !important;
  }
}
.mobile-tel{
    display:none;
}

/* Updated CSS for single image per slide and increased height */
/* Add/replace in assets/css/main.css or index.css */

.amenities-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.amenities-carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 15px; /* Responsive padding */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px; /* Increased height for the slide container - CHANGE THIS VALUE TO ADJUST HEIGHT */
}

.wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

}

.article {
  position: relative;
  width: 100%;
  height: 100%; /* Full height of slide */
}

.article img {
  width: 100%;
  height: 450px; /* Increased image height - CHANGE THIS VALUE TO ADJUST IMAGE HEIGHT */
  object-fit: cover; /* Ensures image covers the area without distortion */
  border-radius: 8px; /* Optional: rounded corners */
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
  transition: background 0.3s;
}

.carousel-nav:hover {
  background: rgba(0, 0, 0, 0.8);
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.carousel-indicators .carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-indicators .carousel-dot.active {
  background: #8952a9;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .carousel-slide {
    height: 400px; /* Reduced height on mobile for better fit - ADJUST AS NEEDED */
    padding: 0 10px;
  }

  .article img {
    height: 350px; /* Adjusted image height on mobile */
  }

  .carousel-nav {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .carousel-prev {
    left: 5px;
  }

  .carousel-next {
    right: 5px;
  }
  .get-in-touch-button button {
      width:40% !important;
  }
}
.enquiry-sidebar-btn{
    background:#019DCB !important;
}
.contact-num{
    background:#019DCB !important;
}
.read-more-btn{
    background:#019DCB !important;
}
.progress-ring__circle{
    stroke: #019DCB !important ;
}
.back-to-top span{
    color: #019DCB !important;
}
.fade-effect{
        background: linear-gradient(to bottom, rgb(38 38 38 / 0%) 0%, #0d6efd69 100%) !important;
}

@media (max-width: 480px) {
  .carousel-nav {
    display: none; /* Hide buttons on very small screens, rely on swipe */
  }

  .carousel-slide {
    height: 300px; /* Further reduced on small mobile */
  }

  .article img {
    height: 250px;
  }
}

.rera-content {
  font-weight: 600;
  margin: 0px;
}