.hero-style1 .hero-title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* Add shadow to hero section header text */
.hero-style1 .hero-title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* Add shadow to breadcrumb header text */
.breadcumb-content .breadcumb-title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.breadcumb-menu {
  text-shadow: 5px -3px 4px rgb(0 0 0) !important;
}

/* Add shadow to hero section header text */
.hero-style1 .hero-title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* Add shadow to breadcrumb header text */
.breadcumb-content .breadcumb-title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* Styling for facility cards */
#facilities-sec .facility-card {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f5; /* Fallback */
  min-height: 350px;
  border-radius: 10px;
  overflow: hidden;
  display: flex !important;
  align-items: flex-end;
  transition: transform 0.3s ease-in-out;
}

#facilities-sec .facility-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 30%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  transition: background 0.3s ease-in-out;
}

#facilities-sec .facility-card:hover {
  transform: scale(1.03);
}

#facilities-sec .facility-card:hover .facility-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 30%, transparent 100%);
}

#facilities-sec .facility-content {
  text-align: center;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

#facilities-sec .facility-card:hover .facility-content {
  transform: translateY(-10px);
}

#facilities-sec .facility-title {
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#facilities-sec .facility-text {
  color: #ddd !important;
  font-size: 1rem;
  line-height: 1.5;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  #facilities-sec .facility-card {
    min-height: 300px;
  }

  #facilities-sec .facility-title {
    font-size: 1.3rem;
  }

  #facilities-sec .facility-text {
    font-size: 0.9rem;
  }

  #facilities-sec .facility-overlay {
    padding: 15px;
  }
}


.th-btn2.style3 {
  background-color: #77650a;
  color: var(--white-color);
  padding: 23px 26px;
  border: 1px solid var(--white-color);
  box-shadow: none;
}

/* New Navigation Buttons Styling */
.new-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff57 !important;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s;
}

.new-slider-arrow:hover {
  background-color: #ffffff00 !important;
  transform: translateY(-50%) scale(1.1);
}

.new-slider-arrow i {
  font-size: 24px;
  color: #c7aa19;
}

.new-slider-prev {
  left: 0px;
}

.new-slider-next {
  right: 0px;
}

/* Ensure existing buttons remain unaffected */
.slider-arrow {
  /* Existing styles remain unchanged */
}
/* Fix the background image when scrolling */
.breadcumb-wrapper {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}


/* Container for floating buttons */
.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Default styles for floating buttons (larger screens) */
.btn-whatsapp-pulse {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366; /* WhatsApp green */
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-whatsapp-pulse.bgp {
    background-color: #007bff; /* Phone button blue */
}

.btn-whatsapp-pulse i {
    font-size: 24px;
}

.btn-whatsapp-pulse:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

/* Responsive styles for small screens (below 768px) */
@media (max-width: 767.98px) {
    .floating-buttons {
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        flex-direction: row; /* Side by side */
        gap: 0; /* No gap between buttons */
    }

    .btn-whatsapp-pulse {
        width: 50%; /* Each button takes half the screen width */
        height: 60px;
        border-radius: 0; /* Rectangular for bottom bar */
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: none; /* Remove shadow for bottom bar */
    }

    .btn-whatsapp-pulse.bgp {
        border-right: 1px solid #fff; /* Separator between buttons */
    }
    .btn-whatsapp-pulse-border {
      bottom: 0px;
      right: 0px;
      animation-play-state: paused;
  }
    .btn-whatsapp-pulse-border {
      bottom: 0%;
      right: 0%;
      animation-play-state: paused;
  }
  .btn-phone-pulse{
    bottom: 0%;
    right: 50%;
  }
  .marginbottom{
    margin-bottom: 60px;
  }
}

.container2{
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
email-link {
  color: #d8d8d7;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: 900;
}
@media (max-width: 430px){
  .call-info .call-link {
    font-family: var(--title-font);
    font-size: 0.8em!important;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0;
    letter-spacing: 0.02em;
}
email-link {
  color: #d8d8d7;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: 900;
}

}