.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000;
  border-radius: 0;
  margin: 0 auto;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* =====================
  SECTION: TITLE
  ====================== */
.section__heading {
  font-size: 20px;
  font-weight: 600;
  color: #7f387a;
  position: relative;
  text-transform: capitalize;
}

.section__heading:after,
.section__heading_wrap.text-center .section__heading:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: var(--secondary-color);
  top: 0;
  bottom: 0;
  margin: auto 0 auto 15px;
}

.section__heading_wrap.text-center .section__heading:before {
  margin-left: -65px;
}

/* .hc-heading {
  color: var(--primary-color);
} */

/* =====================
  SECTION : SCROLL
====================== */

.scroll-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  padding: 20px 0;
  box-sizing: border-box;
  background: hsl(from var(--primary-hsl) h s l);
}

#scroller .scroll-items div {
  flex: 1 0 auto;
  font-size: var(--fs-small-banner);
  white-space: nowrap;
  color: var(--bs-light);
}

/* =====================
  SECTION : HERO
====================== */

.bg1 {
  background: #f9f5f9;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237f387a'%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-.708'/%3e%3c/svg%3e") !important;
  /* background: #fff; */
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237f387a'%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 0'/%3e%3c/svg%3e") !important;
  /* background: #fff; */
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.carousel-control-prev {
  left: 46%;
  transform: translateX(-46%);
  bottom: 20px;
  top: auto;
}
.carousel-control-next {
  right: 46%;
  transform: translateX(-46%);
  bottom: 20px;
  top: auto;
}
.carousel-control-next,
.carousel-control-prev {
  width: 30px !important;
}
/* =====================
  SECTION : ABOUT US
====================== */

.about__section {
  background: url(../images/bg/about.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #ffffff;
}

.ul-2-about-imgs {
  position: relative;
}

.ul-2-about-imgs .img-1-wrapper {
  border-right: clamp(4px, 0.37vw, 7px) solid #ffd6ea;
  width: max-content;
  max-width: 100%;
  border-radius: 16px;
  border-top-right-radius: clamp(170px, 10.51vw, 200px);
  overflow: hidden;
}

.ul-2-about-imgs .img-1-wrapper img {
  max-width: clamp(345px, 26.8vw, 510px);
  aspect-ratio: 510 / 596;
  object-fit: cover;
  width: 100%;
}

.ul-2-about-imgs .img-1-wrapper .txt {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  text-align: center;
  background-color: #ffd6ea;
  color: #333333;
  writing-mode: vertical-rl;
  transform: scale(-1);
  border-radius: 0 16px 16px 0;
  padding: clamp(16px, 0.84vw, 16px);
  font-family: var(--heading-font);
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: clamp(15px, 0.95vw, 18px);
}

.ul-2-about-imgs .img-2 {
  position: absolute;
  right: 32px;
  top: clamp(45px, 2.52vw, 48px);
  border-radius: 16px;
  aspect-ratio: 266 / 293;
  object-fit: cover;
  max-width: clamp(206px, 13.98vw, 266px);
  width: 100%;
}

/* =====================
  SECTION : QUICK LINKS
====================== */

.quick__links__section {
  margin-bottom: -130px;
  position: relative;
  z-index: 1;
}

.quick__links {
  padding: 3rem 2rem;
  background: var(--primary-hsl);
  background: #eddaea;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* .quick__links::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/ql.jpg) center / cover no-repeat;
  opacity: 0.5;
  z-index: -1;
} */

.quick__links__icon {
  margin-bottom: 1rem;
  width: 74px;
  height: 74px;
  background-color: var(--bs-white);
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  transition: 0.4s;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.quick__links__icon img {
  width: 44px;
  transition: 0.4s;
}

.quick__links__icon:hover img {
  filter: invert(62%) sepia(57%) saturate(6059%) hue-rotate(324deg)
    brightness(87%) contrast(103%);
  transition: 0.4s;
}

.quick__links__box {
  text-align: center;
  color: #4b474a;
  display: block;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.quick__links__box span {
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
}

.row .col-lg-2:last-child .quick__links__box {
  border-right: none;
}

/* =====================
  SECTION : OUR TEAM
====================== */

.our__team__section {
  padding: 200px 0px 100px 0;
  background-color: hsl(from var(--secondary-hsl) h s calc(l + 37));
  background-color: #f4f6fa;
}

.our__team {
  padding: clamp(16px, 1.68vw, 32px);
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: clamp(10px, 0.84vw, 16px);
}

.our__team::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bs-dark);
  background-color: hsl(from var(--secondary-hsl) h s calc(l + 40));
  background-color: hsl(from var(--secondary-hsl) h s calc(l + 0));
  z-index: -1;
  top: clamp(86px, 6.1vw, 116px);
  border-radius: clamp(10px, 0.84vw, 16px);
  transition: 0.3s ease;
  background: #f5fbfd;
  color: var(--secondary-color);

  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.our__team__name {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 800;
}

.our__team:hover::before {
  top: 0;
  background-color: hsl(from var(--secondary-hsl) h s calc(l - 25));
  background-color: hsl(from var(--primary-hsl) h s calc(l - 0));
  background-color: var(--secondary-color);
}

.our__team:hover .our__team__name {
  color: var(--bs-warning) !important;
}

.our__team__txt {
  color: #333333;
}

.our__team:hover .our__team__txt {
  color: var(--bs-white) !important;
}

.our__team__img {
  max-width: clamp(138px, 8.83vw, 168px);
  margin: auto;
  border: clamp(5px, 0.42vw, 8px) solid var(--bs-white);
  margin-bottom: clamp(14px, 1.16vw, 22px);
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s ease;
}

/* =====================
  SECTION : CTA
====================== */

.cta__section {
  position: relative;
  /* background-color: hsl(from var(--secondary-hsl) h s calc(l - 0)); */
  color: #333 !important;
  background: #f5f5f5 !important;
}

.cta__section img {
  position: absolute;
  bottom: 0;
  width: 180px;
}

@media (prefers-reduced-motion: no-preference) {
  .cta__section img {
    scale: 0.8;
    opacity: 0;
    animation: fade-in linear forwards;
    animation-timeline: view();
    animation-range: 150px 400px;
  }

  @keyframes fade-in {
    to {
      scale: 1;
      opacity: 1;
    }
  }
}

/* =====================
  SECTION : NEWS & EVENTS
====================== */

.vertical__list {
  height: 450px;
  /* height of 2 items */
  overflow: hidden;
  position: relative;
}

.event__box {
  padding: 2rem;
  border-radius: 1rem;
  outline: 1px dashed var(--secondary-color);
  outline-offset: -10px;
  background: hsl(from var(--secondary-hsl) h s calc(l + 40));
  margin-block: 1rem;
}

.gallery_box {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery_box img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* =====================
  SECTION : PUBLICATIONS
====================== */

/* .publications__section {
  background: hsl(from var(--secondary-hsl) h s calc(l + 40));
} */

.publications__section {
  position: relative;
  overflow: hidden;
}

.publications_title {
  margin-top: 15px;
  margin-bottom: 0;
}

.publications_box a {
  text-decoration: none;
  color: var(--body-color);
}

.publications_img img {
  border-radius: 20px;
  padding: 10px;
  background: #f8f8f8;
}

.publications_date {
  font-size: 14px;
}

.publications_data {
  box-shadow: 0 8px 20px 0 #eee;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  top: -50px;
  left: 0;
  right: 0;
  width: 85%;
  background: #fff;
  margin: auto;
  transition: 0.3s;
}

.publications_more {
  margin-top: 15px;
  color: #7f387a !important;
  font-weight: 500;
  display: block;
}

.slider-nav button {
  background: linear-gradient(
    135deg,
    hsl(from var(--primary-hsl) h s calc(l - 20)),
    hsl(from var(--primary-hsl) h s l)
  );
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

/* =====================
  SECTION : APPOINTMENT 
====================== */

.testimonial {
  overflow: hidden;
  position: relative;
  background-color: #009de21f;
  background: #f5f5f5 !important;
}

/* =====================
    SECTION: SERVICES
    ====================== */

.services__section {
  background: #f5f5f5 !important;
}

.services__tabs {
  display: flex;
  min-height: 500px;
  gap: 20px;
  overflow: hidden;
}

.services__tabs .services__tab {
  flex: 1;
  width: 100%;
  transition: flex 500ms ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: end;
  padding: 2rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1rem;
  justify-content: center;
  color: var(--bs-light);
  color: #333333;
}

.services__tabs .services__tab.active {
  flex: 5;
  cursor: initial;
}

.services__tabs .services__tab.active::before {
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%);
  background: linear-gradient(
    184deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(var(--primary-color-rgb), 1) 68%
  );
}

.services__tabs .services__tab .service__content {
  transition: none;
}

.services__tabs .services__tab .services__heading {
  font-size: var(--fs-title);
  font-family: var(--heading-font);
  font-variation-settings: "wght" 500;
  line-height: 1;
  margin-bottom: 1rem;
  color: var(--bs-light);
}

.services__tabs .services__tab .services__heading.display {
  text-orientation: mixed;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: var(--fs-small-banner);
}

/* .services__tabs .services__tab .services__text,
.services__tabs .services__tab {
  color: var(--bs-white);
} */
.service__content img {
  filter: invert(42%) sepia(57%) saturate(384%) hue-rotate(340deg)
    brightness(91%) contrast(94%);
}

.services__tab .service__content {
  display: none;
}

.services__tab.active {
  background: var(--primary-color);
  color: var(--secondary-color);
  color: #ffffff;
}

.services__tab.active .service__content img {
  filter: invert(97%) sepia(3%) saturate(3926%) hue-rotate(312deg)
    brightness(118%) contrast(93%);
}

.services__tab.active .service__content {
  display: block;
}

.services__tab.active .services__heading.display {
  display: none;
}

/* .services__tab:nth-child(1) {
  background-image: url(../images/service/Kidney_Stone.webp);
} */

.services__tab:nth-child(2) {
  background-image: url(../images/service/Blood_in_the_Urine.webp);
}

.services__tab:nth-child(3) {
  background-image: url(../images/service/Infertility.webp);
}

.services__tab:nth-child(4) {
  background-image: url(../images/service/Kidney_Failure_Dialysis.webp);
}

.services__tab:nth-child(5) {
  background-image: url(../images/service/dumLeakage_of_Urinemy.webp);
}

.services__tab:nth-child(6) {
  background-image: url(../images/service/Erectile_Dysfunction.webp);
}

.services__tabs .services__tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.75);
  background: rgba(var(--accent-color-rgb), 0.9);
  z-index: -1;
}

.services__tabs .services__tab.active::before {
  background: linear-gradient(
    184deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(var(--accent-color-rgb), 1) 68%
  );
}

.services__head {
  font-size: 1.2rem;
  font-family: var(--heading-font);
  font-variation-settings: "wght" 500;
  line-height: 1;
  margin-bottom: 1rem;
  color: var(--bs-dark);
  text-align: center;
}

.service__box {
  background: #f5fbfd;
  color: var(--secondary-color);
  color: #000;
  padding: 25px;
  border-radius: 20px;
  overflow: hidden;
  justify-content: end;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.service__box:hover {
  background: var(--secondary-color);
}

.service__box:hover .services__head {
  color: #fff;
}

.service__box:hover img {
  filter: invert(100%) sepia(0%) saturate(906%) hue-rotate(158deg)
    brightness(101%) contrast(101%);
}

.filter {
  filter: invert(65%) sepia(25%) saturate(538%) hue-rotate(254deg)
    brightness(95%) contrast(90%);
}

/* =====================
  SECTION : INNER_PAGE
====================== */

.doc_card {
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  height: 100%;
}

.doc_card img {
  width: 280px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.doc_card h5 {
  margin-bottom: 0;
}

.fac_card {
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.fac_card img {
  width: 200px;
  border-radius: 15px;
}

.award_card {
  height: 100%;
}

.gallery_card {
  text-align: center;
  height: 100%;
}

.gallery_card span {
  font-weight: bold;
  margin: 10px 0px;
  display: block;
}
.fac_head {
  text-align: center;
  background: var(--primary-color);
  padding: 8px 0px;
  margin-bottom: 17px;
  border-radius: 15px 15px 0px 0px;
}
.fac_cont {
  border-radius: 15px;
  padding-bottom: 28px;
}
/* =====================
  UTILITIES : SLICK
====================== */

.my-slider .slick-slide {
  margin: 0 15px;
}

.my-slider .slick-list {
  margin: 0 -15px;
}
.my-slider .slick-slide {
  height: auto !important;
}
/* =====================
  UTILITIES: SCROLL TOP
====================== */
.scrollToTop {
  position: fixed;
  bottom: 4rem;
  right: 1rem;
  background-color: rgba(var(--secondary-color-rgb), 0.5);
  color: var(--bs-light);
  border: none;
  border-radius: 50%;
  padding: 1rem;
  line-height: 1;
  z-index: -1;
  transform: translateY(1rem);
  opacity: 0;
  transition: 500ms ease-in-out 150ms;
}

.scrollToTop.show {
  z-index: 1111;
  transform: translateY(0);
  opacity: 1;
}

/* =====================
    INNERPAGE : SERVICES
    ====================== */

/* .services__tab {
  & .toc {
    background: rgba(var(--secondary-color-rgb), 0.05);
    padding: 1rem;
    top: var(--menu-height);
  }

  & .nav .nav-link {
    text-align: start;
    color: var(--bs-body-color);
    background: rgba(var(--primary-color-rgb), 0.025);

    & .bi {
      display: inline-block;
    }

    &.active {
      color: var(--bs-light);
      background: var(--secondary-color);
    }

    &:not(.active):hover {
      background: rgba(var(--primary-color-rgb), 0.05);

      & .bi {
        transform: translateX(3px);
      }
    }

    &:not(:last-of-type) {
      border-bottom: 1px solid rgba(var(--secondary-color-rgb), 0.15);
    }
  }

  .services__cta {
    display: grid;
    grid-template-areas: "stacked";
    place-items: center;
    text-align: center;
    color: var(--bs-light);
    position: relative;
    z-index: 1;

    & > * {
      grid-area: stacked;
    }

    & .scta__bg {
      position: relative;
      z-index: -1;
    }

    & .scta__bg::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(var(--secondary-color-rgb), 0.5);
    }

    & .bi {
      font-size: var(--fs-large-banner);
    }

    & .bi::before {
      background: var(--primary-color);
      padding: 1rem;
      border-radius: 50%;
      box-shadow: 0 0 0 1rem rgba(var(--primary-color-rgb), 0.25);
    }
  }

  & .heading,
  & .subheading {
    font-family: var(--heading-font);
    font-weight: 900;
    color: var(--bs-dark-text-emphasis);
    margin-bottom: 0.25rem;
  }

  & .heading {
    font-size: var(--fs-sub-title);
  }

  & .subheading {
    font-size: var(--fs-lead);
  }

  & .accordion-button {
    background: var(--primary-color);
    color: var(--bs-light);
  }

  & .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
} */
/* =====================
    RESPONSIVE : DESKTOP
    ====================== */

@media only screen and (min-width: 1025px) {
  .services__tab {
    & .accordion-header {
      display: none;
    }

    & .accordion-item .collapse:not(.show) {
      display: block;
    }
  }
}

/* =====================
    RESPONSIVE : TABLET
    ====================== */

@media only screen and (max-width: 1024px) {
  /* .menu__bar .navbar {
    position: fixed;
    z-index: 1111;
    top: 0;
    right: 0;
    background: none;
  } */

  .menu__bar .navbar .navbar-toggler {
    background: var(--secondary-color);
  }

  .offcanvas-body {
    background: var(--secondary-color);
  }

  .menu__bar .nav-link {
    color: var(--bs-light);
  }

  #countdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .appointment__section .appointment__image {
    width: 100%;
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hc-footer-contact-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .hc-footer-contact-list li {
    border-right: 0px solid rgb(255 255 255 / 25%);
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    padding-block: 1rem;
  }

  .cta__section img {
    display: none !important;
  }

  .quick__links__box {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 1rem;
  }

  .row .col-lg-3:last-child .quick__links__box {
    border: none;
  }

  .services__tabs {
    flex-direction: column;
  }

  .services__tabs .services__tab.active::before {
    background: linear-gradient(
      180deg,
      rgba(15, 15, 15, 0.65) 0%,
      #111111 100%
    );
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(var(--primary-color-rgb), 1) 100%
    );
  }

  .services__tabs .services__tab .services__heading.display {
    writing-mode: horizontal-tb;
    transform: rotate(0);
  }

  .services__tab .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }

  .services__tabs .services__tab {
    padding: 15px;
  }

  .services__tabs .services__tab.active {
    padding: 30px;
  }
}

/* =====================
  RESPONSIVE : MOBILE
====================== */

@media only screen and (max-width: 576px) {
  .breadcrumb__sc .breadcrumb {
  }

  .updates {
    flex-direction: column;
  }

  .updates > * {
    width: 100%;
  }
  .services__tab .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .carousel-control-next {
    right: 37%;
  }
  .carousel-control-prev {
    left: 43%;
  }
}

/* whatsapp */

.chat.show,
.wa-chat.show {
  transform: none;
  opacity: 1;
}
.chat,
.wa-chat {
  position: fixed;
  bottom: 64px;
  right: 65px;
  color: #000;
  background-color: var(--secondary-color);
  border: 2px solid var(--bs-light);
  border-radius: 50%;
  padding: 10px 17px;
  z-index: 1111;
  transform: translateY(1rem);
  opacity: 0;
  transition: 0.5s ease-in-out;
}
