/* *{
    font-family: "Jost", sans-serif;
   } */

#enquiryPopup {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow-y: auto;
  /* Enable vertical scrolling */
  margin: 20px;
}

#close-btn {
  padding: 5px;
  color: #333;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.dr-img {
  height: 280px;
  border-radius: 10px;
}

.pop-logo {
  width: 180px;
  margin-bottom: 10px;
}

.form-pop-box {
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  border-radius: 10px;
  padding-top: 5px;
}

@media (min-width: 768px) {
 
  .popup-content {
    width: 60%;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .video-banner {
    padding: 8px;
  }

  .video-banner iframe {
    height: 230px !important;
    width: 100%;
  }

  .arthroscopic-card-box li a {
    width: 195px !important;
  }

  .dr-img {
    height: 150px;
  }

  .pop-logo {
    width: 150px;
  }

  .popup-content {
    width: 90%;
    padding: 15px;
  }

  .content-scroll {
    max-height: 70vh;
    overflow-y: auto;
  }
}

#btn_spinner_enquiry {
  display: none;
}

/* -----custon css amit meena web ------ */
.topbar-tagline ul {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.topbar-tagline ul li {
  list-style: none;
}

.topbar-tagline ul li.bariket {
  height: 18px;
  width: 1px;
  background-color: #333;
}

.topbar-tagline ul li a {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.hero-sec-custom {
  position: relative;
}

.hero-sec-custom::after {
  content: "";
  position: absolute;
  background: rgba(51, 51, 51, 0.7);
  inset: 0;
  z-index: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.hero-custom-layer .slide-bg-image:after {
  content: "";
  position: absolute;
  /* background: rgba(51, 51, 51, 0.7); */
  inset: 0;
  z-index: 1;
}

.hero-custom-layer .slide-bg-image:after {
  content: "";
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.1) 55%,
      rgba(0, 0, 0, 0.8) 100%);
}

.hero-custom-layer .slide-bg-image:before {
  content: "";
  position: absolute;
  /* background: rgba(51, 51, 51, 0.7); */
  inset: 0;
  z-index: 2;
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 75%, #ffffff 100%); */
}

.hero-custom-layer .slide-bg-image>div {
  z-index: 5;
}

.hero-custom-layer .slide-bg-image>div p,
.hero-custom-layer .slide-bg-image>div span,
.hero-custom-layer .slide-bg-image>div div {
  color: #fff !important;
}

.primary-col {
  color: #dddd26;
}

.service-card {
  background-color: #fff;
  padding: 14px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  border-radius: 6px 6px 80px 6px;
  overflow: hidden;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  transition: all 0.7s ease-in-out;
}

.service-card:after {
  content: "";
  background: #000;
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: scale(0);
}

.service-card:before {
  content: "";
  background: #dddd26;
  height: 14px;
  position: absolute;
  top: 50%;
  transform-origin: left top;
  transition: all 0.7s ease-in-out;
  left: -500px;
  width: 100%;
  z-index: 0;
}

.service-card:hover:before {
  left: 500px;
  z-index: 0;
}

.service-card:hover:after {
  transform: scale(1);
  transition: all 0.9s 0.3s ease-in-out;
}

.service-card>div,
.service-card>h4,
.service-card>p {
  position: relative;
  z-index: 3;
}

.service-card:hover ul li a,
.service-card:hover .ser-btn-text,
.service-card:hover h4 {
  color: #fff !important;
  transition: all 0.3s 0.7s linear;
  position: relative;
  z-index: 3;
}
Div ul{
  padding-left: 16px !important;
}
.service-card ul li {
  color: #9d9d9d;
}

.service-card ul li {
  list-style: none;
  margin: 4px 0;
  position: relative;
  z-index: 3;
}

.service-card:hover .ser-btn-text {
  position: relative;
  z-index: 5 !important;
}

.service-card .service-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #dddd26;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  padding: 6px 10px;
  border: 1px solid #fff;
}

.ser-btn-text {
  font-size: 16px;
  color: #dddd26;
  font-weight: 500;
}

.service-card p {
  font-size: 16px;
  line-height: 20px;
  color: #9d9d9d;
}

.row-gap-5 {
  row-gap: 48px;
}

.row-gap-3 {
  row-gap: 16px;
}

.row-gap-4 {
  row-gap: 24px;
}

.experience-card {
  background-color: #fff;
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.experience-card .experience-icon {
  height: 8%;
  width: 80px;
  border-radius: 6px;
  background-color: #dddd26;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin: 0 auto 20px;
}

.service-card .btn.btn__primary.btn__rounded {
  padding: 6px 24px !important;
}

.btn:focus {
  box-shadow: none !important;
}

.service-card-img img {
  opacity: 0.9;
}

.service-card:hover .service-card-img img {
  opacity: 0;
  transition: all 0.1s 0.9s linear;
}

.service-card-img {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 0.5;
  transition: all 0.5s;
  z-index: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.grs-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.myTestmonial .swiper-wrapper .swiper-slide iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 12px;
}
.myTestmonial .swiper-wrapper .swiper-slide,
.myTestmonial .swiper-wrapper  {
  height: 100% !important;
}
.myTestmonial .swiper-wrapper .swiper-slide{
  display: flex !important;
  align-items: center !important;
}


@media (max-width: 992px) {
  .myTestmonial .swiper-wrapper .swiper-slide iframe {
    height: 250px !important;
  }
}


@media (max-width: 576px) {

  .teams-bac {
    height: 200px !important;
  }

  .associate-box {
    height: 80px !important;
    padding: 15px !important;
  }

  .google-review {
    left: -5px !important;
  }

  .google-review .google-button strong {
    font-size: 16px !important;
  }
}
@media (min-width: 576px) {
.flex-sm-nowrap{
  flex-wrap: nowrap !important;
}
}

.testimonial ul li {
  margin: 4px 0;
}

.myTestmonial .testmonial-next,
.myTestmonial .testmonial-prev {
  background-color: #dddd26 !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.myTestmonial .testmonial-next:after,
.myTestmonial .testmonial-prev::after {
  font-size: 26px !important;
  color: #fff !important;
}

.clinic-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
  border: 1px solid #dddd26;
  padding: 6px;
  overflow: hidden;
}

.clinic-card .clinic-card-img img {
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
}

.clinic-card .clinic-card-content {
  padding: 12px 8px 4px;
}

.clinic-card .clinic-card-content ul {
  list-style: none;
  padding-left: 0;
}

.clinic-card .clinic-card-content ul li {
  margin: 4px 0;
}

.clinic-card .btn.btn__primary {
  padding: 6px 20px !important;
  margin-top: 4px !important;
}

.trial-sec .swiper-slide-contents-inner {
  width: fit-content;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center !important;
  /* background-color: transparent !important; */
}

.trial-sec .swiper-slide-contents-inner h1, .trial-sec .swiper-slide-contents-inner  .h1-heading {
  color: #dddd26 !important;
  text-shadow: 1px 1px #000;
}

.trial-sec .swiper-slide-contents-inner span,
.trial-sec .swiper-slide-contents-inner p {
  color: #000 !important;
}

.trial-sec .swiper-slide-contents-inner div:has(.info__meta) {
  justify-content: center !important;
}

.experience-card::after {
  content: "";
  background-image: url(/mainassets/img/facility-shape-img.png);
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.2;
  height: 110px;
  display: block;
  z-index: 2;
  width: 110px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.experience-card:hover::after {
  opacity: 1;
}
/* 
.service-sec {
  background-image: url("/mainassets/img/section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.clinic-card-sec {
  background-image: url("/mainassets/img/section-bg.png");
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: bottom right;
} */

.sports-injury-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sports-injury-list .injury-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 16px 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.sports-injury-list .injury-card:hover {
  transform: translateY(-4px);
  border-color: #dddd26;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.sports-injury-list h6 {
  font-size: 16px;
  color: #111;
  font-weight: 600;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* .sports-injury-list h6::before {
  content: "⚕️";
  font-size: 18px;
  fill: #dddd26;
} */

.sports-injury-list p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.sec-overlay {
  position: relative;
}

.sec-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}


.sec-overlay>div {
  z-index: 2;
}

.page-Breadcrumb {
  display: flex;
  align-items: center;
  column-gap: 8px;
  list-style: none;
  padding-left: 0 !important;
  flex-wrap: wrap;
}

.page-Breadcrumb li {
  list-style: none;
}

.page-Breadcrumb li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.page-Breadcrumb li:nth-last-child(1) a {
  color: #dddd26 !important;
}

.page-Breadcrumb li i {
  color: #fff;
  font-size: 14px;
}

.about-profile-social {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-top: 12px;
  justify-content: center;
}

.about-profile-social li a {
  font-size: 20px;
  background: #dddd26;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-profile,
.about-profile-time,
.about-profile-testmoninal,
.about-content-main {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about-profile-time-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  margin: 4px 0;
}

.about-profile-time-list li p {
  color: #333 !important;
}

.about-profile-testmoninal-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #dddd26;
}

.about-profile-testmoninal p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin: 8px 0 12px;
}

.about-profile-testmoninal-star {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  column-gap: 4px;
  margin: 6px 0;
}

.about-profile-testmoninal-star li {
  color: #dddd26 !important;
}

.about-details-list li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 6px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 4px;
  width: 100%;
  padding-left: 10px !important;
}

/* .about-details-list li:nth-last-child(1) {
  border-bottom: 0 !important;
} */

.about-details-list li a {
  color: #333;
  transition: all 0.5s ease-in-out;
}

/* .about-details-list li a:hover {
  color: #dddd26;
} */

/* .about-details-list li::before {
  content: "\f0a4";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: relative;
  top: 2px;
  left: -8px;
} */

.about-feature-list {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  width: 100%;
}

form input:focus,
form textarea:focus,
form select:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #dddd26 !important;
}

.about-profile-img img {
  border-top: 3px solid #dddd26 !important;
  border-left: 3px solid #dddd26 !important;
  border-right: 3px solid #dddd26 !important;
}

input.form-icon-input,
textarea.form-icon-input {
  padding-left: 28px !important;
}

.form-icon {
  position: absolute;
  top: 11px;
  left: 8px;
}
.contact-bac-1 .footer-widget25-contact .conpage p{
padding-bottom: 0 !important;
margin-bottom:  0 !important;
}

.f-18 {
  font-size: 18px !important;
}
.f-16 {
  font-size: 16px !important;
}
.f-16.fw-semibold{
  font-weight: 600 !important;
}

/* ----google review---- */
.google-review {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background-color: #010101;
  border-radius: 12px;
  padding: 8px;
}
.dr_cond{
  list-style: none;
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
padding-left: 0;
}

.google-review .google-button {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 70px;
  border: 2px solid #fff;
  border-radius: 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  background: url(/mainassets/img/google-fevicon.webp) no-repeat left 20px center / 40px 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: wiggle 2s ease-in infinite;
  -moz-animation: wiggle 2s ease-in infinite;
  -o-animation: wiggle 2s ease-in infinite;
  animation: wiggle 2s ease-in infinite;
}

.google-review .google-button:hover {
  color: #ffffff;
  background-color: #010101;
}

.google-review .google-button strong {
  font-size: 18px;
  display: block;
}

@-webkit-keyframes wiggle {

  0%,
  20%,
  100% {
    background-position: left 20px center;
  }

  5% {
    background-position: left 15px center;
  }

  10% {
    background-position: left 20px center;
  }

  15% {
    background-position: left 25px center;
  }
}

@-moz-keyframes wiggle {

  0%,
  20%,
  100% {
    background-position: left 20px center;
  }

  5% {
    background-position: left 15px center;
  }

  10% {
    background-position: left 20px center;
  }

  15% {
    background-position: left 25px center;
  }
}

@-o-keyframes wiggle {

  0%,
  20%,
  100% {
    background-position: left 20px center;
  }

  5% {
    background-position: left 15px center;
  }

  10% {
    background-position: left 20px center;
  }

  15% {
    background-position: left 25px center;
  }
}

@keyframes wiggle {

  0%,
  20%,
  100% {
    background-position: left 20px center;
  }

  5% {
    background-position: left 15px center;
  }

  10% {
    background-position: left 20px center;
  }

  15% {
    background-position: left 25px center;
  }
}

.clinic-gallery .sliderImg {
  background-color: #fff !important;
  margin: 0 12px;
  border-radius: 12px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.clinic-gallery  .slick-slide {
margin-top: 12px ;
margin-bottom: 12px ;
}

.cart-bracket {
  border-bottom: 1px solid #9d9d9d;
}

.my-445288 {
  position: relative;
}
.fs-4-c{
  font-size: 24px !important;
}

.my-445288:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transform: scale(0);
  transition: all ease-in-out .5s;
  z-index: 2;
}
.gallery-slider .sliderImg{
  padding: 0 !important;
}

.my-445288:hover::after {
  transform: scale(1);
}

.my-445288:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.my-445288:hover {
  transform: translateY(-10px);
  transition: all ease-in-out .5s;
}

.my-445288::before {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 28px;
  transform: translate(-50%, -50%) scale(0);
  transition: all ease-in-out .5s;
  z-index: 4;
  cursor: pointer;
}

.lg-sub-html h4,
.lg-sub-html p {
  color: #fff !important;
  text-align: center;
}

.demo-gallery li {
  list-style: none !important;
}

.demo-gallery li ul {
  padding-left: 0 !important;
}

.press-image-152>div>div {
  padding: 8px;
}


.google-button .total-review {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}

.google-button .total-review ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
  gap: 2px;
  list-style: none;
}

.google-button .total-review ul li {
  list-style: none;
  color: #dddd26;
}

.video-ion {
  padding: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  border: solid 1px #dddd26;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.video-ion::after {
  content: "";
  position: absolute;
  background: #000a12;
  transition: all ease-in-out 0.5s;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  bottom: -50px;
  top: auto;
  left: auto;
  right: -50px;
  z-index: -1;
}

.video-ion:hover::after {
  width: 100%;
  height: 100%;
  border-radius: 0;
  right: 0;
  bottom: 0;

}
.list-unstyled{
  padding-left: 0 !important;
}

.video-ion:hover h5 {
  color: #fff !important;
  transition: all ease-in-out .3s .3s;
}

.colleagues-sec {
  margin: 12px 0 8px;
  padding: 0 4px;
  height: 2090px !important;
  overflow-y: auto !important;
}


/* Custom scrollbar */
::-webkit-scrollbar {
  width: 10px !important;
}

::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  /* Light background */
}

::-webkit-scrollbar-thumb {
  background: #dddd26 !important;
  /* Your requested color */
  border-radius: 5px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #c4c415 !important;
  /* Darker shade on hover */
}





.press-first h6 {
  font-weight: 600 !important;
}

.press-tag {
  display: inline-block;
  background-color: #dddd26;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
  letter-spacing: 1px;
  margin-bottom: 6px !important;
}

.press-image-152>div>div {
  border: 2px solid #dddd26;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
}

.patient-education-video-tab .nav-tabs {
  border-bottom: none;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  text-align: center;
  justify-content: center !important;
  column-gap: 30px;
  row-gap: 8px !important;
}

.patient-education-video-tab .nav-tabs .nav-link {
  font-weight: bold;
  color: #000;
  border: none;
}

.patient-education-video-tab .tab-pane {
  display: none !important;
}

.patient-education-video-tab .tab-pane.active.show {
  display: block !important;
}

.patient-education-video-tab .nav-tabs .nav-link.active {
  background-color: #dddd26;
  /* Dark Blue */
  color: #fff;
  border-radius: 4px;
}

.youtube-tab-video {
  list-style: none !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

@media (min-width: 1024px) {
  .youtube-tab-video {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .logo a img{
    width: 178px !important;
  }
  .main-nav .main-nav-menu li{
    padding-right: 6px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
.social-icons.list-unstyled li{
   margin-right: 6px !important;
}
}
.banner-1:before{
  background-color: transparent !important;
}
.banner-1 img{
  object-fit: contain !important;
}
@media (min-width: 992px)  {
.myTestmonial{
  height: 80% !important;
  min-height: 300px !important;
}
}

.youtube-tab-video li a {
  border-radius: 4px !important;
  overflow: hidden;
}

.youtube-tab-video li a .video-title {
  margin-top: 4px !important;
  font-size: 12px !important;
  text-align: center !important;
}

.bb-1 {
  border-bottom: 1px dotted #c4c415 !important;
}

.joint-replacement-card-box {
  list-style: none !important;
  display: flex;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.joint-replacement-card-box li a {
  padding: 0px 10px;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  /* background-color: #fff; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 2px solid #dddd26;
  width: 100%;
}

.joint-replacement-card-box li a h6 {
  /* margin-top: 6px !important; */
  color: #fff !important;
}
.joint-replacement-card-box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.joint-replacement-card-box li {
  position: relative;
  width: 200px;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.joint-replacement-card-box li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); /* dark overlay for better readability */
  transition: background 0.3s ease;
}

.joint-replacement-card-box li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.joint-replacement-card-box li:hover::before {
  background: rgba(0, 0, 0, 0.25);
}

.joint-replacement-card-box li a {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}

.joint-replacement-card-box li h6 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
}
.arthroscopic-card-box {
  list-style: none;
  padding: 12px 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
  border-bottom: 1px dashed #9d9d9d;
}

.arthroscopic-card-box li a {
  display: flex;
  width: 235px !important;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  gap: 6px;
  border: 2px solid #dddd26;
}

.arthroscopic-card-box li a img {
  width: 64px;
  padding: 4px;
  height: 64px;
  object-fit: contain;
  background-color: #dddd26;
}

.arthroscopic-card-box li a h6 {
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.arthroscopic-card-tab-box {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.arthroscopic-card-tab-box li {
  width: 50% !important;
}

.arthroscopic-card-tab-box li a {
  display: block;
  text-align: center;
  padding: 6px 20px;
  width: 100% !important;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  border: 2px solid transparent;
  background-color: #dddd26;
}

.arthroscopic-card-tab-box li a:hover {
  color: #dddd26;
  background-color: transparent;
  border: 2px solid #dddd26;
}

.video-banner {
  margin: 4px 0;
  padding: 8px 16px;
  border: 2px solid #dddd26;
  border-radius: 4px;
}

.video-banner iframe {
  height: 500px;
  width: 100%;
}

.Services-sidebar-fixed {
  margin-top: 70px;
  position: sticky;
  top: 112px;
  width: 100%;
  left: 0;
  right: 0;
}

.about-right .banner-2 {
  border-radius: 20px 0px 10px 15px !important;
}

.service-card H4 {
  text-transform: capitalize;
}

header {
  z-index: 999 !important;
}

article h4 {
  color: #dddd26 !important;
}

.main-addresh-box {
  margin-bottom: 12px !important;
}

.icon-equal {
  height: 24px !important;
  width: 24px !important;
}
.icon-equal.fa-2x{
 font-size:24px !important;
}

ul.row {
  padding-left: 0 !important;
}

/* #clinic-img-slider .sliderImg img{
  border-radius: 15px !important;
} */

.book-button-div {
  border: none !important;
  background-color: transparent !important;
}

.book-button-div h4 {
  display: none;
}

#btn_spinner_book2 {
  display: none;
}

.img-r {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  outline: 2px solid #000;
  outline-offset: 0px;
  border: 2px solid #dddd26;
  object-fit: cover;
  max-width: 300px;
}

ul.service-list-tabs {
  width: 100%;
  text-align: center;
  margin: 10px 0px 20px 0;
  padding: 0;
  float: left;
  color: #333 !important;
}

ul.service-list-tabs li {

  overflow: hidden;
  border: 2px solid transparent;
  background-color: #dddd26;
  box-sizing: border-box;
  display: table;
  float: left;
  margin: 10px 2% 5px 0;
  position: relative;
  vertical-align: middle;
  width: 48%;
  padding: 6px 20px;
}

ul.service-list-tabs li a {
  color: #333 !important;
  font-size: 14px;
  font-weight: 600;
  display: table-cell;
}

ul.service-list-tabs li:hover {
  border: 2px solid #dddd26;
  background-color: transparent;
}

ul.service-list-tabs li:hover a {
  color: #dddd26 !important;
}
.Fractures-list li a{
    color: var(--dark);
    transition:all 0.3s ease-in-out;
}
.Fractures-list li a:hover{
    color:#dddd26;
    padding-left: 8px;
}
ul{
  padding-left: 0 !important;
}
ul.sub-menu , ol.sub-menu,
.child-sub-menu{
  padding-left:  0 !important;
}
.clinic-card-sec .testimonial ul{
  padding-left:  0 !important;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.about-feature-list {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  padding: 4px 22px;
  transition: all 0.3s ease;
}
.about-feature-list:hover {
  transform: translateY(-4px);
}

.about-feature-list h5 {
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 0;
}

.about-details-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
}

.about-details-list li {
  background: #fffce0; /* soft yellow shade */
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #6c6400; /* dark gold text */
  flex: 1 1 calc(50% - 12px);
  transition: all 0.3s ease;
  border: 1px solid #f5ef99; /* subtle border */
}

.about-details-list li:hover {
  background: #fdf8b4; /* bright yellow hover */
  box-shadow: 0 3px 8px rgba(221, 221, 38, 0.2);
}

.about-details-list a {
  color: #6c6400;
  text-decoration: none;
}

.about-details-list a:hover {
  text-decoration: underline;
  color: #b5a800; /* hover dark gold */
}

.feature-list {
  --icon-bg: #ffff8244;
  --icon-color: #dddd26; /* premium gold */
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #222;
}

.feature-item i {
  background: var(--icon-bg);
  color: var(--icon-color);
  padding: 10px;
  border-radius: 12px;
  font-size: 1.1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 36px;
    width: 36px;
    text-align: center;
}

.feature-item:hover {
  transform: translateX(6px);
}

.feature-item:hover i {
  background: linear-gradient(135deg, #dddd26, #dddd26);
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.feature-item > div {
  background: var(--icon-bg);
  color: var(--icon-color);
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
  border-radius: 12px;
  font-size: 1.1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}


.feature-item:hover > div {
  background: linear-gradient(135deg, #f4f461, #dddd26);
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.feature-item:hover > div > svg{
  fill: #fff;
}


.swiper-slide-contents-inner {
  position: relative;
  background: rgba(255, 255, 255, 0.55) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px !important;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  overflow: visible; /* important for outline visibility */
  /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6); */
  text-align: center;
  z-index: 1;
}

/* Outer neon-outline around box */
.swiper-slide-contents-inner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 16px;
  outline: 3px solid #dddd26;
  outline-offset: 0px;
  /* box-shadow:
    0 0 25px rgba(221, 221, 38, 0.8),
    0 0 60px rgba(221, 221, 38, 0.4); */
  opacity: 0.95;
  pointer-events: none;
  transition: all 0.5s ease;
  z-index: -1;
}





h1 , .h1-heading{
  font-size: 33px !important;
}


@media (min-width:768px) {
  .swiper-slide-contents-inner {
  position: relative;
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 40px 32px;
  border-radius: 16px;
  color: #000;
  overflow: visible; /* important for outline visibility */
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 1;
}
  
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
