/* ------scrollbar------- */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #646464;
}
/* ------------------------ */

.book-appointment-btn {
  width: 225px;
}

.phone-appointment {
  margin-left: auto;
  text-align: center;
}
.phone-appointment a {
  transform: translate(0, 4px);
  padding: 12px 16px;
}

@media (min-width: 992px) {
  .phone-appointment {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li.nav-item .nav-link {
    padding: 10px 6px;
  }

  .main-menu .nav-menu-wrapper {
    margin: 0 10px;
  }

  .book-appointment-btn {
    width: unset;
    /* padding: 18px 18px; */
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .main-menu ul li.nav-item .nav-link {
    padding: 10px 8px;
  }
}
@media (max-width: 991px) {
  .hero.hero-bg-image.hero-slider-layout .hero-slide {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .hero.hero-bg-image.hero-slider-layout .hero-slide {
    height: 300px;
  }
}
@media (max-width: 568px) {
  .hero.hero-bg-image.hero-slider-layout .hero-slide {
    height: 200px;
  }
}
/* @media (min-width: 557px) and (max-width: 576px) {
  } */
.top-custom-flex {
  display: flex;
  justify-content: space-between;
}
.top-custom-width {
  width: unset;
}
@media (max-width: 558px) {
  .top-custom-flex {
    justify-content: center;
  }
  .topbar-contact-info ul,
  .topbar-social-details {
    justify-content: center;
  }
  header.main-header {
    top: 59px;
  }
}
@media (max-width: 393px) {
  .phone-appointment a {
    font-size: 14px;
    border-radius: 8px;
    margin-right: 10px;
  }
  .phone-appointment a span {
    display: none;
  }
  .book-appointment-btn {
    width: unset;
  }
}

.main-footer.bg-section,
.hero-image-custom {
  border-radius: 0;
  /* margin: 0; */
  margin: 0 auto;
  width: 100%;
}

.text-justify {
  text-align: justify;
}

.breadcrumb-bg {
  width: 100%;
  margin: 0 auto;
  padding: 75px 0;
  border-radius: 0 0 46px 46px;
}

@media only screen and (max-width: 991px) {
  .breadcrumb-bg {
    border-radius: 0 0 26px 26px;
  }
}

@media (max-width: 768px) {
  .breadcrumb-bg.content-lg {
    padding: 20px 0 90px;
  }
  .page-header {
    padding: 20px 0 60px;
  }
}

.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.facilities-bg {
  width: 100%;
  margin: 30px 0px !important;
}

.intro-video .section-row {
  margin-bottom: 0;
}

.our-testimonial h3 {
  font-size: 20px;
}

.email-text {
  word-wrap: break-word;
  /* font-size: 14px; */
}

.faq-all-sm {
  display: none;
}
@media (max-width: 991px) {
  .faq-all-sm {
    display: block;
  }
  .faq-all-lg {
    display: none;
  }
}

/* -------------------gallery------------------ */
.hidden {
  display: none !important;
}

.album-tab-container .tab {
  /* background: var(--accent-color-three) !important; */
  background: var(--accent-color-four) !important;
  margin: 0 5px;
  padding: 5px 20px;
  color: #fff;
  font-size: 18px;
  /* transition: all 0.3s ease; */
  transition: all 0.2s ease;
}

.album-tab-container .tab:hover {
  color: rgb(0, 0, 0);
  /* transform: translateY(-2px); */
  /* box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0 1px 2px 0px rgba(230, 14, 127,0.8); */
}

.album-tab-container .tab.active {
  /* background: var(--accent-color-four) !important; */
  /* background: #333333; */
  color: #fff;
  font-weight: bolder;
}

.album-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.album-container .album {
  /* width: clamp(250px, 300px, 400px); */
  min-width: min(300px, 100vw);
  width: 300px;
  margin: 10px;
  padding: 10px;
  /* border: 1px solid red; */
}

.album-container .album-item {
  box-shadow: 1px 1px 4px 2px rgba(165, 165, 165, 0.2);
  border-radius: 14px;
  border: 1px solid #ddd6e1;
  transition: transform 0.4s ease;
}

.album-container .album-item:hover {
  transform: translateY(-4px);
}

.album-container .album-item:hover img {
  transform: scale(1.04);
  border-radius: 14px 14px 0 0;
  /* filter: brightness(0.5); */
}

/* .album-container .album-item:hover .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
} */

.album-container .album-item:hover .album-overlay {
  opacity: 1;
}

.album-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  /* background-color: rgba(0, 0, 20, 0.2); */
  display: flex;
  border-radius: 13px 13px 0 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.album-container .album-item .image {
  height: 200px;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}

.album-container .album-item .detail {
  /* height: 300px; */
  padding: 5px 15px;
  border-top: 1px solid #ddd6e1;
}

.album-container .album-item .detail p {
  margin-bottom: 0;
  color: #5e5e5e;
}

.album-container .album-item .detail .name {
  font-size: 24px;
  font-weight: 500;
}

.album-container .album-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px 13px 0 0;
  transition: transform 0.2s ease-in-out;
}
/* ------------------------------------------------- */

form input::placeholder,
textarea::placeholder {
  color: #bdbdbd !important;
  opacity: 0.7 !important;
}
form label {
  padding-left: 12px;
}
form label span {
  color: red;
  color: var(--accent-color-four);
  font-weight: bolder;
}

.header-logo {
  height: 120px;
  padding: 5px 0;
}
.header-logo img {
  height: 100%;
  width: 100%;
}

.footer-logo {
  height: 120px;
  padding: 5px 0;
}
.footer-logo img {
  height: 100%;
  width: 100%;
}

.amount-btn {
  /* background-color: var(--color-1); */
  border: 2px solid #efefef;
  /* border: 2px solid var(--color-1); */
  color: #efefef;
  transition: all 0.3s ease;
}
.amount-btn:hover {
  border: 2px solid var(--color-1);
  transform: translateY(-3px);
  color: #ffffff;
  background: initial;
}

.current-amount {
  /* background-color: #6c757d; */
  /* background-color: var(--color-1); */
  /* border: 1px solid white; */
  border: 2px solid var(--color-1);
  box-shadow: none !important;
  outline: 0;
  /* font-weight: bold; */
  /* font-weight: 400; */
  color: #ffffff;
}

#donation-form label {
  color: #f47216;
  text-align: left;
  font-size: 14px !important;
  width: 100%;
  margin: 0 0 0 0;
}
#donation-form label.note{
  font-weight: bold;
}
#donation-form label span{
  font-weight: bold;
}

#donation-form {
  backdrop-filter: blur(9px);
  padding: 20px;
  border: 2px solid var(--color-1);
  border-radius: 34px;
}

#donation-form button {
  width: 90px;
}

#donation-form .form-control {
  color: #ffffff;
  transition: all 0.3s ease;
}

#donation-form .form-control:active,
#donation-form .form-control:focus {
  border: 2px solid #efefef;
  background: initial;
  /* color: #ffffff; */
}

#donation-form .form-control::placeholder {
  color: #efefef;
}

.donate-text-group p{
  margin-bottom: 5px;
}
.donate-text-group p,
.donate-text-group li,
.donate-text-group h4
{
  font-size: 16px;
  color: #ffffff;
  text-align: justify;
  /* backdrop-filter: blur(2px); */
}

.donate-text-group .list-heading{
  color: var(--color-1);
  font-size: 18px;
  margin-bottom: 0px;
}
.donate-text-group li{
  list-style-type: disc;
  /* margin-left: 20px; */
  margin: 0 0 0 20px;
}

.donate-text-group .quote{
  color: var(--color-1);
  font-weight: bold;
  font-size: 18px;
}