/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 19, 2020 */
/*     
@font-face {
    font-family: 'gilroy-bolduploaded_file';
    src: url('gilroy-bold-webfont.woff2') format('woff2'), url('gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroy-lightuploaded_file';
    src: url('gilroy-light-webfont.woff2') format('woff2'), url('gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('gilroy-medium-webfont.woff2') format('woff2'), url('gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nanum Gothic', sans-serif;
    src: url('gilroy-regular-webfont.woff2') format('woff2'), url('gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }*/

/* ALL PAGES */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  min-height: 100vh;
}

.page-title-div {
  margin-top: 150px;
}

.page-title {
  color: #047857;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
}

/* END ALL PAGES*/

/* INDEX PAGE */
.logo-strip {
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#quizDialog .fa-close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  cursor: pointer;
  font-size: 20px;
}

.header-logo {
  border-radius: 50%;
}

.header-tagline {
  color: #d1fae5;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.5px;
}

.mobile-tagline {
  display: none;
}

@media (max-width: 991px) {
  .header-tagline {
    display: none;
  }

  .mobile-tagline {
    display: inline-block;
    color: #079669;
    font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    align-self: center;
    margin-left: 8px;
  }
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-contact .fa-phone {
  color: #f0f9ff;
}

.header-contact .fa-mobile {
  color: #f0f9ff;
  font-size: 1.2em;
}

.header-contact .fa-envelope {
  color: #f0f9ff;
}

.email-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 15px;
  border-left: 1px solid rgba(255,255,255,0.3);
}

.contact-phones {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 15px;
}

.phone-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.navbar-brand {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-quiz {
  background-color: #002b4c;
  padding: 0.3rem 0.7rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: white;
}

.btn-quiz:hover {
  background-color: #004b82;
  border-color: #004b82;
}

.btn-quiz:not(:disabled):not(.disabled):active {
  background-color: #004b82;
  border-color: #004b82;
}

.btn-quiz.focus,
.btn-quiz:focus {
  background-color: ;
  border-color: #004b82;
}

#carouselExampleFade {
  z-index: 0;
  margin-top: 100px;
}

.logo-text-group > img {
  max-width: 150px;
  height: 100%;
}

img {
  max-width: 100%;
  height: 100%;
}

body {
  background: #fff;
}

.navbar-nav .nav-link {
  font-family: "Nanum Gothic", sans-serif;
  color: #059669;
  font-size: 18px;
}

.navbar-toggler {
  border: #059669 1px solid;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px 0px;
  border-radius: 1px;
  background-color: #50ab88;
}

header {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #059669;
  z-index: 50;
  animation: fadeInUp 0.8s ease-out;
}

.sub-header {
  background: #ecfdf5;
}

.bg-light {
  background: none !important;
}

.welcome {
  margin-top: -40px;
  z-index: 1;
  position: relative;
}

.welcome p {
  color: #fff;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 18px;
  padding: 15px 12px 15px 12px;
  text-align: center;
}

.points {
  box-shadow: 0px 0px 15px 3px rgba(211, 212, 244, 0.3);
  padding: 60px 10px;
  margin: 30px;
}

.points h6 {
  font-family: "Nanum Gothic", sans-serif;
  font-size: 18px;
  color: #555555;
}

.facility {
  background: linear-gradient(135deg, #047857 0%, #059669 100%);
  padding: 50px;
  text-align: center;
  position: absolute;
  top: 17%;
  height: 64%;
  width: 100%;
  left: -10%;
}

h5 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
}

h5 img {
  margin-top: -35px;
  margin-right: 10px;
}

.facility p {
  color: #fff;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 18px;
}

.w-button {
  background: #047857;
  color: #f0f9ff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 35px;
  display: inline-block;
  border-radius: 3px;
}

.w-button:hover {
  background: #059669;
  text-decoration: none;
  color: #fff;
}

.b-button {
  background: #059669;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 35px;
  display: inline-block;
  border-radius: 3px;
}

.b-button:hover {
  background: #059669;
  text-decoration: none;
  color: #fff;
}

.blocks {
  background: #059669;
}

.blockinfo {
  padding: 100px;
}

.blockinfo p {
  color: #fff;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 18px;
}

h4 {
  color: #2b4c7e;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
}

h4 img {
  margin-top: -35px;
  margin-right: 10px;
}

.procedure p {
  color: #555555;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 18px;
}

.b-button {
  background: #047857;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 35px;
  display: inline-block;
  border-radius: 3px;
  border: none;
}

.b-button:hover {
  background: #059669;
  text-decoration: none;
  color: #fff;
}

.services {
  box-shadow: 0px 1px 8px 0px #8fd3be;
  padding: 45px 10px;
  background-color: #eefffa;
}

.services h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #2b4c7e;
}

.services-icon {
  background-color: white;
  border-radius: 50%;
  display: inline-block;
}

.arthroscopy-btn {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  font-family: "Nanum Gothic", sans-serif;
  margin: -20px auto 0px;
  width: 140px !important;
  display: block;
  padding: 8px 25px;
  color: #fff;
  border-radius: 8px;
}

.arthroscopy-btn:hover {
  text-decoration: none;
  background: #059669;
  color: #fff;
}

.trauma-btn {
  background: #2b4c7e;
  font-family: "Nanum Gothic", sans-serif;
  margin: -20px auto 0px;
  width: 140px !important;
  display: block;
  padding: 8px 25px;
  color: #fff;
}

.trauma-btn:hover {
  background: #0c264e;
  text-decoration: none;
  color: #fff;
}

.hip-btn {
  background: #a4506a;
  font-family: "Nanum Gothic", sans-serif;
  margin: -20px auto 0px;
  width: 140px !important;
  display: block;
  padding: 8px 25px;
  color: #fff;
}

.hip-btn:hover {
  background: #681e35;
  text-decoration: none;
  color: #fff;
}

iframe {
  border-width: 0px;
}

.knee-btn {
  background: #5a69c3;
  font-family: "Nanum Gothic", sans-serif;
  margin: -20px auto 0px;
  width: 140px !important;
  display: block;
  padding: 8px 25px;
  color: #fff;
}

.knee-btn:hover {
  background: #253282;
  text-decoration: none;
  color: #fff;
}

footer {
  background: #30333c;
}

footer h3 {
  color: #8fd3be;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}

footer ul {
  list-style-type: none;
  padding: 0px;
}

footer ul li {
  list-style-type: none;
  padding: 5px 0px;
}

footer ul li a {
  color: #fff;
  padding: 0px 0;
  display: inline-block;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 18px;
}

footer ul li a:hover {
  color: #8fd3be;
  text-decoration: none;
}

.quicklinks {
  padding-left: 5rem;
}

.hours p {
  font-family: "Nanum Gothic", sans-serif;
  font-size: 18px;
  color: #fff;
}

.copyright {
  color: #fff;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 16px;
  background: #26272f;
}

.social {
  margin-top: 20px;
  padding: 5px;
}

.social a {
  display: inline-block;
  color: #8fd3be;
  margin: 0 10px;
  font-size: 20px;
}

.social a:hover {
  color: #5a69c3;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
  padding: 0 5px;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}

.footer-contact-row .fa {
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
}

.footer-social a {
  color: #8fd3be;
  font-size: 20px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #5a69c3;
}

.foot-desc {
  color: #fff;
  font-family: "Nanum Gothic", sans-serif;
}

.phone-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.phone-link:hover {
  color: #8fd3be;
  text-decoration: underline;
}

.enquiryform {
  position: absolute;
  z-index: 2;
  width: 100%;
  margin-top: -750px;
}

.enquiry {
  background: #fff;
  padding: 30px;
  border-bottom: 8px solid #2b4c7e;
  border-radius: 3px;
}

.enquiry h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #2b4c7e;
  font-size: 26px;
}

.enquiryinput {
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  padding: 12px;
  height: 42px;
}

.enquirybtn {
  background: #2b4c7e;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 15px 35px;
  display: inline-block;
  border-radius: 3px;
  border: none;
  font-family: "Montserrat", sans-serif;
}

.enquirybtn:hover {
  background: #059669;
  text-decoration: none;
  color: #fff;
}


#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: #ddd;
  color: #059669;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}

#back2Top:hover {
  background-color: #ddf;
  color: #000;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  animation: pulse 2s infinite;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: white;
  text-decoration: none;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

@keyframes pulse {
  0% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.8);
  }
  100% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 25px;
    bottom: 70px;
    right: 15px;
  }
}

.footer-log {
  padding-right: 15px;
}

.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(5, 150, 105, 0.1);
}


.reviews-container .header {
  position: sticky;
  top: 80px;
  z-index: 6;
  background: white;
  padding: 15px 0;
  margin-bottom: 10px;
}

.header h1 {
  font-size: 2.5rem;
  color: #059669;
  margin-bottom: 10px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(5, 150, 105, 0.1);
}

.header p {
  font-size: 1.1rem;
  color: #6c757d;
}

.ratings-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.platform-rating {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.platform-rating::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(45deg, #059669, #047857);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.platform-rating:hover::before {
  transform: scaleX(1);
}

.platform-rating:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(5, 150, 105, 0.15);
  border-color: rgba(5, 150, 105, 0.2);
}

.platform-logo {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}

.google-logo { background: linear-gradient(45deg, #4285f4, #34a853); }
.practo-logo { background: linear-gradient(45deg, #1b9bd8, #159bd8); }
.justdial-logo { background: linear-gradient(45deg, #059669, #047857); }

.rating-score {
  font-size: 2.5rem;
  font-weight: bold;
  color: #059669;
  margin-bottom: 10px;
}

.stars {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.star {
  color: #ffc107;
  font-size: 1.5rem;
  margin: 0 2px;
  transition: transform 0.2s ease;
}

.star:hover {
  transform: scale(1.2);
}

.reviews-count {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 20px;
}

.view-all-btn {
  background: linear-gradient(45deg, #059669, #047857);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(5, 150, 105, 0.3);
  background: linear-gradient(45deg, #047857, #065f46);
}

.carousel-section {
  margin-top: 50px;
}

.section-title {
  font-size: 2rem;
  color: #059669;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  font-weight: 700;
}

.carousel-section .section-title {
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(45deg, #059669, #047857);
  border-radius: 2px;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 100%);
  padding: 20px;
  border: 2px solid rgba(5, 150, 105, 0.1);
}

.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  padding: 20px;
}

.review-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(5, 150, 105, 0.1);
}

.review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(45deg, #059669, #047857);
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(5, 150, 105, 0.15);
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(45deg, #059669, #047857);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  margin-right: 15px;
}

.reviewer-info h4 {
  color: #343a40;
  margin-bottom: 5px;
  font-weight: 600;
}

.reviewer-info .platform {
  color: #6c757d;
  font-size: 0.9rem;
}

.review-rating {
  margin-bottom: 15px;
}

.review-text {
  color: #495057;
  line-height: 1.6;
  font-style: italic;
}

.review-date {
  color: #adb5bd;
  font-size: 0.9rem;
  margin-top: 15px;
  text-align: right;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.carousel-btn {
  background: linear-gradient(45deg, #059669, #047857);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(5, 150, 105, 0.3);
}

.carousel-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(5, 150, 105, 0.4);
  background: linear-gradient(45deg, #047857, #065f46);
}

.carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.carousel-item{
  height: 84vh;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(5, 150, 105, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #059669;
  transform: scale(1.2);
}

.auto-play-toggle {
  background: rgba(5, 150, 105, 0.1);
  color: #059669;
  border: 2px solid rgba(5, 150, 105, 0.3);
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.auto-play-toggle:hover {
  background: rgba(5, 150, 105, 0.2);
  border-color: rgba(5, 150, 105, 0.5);
}

.cta-section {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  margin-top: 50px;
  color: white;
  box-shadow: 0 20px 40px rgba(5, 150, 105, 0.2);
}

.cta-section h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-button {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.cta-button:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.review-card {
  animation: fadeInUp 0.6s ease-out;
}

.platform-rating {
  animation: fadeInUp 0.6s ease-out;
}

@media (max-width: 768px) {
  .reviews-container {
      padding: 20px;
  }

  .carousel-item{
  height: auto;
}
  
  .header h1 {
      font-size: 2rem;
  }
  
  .ratings-overview {
      grid-template-columns: 1fr;
  }
  
  .carousel-slide {
      grid-template-columns: 1fr;
  }
  
  .cta-buttons {
      flex-direction: column;
      align-items: center;
  }

  .carousel-controls {
      flex-direction: column;
      gap: 15px;
  }
}


.services { background: linear-gradient(135deg, #f0fdf4, #ecfdf5); border-radius: 25px; padding: 34px; margin-bottom: 0px; }
.services h2 { font-size: 2.2rem; color: #059669; text-align: center; margin-bottom: 35px; position: sticky; top: 80px; z-index: 5; background: linear-gradient(135deg, #f0fdf4, #ecfdf5); padding: 15px 0; border-radius: 10px; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
.service { background: white; border-radius: 15px; padding: 25px; box-shadow: 0 10px 25px rgba(0,0,0,0.06); transition: all 0.3s; border-left: 4px solid #059669; }
.service:hover { transform: translateY(-5px); }
.service h4 { color: #059669; font-size: 1.15rem; margin-bottom: 15px; }
.service ul { list-style: none; font-size: 0.9rem; color: #4b5563; line-height: 1.9; }
.service li { position: relative; padding-left: 22px; margin-bottom: 6px; }
.service li::before { content: '✓'; position: absolute; left: 0; color: #059669; font-weight: bold; }
.service li ul { margin-top: 4px; padding-left: 10px; }
.service li ul li::before { content: '–'; color: #6b7280; font-weight: normal; }

@media (max-width: 991px) {
  .reviews-container .header,
  .services h2 {
    top: 112px;
  }
}



/* END INDEX PAGE*/

/*FAQ-PAGE*/

 /* FAQ Section Styles */
  .section-title { font-size: 2.5rem; color: #059669; text-align: center; margin-bottom: 50px; position: relative; font-weight: 700; }
  
  .faq-section { margin-top: 60px; background: linear-gradient(135deg, #f0fdf4, #ecfdf5); border-radius: 25px; padding: 30px; }
  .faq-category { margin-bottom: 40px; }
  .category-header { background: linear-gradient(45deg, #059669, #047857); color: white; padding: 20px 30px; border-radius: 15px; margin-bottom: 20px; display: flex; align-items: center; gap: 15px; }
  .category-header h3 { font-size: 1.8rem; margin: 0; }
  .category-icon { font-size: 2rem; }
  .faq-item { background: white; border-radius: 12px; margin-bottom: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: all 0.3s; }
  .faq-item:hover { box-shadow: 0 8px 25px rgba(5,150,105,0.12); }
  .faq-question { padding: 20px 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: white; border: none; width: 100%; text-align: left; font-size: 1.05rem; font-weight: 600; color: #1f2937; transition: all 0.3s; position: relative; }
  .faq-question::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: #059669; transform: scaleY(0); transition: transform 0.3s; }
  .faq-question:hover::before { transform: scaleY(1); }
  .faq-question:hover { background: rgba(5,150,105,0.03); }
  .faq-icon { font-size: 1.3rem; color: #059669; font-weight: bold; transition: transform 0.3s; }
  .faq-item.active .faq-icon { transform: rotate(45deg); }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0 25px; background: rgba(5,150,105,0.02); }
  .faq-item.active .faq-answer { max-height: 500px; padding: 20px 25px; border-top: 1px solid rgba(5,150,105,0.1); }
  .faq-answer p { color: #4b5563; line-height: 1.7; margin: 0; }
  .search-faq { margin-bottom: 30px; }
  .search-input { width: 100%; padding: 18px 25px; border: 2px solid rgba(5,150,105,0.2); border-radius: 15px; font-size: 1.05rem; transition: all 0.3s; }
  .search-input:focus { outline: none; border-color: #059669; box-shadow: 0 0 0 3px rgba(5,150,105,0.1); }
  
  .contact { background: linear-gradient(135deg, #059669, #047857); border-radius: 25px; padding: 50px; text-align: center; margin-top: 60px; color: white; }
  .contact h3 { font-size: 2.2rem; margin-bottom: 20px; }
  .contact > p { font-size: 1.2rem; margin-bottom: 35px; opacity: 0.95; }
  .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-bottom: 40px; }
  .contact-item { background: rgba(255,255,255,0.15); padding: 25px; border-radius: 20px; backdrop-filter: blur(10px); border: 2px solid rgba(255,255,255,0.2); transition: all 0.3s; }
  .contact-item:hover { background: rgba(255,255,255,0.25); transform: translateY(-5px); }
  .contact-item h4 { margin-bottom: 12px; }
  .contact-item p { margin: 5px 0; }
  .contact-item a { color: white; text-decoration: none; }
/* FAQ-PAGE END */

/* Team Page */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); gap: 25px; margin-top: 70px; }
  .team-card { background: linear-gradient(135deg, #ffffff, #f8f9fa); border-radius: 20px; padding: 35px; box-shadow: 0 15px 35px rgba(5,150,105,0.1); transition: all 0.3s; border: 2px solid rgba(5,150,105,0.1); position: relative; overflow: hidden; }
  .team-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(45deg, #059669, #047857); }
  .team-card:hover { transform: translateY(-8px); box-shadow: 0 25px 50px rgba(5,150,105,0.2); }
  .team-header { display: flex; align-items: center; gap: 20px; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 2px solid rgba(5,150,105,0.1); }
  .team-icon { width: 100px; height: 100px; background: linear-gradient(45deg, #059669, #047857); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; overflow: hidden; flex-shrink: 0; }
  .team-icon img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
  .team-header h3 { color: #1f2937; font-size: 1.8rem; margin-bottom: 5px; }
  .team-role { color: #059669; font-size: 1.1rem; font-weight: 600; }
  .experience-badge { background: rgba(5,150,105,0.1); color: #059669; padding: 12px 20px; border-radius: 10px; margin-bottom: 20px; text-align: center; font-size: 1rem; }
  .qualification-item { background: white; padding: 12px 15px; border-radius: 10px; margin-bottom: 10px; border-left: 4px solid #059669; }
  .qual-badge { background: #059669; color: white; padding: 4px 12px; border-radius: 15px; font-size: 0.85rem; font-weight: 600; margin-right: 10px; }
  .qual-text { color: #4b5563; font-size: 0.95rem; }
  .team-content h4 { color: #059669; font-size: 1.15rem; margin: 20px 0 12px; font-weight: 600; }
  .team-content ul { list-style: none; padding-left: 0; }
  .team-content li { position: relative; padding-left: 25px; margin-bottom: 10px; color: #4b5563; line-height: 1.6; }
  .team-content li::before { content: '✓'; position: absolute; left: 0; color: #059669; font-weight: bold; }
  .contact-cta { background: linear-gradient(135deg, #059669, #047857); color: white; padding: 50px; border-radius: 20px; text-align: center; margin: 60px 0px; }
  .contact-cta h3 { font-size: 2rem; margin-bottom: 15px; }
  .contact-cta p { font-size: 1.1rem; margin-bottom: 30px; opacity: 0.95; }
  .cta-buttons { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
  .cta-button { background: rgba(255,255,255,0.2); color: white; border: 2px solid rgba(255,255,255,0.3); padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: 600; transition: all 0.3s; }
  .cta-button:hover { background: rgba(255,255,255,0.3); transform: translateY(-2px); color: white; }

/* Team Page Mobile Responsive */
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
  }

  .team-card {
    padding: 25px;
    border-radius: 15px;
  }

  .team-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .team-icon {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
  }

  .team-header h3 {
    font-size: 1.5rem;
  }

  .team-role {
    font-size: 1rem;
  }

  .team-content h4 {
    font-size: 1.1rem;
  }

  .qualification-item {
    padding: 10px 12px;
  }

  .qual-badge {
    font-size: 0.8rem;
    padding: 3px 10px;
  }

  .qual-text {
    font-size: 0.9rem;
    display: block;
    margin-top: 5px;
  }

  .experience-badge {
    font-size: 0.95rem;
    padding: 10px 15px;
  }

  .contact-cta {
    padding: 30px 20px;
    border-radius: 15px;
    margin-top: 40px;
  }

  .contact-cta h3 {
    font-size: 1.5rem;
  }

  .contact-cta p {
    font-size: 1rem;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .cta-button {
    width: 100%;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .faq-section {
    padding: 30px 20px;
    margin-top: 30px;
  }

  .section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .team-grid {
    gap: 20px;
    margin-top: 20px;
  }

  .team-card {
    padding: 20px;
  }

  .team-header h3 {
    font-size: 1.3rem;
  }

  .team-role {
    font-size: 0.95rem;
  }

  .team-content h4 {
    font-size: 1rem;
    margin: 15px 0 10px;
  }

  .team-content li {
    font-size: 0.9rem;
    padding-left: 20px;
  }

  .contact-cta {
    padding: 25px 15px;
  }

  .contact-cta h3 {
    font-size: 1.3rem;
  }

  .contact-cta p {
    font-size: 0.95rem;
  }

  .cta-button {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .faq-section {
    padding: 20px 15px;
  }
}
/* END Team Page */


/* BIOGRAPHY */

.bio-title {
  color: #059669;
  font-size: 1.2rem;
}

.bio-desc {
  color: #002b4c;
  font-size: 1.1rem;
}

.bio-img img {
  height: 60%;

}

.bio-research {
  background-color: #f2f2f3;
  padding: 1.5rem 2.5rem;
}
.bio-img-2{
  height: auto; 
  display: none;
}

/* END BIOGRAPHY */
/* gallery */
.z-depth-1{
  cursor: pointer;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(5, 150, 105, 0.9), transparent);
  color: white;
  padding: 15px 10px 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-caption {
  transform: translateY(0);
}

/* Image Modal Styles */
#imageModal .modal-header {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: white;
  border-bottom: none;
}

#imageModal .modal-title {
  color: white;
  font-weight: 600;
}

#imageModal .close {
  color: white;
  opacity: 1;
  text-shadow: none;
  font-size: 2rem;
  font-weight: 300;
}

#imageModal .close:hover {
  color: #f0f9ff;
}

#imageModal .modal-body {
  padding: 20px;
  background: #f8f9fa;
  position: relative;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(5, 150, 105, 0.85);
  color: white;
  border: none;
  width: 42px;
  height: 42px;
  font-size: 1.2rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-nav:hover {
  background: #047857;
}

.gallery-prev {
  left: 10px;
}

.gallery-next {
  right: 10px;
}

#imageModal #modalImage {
  max-height: 70vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* CONTACT US */
.bg-boxshadow {
  /* -webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
  -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
  box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5); */
  background-color: #f2f2f3;
}

.form-control {
  width: 100%;
  height: 52px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  margin-bottom: 10px;
  border: 2px solid #e6ecef;
}

.contact-us span{
  color:#002b4c;
  font-weight: 100;
}

.capital-title{
  color:#059669;
  text-transform: uppercase;
}

/* END CONTACT US */

/* Google Map Styles */
.map-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.directions-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.directions-section .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.directions-section .form-control:focus {
    border-color: #059669;
    box-shadow: 0 0 0 0.2rem rgba(5, 150, 105, 0.25);
}

.directions-section .btn {
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.directions-section .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#directionsPanel {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#directionsResults {
    max-height: 300px;
    overflow-y: auto;
}

#directionsResults::-webkit-scrollbar {
    width: 6px;
}

#directionsResults::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

#directionsResults::-webkit-scrollbar-thumb {
    background: #059669;
    border-radius: 3px;
}

#directionsResults::-webkit-scrollbar-thumb:hover {
    background: #047857;
}

@media (max-width: 768px) {
    .map-container #map {
        height: 300px !important;
    }
    
    .directions-section .btn {
        margin-bottom: 10px;
        width: 100%;
    }
}

@media all and (min-width: 240px) and (max-width: 320px) {
  #carouselExampleFade {
    margin-top: 120px;
  }
  .header-contact {
    display: none;
  }
  .enquiryform {
    position: inherit;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .enquiry {
    box-shadow: 0px 0px 15px 3px #d3d4f44d;
    padding: 20px;
  }
  .welcome {
    padding: 0px;
  }
  .about-img{
    display: none;
  }

  .facility {
    margin: 0px;
  }
  .facility {
    background:#f0f9ff;
    padding: 50px;
    text-align: center;
    position: relative;
    top: 0%;
    height: 100%;
    width: 100%;
    left: 0%;
  }
  .blockinfo {
    padding: 50px 20px;
  }
  h4 {
    font-size: 24px;
    line-height: 24px;
  }
  h4 img {
    margin-top: 0px;
  }
  .docbag {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  .services {
    margin-top: 30px;
  }
  .quicklinks {
    padding-left: 2rem;
  }
}

/* Start About Us */

.tagline {
  font-size: 1rem;
  color: #059669;
  font-weight: 600;
  background: rgba(5, 150, 105, 0.1);
  padding: 8px 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.hospital-achievements {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
  padding: 40px;
  border-radius: 20px;
  border: 2px solid rgba(5, 150, 105, 0.1);
}

.spec {
  display: flex;
  flex-wrap: wrap; 
  gap: 0.25rem; 
  margin-bottom: 1.5rem;
}

.spec-list {
  background: #eee9;
  padding: 0.5rem 0.5rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-primary)
}

.achievement-item {
  text-align: center;
  padding: 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.08);
  transition: all 0.3s ease;
}

.achievement-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(5, 150, 105, 0.15);
}

.achievement-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #059669, #047857);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 1.5rem;
  color: white;
}

/* End About Us */

@media all and (min-width: 320px) and (max-width: 480px) {
  #carouselExampleFade {
    margin-top: 120px;
  }
  .header-contact {
    display: none;
  }
  .enquiryform {
    position: inherit;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .enquiry {
    box-shadow: 0px 0px 15px 3px #d3d4f44d;
    padding: 20px;
  }
  .welcome {
    margin-top: 0px;
    padding: 0px;
    margin-bottom: -15px !important;
  }
  .about-img{
    display: none;
  }
  .facility {
    margin: 0px;
  }
  .facility {
    background: linear-gradient(135deg, #047857 0%, #059669 100%);;
    padding: 50px;
    text-align: center;
    position: relative;
    top: 0%;
    height: 100%;
    width: 100%;
    left: 0%;
  }
  .blockinfo {
    padding: 50px 20px;
  }
  h4 {
    font-size: 24px;
    line-height: 24px;
  }
  h4 img {
    margin-top: 0px;
  }
  .docbag {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  .services {
    margin-top: 30px;
    box-shadow: none;
  }
  .committed-box {
    border-radius: 0px !important;
  }
  .service-box-mob {
    width: 300px;
  }
  .procedure {
    margin-top: 0px !important;
  }
  .logo-strip {
    text-align: center;
  }
  .quicklinks {
    padding-left: 2rem;
  }
  .footcont {
    padding-left: 31px;
    font-size: 18px;
  }
  .foot-desc{
    font-size: 18px;
  }
  .footer-log {
    padding-right: 48px;
  }

  .bio-img-2{
    display: inherit;
    margin-bottom: 30px;
  }
  .bio-img img {
    display: none;
    
  }
  .modal-content{
    margin-top: 15rem;
  }

}

@media all and (min-width: 481px) and (max-width: 567px) {
  #carouselExampleFade {
    margin-top: 120px;
  }
  .header-contact {
    display: none;
  }
  .enquiryform {
    position: inherit;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .enquiry {
    box-shadow: 0px 0px 15px 3px #d3d4f44d;
    padding: 20px;
  }
  .welcome {
    margin-top: 0px;
  }
  .about-img{
    display: none;
  }
  .facility {
    margin: 0px;
  }
  .facility {
    background: #f0f9ff;
    padding: 50px;
    text-align: center;
    position: relative;
    top: 0%;
    height: 100%;
    width: 100%;
    left: 0%;
  }
  .blockinfo {
    padding: 50px 20px;
  }
  h4 {
    font-size: 24px;
    line-height: 24px;
  }
  h4 img {
    margin-top: 0px;
  }
  .docbag {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  .services {
    margin-top: 30px;
  }
  .quicklinks {
    padding-left: 2rem;
  }
}

@media all and (min-width: 568px) and (max-width: 767px) {
  #carouselExampleFade {
    margin-top: 120px;
  }
  .header-contact {
    display: none;
  }
  .enquiryform {
    position: inherit;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .enquiry {
    box-shadow: 0px 0px 15px 3px #d3d4f44d;
    padding: 20px;
  }
  .welcome {
    margin-top: 0px;
  }
  .about-img{
    display: none;
  }
  .facility {
    margin: 0px;
  }
  .blockinfo {
    padding: 50px 20px;
  }
  h4 {
    font-size: 24px;
    line-height: 24px;
  }
  h4 img {
    margin-top: 0px;
  }
  .docbag {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  .services {
    margin-top: 30px;
  }
}

@media all and (min-width: 768px) and (max-width: 900px) {
  .enquiryform {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin-top: -600px;
  }
  .about-img{
    display: none;
  }
}

@media all and (min-width: 901px) and (max-width: 1024px) {
  .enquiryform {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin-top: -600px;
  }
}

@media all and (min-width: 1025px) {
  .enquiryform {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin-top: -600px;
  }
}
