@charset "UTF-8";
.accomodation-section .acco-card-holder {
  position: relative;
}
.accomodation-section .acco-card-holder .acco-card {
  background-color: white;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  margin: 15px 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}
.accomodation-section .acco-card-holder .acco-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.accomodation-section .acco-card-holder .acco-card:hover .thumbnail {
  transform: scale(1.08);
}
.accomodation-section .acco-card-holder .acco-card .thumbnail-wrapper {
  overflow: hidden;
  position: relative;
}
.accomodation-section .acco-card-holder .acco-card .thumbnail {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.accomodation-section .acco-card-holder .acco-card .content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.accomodation-section .acco-card-holder .acco-card .content .title {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  border-left: 4px solid #007bd9;
  padding-left: 12px;
}
.accomodation-section .acco-card-holder .acco-card .content .desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.accomodation-section .acco-card-holder .acco-card .content .amenities {
  padding-top: 1.25rem;
  border-top: 1px solid #f0f0f0;
}
.accomodation-section .acco-card-holder .acco-card .content .amenities h5 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 1rem;
  font-weight: 600;
}
.accomodation-section .acco-card-holder .acco-card .content .amenities ul.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.accomodation-section .acco-card-holder .acco-card .content .amenities ul.checklist li {
  font-size: 0.9rem;
  color: #444;
  position: relative;
  padding-left: 24px;
}
.accomodation-section .acco-card-holder .acco-card .content .amenities ul.checklist li::before {
  content: " \f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #007bd9;
  font-size: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
.accomodation-section .acco-card-holder .slick-prev,
.accomodation-section .acco-card-holder .slick-next {
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.accomodation-section .acco-card-holder .slick-prev i,
.accomodation-section .acco-card-holder .slick-next i {
  font-size: 16px;
}
.accomodation-section .acco-card-holder .slick-prev:hover,
.accomodation-section .acco-card-holder .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.accomodation-section .acco-card-holder .slick-prev {
  left: -20px;
}
@media (max-width: 768px) {
  .accomodation-section .acco-card-holder .slick-prev {
    left: 5px;
  }
}
.accomodation-section .acco-card-holder .slick-next {
  right: -20px;
}
@media (max-width: 768px) {
  .accomodation-section .acco-card-holder .slick-next {
    right: 5px;
  }
}
.accomodation-section .acco-card-holder .slick-list {
  overflow: hidden;
}
.accomodation-section .acco-card-holder .slick-slide {
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.accomodation-section .acco-card-holder .slick-center {
  transform: scale(1);
}

.slick-prev::before,
.slick-next::before {
  display: none !important;
}

.visitor-policy-section ul li {
  text-align: justify;
}

.packages-section .health-card {
  border: none;
  transition: all 0.1s ease;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.2);
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
.packages-section .health-card .card-header {
  background: linear-gradient(to bottom, rgb(115, 194.3548387097, 255), rgb(242.5, 249.5852534562, 255));
  transition: all 0.2s ease-in-out;
}
.packages-section .health-card .card-header .card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 2.1rem;
  height: calc(3 * 2.1rem);
  transition: all 0.2s ease-in-out;
}
.packages-section .health-card .card-body .items {
  height: 300px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgb(250.1165919283, 206.1659192825, 138.8834080717) rgb(254.2331838565, 247.331838565, 236.7668161435);
}
.packages-section .health-card .card-body .items::-webkit-scrollbar {
  width: 6px;
}
.packages-section .health-card .card-body .items::-webkit-scrollbar-track {
  background: transparent;
}
.packages-section .health-card .card-body .items::-webkit-scrollbar-thumb {
  background-color: rgb(250.1165919283, 206.1659192825, 138.8834080717);
  border-radius: 10px;
  border: 1px solid transparent;
}
.packages-section .health-card .card-body .items::-webkit-scrollbar-thumb:hover {
  background-color: white;
}
.packages-section .health-card .card-body .items::-webkit-scrollbar-button {
  display: none;
}
.packages-section .health-card .card-body .items ul {
  list-style: none;
  padding: 0 20px;
}
.packages-section .health-card .card-body .items ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
  color: lightgrey;
}
.packages-section .health-card .card-body .items ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: lightgrey;
}
.packages-section .health-card .card-body .items ul li.active {
  color: #36454F;
}
.packages-section .health-card .card-body .items ul li.active::before {
  content: "✔";
  color: #007bd9;
}
.packages-section .health-card .desc {
  margin-bottom: 2rem;
  transition: all 0.2s ease-in-out;
}
.packages-section .health-card .price {
  color: #007bd9;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
  transition: transform 0.6s ease;
}
.packages-section .health-card .price:hover {
  transform: rotateZ(360deg);
}
.packages-section .health-card .price {
  transition: all 0.2s ease-in-out;
}
.packages-section .health-card .card-footer p {
  text-align: inherit;
}
.packages-section .health-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.packages-section .health-card .tests-modal ul {
  list-style: none;
  padding: 0 20px;
}
.packages-section .health-card .tests-modal ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
}
.packages-section .health-card .tests-modal ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #007bd9;
}
.packages-section .health-card:hover {
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.7);
}
.packages-section .health-card:hover .price {
  color: #007bd9;
}
@media (min-width: 768px) {
  .packages-section .health-card .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    line-height: 1.5rem;
    height: calc(9 * 1.5rem);
  }
}

.empanel-section .empanel-card {
  text-align: center;
  margin-bottom: 1rem;
}
.empanel-section .empanel-card img {
  height: 5rem;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
.empanel-section .empanel-card .brand-name {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.2rem;
  height: calc(2 * 1.2rem);
  color: black;
}
@media (max-width: 768px) {
  .empanel-section .empanel-card .brand-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.2rem;
    height: calc(2 * 1.2rem);
  }
}/*# sourceMappingURL=patientcare.css.map */