@charset "UTF-8";
.section-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.section-hero .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-hero .video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(54, 69, 79, 0.85) 0%, rgba(0, 123, 217, 0.6) 40%, rgba(18, 188, 250, 0.4) 70%, rgba(18, 188, 250, 0) 100%);
  z-index: 0;
}
.section-hero .video-container video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero .quick-actions {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50px;
}
.section-hero .quick-actions ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
  background-color: white;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.section-hero .quick-actions ul li {
  display: block !important;
  transition: all 0.3s ease;
}
.section-hero .quick-actions ul li a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 15px;
  white-space: nowrap;
  text-align: center;
}
.section-hero .quick-actions ul li a i {
  margin-right: 10px;
}
.section-hero .quick-actions ul li:not(:last-child) {
  border-right: 1px solid #36454F;
}
.section-hero .quick-actions ul li:hover {
  background-color: #007bd9;
}
.section-hero .quick-actions ul li:hover a {
  color: white;
}
.section-hero .quick-actions .accreditation {
  display: none;
}
.section-hero .quick-actions .accreditation .accreditation-inner {
  border-radius: 10px;
  border: 2px solid white;
  transition: filter 0.5s ease-in-out;
}
.section-hero .quick-actions .accreditation .accreditation-inner .title {
  color: white;
  text-transform: uppercase;
  letter-spacing: 5px;
  transition: filter 0.3s ease;
  margin-bottom: 20px;
}
.section-hero .quick-actions .accreditation .accreditation-inner .logos {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.section-hero .quick-actions .accreditation .accreditation-inner .logos img {
  width: 80px;
  height: 80px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
.section-hero .quick-actions .accreditation:hover .accreditation-inner {
  background-color: white;
}
.section-hero .quick-actions .accreditation:hover .accreditation-inner .title {
  color: black;
}
.section-hero .quick-actions .accreditation:hover .accreditation-inner .logos img {
  filter: none;
}
@media (max-width: 768px) {
  .section-hero {
    height: 85vh;
  }
  .section-hero .quick-actions {
    bottom: calc(15% + 120px);
  }
  .section-hero .quick-actions ul {
    display: none;
  }
  .section-hero .quick-actions .accreditation {
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px;
  }
  .section-hero .quick-actions .accreditation .accreditation-inner {
    width: 90vw;
  }
}

.chairman-section .overlay .img-container {
  text-align: center;
}
.chairman-section .overlay .img-container .chairman-img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .chairman-section .overlay .img-container .chairman-img {
    width: 70%;
  }
}

.excellence-section .coe-card-col .coe-card a {
  display: block;
  color: #36454F !important;
  text-decoration: none;
  padding: 1rem;
  text-align: center;
  border: 1px solid transparent;
  background: white;
  box-shadow: 0 0 10px rgba(211, 211, 211, 0.5);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.excellence-section .coe-card-col .coe-card a img {
  height: 100px;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s ease;
}
.excellence-section .coe-card-col .coe-card a .coe-name {
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.2rem;
  height: calc(3 * 1.2rem);
  transition: all 0.3s ease;
}
.excellence-section .coe-card-col .coe-card a:hover {
  border-color: #007bd9;
}
.excellence-section .coe-card-col .coe-card a:hover .coe-name {
  color: #007bd9;
}
.excellence-section .coe-card-col .coe-card a:hover img {
  transform: translateY(-5%);
}
@media (max-width: 768px) {
  .excellence-section .coe-card-col .coe-card {
    margin-bottom: 20px;
  }
}

.disease-section .disease-card img {
  width: 100%;
}
@media (max-width: 768px) {
  .disease-section .disease-card img {
    width: 80%;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .disease-section .disease-card {
    background-color: white;
    border-radius: 20px;
  }
  .disease-section .disease-card .content {
    padding: 20px;
    border-radius: 20px;
    text-align: left;
  }
}

.testimonial-section .testimonial-carousel-wrapper {
  position: relative;
}
.testimonial-section .testimonial-carousel-wrapper .slick-slider .slick-track {
  padding: 1rem 0;
}
.testimonial-section .testimonial-carousel-wrapper .slick-slider .testimonial-card {
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 10px;
}
.testimonial-section .testimonial-carousel-wrapper .slick-slider .testimonial-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-section .testimonial-carousel-wrapper .slick-slider .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.testimonial-section .testimonial-carousel-wrapper .slick-slider .testimonial-card .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.8rem;
}
.testimonial-section .testimonial-carousel-wrapper .slick-slider .testimonial-card .customer-name {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.testimonial-section .testimonial-carousel-wrapper .slick-slider .testimonial-card .desc {
  text-align: center;
  font-size: 0.9rem;
  color: grey;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  line-height: 1.5rem;
  height: calc(4 * 1.5rem);
}
.testimonial-section .testimonial-carousel-wrapper .slick-slider .testimonial-card .desc a {
  display: inline-block;
  text-decoration: none;
}
.testimonial-section .testimonial-carousel-wrapper .slick-slider .testimonial-card .desc a:hover {
  text-decoration: underline;
}
.testimonial-section .testimonial-carousel-wrapper .slick-slider .testimonial-card .source {
  width: 40%;
}
.testimonial-section .testimonial-carousel-wrapper .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.testimonial-section .testimonial-carousel-wrapper .custom-arrow i {
  font-size: 1.2rem;
  color: #333;
}
.testimonial-section .testimonial-carousel-wrapper .custom-arrow:hover {
  background-color: #f0f0f0;
}
.testimonial-section .testimonial-carousel-wrapper .slick-prev {
  left: -20px;
}
.testimonial-section .testimonial-carousel-wrapper .slick-next {
  right: -20px;
}

.section-expert .insight-card {
  border-radius: 5px;
  overflow: hidden;
  text-align: start;
  margin-bottom: 20px;
}
.section-expert .insight-card .card-content iframe {
  width: 100%;
  height: 300px;
}
@media (max-width: 768px) {
  .section-expert iframe {
    height: 300px;
  }
}

.section-faq .faq-container {
  max-width: 60vw;
  margin: 50px auto;
}
.section-faq .faq-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-faq .faq-header h1 {
  color: #2b3035;
  font-weight: 600;
}
.section-faq .faq-item {
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.section-faq .faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.section-faq .faq-question {
  cursor: pointer;
  padding: 20px 25px;
  position: relative;
  font-weight: 500;
  font-size: 1.1rem;
  color: #343a40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}
.section-faq .faq-question:hover {
  background-color: #f8f9fa;
}
.section-faq .faq-question.active {
  color: #007bd9;
  background-color: #f8f9fa;
}
.section-faq .faq-question::after {
  content: "+";
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.section-faq .faq-question.active::after {
  content: "−";
  transform: rotate(180deg);
}
.section-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 25px;
  line-height: 1.6;
  color: #495057;
}
.section-faq .faq-answer.active {
  max-height: 500px;
  /* Adjust if needed */
  padding: 0 25px 20px;
}
.section-faq .color-accent {
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #007bd9, #12bcfa);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section-faq .faq-question.active .color-accent {
  opacity: 1;
}
@media (max-width: 768px) {
  .section-faq .faq-container {
    margin: 30px 15px;
    max-width: 100vw;
  }
  .section-faq .faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .section-faq .faq-answer.active {
    padding: 0 20px 15px;
  }
}

.section-achievements .achievement-card {
  border: 1px solid #007bd9;
  border-radius: 5px;
  padding: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.section-achievements .achievement-card .num {
  font-size: 2.5rem;
  font-weight: bold;
  color: #007bd9;
  transition: all 0.3s ease-in-out;
}
.section-achievements .achievement-card .title {
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  cursor: default;
}
.section-achievements .achievement-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.section-achievements .achievement-card:hover .num {
  color: #007bd9;
}
.section-achievements .achievement-card:hover .title {
  color: black;
}/*# sourceMappingURL=home.css.map */