/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
:root {
  --bg-grad: linear-gradient(130deg, #4d1de5 0%, #5b21f4 45%, #f636b4 100%);
  --purple: #5d2ff4;
  --pink: #ff47b2;
  --light-card: #f8f7ff;
  --dark-text: #1d1d2a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--dark-text);
  background: #fff;
}

.hero-section {
  background: url('https://nestackacademy.com/wp-content/uploads/2026/03/hero-bg.jpg') center top no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.hero-label {
  letter-spacing: 1.4px;
}

.hero-image {
  max-height: 540px;
  object-fit: contain;
}

.navbar-brand {
  font-size: 1.7rem;
}

.hero-brand {
  line-height: 1;
}

.brand-main {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.brand-sub {
  display: block;
  font-size: 0.95rem;
  color: #48d7ff;
  font-weight: 600;
  margin-top: 2px;
}

.hero-links .nav-link {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.95);
  padding: 0.5rem 0.9rem !important;
}

.hero-links .nav-link.active {
  position: relative;
}

.hero-links .nav-link.active::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: -2px;
  width: 70%;
  height: 3px;
  border-radius: 999px;
  background: #2fd4ff;
}

.btn-enquire {
  background: #2bcfff;
  color: #fff;
  padding: 0.55rem 1.4rem;
  font-weight: 600;
}

.btn-enquire:hover {
  background: #1bbfef;
  color: #fff;
}

.btn-signin {
  padding: 0.55rem 1.5rem;
  border-color: rgba(255, 255, 255, 0.85);
}

.hero-title {
  font-size: clamp(2.3rem, 4.5vw, 5rem);
  line-height: 1.07;
  font-weight: 800;
  max-width: 700px;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.48rem;
  max-width: 620px;
}

.hero-cta-main {
  background: #2bcfff;
  color: #fff;
  font-weight: 700;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  text-transform: uppercase;
}

.hero-cta-main:hover {
  color: #fff;
  background: #1bc2ef;
}

.hero-video-link {
  font-weight: 500;
}

.play-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: #3c2cc6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.hero-avatar-stack span {
  border-color: rgba(255, 255, 255, 0.95);
  width: 37px;
  height: 37px;
}

.hero-reviews {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 600;
  margin-left: 20px;
}

.hero-arrow {
  color: #fff;
  margin-left: 4px;
}

.hero-visual-wrap {
  position: relative;
  text-align: center;
}

/* .hero-visual-wrap::before {
  content: "";
  position: absolute;
  inset: 12% 9% 8% 14%;
  border-radius: 48% 52% 50% 50%;
  background: radial-gradient(circle at 50% 15%, rgba(250, 91, 186, 0.7), rgba(248, 79, 177, 0.45) 40%, rgba(124, 101, 255, 0.35) 95%);
  z-index: 0;
} */

.hero-visual-wrap .hero-image {
  position: relative;
  z-index: 1;
}

.hero-note {
  position: absolute;
  right: 4%;
  bottom: 9%;
  z-index: 2;
  max-width: 320px;
  background: linear-gradient(140deg, #ff3a9a 0%, #ff6dc1 100%);
  color: #fff;
  border-radius: 28px;
  font-size: 0.82rem;
  padding: 0.9rem 1rem;
  text-align: left;
  box-shadow: 0 8px 24px rgba(212, 33, 133, 0.35);
}

.hero-punctuation {
  position: absolute;
  right: -2px;
  top: 41%;
  z-index: 2;
  color: #ff53b4;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.hero-indicators {
  bottom: 12px;
  height: 100%;
  width: 18px;
  left: unset;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hero-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(144.02deg, #F2B9DC 3.99%, #E1299B 80.88%);
}

.hero-indicators .active {
  height: 38px;
  border-radius: 999px;
}

.btn-pill {
  border-radius: 999px;
}

.section-title {
  font-weight: 500;
  color: #3c2cc6;
}

.text-gradient {
  background: linear-gradient(120deg, #4b1fe4, #ff4ac0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.courses-strip {
  background: linear-gradient(180deg, #f6f2ff 0%, #ffffff 60%, #fef5ff 100%);
}

/* Single row: horizontal scroll for course cards (no second row); scrollbar hidden; drag on desktop */
.courses-cards-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding-bottom: 0.5rem;
  margin-inline: -0.25rem;
  padding-inline: 0.25rem;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
}

.courses-cards-scroll.is-dragging {
  cursor: grabbing;
  user-select: none;
  -webkit-user-select: none;
}

.courses-cards-scroll.is-dragging img {
  pointer-events: none;
}

.courses-cards-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

/* Fixed widths so total row width can exceed the container — required for horizontal scroll + wheel on desktop.
   Do not use % widths here or all cards shrink to fit and scrollWidth never exceeds clientWidth. */
.courses-cards-scroll-item {
  flex: 0 0 auto;
  /* width: min(300px, 78vw);
  max-width: 320px; */
  width: calc(33.33% - 1rem);
  scroll-snap-align: start;
  align-self: stretch;
}

.courses-cards-scroll-item .course-card {
  min-height: 100%;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: -10px;
  background: linear-gradient(120deg, #f3f3f3 0%, #dedede 100%);
}

.avatar-stack span:nth-child(2) {
  background: linear-gradient(120deg, #fff7c3 0%, #ffd489 100%);
}

.avatar-stack span:nth-child(3) {
  background: linear-gradient(120deg, #c6ffeb 0%, #77ffd9 100%);
}

.avatar-stack span:nth-child(4) {
  background: linear-gradient(120deg, #ffd8f6 0%, #ff9ddd 100%);
}

.course-card {
  border-radius: 16px;
  border: 1px solid #ece9ff;
  background: #fff;
  box-shadow: 0 8px 20px rgba(85, 60, 198, 0.08);
  transition: all 0.25s ease;
}

.course-card.active,
.course-card:hover {
  /* transform: translateY(-6px); */
  background: linear-gradient(140deg, #4c24e6 0%, #6a35ff 45%, #ff46b4 100%);
  border-color: transparent;
  color: #fff;
}



.card-image {
  /*   width: 100%;
  height: 180px; */
  aspect-ratio: 2 / 2.2;
  object-fit: cover;
  filter: drop-shadow(-8px -3px 0px #A34DFF);
}

.course-card:hover .card-image {
  aspect-ratio: 3 / 2.6;
  filter: none;
}

.btn-course {
  border-radius: 999px;
  background: var(--purple);
  color: #fff;
  padding: 0.45rem 1rem;
}


.btn-course:hover {
  background: #4f22e8;
  color: #fff;
}

.btn-learn {
  border-radius: 8px;
  background: #24C6FF;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  display: none;
  font-size: 1.05rem;


}

.course-card:hover .btn-learn {
  display: flex;
}

.btn-learn:hover {
  background: #14b3ee;
  color: #fff;
}

.btn-learn .arrow {
  font-size: 1.25rem;
  font-weight: 700;
}

.feature-panel {
  border-radius: 24px;
  background: linear-gradient(130deg, #5c27f5 0%, #6d33ff 40%, #f238b6 100%);
  color: #fff;
}

.feature-highlight-section {
  background: radial-gradient(50% 219.28% at 50% 50%, #435CFF 0%, #821CFF 100%);
}

.feature-highlight-section .container {
  max-width: 1320px;
}

.feature-highlight-section .row {
  --bs-gutter-x: 0.9rem;
  --bs-gutter-y: 0.9rem;
}

.feature-highlight-section .feature-panel {
  background: transparent;
  border-radius: 0;
}

.feature-highlight-section .feature-image-wrap img {
  min-height: 100%;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.stat-box {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  text-align: center;
  padding: 14px 8px;
}

.stat-box h4 {
  margin-bottom: 0;
  font-weight: 500;
}

.stat-box small {
  color: rgba(255, 255, 255, 0.85);
}

.stat-box.simple {
  background: transparent;
  padding: 0;
  text-align: left;
}

.stat-box.simple h4 {
  font-size: 1.3rem;
}

.feature-heading {
  font-size: 1.6rem;
  font-weight: 500;
}

.feature-image-wrap .experience-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: radial-gradient(63.76% 63.76% at 48.48% 36.24%, #FB7BCA 0%, #CC0D84 100%);
  color: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(240, 32, 137, 0.5);
  width: 150px;
  height: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.experience-badge .year {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.experience-badge .label {
  margin-top: 4px;
}

.feature-card-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature-card-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 16px;
  /* Glass */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(232, 228, 254, 0.35);

  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.25),
    inset 0 -1px 2px rgba(255, 255, 255, 0.1);
}

.feature-card-row::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  background: linear-gradient(177deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 5%) 40%, transparent 70%);

  opacity: 0.8;
  pointer-events: none;
}

.icon-circle {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle .icon-line {
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.feature-highlight-section .stat-box.simple small {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}



.training-cta {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.training-image-wrap {
  position: relative;
  /*   border-radius: 22px;
  overflow: hidden; */
}

.training-image-wrap .internship-image {
  border-radius: 0;
  display: block;

}

.training-section .section-title,
.courses-strip .section-title {
  background: linear-gradient(90.07deg, #6937FF 31.57%, #1AA8DA 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.training-section .section-title+p,
.courses-strip .section-title+p {
  color: #666667;
}

.btn-pink {
  background: linear-gradient(90deg, #FD7ECD 0%, #CD0F85 100%);
  color: #fff;
}

.training-section .btn-pink {
  width: 100%;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
}

.btn-pink:hover {
  background: #ec2ca2;
  color: #fff;
}


.testimonials {
  background: radial-gradient(100% 100% at 50% 0%, #D453FF 0%, #6033FF 100%);
}

.testimonials .section-title+p {
  color: #fff !important;
}

.testimonials .owl-carousel {
  margin: 40px 0;
}

/* Owl Carousel: equal card height per visible row (courses + testimonials) */
.courses-owl.owl-carousel .owl-stage,
.testimonials-carousel.owl-carousel .owl-stage {
  display: flex;
}

.courses-owl.owl-carousel .owl-item,
.testimonials-carousel.owl-carousel .owl-item {
  display: flex;
  float: none;
}

.courses-owl.owl-carousel .owl-item>.item,
.testimonials-carousel.owl-carousel .owl-item>.item {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
}

.courses-owl.owl-carousel .owl-item .course-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 100%;
}

.courses-owl.owl-carousel .owl-item .course-card>p {
  flex: 1 1 auto;
  color: #6937FF;
  font-weight: 700;
}

.courses-owl.owl-carousel .owl-item .course-card:hover>p {
  color: #fff;
}

.testimonials-carousel.owl-carousel .owl-item .testimonial-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 100%;
}

.testimonials-carousel.owl-carousel .owl-item .testimonial-text {
  flex: 1 1 auto;
  min-height: 0;
}

.testimonial-card {
  position: relative;
  border-radius: 14px;
  /*   background: rgba(255, 255, 255, 0.13); */
  color: #fff;
  /*   border: 1px solid rgba(255, 255, 255, 0.2); */
  min-height: 350px;
  /* Gradient + transparency */
  background: linear-gradient(135deg, rgb(48 7 119 / 20%), rgba(255, 255, 255, 0.05));

  /* Glass blur */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  /* Border */
  border: 1px solid rgba(255, 255, 255, 0.25);

  /* Shadow */
  box-shadow:

    inset 0 1px 0 rgba(255, 255, 255, 0.2);

  overflow: hidden;
}

/* Optional glow effect (Figma glass highlight) */
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  /*   border-radius: 20px; */
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.4),
      transparent 40%);
  opacity: 0.3;
  /* 	background: radial-gradient(100% 100% at 1.62% 0%, rgba(159, 26, 250, 0.24) 0%, rgba(103, 38, 255, 0.24) 65.76%, rgba(255, 255, 255, 0.24) 100%); */
  pointer-events: none;
}


.testimonial-avatar {
  width: 86px !important;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card h5 {
  font-size: 1.5rem;
}

.testimonial-card .role {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}

/* Owl Carousel 2 dots (testimonials & proven) */
.testimonials-carousel.owl-carousel .owl-dots,
.about-proven-carousel.owl-carousel .owl-dots {
  margin-top: 1rem;
  text-align: center;
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot span,
.about-proven-carousel.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: rgba(255, 142, 207, 0.7);
  border-radius: 50%;
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span,
.testimonials-carousel.owl-carousel .owl-dots .owl-dot:hover span,
.about-proven-carousel.owl-carousel .owl-dots .owl-dot.active span,
.about-proven-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background: linear-gradient(90deg, #ff65bf 0%, #ff9ad8 100%);
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span,
.about-proven-carousel.owl-carousel .owl-dots .owl-dot.active span {
  width: 38px;
  border-radius: 999px;
}

.testimonials-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  margin: 0 5px;
  background: rgba(255, 142, 207, 0.7);
  opacity: 1;
}

.testimonials-indicators .active {
  width: 38px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff65bf 0%, #ff9ad8 100%);
}

/* Owl Carousel 2 dots (courses) — match former .courses-indicators */
.courses-owl.owl-carousel .owl-dots {
  margin-top: 1rem;
  text-align: center;
}

.courses-owl.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: rgba(255, 142, 207, 0.7);
  border-radius: 50%;
}

.courses-owl.owl-carousel .owl-dots .owl-dot.active span,
.courses-owl.owl-carousel .owl-dots .owl-dot:hover span {
  background: linear-gradient(90deg, #ff65bf 0%, #ff9ad8 100%);
}

.courses-owl.owl-carousel .owl-dots .owl-dot.active span {
  width: 38px;
  border-radius: 999px;
}

.courses-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  margin: 0 5px;
  background: rgba(255, 142, 207, 0.7);
  opacity: 1;
}

.courses-indicators .active {
  width: 38px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff65bf 0%, #ff9ad8 100%);
}

.outcome-item {
  border: 1px solid #eee9ff;
  border-radius: 14px;
  padding: 14px 16px;
  background: var(--light-card);
}

.lilo-section {
  background: #fff;
}

.lilo-title {

  position: relative;
  padding-left: 20px;

}

.lilo-title h2 {
  color: #6c22e9;
  font-size: 2rem;
  font-weight: 500;
  background: linear-gradient(90deg, #6033FF 0%, #CF1388 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.lilo-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 86%;
  background: linear-gradient(180deg, #7f2dff 0%, #ff2ea8 100%);
}

.lilo-image-wrap {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
}

.lilo-image-wrap::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 62%;
  bottom: 0;
  left: 2%;
  border-radius: 250px 250px 0 0;
  background: linear-gradient(140deg, #ffb0da 0%, #ff7fc8 45%, #ff5db9 100%);
  display: none;
}

.lilo-image-wrap::after {
  content: "";
  position: absolute;
  width: 86%;
  height: 58%;
  bottom: 88px;
  left: 0;
  border-radius: 280px 280px 0 0;
  border: 2px solid rgba(245, 73, 174, 0.35);
  border-bottom: 0;
  box-shadow: -28px -22px 0 -22px rgba(245, 73, 174, 0.55), -52px -44px 0 -42px rgba(245, 73, 174, 0.45);
  display: none;
}

.lilo-image {
  position: relative;
  z-index: 2;
  /* max-height: 400px;
  object-fit: contain;
  margin-left: 14px; */
}

.lilo-feature-box {
  position: relative;
  border: 0;
  padding: 60px 30px;
  display: flex;
  gap: 16px;
  background: transparent;
  align-items: center;

}

.lilo-feature-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #ef2ba9;
  border-radius: 100px;
  pointer-events: none;
  width: calc(100% - 90px);
  margin-top: -2px;
}

.lilo-feature-box::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef2ba9;
  top: -4px;
  left: 90px;

}

.timeline-odd::before {
  border-right-color: transparent;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;


}

.timeline-odd::after {
  left: 90px;
  box-shadow: calc(100% - 122px) calc(100% + 8px) 0 #ef2ba9;
}

.timeline-even::before {
  border-left-color: transparent;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  right: 0px;
  left: auto;
}

.timeline-even::after {
  left: auto;
  right: 92px;
  box-shadow: calc(-100% + 124px) calc(100% + 8px) 0 #ef2ba9;
}

/* .timeline-odd .lilo-icon {
  margin-left: 8px;
}

.timeline-even .lilo-icon {
  margin-left: 18px;
} */

.lilo-icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  color: #ef2ba9;
  font-size: 26px;
  text-align: center;
}

.lilo-feature-box h5 {
  color: #ef2ba9;
  font-size: 1.4rem;
}

.lilo-feature-box p {
  color: #5b5b6d;
  font-size: 0.98rem;
}

/* .timeline-odd {
  margin-right: 10px;
}

.timeline-even {
  margin-left: 28px;
} */

.custom-accordion .accordion-item {
  border: 0;
  background: transparent;
  border-radius: 8px !important;
  overflow: hidden;
  margin-bottom: 14px;
}

.custom-accordion .accordion-button {
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  padding: 0.95rem 1.6rem;
  background: rgba(255, 255, 255, 0.1);
  /* 10% fill */
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(232, 228, 254, 0.4);
  box-shadow:
    inset 0 2px 6px rgba(255, 255, 255, 0.25),
    inset 0 -2px 6px rgba(255, 255, 255, 0.1);
}

.custom-accordion .accordion-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  /* Light direction (-45deg) */
  background: linear-gradient(-45deg,
      rgba(255, 255, 255, 0.35),
      rgba(255, 255, 255, 0.05) 40%,
      transparent 70%);

  opacity: 0.8;
  /* Light intensity */
  pointer-events: none;
}

.custom-accordion .accordion-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  background: linear-gradient(120deg,
      rgba(255, 0, 255, 0.08),
      rgba(0, 255, 255, 0.05),
      rgba(255, 255, 255, 0.05));

  mix-blend-mode: overlay;

  pointer-events: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  /*   background: linear-gradient(90deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.08)); */
  border-radius: 8px 8px 0 0;
}

.custom-accordion .accordion-button.collapsed {
  border-radius: 8px;
}

.custom-accordion .accordion-button::after {
  filter: brightness(5);
  background-image: none;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  /* border: 1px solid rgba(255, 255, 255, 0.7); */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.custom-accordion .accordion-button::after {
  content: "+";
  font-size: 1.5rem;
}

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

.custom-accordion .accordion-body {
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  border-radius: 0 0 999px 999px;
  margin: 0;
  padding: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.site-footer {
  background: radial-gradient(97.12% 357.28% at 4.43% 2.88%, #FF6BC4 0%, #9736FF 52.94%, #4821F4 100%);
}

.site-footer h6,
.site-footer h5 {
  margin-bottom: 10px;
}

.site-footer {
  min-height: 355px;
}

.footer-main {
  padding-bottom: 60px;
}

.footer-title {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 35px !important;
  position: relative;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.94);
  text-decoration: none;
  font-size: 0.92rem;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-contact p {
  margin-bottom: 8px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.94);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 20px 10px;
  flex-wrap: wrap;
  max-width: 220px;
}

.social-btn {
  width: 54px;
  height: 54px;
  /*   border-radius: 50%; */
  /*   display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 700; */
}

.social-btn img {
  width: 54px;
  height: 54px;
}

.social-btn.ig {
  /*   background: #ff4f8f; */
  background: radial-gradient(230.93% 230.93% at 102.01% 2.03%, #F9ED32 0%, #EE2A7B 36%, #D22A8A 44%, #8B2AB2 60%, #1B2AF0 83%, #002AFF 88%);
}

.social-btn.fb {
  background: #0866FF;
}

.social-btn.fb img {
  width: 30%;
}

.social-btn.tw {
  background: #51BCFF;
}

.social-btn.in {
  background: #1C7EFF;
}

.social-btn.yt {
  background: #F40000;
}

.social-btn.wa {
  background: #48C95F;
}

.footer-copy {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.94);
}

.faq-section {
  background: radial-gradient(77.2% 152.16% at 0% 100%, #D153FF 0%, #6234FF 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
}

.custom-accordion .accordion-body {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0 0 8px 8px;

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.feature-card-row h6 {
  font-weight: 500;
}

.courses-strip .section-title {
  font-weight: 700;
}

@media (max-width: 991px) {
  .hero-image {
    max-height: 440px;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .feature-highlight-section .row {
    --bs-gutter-x: 1rem;
  }

  .hero-nav-actions {
    margin-top: 12px;
  }

  .hero-title {
    max-width: 100%;
  }

  .hero-note {
    right: 6%;
    bottom: 5%;
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  .navbar .btn-pill {
    margin-top: 12px;
    width: fit-content;
  }

  .hero-section .display-5 {
    font-size: 2rem;
  }

  .hero-image {
    max-height: 390px;
  }

  .card-image {
    height: 210px;
  }

  .testimonial-card h5 {
    font-size: 1.3rem;
  }

  .lilo-title h2 {
    font-size: 1.7rem;
  }

  .lilo-feature-box {
    padding: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .lilo-feature-box h5 {
    font-size: 1.12rem;
  }

  /* .lilo-feature-box::before {
    border-left-color: #ef2ba9;
    border-right-color: #ef2ba9;
    border-radius: 28px;
  } */

  .lilo-image {
    margin-left: 0;
  }

  .footer-main {
    padding-bottom: 34px;
  }

  .brand-main {
    font-size: 1.65rem;
  }

  .hero-title {
    font-size: 2.25rem;
  }

  .hero-subtitle {
    font-size: 1.02rem;
  }

  .hero-note {
    font-size: 0.74rem;
    max-width: 240px;
    padding: 0.75rem 0.8rem;
  }

  .play-circle {
    width: 42px;
    height: 42px;
  }

  .courses-cards-scroll-item {
    width: 100%;
  }

  .social-btn {
    width: 34px;
    height: 34px;
  }

  .social-btn img {
    width: 34px;
    height: 34px;
  }

  .footer-social {
    max-width: 100%;
    flex-wrap: nowrap;
  }

  .feature-image-wrap .experience-badge {
    width: 110px;
    height: 110px;
  }

  .experience-badge .year {
    font-size: 2rem;
  }

  .experience-badge .label {
    font-size: 0.800rem
  }

  .lilo-feature-box::before {
    border-width: 1px;
    margin-top: -1px;

  }

  .lilo-feature-box p {
    font-size: 0.875rem;
  }

  .lilo-icon,
  .lilo-icon img {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;

  }

  .lilo-feature-box h5 {
    font-size: 1rem;
  }

}

@media (min-width: 992px) {


  .training-image-wrap::before,
  .training-image-wrap::after {
    content: "";
    position: absolute;
    z-index: 2;
    background: #f4f4f8;
    pointer-events: none;
    display: none;
  }

  /* Curvy cut at top-left */
  .training-image-wrap::before {
    top: 0;
    left: 0;
    width: 108px;
    height: 108px;
    border-bottom-right-radius: 34px;
  }

  /* Curvy cut at bottom-right */
  .training-image-wrap::after {
    right: 0;
    bottom: 0;
    width: 180px;
    height: 96px;
    border-top-left-radius: 34px;
  }
}

@media (min-width: 1200px) {

  /* 	.custom-accordion{
		padding:0 50px;
	} */
  .testimonials .section-title,
  .training-section .section-title,
  .courses-strip .section-title {
    font-size: 2.5rem;
  }

  .testimonials .section-title+p {
    font-size: 1.25rem;
  }

  .training-section .section-title+p,
  .courses-strip .section-title+p {
    font-size: 1.125rem;
    color: #666667;
  }

  .stat-box.simple h4 {
    font-size: 2rem;
  }

  .feature-highlight-section .stat-box.simple small {
    font-size: 1.25rem;
  }

  .feature-heading {
    font-size: 2rem;
  }

  .feature-heading+p {
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .testimonial-text {
    line-height: 1.6;
  }

  .feature-card-row h6 {
    font-size: 1.5rem;
  }

  /* 	.feature-card-row h6 + p{
		font-size:1rem !important;
	} */
}

/* --- DATA SCIENCE COURSE TEMPLATE --- */
.course-hero {
  /*   background: radial-gradient(circle at 70% 50%, #7e22ce 0%, #581c87 50%, #3b0764 100%);
  background-size: cover; */
  position: relative;
  overflow: hidden;
}

.course-enquire-btn {
  background-color: #00e5ff !important;
  border-color: #00e5ff !important;
  color: #000 !important;
  box-shadow: 0 4px 15px rgba(0, 229, 255, 0.4);
}

.course-hero .students-enrolled .avatars-group img {
  border-color: #fff !important;
}

.hero-image-wrapper {
  position: relative;
  display: inline-block;
  padding: 2rem;
}

.hero-image-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  padding-bottom: 90%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 50%, transparent 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  z-index: 0;
}

.course-info-section {
  background-color: #F9F4FF;
}

.course-info-card {
  background-color: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.card-features-list li {
  color: #555;
  font-size: 0.95rem;
}

.jobs-list .jobs-desc {
  max-width: 400px;
  margin: 0 auto;
}

.light-testimonial-card img {
  width: 50px !important;
  height: 50px;
}

.light-testimonial-card h6 {
  color: #8B2994;
  font-weight: 500;
}

.light-testimonial-card small {
  color: #A577C8;
}

.light-testimonial-card p {
  color: #7F7C81;
}

@media (min-width: 992px) {
  .jobs-list .jobs-desc {
    margin: 0;
  }

  .light-testimonial-card img {
    width: 96px !important;
    height: 96px;
  }

  .light-testimonial-card h6 {
    font-size: 1.75rem;
  }
}

.course-curriculum-section {
  background-color: #f7f3fd !important;
}

.course-module-pills .badge {
  color: #6c757d;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s;
}

.course-module-pills .badge.active,
.course-module-pills .badge:hover {
  background-color: #b752ff !important;
  color: #fff !important;
  border-color: #b752ff !important;
}

.curriculum-accordion {
  border-radius: 8px;
}

.curriculum-accordion .accordion-item {
  border-radius: 8px !important;
  overflow: hidden;
}

.curriculum-accordion .accordion-button {
  color: #222;
  box-shadow: none;
  font-size: 1.05rem;
}

.curriculum-accordion .accordion-button:not(.collapsed) {
  color: #b752ff;
  background-color: rgba(183, 82, 255, 0.05) !important;
}

.curriculum-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  color: #b752ff;
}

.curriculum-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}

.curriculum-accordion .accordion-body {
  border-top: none;
  background-color: rgba(183, 82, 255, 0.05);
}

.course-testimonials {
  background: radial-gradient(100% 100% at 50% 0%, #FCF2FF 0%, #FAF9FF 100%) !important;
}

.light-testimonial-card {
  padding: 24px;
  border-radius: 20px;

  /* Glass base */
  background: radial-gradient(circle at 30% 20%,
      rgba(255, 255, 255, 0.35),
      rgba(255, 255, 255, 0.05));

  /* Frosted glass blur */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  /* Border like Figma inside stroke */
  border: 1px solid rgba(255, 255, 255, 0.25);

  /* Subtle glow */
  box-shadow:
    0 8px 32px rgba(31, 38, 135, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);

  /* Slight transparency */
  background-clip: padding-box;
}

/* .light-testimonial-card:hover {
  transform: translateY(-5px);
} */

/* Comprehensive Curriculum Sidebar Card */
.new-curriculum-card {
  background: linear-gradient(180deg, #fefaff 0%, #fdf9ff 100%);
  border: 1px solid #f6ebfc;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(200, 150, 255, 0.08);
}

.new-curriculum-card .curriculum-title {
  color: #6a35ff;
}

.new-curriculum-card .curr-stat-box {
  background: #ffffff;
  border: 1px solid #fbeff6;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(220, 180, 255, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.new-curriculum-card .curr-stat-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(220, 180, 255, 0.1);
}

.new-curriculum-card .curr-icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-curriculum-card .curr-icon-wrapper.clock-icon {
  background: #fdf2f8;
  color: #eb43b9;
}

.new-curriculum-card .curr-icon-wrapper.tool-icon {
  background: #f7efff;
  color: #9d50ff;
}

.new-curriculum-card .text-pink {
  color: #c91f86 !important;
}

.new-curriculum-card .text-purple {
  color: #7835be !important;
}

.btn-download-brochure {
  background: #bf7cf7;
  color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.btn-download-brochure:hover {
  background: #a961e6;
  color: #fff;
}

/* Accordion Scroller */
.accordion-scroller-wrap {
  max-height: 520px;
  overflow-y: auto;
}

/* Custom scrollbar */
.accordion-scroller-wrap::-webkit-scrollbar {
  width: 6px;
}

.accordion-scroller-wrap::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.accordion-scroller-wrap::-webkit-scrollbar-thumb {
  background: #6a35ff;
  border-radius: 10px;
}

/* Accordion modifications */
.new-curriculum-accordion .accordion-item {
  border: 1px solid #efe4fa !important;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01) !important;
}

.new-curriculum-accordion .accordion-button {
  background-color: #ffffff;
  color: #4a4a4a;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s;
  border: none;
  box-shadow: none !important;
  padding: 1.1rem 1.25rem;
  text-transform: uppercase;
}

.new-curriculum-accordion .accordion-button:not(.collapsed) {
  background-color: #efe5fa;
  color: #6a35ff;
}

/* Override the old chevron to use a purple SVG chevron */
.new-curriculum-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236a35ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  content: "" !important;
  transform: rotate(0deg);
  font-size: unset;
}

.new-curriculum-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236a35ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E") !important;
  transform: rotate(0deg);
}

.new-curriculum-accordion .accordion-body {
  background-color: #ffffff !important;
  padding: 1.25rem;
  border-top: none;
}

/* Pills for unordered lists inside the new curriculum accordion */
.new-curriculum-accordion .accordion-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.new-curriculum-accordion .accordion-body ul li {
  background: #ffffff;
  border: 1px solid #efe4fa;
  color: #6a35ff;
  border-radius: 999px;
  padding: 7px 18px;
  font-size: 0.8rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.015);
}

.tools-covered-sidebar {
  background: linear-gradient(146.81deg, #FFFFFF 37.91%, #E8F5FF 98.11%);
  border: 1.2px solid #E0EEFF;
  border-radius: 24px;
}

.tool-item {
  border: 1px solid rgba(217, 217, 217, 0.4);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.owl-carousel .tool-item img {
  width: 48px;
  height: 48px;
}

.modern-info-card {
  background: rgba(255, 249, 254, 0.2);
  border-radius: 34px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgb(255 255 255);
  box-shadow: inset 0 4px 8px rgb(0 0 0 / 8%);
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.modern-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  background: linear-gradient(-45deg,
      rgba(255, 255, 255, 0.25),
      rgba(255, 255, 255, 0.05),
      transparent);

  pointer-events: none;
}

.modern-info-card h3 {
  color: #6D54AE;
}

.modern-info-inner-box {
  border-radius: 20px;
}

.modern-info-inner-box-header {
  border-bottom: solid 1px #F2DFEE;
  padding: 10px 0;
  vertical-align: middle;
}

.modern-info-inner-box-header h6 {
  color: #FE1417;
  font-weight: 500;
  text-decoration: underline;
  font-size: 1.25rem;
}

.modern-info-inner-box p,
.modern-info-inner-box li {
  color: #59516D;
}

.course-info-small-text {
  font-size: 0.75rem;
}

.modern-info-icon img {
  height: 150px;
}

#dsToolsCarousel .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: #3CD5FF;
  border-radius: 50%;
}

#dsToolsCarousel .owl-dots .owl-dot.active span {
  width: 38px;
  border-radius: 999px;
}

/* COURSE LIST TEMPLATE STYLES */
.course-list-template-main .cl-course-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.course-list-template-main .cl-course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(106, 53, 255, 0.1);
}

.course-list-template-main .cl-course-badges {
  z-index: 2;
}

.course-list-template-main .cl-badge {
  font-size: 0.72rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.course-list-template-main .cl-bg-purple {
  background: linear-gradient(248.79deg, #6234FF 1.44%, #CE52FF 82.48%);

}

.course-list-template-main .cl-bg-white {
  background: #ffffff;
  border: 1px solid rgba(117, 58, 254, 0.15);
}

.course-list-template-main .cl-why-card {
  transition: all 0.3s ease;
}

.course-list-template-main .cl-why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(106, 53, 255, 0.15) !important;
}

.course-list-template-main .cl-why-card h5 {
  font-size: 1.15rem;
  letter-spacing: 0.3px;
}

.course-list-template-main .text-purple {
  color: #6a35ff !important;
}

.cl-why-title {
  background: linear-gradient(90deg, #6033FF 0%, #CF1388 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ci-overlapping-btns {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;

}

.ci-overlapping-btns>div {
  gap: 15px;
  width: 100%;
}

.ci-duration-btn {
  font-size: 0.75rem;
  font-weight: 500;
  color: #FF2474;
  background: rgba(255, 255, 255, 0.8);
  border: 1.2px solid #FF2474;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  border-radius: 3px;
}

.ci-overlapping-btns .btn {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #FF2474;
  flex: 1 0 0;
}

.cl-why-section-header {
  position: relative;
}

.cl-why-section-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, rgba(96, 52, 255, 1) 0%, rgba(203, 42, 255, 1) 100%);
}

/* Mobile Collapsible Courses */
.cursor-pointer {
  cursor: pointer;
}

.cl-ac-toggle:not(.collapsed) .cl-ac-summary {
  display: none !important;
}

.cl-mobile-course-ac .cl-course-card {
  border: none !important;
  box-shadow: none !important;
}

/* Why Section Mobile Checkerboard Ordering */
@media (max-width: 991.98px) {
  .cl-why-mobile-order {
    order: var(--cl-mobile-order);
  }
}

/* ==========================================================================
   ABOUT US TEMPLATE STYLES
   ========================================================================== */

.text-purple {
  color: var(--purple, #5d2ff4) !important;
}

.text-pink {
  color: var(--pink, #ff47b2) !important;
}

/* Buttons */
.btn-about-outline {
  border: 2px solid var(--purple, #5d2ff4);
  color: var(--purple, #5d2ff4);
  border-radius: 999px;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-about-outline:hover {
  background: var(--purple, #5d2ff4);
  color: #fff;
}

.btn-about-solid {
  background: var(--purple, #5d2ff4);
  border: 2px solid var(--purple, #5d2ff4);
  border-radius: 999px;
  transition: all 0.3s ease;
}

.btn-about-solid:hover {
  background: #4a1cd6;
  border-color: #4a1cd6;
  color: #fff;
}

/* Incubator Setup */
.about-incubator-section {
  background: linear-gradient(135deg, #7132FA, #972BFA);
  border-radius: 40px 40px 0 0;
  box-shadow: 0 -10px 40px rgba(113, 50, 250, 0.15);
}

.custom-glass-bg {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.border-light-alpha {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.incubator-image-wrapper img {
  border: 4px solid rgba(255, 255, 255, 0.15) !important;
}

.excellence-badge {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Proven section background overrides */
.about-proven-section::before {
  /* content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(180deg, #A728FA 0%, #E32DF8 50%, #FF62C4 100%);
  z-index: 0; */
}

.about-proven-section .proven-glass-card {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-proven-section .proven-glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

/* List with dots */
.about-service-list li {
  position: relative;
  padding-left: 1.2rem;
}

.about-service-list li::before {
  content: "•";
  color: var(--purple, #5d2ff4);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: inherit;
}

/* Office grid cards */
.custom-office-grid .office-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-office-grid .office-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}

/* About Us Hero Specific Overrides */
.hero-section.about-hero-header {
  overflow: visible !important;
}

.about-overlapping-hero-container {
  z-index: 10;
}

.mt-n5 {
  margin-top: -3rem !important;
}

@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }

  .translate-lg-middle-y {
    transform: translateY(-50%) !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  /* On desktop, text column right over the image */
  .about-hero-text-col {
    right: 0;
  }
  
  .about-overlapping-hero-container {
    margin-bottom: -150px !important;
  }
}

@media (max-width: 991.98px) {
  .about-hero-text-col {
    margin-top: -3rem !important; /* Slight overlap on mobile */
  }
	.about-hero-header::after{
	position:absolute;
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(255, 255, 255, 1) 35%);
	content:'';
	left:0px;
	top:0px;
}
	.proven-card h4{
		font-size:1rem !important;
	}
}

/* About Proven Carousel Styles */
.about-proven-carousel .owl-stage {
  display: flex !important;
  align-items: stretch;
  /* stretch forces identical heights before scaling */
}

/* Ensure inner .item takes full height of the stretched .owl-item */
.about-proven-carousel .owl-item {
  display: flex !important;
  /*   transition: all 0.4s ease; */
  /*   opacity: 0.6; */
  /*   transform: scale(1); */
  /* No scale down to prevent artificial huge gaps */
  transform-origin: center center;
  padding: 20px 10px;
}

.about-proven-carousel .owl-item>.item {
  width: 100%;
}

.about-proven-carousel .owl-item.active.center {
  opacity: 1;
  /*transform: scale(1.10);  Only center item scales UP */
  z-index: 2;
  /* Ensure it overlaps others properly */
}

/* On hover, slightly zoom out as requested by user */
.about-proven-carousel .owl-item.active.center:hover {
  /* transform: scale(1.03); */
}

.proven-icon {
  width: 65px;
  height: 65px;
}

.proven-icon img {
  width: 60% !important;
}
.about-hero-header{
	position:relative;
}
.navbar{
	position:relative;
	z-index:1000;
}
@media (max-width: 991.98px) {
	.navbar-collapse.show{
	    background: rgb(80, 41, 133);
    padding: 15px;
    border-radius: 10px;
}
	.hero-links .nav-link.active::after{
		left:0px;
		bottom:0px;
		width:100%;
		height:1px;
	}
}

