:root {
  --primary-color: #155dfc;
}
body {
  font-size: 0.875rem;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #4b5563;
}

h2,
h3,
h4,
h5,
h6 {
  color: #0a0a0a;
}

a {
  color: var(--primary-color);
}
a:hover {
  color: #0b5ed7;
}

strong {
  font-weight: 500;
}
.btn {
  border-radius: 0.625rem;
}
.btn-brand-primary {
  background-color: #fcd723;
  border: 1px solid #fcd723;
  transition: all 0.25s ease-out;
  color: #101828;
}
.btn-brand-primary:hover,
.btn-brand-primary:focus,
.btn-brand-primary:active {
  background-color: rgba(251, 215, 41, 0.1);
  border-color: #fcd723;
}
.btn-brand-secondary {
  background-color: #ca3500;
  border: 1px solid #ca3500;
  transition: all 0.25s ease-out;
  color: #fff;
}
.btn-brand-secondary:hover,
.btn-brand-secondary:focus,
.btn-brand-secondary:active {
  background-color: #fcd723;
  border-color: #fcd723;
  color: #101828;
}
.btn-primary {
  background-color: var(--primary-color);
}
.top-bar .navbar-brand {
  font-size: 0.75rem;
  align-items: center;
}
.top-bar .navbar-brand-text {
  display: block;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1rem;
}
.main-nav {
  background-color: rgba(14, 121, 193, 0.05);
}
.banner-wrapper {
  background: linear-gradient(to bottom, #dc2626 0%, #761414 100%);
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.stats-card {
  padding: 1rem;
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
}
.bg-brand-light {
  background-color: #f9fafb;
}
.shadow-card-light {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  background-color: #fff;
}
.shadow-card-light.blue {
  background-color: #eff6ff;
}
.shadow-card-light .btn-link {
  padding: 0;
  text-decoration: none;
}
.shadow-card-light .btn-link img {
  transition: all 0.25s ease-out;
}
.shadow-card-light .btn-link:hover img {
  padding-left: 1rem;
}
.dark-text {
  color: #212121;
}
.text-primary {
  color: var(--primary-color);
}
.card {
  border: 2px solid #eff6ff;
  border-radius: 1rem;
}
.badge-outline-secondary {
  border: 1px solid #99a1af;
  color: #0a0a0a;
}
.badge-outline-warning {
  border: 1px solid #a65f00;
  color: #a65f00;
}
.badge-outline-primary {
  border: 1px solid #155dfc;
  color: #0a0a0a;
}
.text-bg-primary {
  background-color: var(--primary-color) !important;
}
.card-link {
  text-decoration: none;
  color: #0a0a0a;
}
.icon-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.icon-heading img {
  width: 30px;
  height: 30px;
}
.icon-round {
  display: inline-flex;
  width: 80px;
  height: 80px;
  background-color: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.icon-round img {
  width: 40px;
  height: 40px;
}
.card.light {
  border: 1px solid #e5e7eb;
}
.card.light .card-body a {
  text-decoration: none;
  color: #212121;
}
.card.light .card-body a:hover {
  color: var(--primary-color);
}
.footer-wrapper {
  background-color: #101828;
  color: #fff;
}
.footer-nav {
  padding-left: 0px;
  list-style: none;
}
.footer-nav li {
  padding-top: 1rem;
}
.footer-wrapper a {
  text-decoration: none;
  color: #fff;
}
.footer-wrapper a:hover {
  color: var(--primary-color);
}
.copy-text {
  margin-top: 2rem;
  border-top: 1px solid #1e2939;
  padding-top: 2rem;
  text-align: center;
}
.inner-banner-wrapper {
  background: linear-gradient(to bottom, #dc2626 0%, #761414 100%);
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.125rem;
}
.title-box {
  font-size: 1.25rem;
  padding: 1.125rem;
  background-color: #eff6ff;
  color: var(--primary-color);
  border-radius: 0.625rem;
  font-weight: 500;
}
.list {
  list-style: none;
}
.list li {
  position: relative;
  margin-top: 1rem;
}
.list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 7px;
  background-color: var(--primary-color);
}
.team-card {
  border: 0px none;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
.team-card .card-img-top {
  border-radius: 1rem 1rem 0 0;
  object-fit: cover;
}
.team-card .card-body {
  padding: 1.5rem;
}
.section-card {
  padding: 2rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.625rem;
}
.img-round {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #dbeafe;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}
.img-round img {
  width: 35px;
  height: 35px;
}
.filter-wraper {
  border-bottom: 1px solid #e5e7eb;
}
.filter-group {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  flex-wrap: wrap;
}
.filter-group .btn {
  margin-top: 1rem;
  background-color: #f3f4f6;
  border-radius: 0.625rem;
}
.filter-group .btn.active,
.filter-group .btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.video-card {
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
  border-radius: 0.625rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.video-card .card-header {
  display: flex;
  align-items: start;
  column-gap: 1rem;
}
.icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dbeafe;
  width: 50px;
  height: 50px;
  border-radius: 0.625rem;
}
.icon-box img {
  width: 25px;
  height: 25px;
}
.video-card .text-primary {
  font-size: 0.75rem;
}
.video-card h4 {
  font-size: 1.125rem;
  padding-top: 0.5rem;
}
.video-card .instructor {
  font-size: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.65rem;
}
.exam-calendar-item {
  padding-left: 1rem;
  border-left: 4px solid var(--primary-color);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.icon-w25 {
  width: 25px;
}
.bg-light-blue {
  background-color: rgba(21, 93, 252, 0.05);
}
.brand-table th,
.brand-table td {
  padding: 1rem;
  font-size: 0.75rem;
}
.brand-table th {
  background-color: #f9fafb;
}
.brand-table th:first-child {
  border-radius: 10px 0 0 0;
}
.brand-table th:last-child {
  border-radius: 0 10px 0 0;
}
.landing-banner img {
  width: 100%;
  border: 4px solid var(--primary-color);
  border-radius: 50%;
}
.register-block {
  border: 2px solid #99a1af;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.landing-features img {
  width: 50px;
}

.img-circle {
  border-radius: 50%;
}
.scholarship-block {
  background-color: #facc15;
  border-radius: 1rem;
  padding: 1.5rem;
  color: #212121;
}
.scholarship-block .register-block {
  border: 0px none;
}
/*
 * Responsive
 */
@media screen and (min-width: 1200px) {
  .landing-banner h1 {
    font-size: 3.5rem;
    font-weight: 300;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 768px) {
  .main-nav .nav-item:not(:last-child) {
    margin-right: 1.5rem;
  }
  .banner-wrapper {
    padding-top: 4rem;
  }
  .equal-height {
    height: calc(100% - 1.5rem);
  }
  .card.light .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .team-card {
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-bar .navbar-toggler {
    position: absolute;
    right: 55px;
  }
  .top-bar .navbar-nav {
    margin-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-bar .navbar-nav {
    display: none;
  }
  .banner-btn-group {
    text-align: center;
    margin-bottom: 2rem;
  }
  .card.light .card-body a {
    display: block;
    margin-bottom: 0.5rem;
  }
  .top-bar .navbar-brand {
    font-size: 0.55rem;
  }
  .main-nav {
    padding: 0px;
  }
  .banner-wrapper h1 {
    font-size: 1.5rem;
  }
  .banner-wrapper h1 + p.fs-5 {
    font-size: 1rem !important;
    padding-top: 1rem;
  }
  .section-card {
    padding: 1rem;
  }
}

/* Testimonial Slider Styles */
.testimonial-slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 50px;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-card {
  flex: 0 0 100%;
  padding: 1rem;
  box-sizing: border-box;
}

.testimonial-content {
  /* background-color: #f9fafb; */
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.quote-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
}

.testimonial-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.testimonial-student {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.student-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary-color);
}

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

.student-name {
  font-size: 1rem;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 0.25rem;
}

.student-batch {
  font-size: 0.875rem;
  color: #6b7280;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.slider-arrow:hover {
  background-color: #0b5ed7;
  transform: translateY(-50%) scale(1.1);
}

.slider-arrow-left {
  left: 0;
}

.slider-arrow-right {
  right: 0;
}

.slider-arrow img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.slider-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d1d5db;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dots .dot.active {
  background-color: var(--primary-color);
  transform: scale(1.2);
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .testimonial-slider {
    padding: 0 40px;
  }
  
  .testimonial-card {
    padding: 0.5rem;
  }
  
  .testimonial-content {
    padding: 1.5rem;
  }
  
  .quote-icon {
    width: 30px;
    height: 30px;
  }
  
  .testimonial-description {
    font-size: 0.875rem;
  }
  
  .student-image {
    width: 50px;
    height: 50px;
  }
  
  .student-name {
    font-size: 0.875rem;
  }
  
  .student-batch {
    font-size: 0.75rem;
  }
  
  .slider-arrow {
    width: 35px;
    height: 35px;
  }
  
  .slider-arrow img {
    width: 16px;
    height: 16px;
  }
}

/* FAQ Accordion Styles */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 1rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background-color: #f9fafb;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.faq-question:hover {
  background-color: #eff6ff;
}

.faq-question.active {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.faq-title {
  font-size: 1rem;
  font-weight: 500;
  color: #0a0a0a;
  padding-right: 1rem;
}

.faq-question.active .faq-title {
  color: #fff;
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.faq-icon .plus-icon,
.faq-icon .minus-icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.faq-icon .minus-icon {
  display: none;
}

.faq-question.active .plus-icon {
  display: none;
}

.faq-question.active .minus-icon {
  display: block;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-top: none;
  border-radius: 0 0 0.625rem 0.625rem;
}

.faq-answer.open {
  max-height: 500px;
  padding: 1.5rem;
}

.faq-answer p {
  margin: 0;
  color: #4b5563;
  line-height: 1.6;
}

/* Quiz Answer Highlighting */
.correct-answer {
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
  color: #155724 !important;
}

.wrong-answer {
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
  color: #721c24 !important;
}

/* Social Media Links */
.social-media-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.social-link.facebook {
  background-color: #1877f2;
  color: #fff;
}

.social-link.twitter {
  background-color: #1da1f2;
  color: #fff;
}

.social-link.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}

.social-link.linkedin {
  background-color: #0077b5;
  color: #fff;
}

.social-link.youtube {
  background-color: #ff0000;
  color: #fff;
}

.social-link.whatsapp {
  background-color: #25d366;
  color: #fff;
}

.social-link i {
  font-size: 1.1rem;
}

/* Mobile Responsive FAQ */
@media (max-width: 767px) {
  .faq-container {
    padding: 0 0.5rem;
  }

  .faq-question {
    padding: 1rem;
  }

  .faq-title {
    font-size: 0.875rem;
  }

  .faq-icon {
    width: 24px;
    height: 24px;
  }

  .faq-icon .plus-icon,
  .faq-icon .minus-icon {
    width: 16px;
    height: 16px;
  }

  .faq-answer.open {
    padding: 1rem;
  }

  .faq-answer p {
    font-size: 0.875rem;
  }

  .social-media-links {
    gap: 0.75rem;
  }

  .social-link {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .social-link i {
    font-size: 1rem;
  }
}

.editor-body img{
  width: 30% !important;
}
a.navbar-brand img:first-child{
  height: 40px !important;
} 