:root {
  --font-family-primary: "Poppins", sans-serif;
  --font-family-secondary: "Outfit", sans-serif;
  --font-family-three: "Plus Jakarta Sans", sans-serif;
  ;

  --bg-one: #06202B;
  --bg-two: #077A7D;
  --bg-three: #7AE2CF;
  --bg-four: #F5EEDD;
  --bg-five: #1cb098;
  --bg-six: #ff255c;
  --bg-seven: #1cb098;
  --bg-eight: #eff5ff;
  --bg-nine: #fdf8f4;
  --back-color1: #fff7ee;
  --back-color2: #f7efff;
  --back-color3: #effafd;
  --bg-footer: #111a24;

  --text-one: #06202B;
  --text-two: #077A7D;
  --text-three: #7AE2CF;
  --text-four: #F5EEDD;
}

@media (max-width: 991px) {
  .module-hero-left {
    position: static !important;
    /* Disable sticky on mobile for better UX */
    top: auto !important;
  }

  .side-module-c {
    height: auto !important;
    padding-bottom: 20px !important;
  }

  .module-card-list {
    width: 100% !important;
  }

  .module-help {
    width: 100% !important;
    margin-bottom: 30px !important;
  }

  .choose-module-head {
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    align-items: start !important;
  }

  .choose-point-main-right {
    display: flex;
    justify-content: start !important;
    align-items: start !important;
  }

  .choose-point-main-right .choose-content-text {
    text-align: left !important;
  }
  .choose-module {
  padding: 20px 20px 0px 20px !important;
}
.pages-heading{
  height: auto !important;
  padding: 30px 0px !important;
}
.pages-heading h1{
  font-size: 25px !important;
}
.pages-heading-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(4, 42, 45, 0) -100.72%, #042A2D 100%) !important;
  z-index: 1;
}
.w-top{
  display: flex;
  flex-direction: column !important;
  padding: 10px 10px 0px 1px !important;
}
.w-bottom{
  display: flex;
  flex-direction: column !important;
  padding: 10px 10px 0px 1px !important;
}
.top-content{
  padding: 30px 2px !important;
  width: 100% !important;
}
.bottom-content{
  padding: 30px 2px  !important;
  width: 100% !important;
}
.w-top-1{
  border-right: none !important;
  border-bottom: 1px solid var(--text-one);
}
.w-top-2{ 
   border-right: none !important;
  border-bottom: 1px solid var(--text-one);
}
.w-bottom-1{
   border-right: none !important;
  border-bottom: 1px solid var(--text-one);
}
.who-left h5{
font-size: 18px !important;
}
.who-left h2{
font-size: 20px !important;
line-height: 30px !important;
}
.choose-module-head .module-head-4{
  font-size: 25px !important;
}
.module-head-5{
  margin-top: 20px;
}
}




.pages-heading-main {
  background-image: url(/assets/images/page-header-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  position: relative;
}

.pages-heading-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(4, 42, 45, 0) 22.28%, #042A2D 100%);
  z-index: 1;
}

.pages-heading-main>* {
  position: relative;
  z-index: 2;
  /* keep your text/content visible above the gradient */
}

.pages-heading {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.pages-heading h1 {
  color: var(--bg-nine);
  font-family: var(--font-family-three);
  font-weight: 500;
  padding-top: 40px;
  font-size: 50px;
}

.pages-heading h1 span {
  font-weight: 700;
  background: linear-gradient(267.43deg, #73ED7C 4.95%, #019297 97.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.pages-heading p {
  color: var(--bg-nine);
  font-family: var(--font-family-secondary);
  font-size: 18px;

}
.module-card-list a{
  text-decoration: none;
}
.module-intro {
  padding: 50px 0px;
}

.module-subheading-2 h2 {
  font-family: var(--font-family-primary);
  font-size: 30px;
}

.cyan-color-span {
  color: var(--bg-five);
  font-weight: 700;
  text-decoration: underline;
}

.module-subheading-2 p {
  font-family: var(--font-family-secondary);
  line-height: 30px;
}

.highlighted-point-module ul li {
  padding: 20px;

  font-family: var(--font-family-secondary);
  font-weight: 700;
}

.list-bg-1 {
  background-color: #b5f5e9b1;
}

.list-bg-2 {
  background-color: #f7efffad;
}

.custom-shape-divider-bottom-1759115642 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1759115642 svg {
  position: relative;
  display: block;
  width: calc(196% + 1.3px);
  height: 90px;
}

.custom-shape-divider-bottom-1759115642 .shape-fill {
  fill: #FFFFFF;
}

.parent-feedback h5 {
  font-family: var(--font-family-primary);
}

.parent-feedback p {
  font-family: var(--font-family-secondary);
}

.what-learn-section {
  background-image: url(/assets/images/module-bg.jpg);
  padding: 40px 0px;
}

.heading-2-module {
  font-family: var(--font-family-primary);
  font-size: 28px;
  margin-bottom: 30px;

}

.heading-main {
  margin-bottom: 30px;
}

.heading-2-light {
  font-family: var(--font-family-primary);
  font-size: 28px;

  color: var(--back-color2);
}

.module-card {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  margin-bottom: 30px;
}

.modules-top {
  display: flex;
  gap: 10px;
  align-items: center;

}

.icon-module-main {
  width: 10%;
}

.icon-module {
  width: 50px;
  height: 50px;
  background-color: #FFF7EE;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.icon-module img {
  width: 50%;
}

.card-sub-modules {
  width: 90%;
}

.module-bottom {
  padding-top: 10px;
}

.module-bottom ul li {
  font-family: var(--font-family-secondary);
  line-height: 30px;
}

/* Make the right image sticky */
.sticky-image {
  position: sticky;
  top: 130px;
  /* Adjust gap from top */
}

/* Optional: better scroll experience */
.cards-container .module-card {
  min-height: 200px;
  /* Each card tall enough */
}

.border-heading-img {
  width: 150px;
  margin-bottom: 20px;
  margin-top: 0px;
}

.why-choose-module {
  padding: 40px 0px;
}


.categories-card h5 {
  margin: 0px;
  width: 70%;
  font-size: 20px;
  font-family: var(--font-family-secondary);
}

.categories-card {

  padding: 15px 25px 15px 25px;
  border-radius: 10px 10px 10px 10px;
}

.categories-module-top {
  display: flex;
  gap: 20px;
}

.categories-module-bottom {
  padding-top: 4px;

}

.categories-module-bottom p {
  font-family: var(--font-family-secondary);
  padding-top: 10px;
}

.categories-icons {
  width: 70px;
  height: 70px;
  border: 1px dotted black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.categories-icons i {
  font-size: 25px;

}

.categories-card-1 {
  background-color: #f7efff;
}

.categories-card-1 .categories-icons i {
  color: #6D13D6;
}

.categories-card-1 .categories-icons {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #6D13D6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories-card-1:hover h5 {
  color: #6D13D6;
  transition: 0.3s ease-out;
}

.categories-card-2 {
  background-color: #FFF6F3;

}

.categories-card-2 .categories-icons i {
  color: #FF255C;
}

.categories-card-2 .categories-icons {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #FF255C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories-card-2:hover h5 {
  color: #FF255C;
}

.categories-card-3 {
  background-color: #EFFAFD;

}

.categories-card-3 .categories-icons i {
  color: #00C8FF;
}

.categories-card-3 .categories-icons {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #00C8FF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories-card-3:hover h5 {
  color: #00C8FF;
}

.categories-card-4 {
  background-color: #FFF7EE;

}

.categories-card-4 .categories-icons i {
  color: #FEA441;
}

.categories-card-4 .categories-icons {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: #FEA441;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories-card-4:hover h5 {
  color: #FEA441;
}

.who-join {
  background-color: #effafd;
  padding: 30px;
}

.who-card {
  display: flex;
  gap: 50px;
  align-items: center;
}

.who-card-img {
  width: 20%;
}

.who-card-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;

}

.who-card-content {
  width: 80%;
  padding: 20px;
  background-color: white;
  height: 100px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  font-family: var(--font-family-primary);
}

.who-join-left {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* module 1 css  */
.module-hero {
  background-color: #f2f1ed;
  padding: 100px 0px;

}

.module-hero-left {
  position: -webkit-sticky;
  /* For Safari support */
  position: sticky;
  top: 150px;
  /* Adjust according to your navbar height */
  align-self: flex-start;
}


.module-card-list {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  width: 85%;
}

.module-card-list h4 {
  font-family: var(--font-family-three);
  font-weight: 700;
  font-size: 22px;
}

.module-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-bottom: 1px solid rgba(104, 104, 104, 0.484);
  padding-bottom: 20px;
}

.module-list:hover {
  cursor: pointer;
}

.module-list p {
  margin: 0px;
  font-family: var(--font-family-primary);
  color: var(--text-one);
}

.module-list i {
  margin-top: 2px;
  transform: rotate(-40deg);
  transition: 0.4s ease-in-out;
  color: var(--bg-five);
}

.module-list:hover i {
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;

}

.module-help {
  width: 85%;
}

.module-help .card {
  border: none;
  margin-top: 40px;
}

.module-help .card .card-body {
  padding: 30px;
}

.module-help .card .card-body .card-title {
  font-family: var(--font-family-primary);
}

.module-help .card .card-body .card-text {
  font-family: var(--font-family-secondary);
}

.contact-card {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}

.contact-card i {
  color: var(--bg-footer);
  margin-top: 6px;
}

.contact-card p {
  margin: 0px;
  font-family: var(--font-family-three);
}

.module-content {
  padding-top: 40px;
}

.module-head-5 {
  font-family: var(--font-family-three);
  font-weight: 700;
  color: var(--bg-five);
}

.module-para {
  font-family: var(--font-family-primary);
  text-align: justify;
  line-height: 30px;
}

.single-line {
  height: 1px;
  width: 20%;
  display: block;
  background-color: var(--bg-three);
  margin: 20px 0px;
}

.side-module-c {
  height: 180px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  margin-bottom: 30px;
}

.side-module-1 {
 background-color: white;
}

.side-module-2 {
 background: linear-gradient(135deg, #f9f9fb, #eef1f6);
}

.side-module-3 {
  background-color: white;
}
.side-module-c h5{
  font-family: var(--font-family-three);
}

.side-module-c ul {
  padding-left: 15px;

}

.side-module-c ul li {
  font-family: var(--font-family-primary);
  font-size: 14px;
  line-height: 30px;
  list-style-type: square;
}

.choose-point-main {
  margin: 10px 0px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;

}

.choose-content-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--bg-one);
  display: flex;
  justify-content: center;
  align-items: center;

}

.choose-module-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.choose-content-icon img {
  width: 50px;
}

.choose-content-text h5 {
  font-family: var(--font-family-primary);
  margin: 0px;
  font-size: 18px;
  color: var(--back-color1);
  margin: 10px 0px;
}

.choose-content-text p {
  font-family: var(--font-family-secondary);
  margin: 0px;
  color: var(--back-color3);
}

.choose-content-point .row {
  display: flex;
  align-items: stretch;
}

.choose-content-point .col-lg-4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.choose-img {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.choose-img img {
  width: 100%;
  max-width: 380px;
  /* adjust image size as needed */
  height: auto;
}

.module-dark-section {
  margin-top: 100px;
  background-color: #042A2D;
  border-radius: 30px;

}

.choose-module {
  padding: 50px 50px 0px 50px;
}

.choose-point-main-right {
  padding: 20px;
}

.choose-point-main-right {
  display: flex;
  justify-content: end;
  align-items: end;
}

.choose-point-main-right .choose-content-text {
  text-align: right;
}

.choose-module-head .module-head-4 {
  color: white;
  font-family: var(--font-family-three);
  font-size: 30px;
  font-weight: 700;
}
.spring-ring{
  width: 25%;
  animation: spring-anm 10s infinite;
  opacity: 0.700;
}

.who-can{
  padding: 60px 10px;
}
.who-left h5{
  font-family: var(--font-family-primary);
  font-weight: 700;
  color: var(--bg-five);
}
.who-left h2{
  font-family: var(--font-family-three);
  font-weight: 700;
  line-height: 50px;
}
.who-contect button{
  background-color: var(--bg-footer);
  color: var(--bg-eight);
  border: none;
  padding: 10px 40px;
  font-family: var(--font-family-secondary);
  margin-top: 20px;
}

.w-top{
  display: flex;
  padding: 20px 20px 0px 20px;
}
.w-bottom{
  display: flex;
  padding: 0px 20px 0px 20px;
}

.who-right h6{
  font-family: var(--font-family-secondary);
  width: 100%;
}
.top-content{
  padding: 40px;
  width: 50%;
}
.bottom-content{
  padding: 40px;
    width: 50%;
}
.w-top-1{
  border-right: 1px solid var(--text-one);
  border-bottom: 1px solid var(--text-one);
}
.w-top-2{ 
  border-bottom: 1px solid var(--text-one);
}
.w-bottom-1{
  border-right: 1px solid var(--text-one);
}

.stats-section {
 
  padding: 70px 0;
  text-align: center;
  border-top: 1px solid #e3e6eb;
}

.stats-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.stat-card {
  flex: 1 1 180px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  transition: all 0.3s ease;
  cursor: default;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.stat-icon img{
  width: 70px;
  height: 70px;
  margin-bottom: 12px;
}

.stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
  font-family:var(--font-family-three);
}

.stat-label {
  font-size: 15px;
  color: #555;
  font-family: var(--font-family-primary);
  font-weight: 700;
}

/* Responsive */
@media (max-width: 991px) {
  .stats-wrapper {
    justify-content: center;
  }
  .stat-card {
    flex: 1 1 45%;
  }
}

@media (max-width: 576px) {
  .stat-card {
    flex: 1 1 100%;
  }
  .stat-number {
    font-size: 24px;
  }
}
