@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #162726;
  background-color: #ffffff;
}
body input,
body textarea,
body select {
  border: 1px solid #ccc !important;
  transition: border-color 0.3s ease-in;
}
body input:focus,
body textarea:focus,
body select:focus {
  border-color: #c54b52 !important;
  box-shadow: none !important;
}
body label::after,
body label::after {
  background: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #c54b52;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover, a:focus {
  color: #bd4550;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #c54b52;
  outline-offset: 2px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}
button:focus-visible {
  outline: 2px solid #c54b52;
  outline-offset: 2px;
}

::-moz-selection {
  background-color: #c54b52;
  color: #ffffff;
}

::selection {
  background-color: #c54b52;
  color: #ffffff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.border-primary {
  border: 1px solid #e5e5e5 !important;
}

.text-highlight {
  color: #c54b52;
  font-weight: 600;
}

.text-blue {
  color: #06559a;
  font-weight: 600;
}

.border-red {
  border: 1px solid rgb(246.7142857143, 229.2857142857, 230.2857142857) !important;
}

.border-blue {
  border: 1px solid rgb(212.65, 234.375, 253.35) !important;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.top-bar {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}
.top-bar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.top-bar__contact {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 576px) {
  .top-bar__contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.top-bar__link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #162726;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.top-bar__link:hover {
  color: #c54b52;
}
.top-bar__icon {
  flex-shrink: 0;
}
.top-bar__divider {
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
}
@media (max-width: 576px) {
  .top-bar__divider {
    display: none;
  }
}
.top-bar__social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-bar__social .btn-outline-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease, opacity 0.3s ease;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border-width: 1px;
}
@media (max-width: 768px) {
  .top-bar__social {
    display: none;
  }
}

.header {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header .navbar {
  padding: 0;
}
.header__logo {
  padding: 0;
  margin: 0;
}
.header__logo-wrapper {
  background-color: #c54b52;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  min-height: 80px;
  position: relative;
}
.header__logo-wrapper::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 30px;
  border-color: transparent transparent transparent #c54b52;
}
@media (max-width: 992px) {
  .header__logo-wrapper {
    padding: 8px 16px;
    min-height: 60px;
  }
  .header__logo-wrapper::after {
    border-width: 60px 0 0 20px;
    right: -20px;
  }
}
.header__logo-img {
  height: auto;
}
.header__toggler {
  border: 1px solid #c54b52;
  padding: 8px;
}
.header__toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23C54B52' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 1200px) {
  .header__nav-collapse {
    background-color: #ffffff;
    padding: 16px;
    margin-top: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1200px) {
  .header__nav {
    gap: 24px;
  }
}
.header__nav-link {
  color: #162726 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0 !important;
  position: relative;
  transition: color 0.3s ease;
  display: inline-block;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #c54b52;
  transition: width 0.3s ease;
}
.header__nav-link:hover, .header__nav-link:focus, .header__nav-link.active {
  color: #c54b52 !important;
}
.header__nav-link:hover::after, .header__nav-link:focus::after, .header__nav-link.active::after {
  width: 100%;
}
.header__cta, .header__cta__blue {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #c54b52;
  color: #ffffff;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 24px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.header__cta:hover, .header__cta__blue:hover {
  background-color: #bd4550;
  color: #ffffff;
  transform: translateY(-2px);
}
.header__cta svg, .header__cta__blue svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 992px) {
  .header__cta, .header__cta__blue {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
    justify-content: center;
  }
}
.header__cta__blue {
  background-color: #ffffff;
  border: 1px solid #06559a !important;
  color: #06559a;
}
.header__cta__blue:hover {
  background-color: #06559a;
  color: #ffffff;
}
.header .navbar .navbar-nav ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.3s all ease-in-out;
  list-style-type: none;
  background: #ffffff;
  z-index: 9999;
  min-width: 200px;
  top: 50px;
}
.header .navbar .navbar-nav li:hover ul,
.header .navbar .navbar-nav li:focus ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  display: block;
}
.header .navbar .navbar-nav li a:hover i,
.header .navbar .navbar-nav li a:focus i {
  transform: rotate(180deg);
  transition: 0.3s all ease-in-out;
}

#main-content {
  min-height: 50vh;
}

.footer {
  background-color: #c54b52;
  color: #ffffff;
  padding-top: 80px;
  background-image: url("../assets/footer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__main {
  padding-bottom: 32px;
}
.footer__brand-col {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .footer__brand-col {
    margin-bottom: 0;
  }
}
.footer__brand {
  max-width: 340px;
}
.footer__logo {
  height: 60px;
  width: auto;
  margin-bottom: 24px;
}
.footer__tagline {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
  margin-bottom: 32px;
  opacity: 0.9;
}
.footer__app-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.footer__app-badge {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.footer__app-badge img {
  height: 40px;
  width: auto;
}
.footer__app-badge:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.footer__links-col {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .footer__links-col {
    margin-bottom: 0;
  }
}
.footer__heading {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
}
.footer__heading--contact {
  position: relative;
  padding-bottom: 8px;
}
.footer__heading--contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
}
.footer__links {
  padding-left: 0 !important;
}
.footer__links li {
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}
.footer__links li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ffffff;
}
.footer__links a {
  color: #ffffff;
  font-size: 16px;
  opacity: 0.9;
  transition: opacity 0.3s ease, padding-left 0.3s ease;
}
.footer__links a:hover {
  color: #ffffff;
  opacity: 1;
  padding-left: 4px;
}
@media (min-width: 992px) {
  .footer__contact-col {
    padding-left: 32px;
  }
}
.footer__contact-list {
  margin-bottom: 24px;
  padding-left: 0 !important;
}
.footer__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}
.footer__contact-list li svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.footer__contact-list li span {
  font-size: 16px;
  opacity: 0.9;
  padding-left: 8px;
}
.footer__social {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.footer__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  color: #c54b52;
  border-radius: 4px;
}
.footer__social-link:hover {
  transform: translateY(-3px);
}
.footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 24px 0;
  text-align: center;
}
.footer__copyright p {
  font-size: 14px;
  opacity: 1;
  margin: 0;
}
.footer__copyright a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 576px) {
  .top-bar__wrapper {
    justify-content: center;
    text-align: center;
  }
  .footer {
    text-align: center;
  }
  .footer__brand {
    margin: 0 auto;
  }
  .footer__app-badges {
    justify-content: center;
  }
  .footer__links li {
    padding-left: 0;
  }
  .footer__links li::before {
    display: none;
  }
  .footer__contact-list li {
    justify-content: center;
  }
  .footer__social {
    justify-content: center;
  }
  .footer__heading--contact::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
section {
  position: relative;
}
section .left-decoration,
section .right-decoration {
  position: absolute;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
section .left-decoration {
  left: 0;
  top: -10%;
}
section .right-decoration {
  right: 0;
  top: -30%;
  transform: rotate(180deg);
}
section.features-results-section .right-decoration {
  top: unset;
}
section.subspecialty-section .right-decoration {
  top: unset;
  bottom: -35%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:focus-visible {
  outline: 2px solid #c54b52;
  outline-offset: 2px;
}

.btn-primary {
  background-color: #c54b52;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #bd4550;
  color: #ffffff;
}

.btn-outline-primary {
  background-color: transparent;
  color: #c54b52;
  border: 2px solid #c54b52 !important;
}
.btn-outline-primary:hover {
  background-color: #c54b52;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  color: #c54b52;
}
.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #bd4550;
}

.card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}
.badge--primary {
  background-color: #c54b52;
  color: #ffffff;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 24px 0;
}
.divider--white {
  background-color: rgba(255, 255, 255, 0.2);
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #c54b52;
  color: #ffffff;
}
.icon-circle--outline {
  background-color: transparent;
  border: 1px solid #162726;
  color: #162726;
}
.icon-circle--white {
  background-color: #ffffff;
  color: #c54b52;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-icons__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.social-icons__link:hover {
  transform: scale(1.1);
}

.fade-in {
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background-color: #c54b52;
  color: #ffffff;
  padding: 8px 16px;
  z-index: 9999;
}
.skip-link:focus {
  top: 0;
}

.hero-section {
  height: 600px;
}
.hero-section .hero-slide,
.hero-section .owl-stage-outer,
.hero-section .owl-stage,
.hero-section .owl-item,
.hero-section .container {
  height: 100%;
}
.hero-section .hero-slide {
  background-size: cover !important;
  background-position: right;
}
.hero-section .hero-slide.one {
  background: url(../assets/hero-slide-1.png);
}
.hero-section .hero-slide.two {
  background: url(../assets/hero-slide-2.png);
}
.hero-section .hero-slide.three {
  background: url(../assets/hero-slide-3.png);
}
.hero-section .container {
  padding: 80px 0 60px;
  display: flex;
  align-items: center;
  width: 100%;
}
.hero-section .container .row {
  width: 100%;
}
.hero-section .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.hero-section .owl-nav .owl-prev,
.hero-section .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #c54b52;
  padding: 14px;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  margin: 0 30px;
}
.hero-section .owl-nav .owl-prev:hover,
.hero-section .owl-nav .owl-next:hover {
  border-color: #c54b52;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.hero-section .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 2;
}
.hero-section .owl-dots .owl-dot {
  height: 10px;
  width: 25px;
  border-radius: 12px;
  background-color: #e5b5b9;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.hero-section .owl-dots .owl-dot.active {
  background-color: #c54b52;
  opacity: 1;
}
@media (max-width: 992px) {
  .hero-section {
    height: auto;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-slide {
    background-position: left;
  }
  .hero-section .container {
    padding: 60px 0 40px;
  }
  .hero-section {
    height: auto;
  }
}
.hero-section .timer .hours,
.hero-section .timer .minutes,
.hero-section .timer .seconds {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #c54b52;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.vertical-sidebar {
  position: fixed;
  top: 51%;
  right: 10px;
  transform: translateY(-51%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.icon-btn {
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  background-color: #e5e5e5;
  color: #c54b52;
  border: 1px solid #c54b52;
  transition: 0.3s all ease-in;
}
.icon-btn:hover, .icon-btn:focus {
  color: #ffffff;
  background-color: #c54b52;
}
.icon-btn:hover img, .icon-btn:focus img {
  filter: brightness(0) invert(1);
}

#formCanvas,
#feedbackForm {
  background-color: #ffffff;
}
#formCanvas input,
#formCanvas textarea,
#formCanvas select,
#feedbackForm input,
#feedbackForm textarea,
#feedbackForm select {
  border: 1px solid #ccc !important;
  transition: border-color 0.3s ease-in;
}
#formCanvas input:focus,
#formCanvas textarea:focus,
#formCanvas select:focus,
#feedbackForm input:focus,
#feedbackForm textarea:focus,
#feedbackForm select:focus {
  border-color: #c54b52 !important;
  box-shadow: none !important;
}
#formCanvas label::after,
#formCanvas label::after,
#feedbackForm label::after,
#feedbackForm label::after {
  background: transparent !important;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .hero-content {
    padding-right: 15px;
    text-align: center;
    margin-bottom: 40px;
  }
}

.hero-title {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #06559a;
  line-height: 1.25;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .hero-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 24px;
  }
}

.hero-description {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 16px;
}
.hero-description .highlight {
  color: #c54b52;
  font-weight: 600;
}
@media (max-width: 768px) {
  .hero-description {
    font-size: 16px;
  }
}

.hero-subdescription {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .hero-subdescription {
    font-size: 16px;
  }
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .hero-buttons {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .hero-buttons {
    flex-direction: column;
    gap: 16px;
  }
}

.btn-start-learning {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #c54b52;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}
.btn-start-learning .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.btn-start-learning:hover {
  background-color: rgb(174.8571428571, 56.3428571429, 63.1428571429);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(197, 75, 82, 0.3);
}

.btn-explore-courses {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #ffffff;
  color: #1a2b4a;
  padding: 14px 28px;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}
.btn-explore-courses .play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #c54b52;
  color: #ffffff;
  border-radius: 50%;
}
.btn-explore-courses:hover {
  border-color: #c54b52;
  color: #c54b52;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero-image-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .hero-image-container {
    margin-top: 20px;
  }
}

.hero-arrow-bg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 400px;
  z-index: 1;
}
.hero-arrow-bg svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .hero-arrow-bg {
    width: 250px;
    height: 350px;
    right: 10%;
  }
}
@media (max-width: 768px) {
  .hero-arrow-bg {
    width: 200px;
    height: 280px;
  }
}

.hero-doctor-img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .hero-doctor-img {
    max-height: 400px;
  }
}
@media (max-width: 768px) {
  .hero-doctor-img {
    max-height: 350px;
  }
}

.hero-nav-arrow {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c54b52;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
}
.hero-nav-arrow:hover {
  background-color: #c54b52;
  color: #ffffff;
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 768px) {
  .hero-nav-arrow {
    display: none;
  }
}

.hero-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  position: relative;
  z-index: 5;
}
.hero-indicators .indicator {
  width: 30px;
  height: 4px;
  background-color: #e2e8f0;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-indicators .indicator.active {
  background-color: #c54b52;
  width: 40px;
}
.hero-indicators .indicator:hover:not(.active) {
  background-color: rgb(175.5795454545, 192.0113636364, 213.9204545455);
}

#about-us {
  background-image: url(../assets/about-us-section.png);
  background-size: cover;
  background-position: center;
}

.about-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.about-decoration-book {
  position: absolute;
  top: 30px;
  right: 60px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .about-decoration-book {
    display: none;
  }
}

.about-illustration {
  text-align: center;
  padding-right: 40px;
}
.about-illustration img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .about-illustration {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.about-content {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .about-content {
    padding-left: 0;
    text-align: center;
  }
}

.about-label {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #06559a;
  margin-bottom: 12px;
}

.about-title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #162726;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about-title {
    justify-content: center;
  }
}
.about-title .highlight-badge {
  display: inline-block;
  background-color: #c54b52;
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 6px;
  font-size: 26px;
}
.about-title .sparkle-icon {
  margin-left: 4px;
}

.about-description {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6c706f;
  line-height: 1.7;
  margin-bottom: 20px;
}

.about-purpose {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #162726;
  line-height: 1.6;
}
.about-purpose .purpose-label {
  display: block;
  color: #c54b52;
  font-weight: 600;
  margin-bottom: 4px;
}

.features-section {
  padding: 80px 0 100px;
  background: url("../assets/feature-bg.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.features-decoration-left {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}
@media (max-width: 991px) {
  .features-decoration-left {
    display: none;
  }
}

.features-header {
  text-align: center;
  margin-bottom: 50px;
}

.features-title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #06559a;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.features-title .title-dash {
  color: #06559a;
  font-weight: 300;
}

.features-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6c706f;
}

.features-cards {
  position: relative;
  z-index: 2;
}

.feature-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 24px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.feature-card.active {
  background-color: #e8f4fc;
  border-color: rgba(6, 85, 154, 0.2);
}
@media (max-width: 767px) {
  .feature-card {
    margin-bottom: 20px;
  }
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #f3f7fb;
  border-radius: 12px;
  margin: 0 auto 20px;
}
.active .feature-icon {
  background-color: #ffffff;
}

.feature-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #162726;
  margin-bottom: 12px;
}

.feature-description {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6c706f;
  line-height: 1.6;
  margin-bottom: 0;
}

.quote-section {
  padding: 60px 0 80px;
}

.quote-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px 60px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .quote-card {
    padding: 40px 24px;
  }
}

.quote-decoration-thumbs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: blur(2px);
}
@media (max-width: 991px) {
  .quote-decoration-thumbs {
    left: 10px;
    top: 10px;
    transform: none;
    opacity: 0.5;
  }
}

.quote-decoration-heart {
  position: absolute;
  right: 40px;
  top: 20px;
  filter: blur(2px);
}
@media (max-width: 767px) {
  .quote-decoration-heart {
    right: 10px;
    top: 10px;
  }
}

.quote-icon {
  margin-bottom: 24px;
}
.quote-icon img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.quote-text {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: #162726;
  line-height: 1.6;
  margin-bottom: 30px;
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  .quote-text {
    font-size: 18px;
  }
}

.quote-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.author-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-info {
  text-align: left;
}

.author-name {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #162726;
  margin-bottom: 4px;
}

.author-rating {
  display: flex;
  gap: 2px;
}
.author-rating svg {
  width: 18px;
  height: 18px;
}

.course-tracks-section {
  padding: 80px 0;
  background-color: #f8fafc;
  background: url(../assets/cource-track-bg.png) no-repeat center center, #f8fafc;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #06559a;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.section-title .dash {
  color: #06559a;
  font-weight: 400;
}

.section-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #4b5563;
  margin: 0;
}

.tracks-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 30px;
  align-items: start;
}
@media (max-width: 1200px) {
  .tracks-grid {
    grid-template-columns: 1fr 350px;
  }
}
@media (max-width: 992px) {
  .tracks-grid {
    grid-template-columns: 1fr;
  }
}

.track-card {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 30px;
  position: relative;
}

.track-card-main {
  padding: 35px 40px 40px;
}
@media (max-width: 576px) {
  .track-card-main {
    padding: 25px;
  }
}

.track-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.badge-open {
  background-color: #efeefe;
  color: #5751e1;
}

.track-image-mri,
.track-image-small {
  position: absolute;
  right: 5%;
  top: 3%;
}

.track-image-mri {
  width: 140px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .track-image-mri {
    width: 100px;
  }
}

.track-title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .track-title {
    font-size: 24px;
  }
}

.track-description {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 12px;
}

.track-description-secondary {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 24px;
}

.track-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.track-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #4b5563;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
}
.track-features li:last-child {
  border-bottom: none;
}
.track-features .check-icon {
  flex-shrink: 0;
  color: #06559a;
  margin-top: 2px;
}

.btn-trial {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background-color: #c54b52;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-trial:hover {
  background-color: rgb(174.8571428571, 56.3428571429, 63.1428571429);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(197, 75, 82, 0.3);
}

.track-cards-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}

.track-card-small {
  padding: 24px 28px;
  height: 100%;
}

.track-image-small {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.track-title-small {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

.track-description-small {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 16px;
}

.badge-launch {
  position: absolute;
  bottom: 10%;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #c54b52;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #c54b52;
  background-color: transparent;
}
@media (max-width: 992px) {
  .badge-launch {
    position: unset;
  }
}

.features-results-section {
  padding: 80px 0;
  background-color: #ffffff;
  position: relative;
}

.features-results-grid .drive-card {
  position: relative;
  width: 100%;
  height: 150px;
}
.features-results-grid .drive-card .drive-bg-img {
  width: 100%;
  height: 100%;
}
.features-results-grid .drive-card .drive-body {
  position: absolute;
  top: 0;
  display: flex;
  height: 100%;
  width: 100%;
}
.features-results-grid .drive-card .icon {
  height: 35%;
  width: 15%;
  border-radius: 12px;
  background-color: #f3f7fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  padding: 12px;
}
.features-results-grid .drive-card .drive-content {
  position: absolute;
  top: 0;
  right: 4%;
  width: 75%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features-results-grid .drive-card .drive-content p {
  color: #162726;
}

.feature-result-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #f4f7fa;
  border-radius: 16px;
  padding: 28px 24px;
  border-left: 4px solid transparent;
  position: relative;
  transition: all 0.3s ease;
}
.feature-result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.feature-result-card.border-red {
  border-left-color: #c54b52;
}
.feature-result-card.border-blue {
  border-left-color: #06559a;
}
.feature-result-card.border-dark {
  border-left-color: #1a2b4a;
}

.feature-card-with-decoration {
  overflow: visible;
}

.feature-decoration-img {
  position: absolute;
  right: -30px;
  top: -20px;
  width: 80px;
  height: auto;
  opacity: 0.8;
  pointer-events: none;
}
@media (max-width: 992px) {
  .feature-decoration-img {
    display: none;
  }
}

.feature-result-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-result-icon.icon-red {
  background-color: rgba(189, 69, 80, 0.08);
  color: #c54b52;
}
.feature-result-icon.icon-blue {
  background-color: rgba(6, 85, 154, 0.08);
  color: #06559a;
}
.feature-result-icon.icon-dark {
  background-color: rgba(26, 43, 74, 0.08);
  color: #1a2b4a;
}
.feature-result-icon svg {
  width: 24px;
  height: 24px;
}

.feature-result-content {
  flex: 1;
  padding-top: 4px;
}

.feature-result-title {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1a2b4a;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.feature-result-desc {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}

.features-results-cta {
  text-align: center;
}

.btn-view-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border: 1px solid #c54b52;
  border-radius: 8px;
  background-color: #ffffff;
  color: #c54b52;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-view-more:hover {
  background-color: #c54b52;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(6, 85, 154, 0.2);
}

.residency-section {
  padding: 80px 0;
  background-image: url("../assets/comprehensive-bg.png");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

.residency-decoration-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.residency-decoration-left .hand-img {
  max-width: 200px;
  height: auto;
  opacity: 0.9;
}

.residency-decoration-right {
  position: absolute;
  right: 0;
  top: 87%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.residency-decoration-right .hand-img {
  max-width: 300px;
  height: auto;
  opacity: 1;
}

.residency-card {
  padding: 32px;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.residency-card.card-blue {
  background: url("../assets/comprehensive-bg-blue.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.residency-card.card-blue .icon-box {
  background-color: #f3f7fb;
}
.residency-card.card-pink {
  background: url("../assets/comprehensive-bg-pink.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.residency-card.card-pink .icon-box {
  background-color: #f3f7fb;
}
.residency-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-header-flex {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  flex-shrink: 0;
}
.icon-box svg {
  width: 28px;
  height: 28px;
}

.residency-card-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.3;
}

.residency-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.residency-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #334155;
  line-height: 1.6;
}
.residency-list li:last-child {
  margin-bottom: 0;
}
.residency-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #334155;
}

@media (max-width: 768px) {
  .residency-card {
    padding: 24px;
  }
  .residency-card-title {
    font-size: 18px;
  }
}
.advanced-training-section {
  padding: 80px 0;
  background-color: #2d72ae;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
}
.advanced-training-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35%;
  max-width: 500px;
  background-image: url("../assets/advanced-training-vector.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
.advanced-training-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35%;
  max-width: 500px;
  background-image: url("../assets/advanced-training-line.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
.advanced-training-section .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .advanced-training-section {
    padding: 60px 0;
  }
  .advanced-training-section::before, .advanced-training-section::after {
    width: 50%;
    opacity: 0.5;
  }
}

.advanced-training-title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .advanced-training-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.training-pills-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .training-pills-wrapper {
    gap: 16px;
  }
}

.training-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.training-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .training-pill {
    width: 100%;
    max-width: 350px;
    padding: 14px 20px;
  }
}

.pill-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  text-align: center;
}

.pill-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  transform: translateY(-8px);
}
.pill-icon svg {
  width: 16px;
  height: 16px;
}
.pill-icon svg path {
  fill: #a5b4fc;
}

.subspecialty-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.subspecialty-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 16px;
  background-color: #f8f9fa;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
  /* Very light shadow */
}
.subspecialty-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: rgba(197, 75, 82, 0.15);
}
.subspecialty-card:hover .subspecialty-icon {
  transform: scale(1.1);
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 100%;
  margin-bottom: 20px;
}

.subspecialty-icon {
  max-width: 56px;
  max-height: 56px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.subspecialty-name {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #334155;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 992px) {
  .subspecialty-card {
    padding: 24px 12px;
  }
}
@media (max-width: 768px) {
  .subspecialty-section {
    padding: 60px 0;
  }
  .icon-wrapper {
    height: 60px;
    margin-bottom: 16px;
  }
  .subspecialty-icon {
    max-width: 48px;
    max-height: 48px;
  }
}
.faculty-section {
  padding: 80px 0;
  overflow-x: hidden;
  width: 100%;
}
.faculty-section.bg-light {
  background-color: #588ebe !important;
}
.faculty-section.bg-light .header__cta__blue {
  background-color: #75a2c9;
  border-color: #ffffff !important;
  color: #ffffff;
}

.faculty-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-top: 20px;
  max-width: 1100px;
  z-index: 2;
}

#faculty.bg-light .dash, #faculty.bg-light .section-subtitle, #faculty.bg-light .section-title {
  color: #ffffff;
}
#faculty .feature-card {
  border: 1px solid #e5e5e5;
  min-height: 375px;
}
#faculty .feature-card img {
  height: 170px;
}
#faculty .feature-card .decription {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 43%;
}
#faculty .feature-card .decription h4,
#faculty .feature-card .decription p {
  margin-bottom: 2px;
}
#faculty .feature-card .btn-view-more {
  padding: 10px 16px;
  border-radius: 50px;
  margin-top: 8px;
}

.faculty-profile-col {
  background-color: #ffffff;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .faculty-profile-col {
    border-right: none;
    border-bottom: 1px solid #f1f5f9;
    padding: 40px 20px;
  }
}

.faculty-profile {
  text-align: center;
}

.faculty-avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}

.faculty-name {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}

.faculty-designation {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 24px;
  line-height: 1.5;
}

.experience-badge {
  display: inline-block;
  background-color: #efeefe;
  color: #06559a;
  padding: 10px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.faculty-details-col {
  padding: 50px 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .faculty-details-col {
    padding: 40px 30px;
  }
}
@media (max-width: 576px) {
  .faculty-details-col {
    padding: 30px 20px;
  }
}

.achievements-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
}
.achievements-list li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.achievements-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
  color: #06559a;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

.focus-area-wrapper {
  position: relative;
  background-color: #fff5f6;
  padding: 14px 24px;
  border-radius: 8px;
  border-left: 5px solid #bd4550;
  /* The red accent line */
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.focus-area-label {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #bd4550;
}

.focus-grid {
  margin-bottom: 0;
}

.focus-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(250, 250, 250, 0.9529411765);
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #4a5568;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.focus-item:hover {
  background-color: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transform: translateY(-2px);
}

.focus-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #06559a;
  flex-shrink: 0;
}
.focus-icon svg {
  width: 22px;
  height: 22px;
}

.faculty-deco-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60%;
  max-width: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .faculty-deco-img {
    height: 70%;
    right: 0;
    opacity: 0.8;
  }
}
@media (max-width: 991px) {
  .faculty-deco-img {
    display: none;
  }
}

#faculty .radio-card.card {
  background-color: #fcfcfd;
}
#faculty .radio-card.card:hover {
  transform: translateY(0);
}
#faculty .radio-card.card .faculty-filter {
  border-color: #6c706f;
}
#faculty .radio-card.card .faculty-filter:checked {
  background-color: #c54b52;
  border-color: #c54b52;
  box-shadow: none;
}
#faculty #facultyContainer .card {
  background-image: url(../assets/faculty-card-bg.png);
  background-size: cover;
  background-position: center;
  box-shadow: none;
}
#faculty #facultyContainer .card ul {
  list-style: disc;
}
#faculty #facultyContainer .card:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
}

#main-faculty .card {
  background-image: url(../assets/main-faculty-bg.png);
  background-size: cover;
  background-position: center;
  box-shadow: none;
}
#main-faculty .card ul {
  list-style: disc;
}
#main-faculty .card:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
}

.curriculum-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #fbfbfb 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.curriculum-card-wrapper {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.curriculum-decoration-plane {
  position: absolute;
  left: -170px;
  top: 120px;
  z-index: 1;
  transform: rotate(-10deg);
  pointer-events: none;
}

.curriculum-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.curriculum-card-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #c54b52;
  background-color: #f8f7fc;
  padding: 24px 32px;
  margin: 0;
  border-bottom: 1px solid #f8f7fc;
}

.curriculum-table {
  width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
}
.curriculum-table thead th {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #06559a;
  padding: 10px 32px;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
  background-color: #f8f7fc;
}
.curriculum-table tbody td {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #6c706f;
  padding: 24px 32px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.9529411765);
}
.curriculum-table tbody td.text-dark {
  color: #1e293b !important;
  font-weight: 500;
}
.curriculum-table tbody tr:last-child td {
  border-bottom: none;
}
.curriculum-table tbody tr:hover td {
  background-color: #fafafa;
}

.outcome-badge {
  display: inline-block;
  padding: 8px 16px;
  background-color: #fff1f2;
  color: #c54b52;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .curriculum-decoration-plane {
    left: -50px;
  }
}
@media (max-width: 992px) {
  .curriculum-card-title {
    padding: 20px;
    font-size: 18px;
  }
  .curriculum-table thead th,
  .curriculum-table tbody td {
    padding: 16px 20px;
  }
}
@media (max-width: 768px) {
  .curriculum-card-wrapper {
    margin: 0;
  }
  .curriculum-table {
    min-width: 650px;
  }
  .curriculum-table thead th,
  .curriculum-table tbody td {
    padding: 14px 16px;
  }
}
.self-practice-zone {
  padding: 80px 0;
  background: #ffffff;
}
.self-practice-zone .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.self-practice-zone .stats-banner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: linear-gradient(135deg, #d05f65 0%, #b94450 100%);
  border-radius: 20px;
  padding: 32px 48px;
  margin-bottom: 80px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .self-practice-zone .stats-banner {
    flex-direction: column;
    padding: 24px 16px;
  }
}
.self-practice-zone .stat-item {
  text-align: center;
  color: #ffffff;
  flex: 1;
}
@media (max-width: 768px) {
  .self-practice-zone .stat-item {
    margin: 16px 0;
  }
}
.self-practice-zone .stat-number {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .self-practice-zone .stat-number {
    font-size: 32px;
  }
}
.self-practice-zone .stat-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.95;
}
.self-practice-zone .stat-divider {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .self-practice-zone .stat-divider {
    display: none;
  }
}
@media (max-width: 768px) {
  .self-practice-zone {
    font-size: 24px;
  }
}
.self-practice-zone .practice-container {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  max-width: calc(1320px - 10%);
  margin: 0 auto;
  padding: 48px 32px;
}
.self-practice-zone .practice-modules {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .self-practice-zone .practice-modules {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.self-practice-zone .modules-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.self-practice-zone .module-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.self-practice-zone .module-item:hover {
  border-color: #06559a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transform: translateX(4px);
}
.self-practice-zone .module-icon {
  width: 8px;
  height: 8px;
  background: #06559a;
  border-radius: 50%;
  flex-shrink: 0;
}
.self-practice-zone .module-text {
  font-size: 16px;
  color: #162726;
  font-weight: 500;
  line-height: 1.5;
}
.self-practice-zone .curriculum-decoration-plane {
  top: -45%;
  left: -30%;
}

.testimonials-section {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  background-image: url(../assets/testimonials-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 992px) {
  .testimonials-section {
    background-position: right center;
  }
}
.testimonials-section .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.testimonials-section .testimonials-carousel .owl-stage-outer {
  padding: 24px 0;
}
.testimonials-section .testimonials-carousel .owl-nav .owl-prev,
.testimonials-section .testimonials-carousel .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  color: #c54b52;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-section .testimonials-carousel .owl-nav .owl-prev:hover,
.testimonials-section .testimonials-carousel .owl-nav .owl-next:hover {
  border-color: #c54b52;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.testimonials-section .testimonials-carousel .owl-nav .owl-prev.owl-prev,
.testimonials-section .testimonials-carousel .owl-nav .owl-next.owl-prev {
  left: -60px;
}
@media (max-width: 1200px) {
  .testimonials-section .testimonials-carousel .owl-nav .owl-prev.owl-prev,
  .testimonials-section .testimonials-carousel .owl-nav .owl-next.owl-prev {
    left: 0;
  }
}
.testimonials-section .testimonials-carousel .owl-nav .owl-prev.owl-next,
.testimonials-section .testimonials-carousel .owl-nav .owl-next.owl-next {
  right: -60px;
}
@media (max-width: 1200px) {
  .testimonials-section .testimonials-carousel .owl-nav .owl-prev.owl-next,
  .testimonials-section .testimonials-carousel .owl-nav .owl-next.owl-next {
    right: 0;
  }
}
.testimonials-section .testimonials-carousel .owl-nav .owl-prev i,
.testimonials-section .testimonials-carousel .owl-nav .owl-next i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-section .testimonials-carousel .owl-dots {
  text-align: center;
  margin-top: 32px;
}
.testimonials-section .testimonials-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e5e5e5;
  display: inline-block;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.testimonials-section .testimonials-carousel .owl-dots .owl-dot.active {
  background: #c54b52;
  width: 24px;
  border-radius: 5px;
}
.testimonials-section .testimonial-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 32px;
  margin: 0 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  min-height: 300px;
}
.testimonials-section .testimonial-card:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.testimonials-section .testimonial-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.testimonials-section .testimonial-avatar {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  outline: 3px solid #c54b52;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.testimonials-section .testimonial-info {
  flex: 1;
}
.testimonials-section .testimonial-name {
  font-size: 16px;
  font-weight: 600;
  color: #162726;
  margin: 0;
  line-height: 1.5;
}
.testimonials-section .testimonial-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}
.testimonials-section .testimonial-rating i {
  color: #f59e0b;
  font-size: 14px;
}
.testimonials-section .testimonial-rating .rating-number {
  font-size: 14px;
  color: #6c706f;
  margin-left: 4px;
  font-weight: 500;
}
.testimonials-section .testimonial-text {
  font-size: 16px;
  color: #162726;
  line-height: 1.7;
  margin: 0;
  font-weight: 400;
  -webkit-text-emphasis: 4;
          text-emphasis: 4;
}

.pricing-section {
  padding: 80px 0;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.pricing-section .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.pricing-section .section-header {
  text-align: center;
  margin-bottom: 32px;
}
.pricing-section .pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 78px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .pricing-section .pricing-toggle {
    gap: 8px;
  }
}
.pricing-section .toggle-label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #162726;
}
.pricing-section .toggle-label img {
  min-width: 175%;
  position: absolute;
  right: -150%;
  top: 0%;
}
@media (max-width: 576px) {
  .pricing-section .toggle-label img {
    right: -100%;
    top: 50%;
    min-width: 150%;
  }
}
@media (max-width: 480px) {
  .pricing-section .toggle-label img {
    right: -60%;
    top: 50%;
    min-width: 150%;
  }
}
.pricing-section .toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  cursor: pointer;
}
.pricing-section .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing-section .toggle-switch input:checked + .toggle-slider {
  background-color: #c54b52;
}
.pricing-section .toggle-switch input:checked + .toggle-slider::before {
  transform: translateX(24px);
}
.pricing-section .toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cbd5e1;
  border-radius: 30px;
  transition: 0.3s ease;
}
.pricing-section .toggle-slider::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.3s ease;
}
.pricing-section .toggle-save-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 16px;
  background-color: #d4dcff;
  color: #06559a;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
}
.pricing-section .pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 32px;
  margin: 0 auto;
  max-width: 90%;
}
@media (max-width: 992px) {
  .pricing-section .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .pricing-section .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pricing-section .pricing-card {
  background: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  padding: 32px;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
.pricing-section .pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-color: rgb(221.8571428571, 152.1428571429, 156.1428571429);
}
.pricing-section .pricing-card-featured {
  border-color: #c54b52;
  background: linear-gradient(180deg, #fff5f6 0%, #ffffff 30%);
  box-shadow: 0 8px 24px rgba(197, 75, 82, 0.15);
}
.pricing-section .pricing-card-featured:hover {
  border-color: #c54b52;
  box-shadow: 0 12px 32px rgba(197, 75, 82, 0.2);
}
.pricing-section .pricing-card-header {
  margin-bottom: 24px;
}
.pricing-section .pricing-card-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #162726;
  margin-bottom: 8px;
}
.pricing-section .pricing-card-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6c706f;
  margin: 0;
}
.pricing-section .pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}
.pricing-section .pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}
.pricing-section .pricing-features li:last-child {
  margin-bottom: 0;
}
.pricing-section .feature-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: transparent;
  color: #c54b52;
  border-radius: 4px;
  flex-shrink: 0;
  font-size: 12px;
  margin-top: 2px;
}
.pricing-section .feature-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #162726;
  line-height: 1.5;
}
.pricing-section .btn-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.pricing-section .btn-pricing i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.pricing-section .btn-pricing:hover i {
  transform: translateX(4px);
}
.pricing-section .btn-pricing-outline {
  background-color: transparent;
  color: #c54b52;
  border-color: #c54b52;
}
.pricing-section .btn-pricing-outline:hover {
  background-color: #c54b52;
  color: #ffffff;
  border-color: #c54b52;
}
.pricing-section .pricing-footer {
  text-align: center;
  margin-top: 32px;
}
.pricing-section .pricing-footer-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #6c706f;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 576px) {
  .pricing-section .pricing-footer-text {
    flex-direction: column;
    gap: 4px;
  }
}
.pricing-section .footer-dot {
  color: #6c706f;
  font-size: 16px;
}
@media (max-width: 576px) {
  .pricing-section .footer-dot {
    display: none;
  }
}
.pricing-section .pricing-decoration-target {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .pricing-section .pricing-decoration-target {
    display: none;
  }
}

.exam-ready-section {
  padding-top: 80px;
  background-color: #ffffff;
}
.exam-ready-section .exam-ready-banner {
  background-image: url("../assets/faq-section.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .exam-ready-section .exam-ready-banner {
    background-position: center;
    padding: 60px 20px;
  }
}
.exam-ready-section .exam-ready-title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #06559a;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .exam-ready-section .exam-ready-title {
    font-size: 24px;
  }
}
.exam-ready-section .exam-ready-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
}
.exam-ready-section .exam-ready-description {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.exam-ready-section .exam-ready-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.exam-ready-section .exam-ready-buttons .btn-cta {
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 8px;
  background-color: #c54b52;
  border: 1px solid #c54b52;
  color: #ffffff;
  transition: all 0.3s ease;
}
.exam-ready-section .exam-ready-buttons .btn-cta:hover {
  background-color: #bd4550;
  border-color: #bd4550;
  transform: translateY(-2px);
}
.exam-ready-section .exam-ready-buttons .btn-outline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background-color: transparent;
  border: 1px solid #c54b52;
  color: #1e293b;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}
.exam-ready-section .exam-ready-buttons .btn-outline-cta:hover {
  background-color: #fff1f2;
  transform: translateY(-2px);
}

.faq-section {
  padding: 80px 0;
  background-color: #ffffff;
}
.faq-section .faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
.faq-section .faq-accordion .accordion-item:last-child {
  border-bottom: none;
}
.faq-section .faq-accordion .accordion-button {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #334155;
  background-color: transparent;
  box-shadow: none;
  padding: 24px 0;
}
.faq-section .faq-accordion .accordion-button:not(.collapsed) {
  color: #06559a;
  background-color: transparent;
}
.faq-section .faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.faq-section .faq-accordion .accordion-button::after {
  background-size: 14px;
  transition: transform 0.3s ease;
  margin-left: auto;
}
.faq-section .faq-accordion .accordion-body {
  padding: 0 0 24px 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #6c706f;
  line-height: 1.7;
  max-width: 90%;
}
.faq-section .faq-accordion .accordion-body strong {
  color: #06559a !important;
}
.faq-section .faq-accordion .accordion-body ul {
  list-style: disc;
}

#features.features-section {
  background: linear-gradient(rgba(250, 250, 250, 0.7), rgba(250, 250, 250, 0.7)), url("../assets/about-feature-section-bg.png") no-repeat center center;
}
#features.features-section .feature-card {
  border: 1px solid #e5e5e5;
}

#core-values .drive-card .drive-body .icon {
  padding: 16px;
}
#core-values .right-decoration {
  top: -30%;
}

#why-radnexa {
  background-image: url(../assets/why-radnexa.png);
}
#why-radnexa .residency-card {
  padding: 16px;
}

#learn-radiology .residency-card.border-red .icon-box {
  background-color: #c54b52;
}
#learn-radiology .residency-card.border-blue .icon-box {
  background-color: #06559a;
}
#learn-radiology .residency-card .list {
  border: 1px solid #e5e5e5;
  padding: 12px 16px;
  border-radius: 12px;
  margin-top: 16px;
}
#learn-radiology .residency-card .list .icon {
  border-radius: 50%;
  background-color: #e8f4fc;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

#evidence-driven.evidence-driven {
  background-image: url(../assets/evidence-driven-bg.png);
}
#evidence-driven .residency-card {
  background-color: #ffffff;
}
#evidence-driven .residency-card .red-decoration-line {
  height: 70px;
  width: 6px;
  background-color: #c54b52;
  border-radius: 10px;
  margin-right: 8px;
}
#evidence-driven .residency-card .red-ul {
  list-style: none;
  padding-left: 0;
}
#evidence-driven .residency-card .red-ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}
#evidence-driven .residency-card .red-ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../assets/red-tick.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  margin-right: 12px;
}
#evidence-driven .residency-card .blue-ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#evidence-driven .residency-card .blue-ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}
#evidence-driven .residency-card .blue-ul li:last-child {
  border-bottom: none;
}
#evidence-driven .residency-card .blue-ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../assets/blue-tick.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  margin-right: 12px;
}

.comparison-table {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.table thead th {
  background-color: #c54b52;
  color: #ffffff;
  font-weight: 600;
  border: none;
  padding: 20px;
  font-size: 20px;
  vertical-align: middle !important;
  text-align: center;
}
.table thead th:first-child {
  border-right: 1px solid #e5e5e5;
}

.table tbody td {
  padding: 18px 20px;
  vertical-align: middle !important;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.table tbody td:first-child {
  border-right: 1px solid #e5e5e5;
}

.table tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  .table thead th {
    font-size: 16px;
    padding: 15px 10px;
  }
  .table tbody td {
    font-size: 14px;
    padding: 12px 10px;
  }
}
#contact-section {
  background: url("../assets/testimonials-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#contact-section .contact-card {
  padding: 24px;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  border-radius: 8px;
}
#contact-section .contact-card .icon-wrapper {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  padding: 15px;
  background-color: #c54b52;
}
#contact-section #contactForm-contact-us input,
#contact-section #contactForm-contact-us textarea,
#contact-section #contactForm-contact-us select {
  border: 1px solid #ccc !important;
  transition: border-color 0.3s ease-in;
}
#contact-section #contactForm-contact-us input:focus,
#contact-section #contactForm-contact-us textarea:focus,
#contact-section #contactForm-contact-us select:focus {
  border-color: #c54b52 !important;
  box-shadow: none !important;
}
#contact-section #contactForm-contact-us label::after,
#contact-section #contactForm-contact-us label::after {
  background: transparent !important;
}

#courses .course-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#courses .course-card .img-wrapper {
  position: relative;
}
#courses .course-card .img-wrapper img {
  width: 100%;
  border-radius: 8px;
}
#courses .course-card .badge {
  padding: 6px;
  font-size: 12px;
}
#courses .course-card .badge-primary {
  background-color: #06559a !important;
  position: absolute;
  top: -1.5%;
  left: -1.5%;
}
#courses .course-card .text-bg-light {
  background-color: #f7f7f8 !important;
}
#courses .course-card .description p {
  color: #6c706f;
}
#courses .course-card .description p span {
  font-weight: 500;
  color: #000000;
}
#courses .course-card .description .header__cta, #courses .course-card .description .header__cta__blue {
  margin: 0;
  border-radius: 50px;
  padding: 8px 12px !important;
}
#courses .course-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
#courses .course-accordion .accordion-item:last-child {
  border-bottom: none;
}
#courses .course-accordion .accordion-button {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #334155;
  background-color: #f8f7fb;
  box-shadow: none;
  padding: 24px;
}
#courses .course-accordion .accordion-button:not(.collapsed) {
  color: #06559a;
  background-color: #f8f7fb;
}
#courses .course-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: #f8f7fb;
}
#courses .course-accordion .accordion-button::after {
  background-size: 14px;
  transition: transform 0.3s ease;
  margin-left: auto;
}
#courses .course-accordion .accordion-body {
  padding: 0 0 24px 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #6c706f;
  line-height: 1.7;
  max-width: 100%;
}
#courses .course-accordion .accordion-body strong {
  color: #06559a !important;
}
#courses .course-accordion .accordion-body .module-list .module-item {
  padding: 1.25rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease;
  cursor: pointer;
}
#courses .course-accordion .accordion-body .module-list .module-item:last-child {
  border-bottom: none;
}
#courses .course-accordion .accordion-body .module-list .module-item:hover {
  background-color: #f8f9fa;
}
#courses .course-accordion .accordion-body .icon-box {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-color: #e6f0fa;
  color: #2c7be5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
#courses .course-accordion .accordion-body .module-title {
  color: #333;
  font-weight: 400;
}
#courses .course-accordion .accordion-body .module-meta {
  white-space: nowrap;
  font-size: 0.9rem;
  opacity: 0.7;
}

.pricing-card .sub-features {
  list-style: disc;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  width: 100%;
}
.pricing-card .sub-features li {
  font-size: 14px;
  font-weight: 400;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
}
.pricing-table tr {
  border-bottom: 1px solid #e0e0e0;
}
.pricing-table tr:last-child {
  border-bottom: none;
}
.pricing-table td {
  padding: 0.75rem 0;
  font-size: 1rem;
  color: #333;
}
.pricing-table td:first-child {
  font-weight: 500;
  color: #555;
}
.pricing-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: #c54b52;
}
.pricing-table .premium-membership {
  font-size: 0.85rem;
  color: #666;
  font-weight: 400;
}

.course-module-card {
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.course-module-card .module-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 32px;
}
.course-module-card.module-a .module-header {
  background-image: url("../assets/course-module-a.png");
}
.course-module-card.module-b .module-header {
  background-image: url("../assets/course-module-b.png");
}
.course-module-card.module-c .module-header {
  background-image: url("../assets/course-module-c.png");
}
.course-module-card.module-d .module-header {
  background-color: #c54b52;
}
.course-module-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.most-popular-badge {
  background-color: #06559a;
  color: #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  height: 50px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-weight: 600;
  font-size: 20px;
  font-style: italic;
}
@media (max-width: 768px) {
  .most-popular-badge {
    font-size: 18px;
  }
}

.module-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.module-title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.module-subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.module-section {
  padding: 10px 32px;
}
.module-section .section-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  justify-content: start;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.module-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module-list li {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.module-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #c54b52;
  font-weight: bold;
  font-size: 14px;
}

.module-ideal {
  font-size: 13px;
  margin-top: auto;
  padding: 20px;
  border-left: 2px solid #c54b52;
  line-height: 1.6;
  background-color: #f8f3f4;
}
.module-ideal strong {
  font-weight: 700;
}

@media (max-width: 992px) {
  .module-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .course-module-card {
    margin-bottom: 20px;
  }
  .module-title {
    font-size: 18px;
  }
  .module-subtitle {
    font-size: 14px;
  }
}
#registerModal input,
#registerModal textarea,
#registerModal select,
#revealPrice input,
#revealPrice textarea,
#revealPrice select {
  border: 1px solid #ccc !important;
  transition: border-color 0.3s ease-in;
}
#registerModal input:focus,
#registerModal textarea:focus,
#registerModal select:focus,
#revealPrice input:focus,
#revealPrice textarea:focus,
#revealPrice select:focus {
  border-color: #c54b52 !important;
  box-shadow: none !important;
}
#registerModal label::after,
#registerModal label::after,
#revealPrice label::after,
#revealPrice label::after {
  background: transparent !important;
}

#question-bank .card:hover {
  transform: translateY(0);
  box-shadow: unset;
}

.breadcrumb-section {
  background-image: url("../assets/breadcrumb-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
  min-height: 200px;
}
.breadcrumb-section h1 {
  color: #06559a;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.breadcrumb-section .subtitle {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.breadcrumb-section .subtitle span {
  color: #c54b52;
  font-weight: 500;
}
.breadcrumb-section .subtitle a {
  color: #06559a;
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb-section .subtitle a:hover {
  text-decoration: underline;
}
.breadcrumb-section .custom-breadcrumb {
  background-color: #d4dcff;
  padding: 10px 20px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #06559a;
}
.breadcrumb-section .custom-breadcrumb a {
  color: #06559a;
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb-section .custom-breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb-section .custom-breadcrumb .separator {
  color: #666;
}
.breadcrumb-section .custom-breadcrumb .active {
  color: #666;
}
@media (max-width: 768px) {
  .breadcrumb-section .breadcrumb-section {
    padding: 40px 0;
    min-height: 150px;
  }
  .breadcrumb-section h1 {
    font-size: 28px;
  }
  .breadcrumb-section .subtitle {
    font-size: 14px;
  }
  .breadcrumb-section .decorative-element-top-right {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */