html {
    overflow-x: hidden;
}

.fs-14 {
    font-size: 14px;
}

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

.surgeon_modal_header {
    padding: .5rem 1rem;
}
.surgeon_modal_title, #siteModalLabel {
    line-height: normal;
    letter-spacing: normal;
}

/* Our Surgeon Page */
.surgeonBg {
    padding: 70px 0;
    position: relative;
    background-color: #F5F3F3;
}


.partnerColorBox.os { background-color: #004696; color: #FFFFFF; }
.partnerColorBox.ds { /* background-color: #8e3dff; */ background-color: #004696; color: #FFFFFF; }
.partnerColorBox {
  margin: 10px;
  text-align: center;
  padding: 18px 28px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  min-width: 220px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.textColorBox { background-color: #fdeded; }
.textColorBox strong { color:#972727; }

.hover-effect {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.hover-effect .icon,
.hover-effect .text {
  transition: transform 0.3s ease;
  display: inline-block;
}
.hover-effect:hover .icon {
  transform: translateX(-8px);
}
.hover-effect:hover .text {
  transform: translateX(8px);
}

.footer-menu-item a:hover, a.site-footer-link:hover { color: #bf0504; -webkit-text-stroke: white; -webkit-text-stroke: 1px #ff0000; }

.centre-card .card { border-radius: 15px; overflow: hidden; position: relative; }
.centre-card .card.os { border-bottom: 5px solid #004696; }
.centre-card .card.ds { border-bottom: 5px solid #EA871E; }

.centre-card .os .centre-badge { background-color: #004696;}
.centre-card .ds .centre-badge { background-color: #EA871E;}

.centre-card .centre-badge { position: absolute; top: 12px; right: 12px; padding: 4px 10px; border-radius: 20px; font-size: 12px; color: white; font-weight: 600; z-index: 1; }

.centre-card .image { width: 100%; height: 150px; overflow: hidden; }
.centre-card .card .image img { transition: all 0.3s ease; }
.centre-card .card:hover .image img { scale: 1.5; }

.centre-card .centre-title { font-size: 18px; }
.centre-card .centre-location { font-size: 16px; }


.call-to-action .container {
  background-color: #c2282a;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  padding: 2rem;
}
.call-to-action .btn-cta {
  background-color: color-mix(in srgb, #FFFFFF 15%, transparent);
  color: #FFFFFF;
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid #FFFFFF;
  position: relative;
  z-index: 2;
}
.call-to-action .shape {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.call-to-action .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  opacity: 0.1;
  transform: rotate(45deg);
  animation: shapes-float 3s ease-in-out infinite;
}
.call-to-action .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -50px;
  opacity: 0.15;
  transform: rotate(-15deg);
  animation: shapes-float 4s ease-in-out infinite;
}
.call-to-action .dots {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  color: #FFFFFF;
}
.call-to-action .dots-1 {
  width: 200px;
  height: 200px;
  top: -30px;
  left: 10%;
  opacity: 0.1;
  transform: rotate(15deg);
  animation: shapes-float 4s ease-in-out infinite;
}
.call-to-action .dots-2 {
  width: 150px;
  height: 150px;
  bottom: 20px;
  right: 15%;
  opacity: 0.15;
  transform: rotate(-10deg);
}
.call-to-action .shape-3 {
  width: 150px;
  height: 150px;
  top: 20%;
  right: 15%;
  opacity: 0.08;
  transform: rotate(15deg);
}
@keyframes shapes-float {
  0%, 100% {
    transform: scale(0.8) rotate(45deg) translateY(0);
  }
  50% {
    transform: scale(0.8) rotate(45deg) translateY(-20px);
  }
}


@media (max-width: 450px){

  .navbar-brand span {
    font-size: 18px;
  }

  .navbar-brand small {
    font-size: 7px;
  }
}