.carousel {
  position: relative;
  background-color: #ffffff;
}

.carousel-item {
  height: calc(100vh - 70px);
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .carousel-item {
    height: calc(100vh - 56px);
  }
}

.carousel-item img {
  /* object-fit: cover; */
  width: 100%;
  height: 100%;
}
.tabs-container {
  display: none;
}

.carousel-indicators {
  z-index: 3;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 3;
}

.carousel-indicators button {
  background-color: #ffffff !important;
  /* Black indicators */
  opacity: 0.5;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  margin: 0 5px;
}

.carousel-indicators button.active {
  opacity: 1;
}

/* Custom carousel controls with black color */
.custom-carousel-control {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 3;
}

.custom-carousel-control:hover {
  background-color: #d1d1d1;
  opacity: 1;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.custom-control-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E") !important;
  height: 20px;
}

.carousel-control-next-icon.custom-control-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  height: 20px;
}

.back-to-top {
  bottom: 100px !important;
  right: 15px !important;
  left: auto !important;
}

.whatsapp-pulse {
  right: -10px !important;
}

:root {
  --bg: #619c81ff;
  --text-dark: #1b1b1b;
  --text-light: #555;
  --accent: #c99913;
  --accent-bg: rgba(201, 153, 19, 0.12);
  --border: #ddd;
}

/* container */
.nearby-list {
  max-width: 900px;
  margin: 0 auto;
  background: var(--bg);
  padding: 1.5rem 2rem;
  border-radius: 12px;
  margin-bottom: 10px;
}
.pricing-table {
  border: 1px solid #00000042;
}
.costing-details {
  border: 1px solid #00000042;
}

/* heading */
.headings {
  text-align: center;
  margin-bottom: 1.5rem;
}

.headings h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-dark);
  position: relative;
}

.headings h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 8px auto 0;
  background: linear-gradient(to right, #c99913, #474236);
  border-radius: 2px;
}

/* list layout: 2 columns */
.nearby-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
}

/* each list item */
.nearby-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8f8f8;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}

.nearby-list li:hover {
  background: linear-gradient(
    90deg,
    rgba(92, 201, 19, 0.08),
    rgba(80, 70, 48, 0.05)
  );
  transform: translateY(-3px);
}

/* icon */
.icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--accent-bg);
  flex-shrink: 0;
}

.icon svg path {
  fill: var(--accent);
}

/* text */
.time {
  font-weight: 700;
  color: var(--text-dark);
  min-width: 70px;
}

.sep {
  color: var(--accent);
  font-weight: 600;
}

.place {
  color: var(--text-light);
  font-size: 0.95rem;
  font-weight: 500;
}

/* responsive */
@media (max-width: 768px) {
  .nearby-list ul {
    grid-template-columns: 1fr;
  }

  .nearby-list {
    padding: 1rem;
  }

  .overview-image img {
    height: auto !important;
  }
}
.banner-text-div {
  align-items: center;
  top: 100px;
}

@media (max-width: 480px) {
  #overview {
    padding: 0px !important;
  }
  .banner-text-div {
    top: auto !important;
  }

  .overview-text-div {
    margin-bottom: 0px !important;
  }

  .ptb {
    padding: 20px 0 !important;
  }

  .image_section_background {
    margin-top: 0px !important;
  }

  .image_section_background {
    padding: 10px !important;
  }

  .tabs-container {
    padding: 0 10px !important;
  }

  .custom-carousel-slide {
    padding: 10px !important;
  }

  .custom-carousel-slide img {
    height: auto !important;
  }

  .wrap {
    padding: 0px !important;
  }

  .banner-div {
    height: auto !important;
  }

  .carousel-item {
    height: auto !important;
  }

  .fp-main-container {
    margin: 40px 10px !important;
  }

  .image-item img {
    padding: 0px !important;
  }

  .gallery {
    padding: 10px !important;
  }

  .image-item img {
    height: auto !important;
  }

  .get-in-touch-button button {
    padding: 10px !important;
  }

  .pricing-table-bordered th {
    min-width: 150px !important;
  }

  .whatsapp-pulse {
    bottom: 22px !important;
  }

  .enquiry-sidebar-btn {
    top: 40% !important;
  }

  .nearby-list {
    padding: 0.5rem !important;
  }

  .popup-content label {
    margin-bottom: 0px !important;
  }

  .popup-content {
    padding: 15px !important;
  }

  .get-in-touch-input {
    margin-bottom: 0px !important;
  }
  .map-card iframe,
  .map-card img {
    height: 200px !important;
  }
}

.fp-plan-img {
  filter: blur(5px);
}

/* Mobile Bottom Bar */
.mobile-bottom-bar {
  display: none;
  /* Hidden on desktop by default */
}

@media (max-width: 768px) {
  .mobile-bottom-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    /* padding: 10px 0; */
    justify-content: space-around;
    align-items: center;
  }

  .bottom-btn {
    flex: 1;
    text-align: center;
    padding: 8px 5px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: color 0.3s ease;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .bottom-btn:hover {
    color: #000;
  }

  .bottom-btn i {
    font-size: 18px;
  }

  .bottom-btn.enquiry {
    color: #007bff;
    border: 1px solid #18552eff;
  }

  .bottom-btn.call {
    color: #28a745;
    border: 1px solid #18552eff;
  }

  .bottom-btn.whatsapp {
    color: #25d366;
    border: 1px solid #18552eff;
  }
}

.get-in-touch img {
  background: linear-gradient(to right, #257e60, #42e8af);
  padding: 5px;
}

.contact-logo {
  width: 150px;
  height: auto;
  /* margin-bottom: 10px; */
  background: linear-gradient(to right, #257e60, #42e8af);
  padding: 5px;
}

.contact-main-log {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
}
@media (min-width: 1000px) and (max-width: 1500px) {
  .popup-content {
    padding: 10px 20px !important;
  }
  .popup-content label {
    margin-bottom: 0px !important;
  }
}

/* Section wrapper */
.overview-section {
  width: 100%;
  padding: 40px 0;
  background: #fff; /* change if needed */
}

/* Main container */
.overview-container {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}

/* Video styling */
.overview-container video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.contact-container {
  margin: 0 auto;
  height: 55%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}
.contact-container video{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.video-text {
  text-align: center;
  background-color: #f5f5f5;
  padding: 5px;
  color: #333;
}
.contact-row{
    height: 600px;
}

/* ------- RESPONSIVE ------- */

@media (max-width: 1024px) {
  .overview-section {
    padding: 30px 0;
  }
  .overview-container {
    border-radius: 16px;
  }
}

@media (max-width: 768px) {
  .overview-container {
    width: 96%;
    border-radius: 12px;
  }
  .overview-container video {
    max-height: 320px;
  }
}


@media (max-width: 480px) {
  .overview-container {
    width: 98%;
    border-radius: 10px;
  }
  .overview-container video {
    max-height: 230px;
  }
  .contact-container {
    max-height: 100% !important;
  }
  .contact-row{
    height: auto !important;
  }
  .contact-container{
    height: 100% !important;
  }
  .contact-form{
    margin: 0px !important;
    padding: 0px !important;
  }
  .mobile-call-button {
    display: flex !important;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    background: linear-gradient(135deg, #257e60, #42e8af) !important;
    animation: ringBlink 1.5s infinite;
  }

  @keyframes ringBlink {
    0%, 100% {
      box-shadow: 0 0 0 0 rgba(66, 232, 175, 0.7);
    }
    50% {
      box-shadow: 0 0 0 10px rgba(66, 232, 175, 0);
    }
  }
}
.location-form-text{
    background: khaki;
    text-align: center;
}
.title-get-in{
    text-align: center;
}
.mobile-call-button{
  display: none;
}