.overview-para {
  text-align: justify;
  width: 91%;
}

.centers-located {
  color: #fff;
  background: var(--gradient-bg);
  border-radius: 5px;
  width: 94%;
}
@media (max-width: 1198.89px) {
  .centers-located {
    width: 100%;
  }
}
@media (min-width: 1199px) {
  .specialized-center-video {
    width: 100%;
  }
}
@media (max-width: 1198.89px) and (min-width: 576px) {
  .specialized-center-video {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .specialized-center-video {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sub-title {
  width: 89%;
  margin: 0 auto;
}

.calendar {
  width: 1.25rem !important;
}

/* Custom dot styling */
.custom-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 7px;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease;
}

/* Hover effect for the dot */
.custom-dot:hover {
  transform: scale(1.2);
  background-color: var(--accent-color, #ffffff);
}

.dot {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 28%;
}

.our-service {
  background: var(--soft-white);
  color: var(--primary-color);
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.disability-assessment {
  padding-top: 2rem;
}

.patient-review-title {
  padding-top: 2rem;
}

.centers-located > .g-4,
.gy-4 {
  --bs-gutter-y: 1rem;
}
.centers-located > .g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/*------------------disability section-----------*/


.inner-img > img {
  height: 94%;
  width: 94%;
  object-fit: contain;
}

.inner-img {
  padding: 0 0.1rem;
}

.card {
  max-height: 45rem;
  border-radius: 5px !important;
}

.health-logo {
  width: 11rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.staff-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*------------------------- Disability Assessment & Care -----------------------------*/
.card-img-top {
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  border-radius: none !important;
}

.read-more-btn:hover {
  text-decoration: underline;
}

.slider-wrapper .splide__track {
  padding-top: 1rem !important;
  padding-bottom: 1.5rem !important;
}

.image-border {
  border-radius: 5px;
  height: 100%;
}

/* .splide__list {
  background-color: #fff !important;
} */

/*-------------------------------- youtube icon --------------------*/
.youtube-img {
  color: #ff0000 !important;
  font-size: 4rem !important;
  margin: 0;
  padding: 0;
  height: 4rem;
  width: 4rem;
  z-index: 5;
}
.youtube-white {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.6rem;
  width: 1.8rem;
  background: #fff;
  z-index: -1;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-size: 2.5rem !important;
  color: #fff;
}

/* .youtube-btn i {
  color: #FFF !important;
  font-size: 2.5rem !important;
  transition: all 0.3s ease;
} */

.youtube-btn:hover i {
  transform: scale(1.1);
}

#patient-slider .splide__track {
  padding-top: 0rem !important;
}

/*--------------- book now ---------------*/

/* Video thumbnail styling */
.video-thumbnail {
  border-radius: 0.4rem !important;
}

.video-thumbnail:hover {
  transform: scale(1.02);
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-slide-item {
  box-shadow: 0 4px 10px rgba(182, 182, 182, 0.25) !important;
  transition: box-shadow 0.3s ease-in-out;
}


.normal-card {
  box-shadow: 0 4px 10px rgba(182, 182, 182, 0.25) !important;
}

.book-appointment {
  margin-top: 2rem;
}

#accredation-splide .card-title {
  margin-top: 0rem;
  /* margin-bottom: 1rem !important; */
}

#accredation-splide .custom-slide-item {
  padding-bottom: 0rem !important;
}

html[dir="rtl"] #accredation-splide .splide__track {
  padding: 0.6rem !important;
  padding-left: 0.1rem !important;
  padding-bottom: 4rem !important;
}
