/*
 Theme Name:   Twenty Twenty Child
 Template:     twentytwenty
 Version:      1.0.0
*/
@font-face {
  font-family: "Roboto";
  src: url("./font/roboto/roboto-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("./font/roboto/roboto-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("./font/roboto/roboto-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("./font/roboto/roboto-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("./font/roboto/roboto-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --fontstack-body: "Roboto", arial, sans-serif;
  --primary: #00824b;
  --white: #fff !important;
  --neutral: #ccc;
  --custom-black: #1e1e1e;
  --gray-dark: #444;
}

body {
  font-family: var(--fontstack-body) !important;
  color: var(--gray-dark) !important;
  font-size: 16px;
  line-height: 160%;
}
#site-content {
  overflow: clip;
}
/* Custom homepage styles */
/* Header section CSS */
.header-inner {
  width: 100%;
  height: 72px;
}

.header-footer-group {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}

.header-inner {
  padding: 0;
}

.site-logo {
  width: 145.333px;
  height: 40px;
  margin: 10px 0 !important;
}

.primary-menu > li {
  line-height: 140%;
  height: auto;
  padding: 0;
  margin: 0;
  font-weight: 600;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #000;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
}

.primary-menu > li a {
  color: #222 !important;
  font-size: 16px;
  padding: 34px 8px 26px;
}
#bookDemoBtn .header-cta {
  padding: 11px 16px !important;
  width: 155px;
  margin-left: 10px !important;
  font-size: 14px !important;
}
.bookDemoBtn-hidden {
  display: none;
}
.primary-menu a:hover {
  color: #00824b !important;
  text-decoration: none;
}

.header-inner {
  width: 100%;
}

.header-titles {
  margin: 0;
}

.header-titles-wrapper {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.mobile-menu ul {
  padding: 0;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
  font-weight: normal;
  font-size: 14px;
}

.mobile-menu a {
  color: #222;
}
.toggle-inner {
  height: 4.3rem;
}
button.close-nav-toggle {
  padding: 2rem 0;
}
/* End Header section CSS */
/* sub Menu */
.primary-menu > li.menu-item-has-children > a {
  padding-right: 1.2rem;
}

.primary-menu .icon {
  height: 0.9rem;
}

.primary-menu .icon::before,
.primary-menu .icon::after {
  background-color: #222;
}

.primary-menu .icon:hover::before,
.primary-menu .icon:hover::after {
  background-color: #00824b !important;
}

.primary-menu ul {
  top: calc(100% + 0rem);
  padding: 0rem 0;
}

.primary-menu li {
  border-bottom: solid 1px var(--white) !important;
}

body:not(.overlay-header) .primary-menu ul {
  background-color: #ebe9e9;
}

.primary-menu .icon::before {
  height: 0.7rem;
  width: 0.12rem;
}

.primary-menu > li > .icon {
  right: -0rem;
  top: calc(50% - 0.5rem);
}

.primary-menu .icon::after {
  height: 0.12rem;
  width: 0.7rem;
}

body:not(.overlay-header) .primary-menu > li > ul:after {
  border-bottom-color: #ebe9e9;
}

.primary-menu li {
  font-size: 14px;
}

.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a{
    text-decoration:none;
    color: #00824b !important;
}
.primary-menu li.current-menu-item > a:hover{
    color: #00824b !important;
}

/* End sub Menu */
/* Footer section CSS */
#site-footer {
  background: #000;
  padding: 30px 0px;
  color: var(--white) !important;
  font-size: 12px;
  margin: 0 !important;
}

.footer-log {
  width: 110px;
  height: 32px;
  margin-bottom: 12px;
}

.footer-container {
  display: flex;
  padding: 0px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}

.subfooter {
  background: #000;
  border-top: solid 1px rgba(229, 229, 229, 0.2);
  margin-top: 30px !important;
  padding-top: 30px;
}

.subfooter-row {
  align-items: center;
}

.footer-menu-li {
  text-align: left;
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: 1fr;
  gap: 0 24px;
}

.footer-menu-li ul {
  margin: 0;
  padding: 0;
  gap: 16px;
  flex-flow: column;
  display: flex;
  font-size: 14px;
}

.footer-menu-li ul li {
  list-style: none;
  margin: 0;
  cursor: pointer;
}
.footer-menu-li ul li a {
  color: #fff;
}
.footer-menu-li ul li a:hover {
  color: #00be6d;
  text-decoration: none !important;
}

.subfooter .policy {
  margin-bottom: 12px;
}

.subfooter .policy a {
  text-decoration: underline;
  position: relative;
  font-size: 12px;
  line-height: 19.2px;
  font-weight: 400;
  padding-right: 8px;
  margin-right: 8px;
  display: inline-block;
  color: var(--white) !important;
}

.subfooter .policy a:hover {
  color: #00824b;
}

.subfooter .policy a:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  height: 100%;
  width: 1px;
  background: var(--white) !important;
  height: 12px;
}

.subfooter .policy a:after:last-child {
  margin: 0;
  padding: 0;
}

.subfooter .info {
  font-size: 12px;
  line-height: 19.2px;
}

.subfooter .info a {
  font-size: 12px;
  line-height: 19.2px;
  color: var(--white) !important;
}

.subfooter .info a:hover {
  color: #00824b;
}

.subfooter .copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 16.8px;
}

.subfooter .policy a:nth-child(4)::after {
  background: none !important;
}

.social_media_link .btn.btn-social {
  margin-right: 5px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  transition: 0.3s;
  border: none;
  padding: 0;
  font-size: 18px;
  margin-bottom: 5px;
  border-radius: 4px !important;
}

.social_media_link .btn-social.twitter {
  background: var(--white) !important;
}

.social_media_link .btn-social.insta {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.social_media_link .btn-social.linkedin {
  background: #0075b8;
}

.social_media_link .btn-social.facebook {
  background: #3454a4;
}

.social_media_link .btn-social.youtube {
  background: #cd201f;
}

.social_media_link .btn-social.twitter:hover,
.social_media_link .btn-social.facebook:hover,
.social_media_link .btn-social.linkedin:hover,
.social_media_link .btn-social.insta:hover,
.social_media_link .btn-social.youtube:hover {
  background: var(--white) !important;
}

.social_media_link .btn-social.twitter:hover {
  color: #00a2f9;
}

.social_media_link .btn-social.facebook:hover {
  color: #3454a4;
}

.social_media_link .btn-social.linkedin:hover {
  color: #0075b8;
}

.social_media_link .btn-social.insta:hover .bg {
  color: transparent;
  background: -webkit-radial-gradient(
    30% 107%,
    circle,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -o-radial-gradient(
    30% 107%,
    circle,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -webkit-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.social_media_link .btn-social.youtube:hover {
  color: #cd201f;
}

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* End Footer section CSS */
/* Top Universities section CSS */
.top-universities {
  padding: 40px 0;
  position: relative;
  z-index: 2;
  background: #fff;
}
.universities-sec {
  display: grid;
  gap: 0 16px;
  grid-template-columns: repeat(5, 1fr);
}

/* Top Universities section CSS */
/* Top highlights section CSS */
#highlights {
  background: #d54308;
  padding: 16px 0;
  font-size: 56px !important;
  font-style: normal;
  font-weight: 500 !important;
}

#highlights .news-ticker {
  color: white;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

#highlights .news-ticker-content {
  display: inline-block !important;
  padding-left: 100% !important;
  animation: scroll-left 25s linear infinite !important;
  white-space: nowrap !important;
}

#highlights .news-item {
  display: inline-block;
  margin-right: 12px;
}

#highlights .news-item::before {
  content: "";
  /* margin-left: 10px; */
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../twentytwenty-child/img/star-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Top highlights section CSS */
/* Cleaned up for clarity and only necessary styles */
.main-heading {
  container: main-heading / inline-size;
  display: flex;
  flex-direction: column;
  gap: 2px;
  letter-spacing: 0px;
  text-align: center;
}

.header-star {
  position: absolute;
  width: 34px !important;
  height: 26px !important;
  left: 0px;
  top: 4px;
  z-index: 1;
  display: inline-block;
}

span.main-i {
  position: relative;
}

span.main-i:after {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
  top: 12px;
  width: 100%;
  height: 10px;
  left: 0;
}

.main-heading-row-top,
.main-heading-row-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 24px;
  width: 100%;
}

.main-heading-card--students,
.main-heading-card--faculty {
  display: flex;
  align-items: center;
  padding: 6px;
  border-radius: 50px;
}

.main-heading-card--students {
  background-color: #d54308;
}

.main-heading-card--faculty {
  background-color: var(--primary);
}

.card-img-circle-a,
.card-img-circle-b {
  position: relative;
  margin-left: -24px;
  width: 44px;
  flex-shrink: 0;
  border-radius: 50%;
}

.card-img-circle-a {
  border: 2px solid #d54308;
}

.card-img-circle-b {
  border: 2px solid #00824b;
}

.card-img-circle1,
.card-img-circle4 {
  margin-left: 0;
  margin-top: 0;
  width: 40px;
  border: none;
}

.card-img-circle2,
.card-img-circle5 {
  z-index: 1;
}

.card-img-circle3 {
  z-index: 2;
}

.main-heading-title {
  font-weight: 600;
  font-size: inherit;
  position: relative;
}

.main-heading-title-left2 {
  font-style: italic;
  font-weight: 700;
}

.main-heading-title-right2 {
  font-style: normal;
  font-weight: 600;
}

@container main-heading (max-width < 712px) {
  .main-heading-row-top {
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .main-heading-row-top > * {
    text-align: center;
  }
}

@container main-heading (max-width < 786px) {
  .main-heading-row-bottom {
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .main-heading-row-bottom > * {
    text-align: center;
  }
}

/* Accodrion 2nd 3rd and 4th Section Css */

/* ===================== Stats & Testimonial ===================== */
.stats-testi {
  margin: 2rem auto;
}

.stats-run {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.stats-text {
  font-size: 18px;
  font-weight: 400;
}

.stats-box {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../twentytwenty-child/img/accordion-slider/stats-bg-1.png") no-repeat
      center/cover;
  color: #fff;
  border-radius: 12px;
  padding: 3.2rem;
  height: 100%;
}
.stats-box h3 {
  font-size: 42px;
  margin-bottom: 0 !important;
  color: var(--white) !important;
}
.stats-box h3 .stats-number {
  font-size: 56px !important;
}
.stats-box .stats-text {
  margin-bottom: 28px;
}

.arrow-up {
  color: #0dff00;
  font-weight: bold;
  font-size: 3rem;
  position: relative;
  top: -8px;
}

.testimonial-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.profile-image {
  width: 250px;
  object-fit: cover;
  border-radius: 1rem 0 0 1rem;
}

.testimonial-content-wrapper {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.testimonial-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #343a40;
  margin: 0;
}

.text-muted {
  font-size: 16px;
  font-weight: 400;
}

.testi-text {
  font-size: 24px;
  font-weight: 500;
}

.text-muted-title {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.quote-icon {
  position: absolute;
  right: 20px;
  bottom: 45px;
}

.quote-icon img {
  max-width: 80%;
}

/* ===================== Layout basics for slider + pinned ===================== */
.slider-wrapper {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  /* prevent overlap */
  box-sizing: border-box;
}

.pinned-sections {
  flex: 0 0 36%;
  padding: 2rem;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 5;
  align-self: flex-start;
  /* keep above images */
  box-sizing: border-box;
  background: transparent;
}

.pinned-sections h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
}

/* Progress bars */
.progress-bar-container {
  display: flex;
  gap: 10px;
  margin: 1.25rem 0;
  width: 40%;
  align-items: center;
}

.bar-block {
  flex: 1;
  background-color: var(--neutral);
  height: 3px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.bar-block-inner {
  height: 100%;
  width: 0;
  transition: width 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  background: var(--neutral);
  display: block;
  border-radius: 4px;
}

.progress-bar-container .bar-block-inner {
  background: var(--custom-black);
}

.progress-bar-container .bar-block-inner.full {
  width: 100% !important;
}

/* ===================== Pinned items (accordion) ===================== */
.pinned-item {
  margin: 1rem 0 2rem 0;
  opacity: 0.95;
  transition: opacity 0.28s ease, transform 0.28s ease;
  cursor: pointer;
  user-select: none;
  border-radius: 8px;
  background: transparent;
  padding: 0;
  /* height: 418px; */
  height: 100%;
  outline: none;
  overflow: hidden;
}

.pinned-item p {
  margin: 0.25rem 0 0;
  color: var(--muted);
}

.pinned-item:focus {
  outline: none !important;
}

.pinned-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.pinned-item h3 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 22px;
}

/* toggle arrow */
.toggle-arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.18s;
  opacity: 0.85;
}

.pinned-item[aria-expanded="true"] .toggle-arrow {
  transform: rotate(90deg);
  opacity: 1;
}

/* collapse/expand desc with animation using max-height */
.desc {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin-top: 0.5rem;
  color: var(--muted);
  transition: max-height 0.42s cubic-bezier(0.2, 0.8, 0.2, 1),
    padding 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.desc p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

/* allow enough room when expanded; keep conservative but adjustable */
.pinned-item[aria-expanded="true"] .desc {
  max-height: 420px;
  /* increase if you have larger content */
  padding-top: 0.5rem;
}

/* visual state */
.pinned-item[aria-expanded="true"] {
  opacity: 1;
  transform: translateY(0);
}

/* ===================== Slides ===================== */
/* container that will be translated by JS: keep block behavior */
.slides {
  display: block;
  width: 100%;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
  overflow: visible;
  padding: 0;
  box-sizing: border-box;
  padding-bottom: 8px !important;
  /* gentle default to avoid gap collapse */
}

/* individual slides (visible viewport area controlled by JS/parent height) */
.slide {
  width: 100%;
  min-width: 100%;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transform: scale(0.98);
  transition: opacity 0.45s, transform 0.45s, box-shadow 0.45s;
  position: relative;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  box-sizing: border-box;
  height: var(--slide-height);
  background: #f2f5f7;
  /* default for desktop */
}

/* image sizing - keep aspect, prevent pointer events */
.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  display: block;
}

/* active slide visual */
.slide.is-active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

/* safe overrides for empty wrappers */
#slidesWrapper-1.empty,
#slidesWrapper-2.empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
}

/* ===================== Responsive rules (mobile first adjustments) ===================== */
/* DESKTOP ≥992px */

/* Accodrion 2nd 3rd and 4th Section Css End */

/* Common CSS Starts */
.bg-white {
  background-color: var(--white) !important;
}

.bg-gray-light {
  background-color: #f8f8f8 !important;
}

.bg--primary {
  background-color: var(--primary) !important;
}

.text--primary {
  color: var(--primary) !important;
}

.btn--primary {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  border: none !important;
}

.btn--white {
  background-color: var(--white);
  border: 1px solid #e5e5e5;
  outline-color: rgba(0, 0, 0, 0);
  color: #222 !important;
}

.btn--white:hover {
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.btn--white:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.btn--primary:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    var(--primary) !important;
  color: var(--white) !important;
}

.btn--primary:active,
.btn--primary:focus {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.2)
    ),
    var(--primary) !important;
  color: var(--white) !important;
}

.btn-outline-gray {
  border: solid 1px #e5e5e5 !important;
  color: #222 !important;
}

.btn--large {
  padding: 15px 22px;
}

.p-y-0 {
  padding-left: var(--rb--spacing--s);
  padding-right: var(--rb--spacing--s);
}

.p-b-m {
  padding-bottom: var(--rb--spacing--m);
}

.p-b-l {
  padding-bottom: var(--rb--spacing--s);
}

.p-b-xl {
  padding-bottom: var(--rb--spacing--xl);
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-flex {
  display: flex !important;
}

.section--p-t,
.section--py {
  padding-top: 120px !important;
}

.section--p-b,
.section--py {
  padding-bottom: 120px !important;
}

.mt-3 {
  margin-top: 20px !important;
}

.mb-3 {
  margin-bottom: 20px !important;
}

.para--one {
  font-size: 18px;
  line-height: 140%;
}

.para--two {
  font-size: 18px;
  line-height: 140%;
}

.para--three {
  font-size: 16px;
  line-height: 160%;
}

h1 {
  font-size: 56px !important;
  line-height: 110% !important;
}

h2 {
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 120% !important;
}

h3 {
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 140% !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--custom-black) !important;
}
.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.section-header {
  margin-bottom: 40px;
}

/* Common CSS ends */

/* Hero Section Starts */
.hero-title-section {
  background: var(--white) !important;
  color: #3f3f3f;
  padding: 0;
}

.hero-title-container {
  padding: 190px 0 0px !important;
}

.hero-title-section h1 {
  font-size: 72px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 110% !important;
  padding-bottom: 16px;
}

h1.hero-heading {
  display: block;
  margin-inline: auto;
  justify-content: center;
  position: relative;
}

span.icon-i {
  position: relative;
  margin-right: 0px;
  width: 20px;
  margin-left: -20px;
}

/* Timeline starts */
.timeline {
  position: relative;
  height: 250px;
}

.timeline .base-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px dashed #ccc;
  z-index: 1;
}

.timeline .item {
  position: absolute;
  text-align: center;
  opacity: 0;
}

.timeline .box {
  display: inline-block;
  padding: 10px 16px;
  border: 2px solid;
  border-radius: 8px;
  background: #fff;
  font-weight: 500;
  position: relative;
  z-index: 2;
  letter-spacing: 0.2px;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.08))
    drop-shadow(0 2px 3px rgba(0, 0, 0, 0.06));
}

.timeline .box .diamond {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 12px;
  height: 12px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 0 2px #fff inset;
}

.timeline .line {
  position: absolute;
  width: 2px;
  border-left: 2px dashed #aaa;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  z-index: 0;
  top: 100%;
}

.timeline .arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  opacity: 0;
  margin-left: -8px;
}

/* staggered box positions */
.timeline .item1 {
  left: 2%;
  top: 15%;
}

.timeline .item2 {
  left: 18%;
  top: 25%;
}

.timeline .item3 {
  left: 36%;
  top: 18%;
}

.timeline .item4 {
  left: 52%;
  top: 28%;
}

.timeline .item5 {
  left: 70%;
  top: 20%;
}

.timeline .item6 {
  left: 88%;
  top: 30%;
}

/* Colors */
.timeline .item1 .box {
  border-color: #0f9d58;
  color: #0f9d58;
}

.timeline .item1 .arrow {
  border-top: 10px solid #0f9d58;
}

.timeline .item2 .box {
  border-color: #4c46c2;
  color: #4c46c2;
}

.timeline .item2 .arrow {
  border-top: 10px solid #4c46c2;
}

.timeline .item3 .box {
  border-color: #0ea5a3;
  color: #0ea5a3;
}

.timeline .item3 .arrow {
  border-top: 10px solid #0ea5a3;
}

.timeline .item4 .box {
  border-color: #d74b4b;
  color: #d74b4b;
}

.timeline .item4 .arrow {
  border-top: 10px solid #d74b4b;
}

.timeline .item5 .box {
  border-color: #7e22ce;
  color: #7e22ce;
}

.timeline .item5 .arrow {
  border-top: 10px solid #7e22ce;
}

.timeline .item6 .box {
  border-color: #f97316;
  color: #f97316;
}

.timeline .item6 .arrow {
  border-top: 10px solid #f97316;
}

.hero-desktop-timeline .hero-desktop {
  border-radius: 12px;
  box-shadow: 0 -96px 27px 0 rgba(74, 74, 74, 0),
    0 -61px 24px 0 rgba(74, 74, 74, 0.01), 0 -34px 21px 0 rgba(74, 74, 74, 0.03),
    0 -15px 15px 0 rgba(74, 74, 74, 0.04), 0 -4px 8px 0 rgba(74, 74, 74, 0.05);
}

/* Timeline ends */

video {
  display: block;
  position: relative;
  bottom: -88px;
  width: 90% !important;
  margin-inline: auto;
}
/* Hero Section Ends */

/* Custom FAQ styles */
.faq-section {
  background-color: var(--white) !important;
}

.faq-heading {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}

.faq-accordion .accordion-item:last-child {
  border-bottom: unset !important;
}

.faq-accordion .accordion-button {
  position: relative;
  padding-left: 0 !important;
}

.faq-accordion .accordion-button,
.faq-accordion .accordion-button::after {
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 140%;
  text-decoration: none !important;
  padding-top: 24px;
  padding-bottom: 24px;
  letter-spacing: 0 !important;
}

.faq-accordion .accordion-button::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  line-height: 0 !important;
}

/* Remove default Bootstrap accordion background */
.faq-accordion .accordion-button:not(.collapsed) {
  background-color: var(--white) !important;
  color: #000;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  box-shadow: none !important;
}
.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

.faq-accordion .accordion-body {
  color: #666 !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  padding-bottom: 24px;
  padding-inline: 0;
  letter-spacing: 0 !important;
}

/* Accessible toggle indicators (+ / -) */
.faq-accordion .accordion-button::after {
  background-image: none !important;
  content: "+";
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "–";
}

/* Feature Cards Section Starts */
.feature-card {
  background: var(--white) !important;
  border-radius: 0.75rem;
  transition: transform 0.2s ease-in-out;
  height: 100%;
  display: flex;
}

.feature-card:hover {
  transform: translateY(-3px);
}

.feature-icon {
  font-size: 1.5rem;
  color: #4a5568;
}

.feature-card img {
  border-radius: 0.75rem 0.75rem 0 0;
}

.feature-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-body h3 {
  margin-inline: unset !important;
}
.feature-body .logo-parent {
  margin-bottom: 24px;
}
.feature-body .card-title {
  margin-bottom: 8px;
  font-size: 22px !important;
}
/* Feature Cards Section Ends */
/* Demo Section Starts */
.demo-section {
  background: #d54308;
}

.cmn-large-btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 140% !important;
  text-decoration: none !important;
  border-radius: 8px;
  cursor: pointer;
}

/* Demo Section Ends */

.accordion-wrapper h2,
.accordion-wrapper-alt h2 {
  /* position: sticky; */
  top: 80px;
  /* adjust to match your header height */
  background: #fff;
  z-index: 10;
  padding: 10px 0;
}

#pinnedSections-1 .static-vlaue {
  position: sticky;
  top: 5rem;
  z-index: 9;
}

.pinned-sections {
  position: sticky !important;
  top: 90;
  z-index: 99;
  /* Other styles... */
}

/* ABout Us Page */
.about-hero-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.about-hero-text {
  padding-top: 30px;
}

.about-hero-text-width{max-width: 600px;}

.common-padding-bot {
  padding-bottom: 30px !important;
}

.common-padding-top {
  padding-top: 30px !important;
}

.about-hero {
  text-align: center;
  padding: 0 20px 0;
  position: relative;
  z-index: 1; /* sits above the logos if there is any stacking context */
  clear: both; /* forces it below floated content */
}
.about-hero p {
  color: #555;
  margin-bottom: 30px;
}

/* Banner (video or image) */
.about-herobanner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.about-padding {
  margin-bottom: 100px;
}

.about-herobanner video,
.about-herobanner img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.mini-stats-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin: 0 10px;
}

.mini-stats-box h2 {
  font-weight: bold;
  margin-bottom: 5px;
}

.mini-stats-box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

/* Media Queries Starts */
@media (min-width: 1000px) {
  .header-navigation-wrapper {
    flex-grow: 1;
  }
  #site-header {
    position: fixed;
    width: 100%;
    z-index: 99999 !important;
  }
}
@media (min-width: 992px) {
  .hero-title-section .sub-heading {
    text-align: center;
  }
  .stats-testi .section-header,
  .feature-card-section .section-header {
    text-align: center;
  }
  .accordion-wrapper-top .accordion-wrapper-top-card-body h3 {
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .accordion-wrapper-top {
    display: none !important;
  }

  .accordion-wrapper,
  .accordion-wrapper-alt {
    display: block !important;
  }
  .sub-heading .sub-heading {
    text-align: center;
  }
  .demo-section .demo-heading,
  .demo-section p {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-inline: 12px !important;
  }
  .top-universities {
    background: #f8f8f8;
  }
  .stats-testi .section-header,
  .feature-card-section .section-header {
    text-align: left;
  }
  .section-header {
    margin-bottom: 20px;
  }
  .section-header h2 {
    margin-bottom: 8px !important;
  }
  .section--p-t,
  .section--py {
    padding-top: 40px !important;
  }

  .section--p-b,
  .section--py {
    padding-bottom: 40px !important;
  }

  span.main-i:after {
    top: 6px;
    height: 10px;
  }

  .header-star {
    height: 13px !important;
    left: -4px;
    top: 4px;
    z-index: 1;
  }
  .faq-heading {
    text-align: left;
  }
  .faq-accordion .accordion-button,
  .faq-accordion .accordion-button::after {
    font-size: 18px !important;
  }

  .faq-accordion .accordion-body {
    font-size: 16px !important;
  }

  .para--one {
    font-size: 16px;
  }

  .para--two {
    font-size: 14px;
  }

  .para--three {
    font-size: 12px;
  }

  .cmn-large-btn {
    width: 100%;
  }

  .feature-body {
    padding: 20px;
  }
  .feature-body .logo-parent {
    margin-bottom: 16px;
  }
  h2.hero-heading {
    display: inline-block;
  }
  .feature-body .card-title {
    font-size: 20px !important;
  }

  span.icon-i-parent {
    margin-inline: auto;
  }

  span.icon-i {
    margin-left: -10px;
  }

  #highlights {
    font-size: 40px !important;
  }

  .hero-title-container {
    padding: 60px 0 60px !important;
  }

  /* Ensure the H1 `.main-heading` renders in-row on mobile (<991px) */
  .main-heading {
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;
    display: block !important; /* override base flex column */
  }

  .main-heading-row-top,
  .main-heading-row-bottom {
    display: block !important; /* become a text line container */
    white-space: normal !important;
    margin: 0;
    padding: 0 !important;
  }

  .main-heading-row-top > *,
  .main-heading-row-bottom > * {
    text-align: left !important;
    white-space: normal !important;
  }

  .main-heading-title,
  .main-heading-title-left2,
  .main-heading-title-right2 {
    text-align: left !important;
    width: auto !important;
    display: inline !important; /* behave like plain text */
  }
  /* keep "students and" together and hide duplicate bottom-row "and" */
  .students-and {
    display: inline-flex !important;
    gap: 8px;
    align-items: baseline;
    white-space: nowrap;
  }
  .main-heading-row-bottom .main-heading-title-left2 {
    display: none !important;
  }
  .card-img-circle1,
  .card-img-circle4 {
    width: 36px;
    height: 36px;
  }
  .main-heading-card--students,
  .main-heading-card--faculty {
    display: inline-flex !important; /* keep images as a single inline unit */
    align-items: center;
    justify-content: center;
    vertical-align: text-bottom;
    margin: 0 6px;
    padding: 0 4px;
  }

  /* fine-tune the star/I container spacing for inline flow */
  span.icon-i-parent {
    margin-inline: 0;
    display: inline-flex;
    align-items: center;
  }

  span.icon-i {
    margin-left: 0;
  }
  .testimonial-content-wrapper {
    padding: 20px;
    text-align: left;
    justify-content: flex-start;
  }
  h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  h3 {
    font-size: 20px !important;
  }
  .accordion-wrapper,
  .accordion-wrapper-alt {
    display: none !important;
  }

  .accordion-wrapper-top {
    display: block !important;
  }

  /* keep cards full-width but constrained and centered inside container */
  .accordion-wrapper-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion-wrapper-top .accordion-wrapper-top-card {
    width: 100%;
    max-width: 720px;
    /* keeps very large phones from stretching too far */
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
  }

  /* image appears full width and contained */
  .accordion-wrapper-top .accordion-wrapper-top-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* optional: maintain a consistent aspect ratio (uncomment if you like) */
    /* aspect-ratio: 16/9; */
  }

  /* body block below the image with breathing room */
  .accordion-wrapper-top .accordion-wrapper-top-card-body {
    padding: 1.25rem 0 1.5rem;
  }

  /* Heading: roomy, prominent and left-aligned like the screenshot */
  .accordion-wrapper-top-heading {
    font-size: 41px;
  }
  .accordion-wrapper-top .accordion-wrapper-top-card-body h3 {
    font-size: 2rem;
    line-height: 1.15;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #111;
    text-align: left;
  }

  /* Paragraph: readable width, muted color */
  .accordion-wrapper-top .accordion-wrapper-top-card-body p {
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 160%;
  }

  .slider-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .slides {
    order: 0;
    width: 100%;
    padding: 8px;
    gap: 8px;
    padding-bottom: 12px;
  }

  .slide {
    width: 100%;
    margin-bottom: 12px;
    height: auto;
    /* natural image height on mobile */
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
    background: #fff;
  }

  .slide img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .pinned-sections {
    order: 1;
    position: relative;
    top: auto;
    height: auto;
    padding: 12px;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    gap: 10px;
    align-items: stretch;
    margin-top: 8px;
    box-shadow: none;
    flex: 0 0 auto;
  }

  .progress-bar-container {
    width: 100%;
    margin: 8px 0 12px;
  }

  .bar-block {
    height: 7px;
    border-radius: 6px;
  }

  .pinned-sections-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .pinned-item {
    margin: 0;
    padding: 10px;
    border-radius: 8px;
    font-size: 0.95rem;
  }

  .pinned-item h3 {
    font-size: 18px;
    font-weight: 500;
  }

  .about-herobanner {
    padding-top: 30px !important;
  }

  .about-hero p {
    text-align: left;
    padding: 0;
  }

  .mini-stats-box h2 {
    font-size: 40px;
  }

  /* hide native scrollbars for small screens where appropriate */
  .slides::-webkit-scrollbar,
  .pinned-sections::-webkit-scrollbar {
    display: none;
  }
  .stats-box {
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url("../twentytwenty-child/img/accordion-slider/stats-bg-1.png") no-repeat
        center/cover;
    color: #fff;
    border-radius: 12px;
  }
  .stats-box h3 {
    font-size: 40px !important;
  }

  .stats-box h3 {
    font-size: 32px !important;
  }
  .stats-box h3 .stats-number {
    font-size: 40px !important;
    text-align: left;
  }
  .about-padding {
    margin-bottom: 40px;
  }
  .common-padding-mtop {
    margin-top: 0 !important;
  }
  .common-padding-mbot {
    margin-top: 30px !important;
  }
  .about-hero-text{padding-top: 0 !important;}
  .mini-stats-box {
    padding: 25px;
  }
  .about-hero{padding: 0 !important;}
  video {
    bottom: -15px;
    margin-top: -15px;
  }
  #highlights {
    padding: 12px 0;
  }
  #highlights .news-ticker {
    font-size: 16px;
  }
  .universities-sec {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-title-section h1 {
    font-size: 40px !important;
  }

  .top-universities {
    padding: 20px 0 20px;
  }
  .testimonial-card {
    flex-direction: column;
    text-align: center;
  }

  .profile-image {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
  }

  .mini-stats-box {
    margin: 0 0 10px;
    /* spacing on desktop */
  }
}
@media screen and (max-width: 767.98px) {
  .mob-flex-direction {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 576px) {
  .footer-menu-li {
    grid-template-columns: 1fr;
  }

  .footer-menu-li .foter-list-item {
    margin-bottom: 20px;
  }
  .main-heading-row-top,
  .main-heading-row-bottom {
    padding-inline: 8px;
  }
}
@media (min-width: 700px) {
  button.close-nav-toggle {
    font-size: 1.8rem;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 520px) {
  .main-heading {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-heading-row-top,
  .main-heading-row-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    padding: 0;
  }

  .main-heading-title,
  .main-heading-title-left2,
  .main-heading-title-right2 {
    text-align: center;
    width: 100%;
  }

  .main-heading-card--students,
  .main-heading-card--faculty {
    justify-content: flex-start;
    margin: auto;
  }
}
/* very small screens */
@media (max-width: 380px) {
  .slide {
    min-width: 220px;
    height: 170px;
  }

  .slides {
    height: 170px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pinned-sections {
    padding: 10px;
  }
}

/* Media Queries Ends */
