html {
  overflow-x: hidden;
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  font-family: "Raleway", serif;
}

a {
  color: white !important;
  text-decoration: none;
}

* {
  scrollbar-width: unset;
  scrollbar-color: #000 #1a1a1a;
}

/* common styles */
.common_padding_bottom {
  padding-bottom: 80px;
}

.bottom-pick {
  padding-bottom: 80px;
}

.common_padding_top {
  padding-top: 80px;
}

h1 {
  font-size: 70px;
  line-height: 80px;
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 25px;
}

h3 {
  font-size: 30px;
  line-height: 50px;
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.sp-font {
  font-weight: 600;
  font-family: "Raleway", serif;
}

p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: "Raleway", serif;
  margin-bottom: 25px;
}

.txt-clr1 {
  color: #1e1e1e;
}

.txt-clr2 {
  color: #000000;
}

.txt-clr3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}

/* footer styles */

.split-section {
  display: flex;
}

.down {
  margin-bottom: 60px;
}

.light-black p {
  margin-bottom: 60px;
}

.light-black {
  background: #0d0d0d;
  padding-left: 60px;

  width: 33.33%;
  color: #ffffff;
}

.dark-black {
  background: #000000;

  width: 66.67%;
}

footer .row {
  padding-left: 10px;

  margin-bottom: 0% !important;
}

footer {
  color: #ffffff;
}

footer li {
  list-style: none;
  margin-bottom: 10px;
}

footer li a {
  font-size: 15px;
  line-height: 35px;
  font-weight: 400;
}

footer li a :hover {
  color: white !important;
}

footer p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}

footer h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}

footer h4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

/* .sp-box {
  background: #0D0D0D;

 height: 100%;
  display: flex;
  flex-direction: column;
} */

.full-height {
  min-height: 100%;
  /* Ensuring full section height */
}

.footer-line {
  border-top: 1px solid white;
  opacity: 45%;
}

.line {
  border-top: 1px solid white;
  opacity: 45%;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  color: white;
  margin-bottom: 0% !important;
}

.footer-bottom p {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: white !important;
  margin-bottom: 15px;
}

.ftr_social_media iconify-icon {
  border-radius: 50%;
  border: 1px solid white;
  padding: 10px;
  margin-right: 10px;
}

.ftr_social_media iconify-icon:hover {
  background-color: #000;
  color: #fff !important;
  border-color: #fff;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.active-image {
  margin-left: 15%;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
  border-radius: 10px;
  object-fit: cover;
}

.prev-image {
  position: absolute;
  width: 30%;
  height: 70%;
  top: 50%;
  /* left: -5%; */
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.9;
  transition: transform 0.5s ease-in-out;
  border-radius: 10px;
  object-fit: cover;
}

/* .prev-image:hover {
  transform: scale(1.1);
} */
.controls {
  gap: 5px;
  display: flex;
  justify-content: end;
}

.controls button {
  background: transparent;
  border: 1px solid white !important;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}

/* .controls button:hover {
  transform: rotate(-45deg);
} */

.text-overlay {
  text-transform: uppercase;
  position: absolute;
  color: white;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  top: 70%;
  left: 65%;
  transform: translate(-50%, -50%);
  z-index: 2;
  /* Ensure the text is above both images */
  display: none;
  /* Hidden by default */
  width: 50%;
}

.slide-number {
  position: absolute;
  color: white;
  font-size: 18px;
  bottom: 4%;
  right: 2%;
  z-index: 2;
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 10px;
}

.slide-btn1:hover {
  background: rgba(255, 255, 255, 0.2);
}

.left-arrow {
  left: -50px;
}

.right-arrow {
  right: -50px;
}

/* about doc styles */

.about-doc {
  color: #ffffff;
}

.about-doc h2 {
  margin-bottom: 15px;
}

.about-doc p {
  text-align: justify;
}

.about-doc2 {
  color: #ffffff;
}

.about-doc2 h2 {
  margin-bottom: 15px;
}

.about-doc2 p {
  text-align: justify;
}

.doc-pic img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.doc-pics img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
}

.cta-btn {
  border-bottom: #ffffff;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}

.underline {
  margin-top: 10px;

  width: 120px;
  height: 1px;
  color: #ffffff !important;
  background-color: #ffffff !important;
}

.cta-btn iconify-icon {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: -10px;
}

.cta-btn :hover {
  color: violet;
}

.cta-btn a :hover {
  color: #ffffff;

  transform: rotate(-45deg);
  transition: all 0.5s ease-out;
}

.cta-btn1 {
  border-bottom: #ffffff;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;

  color: #000000;
}

.cta-btn1 a {
  color: #000000 !important;
}

.centre-align {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.underline1 {
  margin-top: 10px;
  width: 120px;
  height: 1px;
  background-color: #000000;
}

.cta-btn1 iconify-icon {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: -10px;
}

.cta-btn1 a :hover {
  color: #000000;

  transform: rotate(-45deg);
  transition: all 0.5s ease-out;
}

/* overlap image section styles */

.overlap-section h2 {
  text-align: center;
}

.overlap-section p {
  text-align: center;
}

.image-container {
  display: flex;
  width: 100%;
  gap: 10px;
  height: 400px;
}

.image-box {
  flex: 1;
  overflow: hidden !important;
  height: 800px;
}

.image-box img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}

.image-box:first-child {
  flex: 2;
}

.image-container:hover .image-box {
  flex: 1;
}

.image-box:hover {
  flex: 2 !important;
}

.image-overlay {
  text-transform: capitalize;
  position: absolute;
  color: white;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  justify-content: space-between;
  transform: translate(0%, -110%);
  z-index: 2;
  display: flex;

  padding: 25px;
}

.image-overlay h3 {
  font-size: 22px;
  line-height: 40px;

  /* padding: 25px 0px; */
}

.right {
  text-align: right;
  justify-content: right;
  display: flex;
  align-items: flex-end;
  text-transform: capitalize;

  color: white;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  padding-top: 50px;
  transform: translate(0%, -110%);
  z-index: 2;
  display: flex;
  /* width: 150px; */
  padding: 20px 20px 10px 0;
}

.arrow-btn {
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: rotate(45deg);
  border-radius: 50%;
  border: 1px solid white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-box:hover .arrow-btn {
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  background: #f0f0f0;
  transform: rotate(-1deg) scale(1.1);
}

.image-overlay {
  display: block;
}

/* service section styles */
.service-section {
  text-align: center;
}

.move {
  margin-left: 100px;
}

.service-container {
  display: flex;
  width: 110%;
  gap: 10px;
  /* Space between images */
  height: 400px;

  transition: transform 0.5s ease-in-out;
}

/* Hover effect: Expand hovered image and shrink others */
.service-container:hover .service-box {
  flex: 1;
}

/* Rotate the entire row when hovered */
.service-container:hover {
  transform: rotate(5deg);
  /* Slight right rotation */
}

.service-box {
  flex: 1;
  /* Default width */
  overflow: hidden !important;
  /* transition: flex 0.5s ease-in-out; */
}

.service-box img {
  width: 100%;
  height: 45%;
  /* Ensure all images have the same height */
  object-fit: cover;
  /* Maintain aspect ratio and crop excess */
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}

/* Default state: First image is full width, others are half */
.service-box:first-child {
  flex: 2;
}

/* Hover effect: Expand hovered image and shrink others */
.service-container:hover .service-box {
  flex: 1;
}

.service-box:hover {
  flex: 2 !important;
}

/* testimonial section */

.testimonial-section {
  text-align: center;
  /* padding: 50px 20px; */
  color: #ffffff;
}

.testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Profile Images */
.profile-images {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 3px solid transparent;
}

/* Alternating Up-Down Position */
.profile-img:nth-child(odd) {
  transform: translateY(-10px);
}

.profile-img:nth-child(even) {
  transform: translateY(10px);
}

/* Active Image Highlight */
.profile-img.active {
  border: 4px solid white;
  transform: scale(1.1);
}

/* Big Quotation Mark */
.big-quote {
  font-size: 70px;
  font-weight: bold;
}

/* Testimonial Content */
.testimonial-content {
  width: 1000px;
  padding: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}

/* Patient Name & "Happy Patient" */
.patient-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.happy-patient {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #ccc;
  margin-top: -20px;
}

/* Navigation Arrows */
.arrow-btn1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 10px;
}

.arrow-btn1:hover {
  background: rgba(255, 255, 255, 0.2);
}

.left-arrow {
  left: -50px;
}

.right-arrow {
  right: -50px;
}

.faq-section {
  margin: 50px auto;
  padding: 10px;
  text-align: center;
}

.slow {
  width: 50% !important;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  /* padding: 15px; */
  cursor: pointer;
  transition: 0.3s;
  padding: 10px 16px;
}

.faq-item.active {
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  line-height: 55px;
  font-weight: 500;
  padding: 10px;
}

.faq-question h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  /* padding: 3px; */
  text-align: left;
}

.faq-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid black;
  color: black;
  border-radius: 50%;
  transition: 0.3s;
}

.faq-answer {
  display: none;
  padding: 20px;
  font-size: 16px;
  color: #444;
  text-align: justify;
}

/* Responsive Styles */
@media (max-width: 600px) {
  .faq-section {
    max-width: 95%;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-answer {
    font-size: 14px;
  }
}

.main-abt {
  padding-bottom: 80px;
  margin-top: 70px;
}

.about-banner {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff !important;
  text-align: left;
}

.about-banner img {
  width: 100%;
}

.about-banner h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.about-banner a {
  font-size: 16px;
  line-height: 38px;
  font-weight: 700;
}

.about-banner span {
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
}

.about-banner :hover {
  color: #ffffff;
}

.about-sec h2 {
  text-align: left;
  margin-left: 40px;
}

.about-sec p {
  text-align: justify;
  margin-left: 40px;
}

.dr-main-img {
  width: 100%;
}

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

.box {
  flex: 1;
  /* background-color: black; */
  color: white;
  text-align: center;
  padding: 40px;
  border-radius: 20px;
  transition: background 0.5s ease-in-out, color 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}

.box h2 {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.box li {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  padding: 7px 0px;
}

.description {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  z-index: 2;
}

.box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  border-radius: 20px;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

.box:hover::after {
  opacity: 0;
}

.box:hover .description {
  opacity: 0;
}

.box:hover h2,
.box:hover .description {
  opacity: 0;
}

.box:hover li,
.box:hover .description {
  opacity: 0;
}

.box {
  width: 100%;
}

.box img {
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

/* inner page styles */

.content {
  width: 70%;
  padding: 30px;
}

.ser-image {
  width: 100%;
  border-radius: 10px;
}

.ser-image img {
  width: 100%;
}

.ser-description {
  margin-top: 20px;
  text-align: justify;
}

.inner-section h3 {
  font-size: 25px;
  line-height: 45px;
  font-weight: 600;
  font-family: "Raleway", serif;
}

.sidebar {
  width: 30%;
  background: #fff;
  padding: 20px;
}

.sidebar a {
  color: #000 !important;
}

.sidebar h4 {
  font-size: 20px;
  line-height: 45px;
  font-weight: 600;
  font-family: "Raleway", serif;
}

.ser-box {
  background: #fff;
  padding: 25px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Raleway", serif;
  margin-top: 20px;
}

.ser-box:hover {
  background: #000;
  color: #fff;
}

.ser-box .arrow {
  font-weight: bold;
}

.emergency-box {
  background: #000;
  color: #fff;
  padding: 15px;
  text-align: center;
  margin-top: 70px;
  border-radius: 8px;
  padding: 60px;
}

.consultation-box {
  background: #fff;
  padding: 15px;
  color: #000000;
  text-align: center;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.flex {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

@media (max-width: 992px) {
  .container {
    flex-direction: column !important;
  }

  .content,
  .sidebar {
    width: 100%;
  }

  .sidebar {
    margin-top: 20px;
    width: 100%;
  }

  .content {
    margin-top: 20px;
    width: 100%;
  }

  .flex {
    display: block !important;
    flex-direction: column !important;
  }
}

/* contact page styles */

.map {
  width: 100%;
}

iframe {
  width: 100%;
}

.main-contact {
  color: #ffffff;
  font-family: "Raleway", serif;
}

.main-contact h2 {
  text-align: center;
  font-family: "Raleway", serif;
}

.main-contact h5 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500px;
  font-family: "Raleway", serif;
}

/* .contact-info {
  display: block;
  justify-content: space-around;
  align-items: center;
  background-color: #000;

  color: #fff;
}

.info-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.info-block a {
  color: #000 !important;
}

.col-b a {
  color: #fff !important;
}

.icon {
  font-size: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 9px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
}

.info-text h4 {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.info-text p {
  margin: 0;
} */

.contact-details {
  padding: 50px;
}

.contact-info {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}

.info-block {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  flex: 1 1 300px;
  max-width: 400px;
}

.icon {
  font-size: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 9px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000 !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.icon:hover {
  background-color: #000;
  color: #fff !important;
  border-color: #fff;
}

.info-block a {
  text-decoration: none;
}

.col-b a {
  color: #fff !important;
}

.info-text h4 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.info-text p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* .contact-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  } */

  .contact-details {
    padding: 50px auto;
  }

  .contact-info {
    justify-content: flex-start;
  }

  /* .info-block {
    justify-content: center;
    gap: 15px;
    max-width: 100%;
  } */
  /* 
  .info-text h4 {
    font-size: 16px;
  }

  .info-text p {
    font-size: 14px;
  } */
}

.new-img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}

.new-img img {
  width: 100%;
  object-fit: cover;
  height: 450px;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}

.new-add {
  width: 100%;
}

.add-para {
  padding: 40px;
}

.reduce {
  padding-top: 80px;
}

#performance_sec {
  width: 100%;
  background: #f4f0f0;
  position: relative;
  padding-bottom: 80px;
}

#performance_sec .owl-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
  padding-bottom: 0;
  background: none;
}

#performance_sec .owl-carousel .owl-nav button.owl-prev,
#performance_sec .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}

#performance_sec .owl-carousel .owl-nav button.owl-prev:hover,
#performance_sec .owl-carousel .owl-nav button.owl-next:hover {
  background: transparent;
  color: #000 !important;
  border-color: #000;
}

/* Fellowship Section Styles */
.fellowship-training-section {
  width: 100%;
  position: relative;
}

.fellowship-section-padding-top {
  padding-top: 80px;
}

.fellowship-section-padding-bottom {
  padding-bottom: 80px;
}

.fellowship-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.fellowship-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.fellowship-col-12 {
  width: 100%;
  padding: 0 15px;
}

.fellowship-content-wrapper {
  margin-bottom: 50px;
}

.fellowship-text-center {
  text-align: center;
}

.fellowship-main-heading {
  font-size: 40px;
  line-height: 50px;
  font-family: "Raleway", serif;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.fellowship-highlight-font {
  font-weight: 600;
  font-family: "Raleway", serif;
  color: #000000;
}

.fellowship-description {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Raleway", serif;
  margin-bottom: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.fellowship-text-color {
  color: #1e1e1e;
}

/* Fellowship Table Styles */
.fellowship-table-section {
  margin-bottom: 60px;
}

.fellowship-table-wrapper {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  overflow-x: auto;
}

.fellowship-programs-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Raleway", serif;
}

.fellowship-table-header {
  background: #000000;
  color: #ffffff;
}

.fellowship-table-th {
  padding: 20px 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.fellowship-table-body {
  background: #ffffff;
}

.fellowship-table-row {
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.3s ease;
}

.fellowship-table-row:hover {
  background: #f8f8f8;
}

.fellowship-table-row:last-child {
  border-bottom: none;
}

.fellowship-table-td {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  vertical-align: top;
}

.fellowship-program-name {
  font-weight: 600;
  color: #000000;
  font-size: 16px;
}

.fellowship-topics-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fellowship-topic-item {
  background: #f4f0f0;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #000000;
  display: inline-block;
  margin-bottom: 3px;
}

/* Fellowship Testimonial Styles */
.fellowship-testimonial-section {
  margin-top: 40px;
}

.fellowship-testimonial-wrapper {
  text-align: center;
}

.fellowship-testimonial-heading {
  font-size: 30px;
  line-height: 40px;
  font-family: "Raleway", serif;
  font-weight: 600;
  color: #000000;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.fellowship-testimonial-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.fellowship-testimonial-card {
  display: none;
  padding: 40px 30px;
  text-align: center;
}

.fellowship-testimonial-card.fellowship-testimonial-active {
  display: block;
  animation: fellowship-fade-in 0.5s ease-in-out;
}

@keyframes fellowship-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fellowship-testimonial-quote {
  font-size: 60px;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Raleway", serif;
}

.fellowship-testimonial-text {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  font-style: italic;
  margin-bottom: 30px;
  font-family: "Raleway", serif;
  font-weight: 400;
}

.fellowship-testimonial-author {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}

.fellowship-author-info {
  text-align: center;
}

.fellowship-author-name {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
  font-family: "Raleway", serif;
}

.fellowship-author-designation {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Raleway", serif;
}

/* Testimonial Navigation */
.fellowship-testimonial-navigation {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.fellowship-nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #000000;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fellowship-nav-dot:hover,
.fellowship-nav-dot.fellowship-nav-active {
  background: #000000;
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 992px) {
  .fellowship-main-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .fellowship-testimonial-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .fellowship-table-wrapper {
    overflow-x: auto;
  }

  .fellowship-programs-table {
    min-width: 600px;
  }

  .fellowship-testimonial-card {
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .fellowship-section-padding-top,
  .fellowship-section-padding-bottom {
    padding: 50px 0;
  }

  .fellowship-main-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .fellowship-testimonial-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .fellowship-table-th,
  .fellowship-table-td {
    padding: 15px 10px;
  }

  .fellowship-table-th {
    font-size: 14px;
  }

  .fellowship-table-td {
    font-size: 13px;
  }

  .fellowship-topics-list {
    gap: 3px;
  }

  .fellowship-topic-item {
    font-size: 11px;
    padding: 3px 6px;
  }

  .fellowship-testimonial-quote {
    font-size: 40px;
  }

  .fellowship-testimonial-text {
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 576px) {
  .fellowship-container {
    padding: 0 10px;
  }

  .fellowship-main-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .fellowship-description {
    font-size: 15px;
    line-height: 26px;
  }

  .fellowship-testimonial-card {
    padding: 25px 15px;
  }

  .fellowship-author-name {
    font-size: 16px;
  }

  .fellowship-author-designation {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .main-abt {
    padding-bottom: 0;
  }
}

/* Protocols Section Styles */
.protocols-documentation-section {
  width: 100%;
  position: relative;
}

.protocols-section-padding-top {
  padding-top: 80px;
}

.protocols-section-padding-bottom {
  padding-bottom: 80px;
}

.protocols-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.protocols-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.protocols-col-12 {
  width: 100%;
  padding: 0 15px;
}

.protocols-content-wrapper {
  margin-bottom: 50px;
}

.protocols-text-center {
  text-align: center;
}

.protocols-main-heading {
  font-size: 40px;
  line-height: 50px;
  font-family: "Raleway", serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.protocols-highlight-font {
  font-weight: 600;
  font-family: "Raleway", serif;
  color: #ffffff;
}

.protocols-description {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Raleway", serif;
  margin-bottom: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.protocols-text-color {
  color: #ffffff;
}

/* Filter Tabs */
.protocols-categories-section {
  margin-bottom: 40px;
}

.protocols-filter-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.protocols-filter-btn {
  padding: 12px 24px;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-family: "Raleway", serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.protocols-filter-btn:hover,
.protocols-filter-btn.protocols-filter-active {
  background: #ffffff;
  color: #000000;
  transform: translateY(-2px);
}

/* Protocol Cards Grid */
.protocols-grid-section {
  margin-top: 40px;
}

.protocols-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.protocols-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.protocols-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(255, 255, 255, 0.2);
}

.protocols-card-header {
  padding: 20px 20px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.protocols-card-icon {
  width: 50px;
  height: 50px;
  background: #f4f0f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.protocols-pdf-icon,
.protocols-link-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.protocols-card-badge {
  background: #000000;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Raleway", serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.protocols-link-badge {
  background: #0d0d0d;
}

.protocols-card-content {
  padding: 0 20px 15px;
}

.protocols-card-title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Raleway", serif;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.protocols-card-description {
  font-size: 14px;
  line-height: 22px;
  font-family: "Raleway", serif;
  font-weight: 400;
  color: #666666;
  margin-bottom: 15px;
}

.protocols-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.protocols-card-category {
  background: #f4f0f0;
  color: #000000;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Raleway", serif;
}

.protocols-card-updated {
  font-size: 12px;
  color: #999999;
  font-family: "Raleway", serif;
  font-weight: 400;
}

.protocols-card-actions {
  padding: 0 20px 20px;
  display: flex;
  gap: 10px;
}

.protocols-view-btn,
.protocols-download-btn,
.protocols-link-btn {
  flex: 1;
  padding: 10px 15px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: "Raleway", serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.protocols-view-btn {
  background: #f4f0f0;
  color: #000000;
}

.protocols-view-btn:hover {
  background: #000000;
  color: #ffffff;
}

.protocols-download-btn {
  background: #000000;
  color: #ffffff;
}

.protocols-download-btn:hover {
  background: #333333;
}

.protocols-link-btn {
  background: #0d0d0d;
  color: #ffffff;
}

.protocols-link-btn:hover {
  background: #333333;
}

.protocols-view-icon,
.protocols-download-icon,
.protocols-external-icon {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

/* PDF Modal Styles */
.protocols-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.protocols-modal.protocols-modal-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.protocols-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.protocols-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  height: 90%;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.protocols-modal-header {
  padding: 20px;
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.protocols-modal-title {
  font-size: 18px;
  font-family: "Raleway", serif;
  font-weight: 600;
  margin: 0;
}

.protocols-modal-close {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.protocols-modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.protocols-modal-close svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.protocols-modal-body {
  flex: 1;
  padding: 0;
  overflow: hidden;
}

.protocols-pdf-viewer {
  width: 100%;
  height: 100%;
  border: none;
}

/* Filter Animation */
.protocols-card.protocols-card-hidden {
  display: none;
}

.protocols-card.protocols-card-fade-in {
  animation: protocols-fade-in 0.5s ease-in-out;
}

@keyframes protocols-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Notification Styles */
.protocols-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 20px;
  border-radius: 8px;
  font-family: "Raleway", serif;
  font-size: 14px;
  font-weight: 500;
  z-index: 10000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.protocols-notification-success {
  background: #4caf50;
  color: white;
}

.protocols-notification-error {
  background: #f44336;
  color: white;
}

.protocols-notification-info {
  background: #2196f3;
  color: white;
}

/* Loading Spinner */
.protocols-loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: protocols-spin 1s ease-in-out infinite;
}

@keyframes protocols-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Search Enhancement (Optional) */
.protocols-search-wrapper {
  max-width: 400px;
  margin: 0 auto 30px;
  position: relative;
}

.protocols-search-input {
  width: 100%;
  padding: 12px 20px 12px 45px;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  border-radius: 25px;
  font-family: "Raleway", serif;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.protocols-search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.protocols-search-input:focus {
  background: rgba(255, 255, 255, 0.1);
}

.protocols-search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #ffffff;
  stroke-width: 2;
}

/* Responsive Design */
@media (max-width: 992px) {
  .protocols-main-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .protocols-grid-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }

  .protocols-filter-tabs {
    gap: 8px;
  }

  .protocols-filter-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .protocols-section-padding-top,
  .protocols-section-padding-bottom {
    padding: 50px 0;
  }

  .protocols-main-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .protocols-grid-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .protocols-filter-tabs {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .protocols-filter-btn {
    width: 200px;
    text-align: center;
  }

  .protocols-card-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .protocols-card-actions {
    flex-direction: column;
    gap: 8px;
  }

  .protocols-view-btn,
  .protocols-download-btn,
  .protocols-link-btn {
    width: 100%;
  }

  .protocols-modal-content {
    width: 95%;
    height: 85%;
  }

  .protocols-modal-header {
    padding: 15px;
  }

  .protocols-modal-title {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .protocols-container {
    padding: 0 10px;
  }

  .protocols-main-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .protocols-description {
    font-size: 15px;
    line-height: 26px;
  }

  .protocols-card {
    margin-bottom: 15px;
  }

  .protocols-card-header {
    padding: 15px 15px 8px;
  }

  .protocols-card-content {
    padding: 0 15px 10px;
  }

  .protocols-card-actions {
    padding: 0 15px 15px;
  }

  .protocols-card-title {
    font-size: 18px;
    line-height: 25px;
  }

  .protocols-card-description {
    font-size: 13px;
    line-height: 20px;
  }

  .protocols-filter-btn {
    width: 100%;
    padding: 12px 20px;
  }

  .protocols-notification {
    right: 10px;
    left: 10px;
    max-width: none;
  }
}

/* Print Styles */
@media print {
  .protocols-documentation-section {
    background: white !important;
    color: black !important;
  }

  .protocols-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ccc;
  }

  .protocols-filter-tabs,
  .protocols-card-actions,
  .protocols-modal {
    display: none;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .protocols-card {
    border: 2px solid #000000;
  }

  .protocols-filter-btn {
    border-width: 3px;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .protocols-card,
  .protocols-filter-btn,
  .protocols-modal-content {
    transition: none;
  }

  .protocols-card.protocols-card-fade-in {
    animation: none;
  }
}

/* slider section */
.rx-slider-section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #0d0d0d;
}

.rx-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.rx-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-container {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 80px;
}

.slide-container.active {
  opacity: 1;
  z-index: 2;
}

.rx-small-image {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.rx-small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rx-main-image {
  position: relative;
  width: calc(100% - 280px);
  max-width: 1100px;
  height: 550px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.7);
}

.rx-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rx-main-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.003) 0%,
    rgba(0, 0, 0, 0.127) 40%,
    rgb(0 0 0 / 84%) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.rx-overlay-text {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #ffffff;
  /* z-index: 4; */
  z-index: 3;
  width: 70%;
}

.rx-overlay-text h1 {
  /* font-size: 4.5rem;
  line-height: 1.15;
  text-shadow: 3px 3px 25px rgba(0, 0, 0, 0.8);
  font-weight: 800; */
  font-size: 45px;
  line-height: 55px;
  font-weight: 800;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}

.rx-slide-number {
  position: absolute;
  bottom: 60px;
  right: 100px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  z-index: 10;
  letter-spacing: 3px;
}

.rx-prev,
.rx-next {
  position: absolute;
  bottom: 50px;
  width: 45px;
  height: 45px;
  border: 2.5px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-weight: 300;
}

.rx-prev {
  right: 270px;
}

.rx-next {
  right: 215px;
}

.rx-prev:hover,
.rx-next:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.08);
  border-color: #ffffff;
}

/* Large screens - slightly shrink */
@media (max-width: 1400px) {
  .rx-small-image {
    width: 320px;
    height: 360px;
    left: 60px;
  }

  .rx-main-image {
    width: calc(100% - 240px);
    height: 500px;
  }

  .rx-overlay-text h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .rx-prev {
    right: 240px;
  }

  .rx-next {
    right: 185px;
  }
}

/* Tablets landscape */
@media (max-width: 1024px) {
  .rx-slider-section {
    height: 80vh;
  }

  .rx-small-image {
    width: 250px;
    height: 300px;
    left: 40px;
  }

  .rx-main-image {
    width: calc(100% - 100px);
    height: 420px;
  }

  .rx-overlay-text {
    top: 65%;
    left: 50%;
    width: 80%;
  }

  .rx-overlay-text h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .rx-slide-number {
    right: 50px;
    font-size: 16px;
  }

  .rx-prev {
    right: 160px;
  }

  .rx-next {
    right: 100px;
  }
}

/* Tablets portrait / large phones */
@media (max-width: 768px) {
  .rx-slider-section {
    height: 70vh;
    padding: 0 20px;
  }

  .slide-container {
    padding-right: 0;
    justify-content: center;
  }

  .rx-small-image {
    width: 180px;
    height: 250px;
    left: 20px;
    top: 50px;
    transform: none;
  }

  .rx-main-image {
    width: 100%;
    height: 360px;
  }

  .rx-overlay-text {
    width: 95%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .rx-overlay-text h1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
  }

  .rx-prev,
  .rx-next {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    bottom: 30px;
  }

  .rx-prev {
    right: 100px;
  }

  .rx-next {
    right: 45px;
  }

  .rx-slide-number {
    bottom: 35px;
    right: 25px;
    font-size: 14px;
  }
}

/* Mobile phones */
@media (max-width: 480px) {
  .rx-slider-section {
    height: 60vh;
  }

  .rx-small-image {
    display: none; /* hide small image for cleaner layout */
  }

  .rx-main-image {
    width: 100%;
    height: 280px;
  }

  .rx-overlay-text h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .rx-prev,
  .rx-next {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .rx-prev {
    right: 80px;
  }

  .rx-next {
    right: 30px;
  }

  .rx-slide-number {
    font-size: 12px;
  }
}
