    body { background: #f6f6f6; }
    .navbar {
      font-family: 'Montserrat', sans-serif;
      font-size: .875rem;
      background: #f6f6f6;
      border-bottom: none;
    }
    .navbar-brand {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-right: 2.5rem;
    }
    .edmo-logo-main {
      font-weight: 700;
      font-size: 2em;
      color: #7ea5d7;
      letter-spacing: .0625rem;
      line-height: 1em;
    }
    .edmo-logo-main .o {
      color: #ffcf58;
    }
    .edmo-logo-sub {
      font-size: 0.85em;
      color: #bababa;
      margin-top: -0.2em;
      margin-left: .125rem;
      letter-spacing: .0313rem;
    }
    .navbar-nav .nav-link {
      color: white;
      font-weight: 500;
      margin: 0 1rem;
      transition: color .18s;
    }
    .navbar-nav .nav-link:hover {
      color: #7ea5d7 !important;
    }
    .btn-join {
      background: #7ea5d7;
      color: #fff;
      font-weight: 700;
      border-radius: 1.25rem;
      padding: .375rem 1.5625rem;
      margin-left: 1.125rem;
      font-size: 1em;
      transition: background .18s;
    }
    .btn-join:hover {
      background: #6b93c8;
      color: #fff;
    }
    .dropdown-toggle::after {
      margin-left: 0.3em;
    }
    .banner-section {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .banner-video {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        object-fit: contain;
        z-index: 1;
        width: 100%;
      }
      
      .banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(20, 30, 40, 0.1); /* dark overlay for readability */
        z-index: 2;
      }
      
      .banner-content {
        position: relative;
        z-index: 3;
        width: 100%;
        margin: 0 auto;
        padding: 2.5rem 1.25rem;
      }
      .banner-content .part-1 {
        /* max-width: 43.75rem; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
      
      .banner-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 80px;
        line-height: 1.1;
        margin-bottom: 1.125rem;
      }
      
      .banner-desc {
        font-size: 30.4px;
        margin-bottom: 1.75rem;
      }
      
      .btn-banner {
        background: #ffc107;
        color: #222;
        font-weight: 600;
        padding: .75rem 2rem;
        border-radius: 1.5rem;
        border: none;
        transition: background 0.2s;
      }
      
      .btn-banner:hover {
        background: #ff9800;
        color: #fff;
      }
      .navbar.scrolled {
        background: #f6f6f6 !important;    /* match your header background */
        box-shadow: 0 .125rem .75rem 0 rgba(9, 25, 60, 0.08);
        transition: background 0.22s, box-shadow 0.22s;
      }
      .navbar.scrolled .navbar-nav .nav-link {
        color: black !important;
      }
      .navbar.navbar-transparent {
        background: rgba(255,255,255,0.04); /* subtle glass look, or use transparent */
        box-shadow: none;
        transition: background 0.35s, box-shadow 0.35s;
      }

      .offer-section {
        background: #f6f6f6;
      }
      .offer-title-3d {
           font-weight: 600;
    font-size: 48px;
    color: #555;
    text-transform: uppercase;
      }
      /* .offer-title-3d {
        text-transform: uppercase;
    font-family: verdana;
    font-size: 3em;
    font-weight: 700;
    color: black;
    text-shadow: .0625rem .0625rem .0625rem #919191,
        .0625rem .125rem .0625rem #919191,
        .0625rem .1875rem .0625rem #919191,
        .0625rem .25rem .0625rem #919191,
        .0625rem .3125rem .0625rem #919191,
        .0625rem .375rem .0625rem #919191,
        .0625rem .4375rem .0625rem #919191,
        .0625rem .5rem .0625rem #919191,
        .0625rem .5625rem .0625rem #919191,
        .0625rem .625rem .0625rem #919191,
    .0625rem 1.125rem .375rem rgba(16,16,16,0.4),
    .0625rem 1.375rem .625rem rgba(16,16,16,0.2),
    .0625rem 1.5625rem 2.1875rem rgba(16,16,16,0.2),
    .0625rem 1.875rem 3.75rem rgba(16,16,16,0.4);
        position: relative;
      } */
      .blinking-cursor {
        font-size: 1em;
        font-weight: 900;
        color: black;
        margin-left: .125rem;
        animation: blink 0.8s steps(1) infinite;
      }
      @keyframes blink {
        0%, 49% { opacity: 1; }
        50%, 100% { opacity: 0; }
      }
      /* Responsive */
      @media (max-width: 48rem) {
        .offer-title-3d { font-size: 25.6px; }
      }
      .offer-card {
        border-radius: 1rem;
        box-shadow: 0 .125rem .75rem rgba(9,25,60,0.07);
        overflow: hidden;
        min-height: 25rem;
        cursor: pointer;
        transition: transform .18s, box-shadow .18s;
        background: #000;
        position: relative;
      }
      .offer-card:hover {
        transform: translateY(-0.375rem) scale(1.03);
        box-shadow: 0 .375rem 1.5rem rgba(9,25,60,0.14);
      }
      .offer-img {
        width: 100%;
        height: 100%;
        min-height: 20.625rem;
        object-fit: cover;
        opacity: 0.45;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: opacity .22s;
      }
      .offer-card:hover .offer-img {
        opacity: 0.35;
      }
      .offer-card-overlay {
        position: relative;
        z-index: 2;
        height: 100%;
        width: 100%;
        min-height: 25rem;
        top: 0; left: 0;
        padding: 44.8px 16px 19.2px 16px;
        background: linear-gradient(0deg,rgba(34,51,94,0.35) 60%,rgba(44,44,60,0.1) 100%);
      }
      .offer-card-title {
        font-size: 32px;
        font-weight: 700;
        letter-spacing: .0313rem;
        margin-bottom: 8px;
        color: #fff;
        text-shadow: 0 .125rem .625rem rgba(0,0,0,0.12);
      }
      .offer-card-desc {
        font-size: 16px;
        color: #eee;
      }
      @media (max-width: 61.9375rem) {
        .offer-card, .offer-img {
          min-height: 15.625rem;
        }
      }


      .features-section {
        /* background: #fafafa; */
        background: url('../img/sss-bg.png');
        background-position: center;
        padding: 3.375rem 0 3.25rem 0;
        font-family: 'Inter', Arial, sans-serif;
        position: relative;
        overflow: hidden;
      }
      .container-why {
        max-width: 75% !important;
      }
      
      .features-grid {
        display: grid;
        grid-template-columns: 1fr 15.625rem 1fr;
        grid-template-rows: auto auto auto;
        gap: 1.875rem 2.5rem;
        max-width: 56.25rem;
        margin: auto;
        position: relative;
        align-items: center;
      }
      
      .features-list {
        font-size: 1.25rem;
        color: #666;
        list-style: disc;
        margin-left: 1.75rem;
        margin-bottom: 0;
        line-height: 1.7;
        font-weight: 700;
      }
      
      .features-card {
        background: #fff;
        border-radius: .875rem;
        box-shadow: 0 .625rem 1.5rem rgba(158, 158, 158, 0.13), 0 .25rem 2.75rem rgba(255, 215, 97, 0.075);
        padding: 1.625rem 1.875rem 1.375rem 1.875rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        min-width: 10.3125rem;
        min-height: 9.375rem;
        z-index: 1;
        max-width: 18.75rem;
        width: 15.625rem;
      }
      .features-card-shadow {
        /* background: linear-gradient(to right, #ddd 0%, #ffe182 100%); */
        background: linear-gradient(270deg, rgba(102, 139, 197, 0.65) 0%, rgba(254, 205, 39, 0.7) 35.1%, rgba(137, 137, 137, 0.75) 100%);
        /* filter: blur(.125rem); */
        opacity: 0.98;
        width: 62%;
        height: 12.5rem;
        position: absolute;
        bottom: -0.9375rem;
        /* left: .625rem; */
        border-radius: 1.25rem;
      }
      .col-shadow {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
      .features-card .icon-wrap {
        margin-bottom: .75rem;
        color: #4b87f0;
      }
      .card-title {
        font-size: 1.1875rem;
        font-weight: 500;
        color: #353535;
        margin: 0;
        /* margin-top: .625rem; */
        letter-spacing: 0.01em;
      }
      
      .features-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-column: 2;
        grid-row: 1 / 4;
        gap: 2.875rem;
        z-index: 2;
        width: 100%;
        pointer-events: none;
      }
      .center-line {
        white-space: nowrap;
        font-size: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 1.12;
        user-select: none;
        margin-top: .625rem;
      }
      .center-normal {
        font-family: 'EB Garamond', 'Times New Roman', Times, serif;
        font-size: 1.375rem;
        color: #222;
        font-style: normal;
        margin-right: .3125rem;
      }
      .center-italic {
        font-family: 'EB Garamond', 'Times New Roman', Times, serif;
        font-style: italic;
        font-size: 1.875rem;
        color: #535353;
        font-weight: 700;
      }
      .center-bold {
        font-family: 'EB Garamond', 'Times New Roman', Times, serif;
        font-style: normal;
        font-size: 1.5625rem;
        font-weight: bold;
        color: #222;
        margin-left: .4375rem;
      }
      
      @media (max-width: 53.125rem) {
        .features-grid {
          grid-template-columns: 1fr;
          grid-template-rows: repeat(7, auto);
          gap: 1.625rem;
        }
        .features-center {
          position: static;
          align-items: flex-start;
          width: 100%;
          gap: 2rem;
          margin-top: 1.25rem;
        }
      }

      /* programs */
      .programs-section {
        background: #fafbfc;
      }
      
      .program-card {
        margin-top: 9.375rem;
        position: relative;
        /* border-radius: 1.375rem; */
        padding: 0rem 0rem 0rem 0rem;
        background: #E7E7E7;
        box-shadow: 0 .375rem 1.875rem rgba(80,137,255, 0.07);
        min-height: 12.5rem;
        max-height: 18.75rem;
        /* overflow: hidden; */
        transition: box-shadow 0.28s;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* width: 70%; */
        justify-content: center;
      }
      .program-card:hover {
        box-shadow: 0 .875rem 2rem rgba(45, 114, 229, 0.13), 0 .125rem 1.75rem rgba(126,204,255,0.06);
      }
      
      .program-img-wrap {
        width: 100%;
        max-height: 25rem;
        margin-bottom: .125rem;
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        z-index: 2;
        position: absolute;
        bottom: 0;
      }
      .program-img {
        width: 55%;
        height: 70%;
        object-fit: cover;
        /* PNG image is semi-transparent by design */
        filter: drop-shadow(0 .5rem 1.625rem #8cb6ef44);
      }
      .program-title {
        font-family: 'Inter', Arial, sans-serif;
        font-size: 1.1875rem;
        font-weight: 600;
        margin-bottom: .4375rem;
        color: #171717;
      }
      .program-desc {
        font-size: .9375rem;
        color: #333;
        min-height: 2.75rem;
        line-height: 1.5;
      }
      
      @media (max-width: 61.9375rem) {
        .program-card {
          min-height: 25.625rem;
        }
      }
      @media (max-width: 47.9375rem) {
        .program-card {
          min-height: 18.75rem;
          padding: 1.625rem .375rem 1.25rem .375rem;
        }
        .program-img {
          /* width: 100%; */
          /* height: 100%; */
        }
        .program-title {
          font-size: 1rem;
        }
        .program-desc {
          font-size: .8125rem;
        }
        .features-card-shadow {
          width: 25% !important;
        }
      }
      .navbar-brand img {
        width: 10.625rem;
        height: 2.5rem;
      }
      .outer-circle {
        position: relative;
        width: 11.25rem;
        height: 11.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .img-container {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 8.125rem;
        height: 8.125rem;
        transform: translate(-50%, -50%);
        background: transparent;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 0 0 .0625rem transparent; /* Keep for crisp anti-aliasing */
      }
      
      /* Make image fill and clip to circle */
      .img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        display: block;
      }
      
      /* Dashed animated SVG circle */
      .dashed-border {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        pointer-events: none;
      }
      
      .dashed-border circle {
        fill: none;
        stroke: #fff;
        stroke-width: 4;
        stroke-dasharray: 12, 10;
        stroke-linecap: round;
        animation: dash-rotate 0.2s linear infinite;
        /* Leave some space for the transparent gap (the SVG viewBox is bigger than the image) */
      }
      
      @keyframes dash-rotate {
        100% {
          stroke-dashoffset: 44; /* Adjust for smooth "walking" dash */
        }
      }
      .swiper {
        width: 100%;
        padding: 2.5rem 0;
        background: transparent;
      }
      .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
      }
      .roadmap {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    
    .step {
        background-color: white;
        border-radius: .625rem;
        padding: 1.25rem;
        margin: .9375rem;
        box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, 0.2);
        width: 70%;
        opacity: 0;
        transform: translateY(3.125rem);
    }
    
    h1 {
        font-size: 32px;
        margin-bottom: 2.5rem;
    }
    .for-mobile {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }


    #roadmap-jack {
      position: relative; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 99;
      background: #f6f6f6;
      display: flex; align-items: center; justify-content: center;
      transition: opacity .4s;
      opacity: 1; pointer-events: auto;
      max-width: 100%;
    }
    .main-title {
  font-weight: 600;
  font-size: 48px;
  color: #555;
}

.subtitle {
  font-size: 28px;
  color: #777;
}
    #roadmap-jack.hide { opacity: 0; pointer-events: none; }
    .svg-wrap { width: 68.75rem; height: 43.75rem; position: relative; }
    .svg-roadmap {
      width: 68.75rem; height: 43.75rem; display: block; user-select: none; pointer-events: none;
      position: absolute; left: 0; top: 0;
      z-index: 1;
    }
    #rm-char {
      position: absolute; left: 0; top: 0;
      width: 3.375rem; height: 3.375rem; z-index: 5;
      transform: translate(-50%, -50%);
      filter: drop-shadow(0 .1875rem .625rem #2222);
      will-change: transform;
      pointer-events: none;
      transition: filter .2s;
    }
    .dot {
      position: absolute;
      width: 1rem; height: 1rem;
      background: white;
      border-radius: 50%;
      border: .2rem solid #fff;
      z-index: 4;
      pointer-events: none;
      box-shadow: 0 .0625rem .4375rem #0001;
      transition: background .3s, box-shadow .3s;
    }
    .dot.active {
      background: #ffba3e;
      box-shadow: 0 0 0 .3125rem #ffba3e33, 0 .1875rem .625rem #1e328a33;
      border-color: #1e328a;
    }
    /* Clean, modern card design */
    .step-card {
      text-align: center;
      position: absolute;
      min-width: 13.75rem; max-width: 20rem;
      /* background: #fff; */
      border-radius: 1.125rem;
      /* box-shadow: 0 .25rem 2.25rem 0 #00000027, 0 .0938rem .5rem #ffe39924; */
      font-size: 16px;
      /* padding: 1.4375rem 1.75rem 1.3125rem 1.75rem; */
      padding: .9375rem;
      opacity: 0;
      pointer-events: none;
      z-index: 10;
      transform: translateY(1.625rem) scale(0.97);
      transition: 
        opacity .56s cubic-bezier(0.5,1.7,0.33,0.98),
        transform .42s cubic-bezier(.62,1.3,.22,.81),
        filter .25s;
      /* display: flex; */
      /* flex-direction: column; */
      gap: .5625rem;
      /* border: .0813rem solid #ececec; */
      align-items: center;
    }
    .step-card.active {
      opacity: 1;
      /* transform: translateY(0) scale(1.03); */
      pointer-events: auto;
      filter: none;
      /* box-shadow: 0 .625rem 2.375rem #296fd095, 0 .125rem 1.5rem #ffe39918; */
      border-color: #ffba3e;
    }
    .step-card-hide-border.active {
      border: none !important;
      border-color: none !important;
    }
    .step-card.prev {
      opacity: 1;
      pointer-events: none;
      /* filter: grayscale(0.80) brightness(0.90) blur(.0187rem) saturate(0.75); */
      /* box-shadow: 0 .25rem 1.0625rem #2222, 0 .0938rem .125rem #eee2; */
      border-color: #ececec;
      /* can also lower z-index, if you want */
    }
    .card-title {
      font-size: 13.6px; font-weight: 700; color: #10204d;
      letter-spacing:0.02em;
      margin-top: 6rem;
    }
    .card-desc {
      font-size: 13.6px; color: #5b688d; margin-bottom: .4375rem; line-height: 1.37;
      font-weight:400;
    }
    .card-btn {
      background: #1e87f0; color:#fff; font-weight:600; font-size: 16px; border-radius:.4375rem;
      border:none; padding:.625rem 1.375rem; margin-top:.4375rem; cursor:pointer; display:block;
      text-align:center; text-decoration:none; transition:background .2s;
      letter-spacing: .03em;
      box-shadow:0 .125rem .5625rem #1e87f046;
    }
    .card-btn:hover { background:#215bad;}
    @media (max-width:75rem){
      .svg-wrap, .svg-roadmap{ width:98vw;max-width:98vw;}
      .step-card{max-width: 54vw;}
    }
    @media (max-width:43.75rem){
      .svg-wrap, .svg-roadmap{ width:99vw;max-width:99vw;}
    }
    @media only screen and (max-width: 62.25rem) {
      .banner-section {
        height: 50vh !important;
      }
      .banner-3 {
    height: 50vh !important;
    object-fit: contain;
  }
      .edmo-meaning-section {
        height: 50vh !important;
      }
      .banner-title {
        font-size: 2.75rem;
      }
      #roadmap-jack {
        display: none !important;
      }
      .fixed-top {
        position:  relative !important;
      }
      .banner-video {
        object-fit: cover;
      }
      .banner-desc {
        font-size: 30.4px !important;
      }
      .container-why {
        max-width: 100% !important;
      }
      .features-section {
        padding: 0 !important;
      }
      .col-mobile {
        display: block !important;
      }
      .col-web {
        display: none !important;
      }
      .features-list {
        font-size: 1rem !important;
        /* margin-left: 0 !important; */
      }
    }
    .col-mobile {
      display: none;
    }
    
    .testimonial-wrapper {
      position: relative;
      max-width: 652px;
      margin: auto;
      text-align: center;
    }

    .yellow-bg-svg {
      position: absolute;
      top: 0;
      left: 40%;
      transform: translateX(-50%);
      z-index: 0;
      /* width: 1100px; */
      max-width: 100%;
      height: auto;
      /* overflow: hidden; */
    }

    /* .testimonial-card {
      background: white;
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
      position: relative;
      z-index: 1;
      margin-top: 8.75rem;
    } */
    .testimonial-card {
      position: relative;
    }
    .name-testi {
      position: absolute;
      bottom: 0;
      text-align: center;
      padding-bottom: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 90%;
    }
    .testimonial-header {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px;
    }
    .date-card-position {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .testimonial-name {
      font-weight: 600;
    }

    .testimonial-stars {
      color: #fbc02d;
      margin: 15px 0;
    }

    .testimonial-button-prev,
    .testimonial-button-next {
      position: absolute;
      top: 65%;
      transform: translateY(-50%);
      z-index: 2;
      background: white;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
      box-shadow: 0rem 0rem .625rem 0rem #0000001A;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-right: 0rem;
    }

    .testimonial-button-prev {
      left: -156px;
    }

    .testimonial-button-next {
      right: -156px;
    }

    .testimonial-button-prev::after,
    .testimonial-button-next::after {
      font-size: 16px;
      color: #333;
    }
    .font-testimonial-content {
        font-size: .8125rem;
    }

    @media (max-width: 768px) {
      .testimonial-button-prev, .testimonial-button-next {
        display: none;
      }
    }


    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.container{
	max-width: 73.125rem;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: white;
    /* padding: 4.375rem 0; */
}
/* .footer-col{
   width: 25%;
   padding: 0 .9375rem;
} */
.footer-col h4{
	font-size: 1.125rem;
	color: black;
	text-transform: capitalize;
	margin-bottom: 2.1875rem;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -0.625rem;
	background-color: #e91e63;
	height: .125rem;
	box-sizing: border-box;
	width: 3.125rem;
}
.footer-col strong {
  font-weight: bold !important;
}
.footer-col ul li:not(:last-child){
	margin-bottom: .625rem;
}
.footer-col ul li a{
	font-size: 1rem;
	text-transform: capitalize;
	color: black;
	text-decoration: none;
	font-weight: 300;
	color: black;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: black;
	padding-left: .5rem;
}
.footer-col .social-links a{
	display: inline-block;
	height: 2.5rem;
	width: 2.5rem;
	background-color: lightgray;
	margin:0 .625rem .625rem 0;
	text-align: center;
	line-height: 2.5rem;
	border-radius: 50%;
	color: black;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: white;
	background-color: black;
}
.title-adjust {
  background: #f6f6f6;
}
.title-adjust h3 {
  font-size: 48px !important;
  font-weight: 700;
  letter-spacing: .25rem;
}
.title-adjust h2 {
  font-size: 72px !important;
  font-weight: 700;
}
.edmo-meaning-section {
  position: relative;
  min-height: 20rem;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* background: #ffe082; */
}

.edmo-bg {
  position: absolute;
  inset: 0;
  background: url('/assets/img/banner-1.png') center/cover no-repeat;
  background-color: #ffe082;
  opacity: 1;
  z-index: 1;
  /* filter: blur(.0625rem); */
}

.edmo-meaning-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7em;
  padding: 2.5em 2em 2em 2em;
  width: 80%;
}

.edmo-word {
  display: flex;
  align-items: baseline;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.1em;
  font-weight: 500;
  color: #23408a;
  margin-bottom: 0.2em;
}

.edmo-letter {
  font-size: 4em;
  font-weight: 700;
  color: #797979;
  margin-right: 0.18em;
  display: inline-block;
  position: relative;
  text-shadow: 0 .125rem .5rem #0002;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  cursor: pointer;
  text-transform: uppercase;
}

.edmo-e { animation-name: edmoJump; animation-delay: 0.1s; }
.edmo-d { animation-name: edmoBounce; animation-delay: 0.4s; }
.edmo-m { animation-name: edmoWobble; animation-delay: 0.7s; }
.edmo-o { animation-name: edmoPop; animation-delay: 1s; }

.edmo-desc {
  color: white;
  font-size: 1.1em;
  font-weight: 400;
  margin-left: 0em;
  letter-spacing: .0313rem;
}

.edmo-explore-btn {
  margin-top: 1.5em;
  background: #fff;
  color: #f3be0b;
  font-weight: 600;
  border-radius: .375rem;
  padding: 0.5em 1.5em;
  border: none;
  font-size: 1em;
  box-shadow: 0 .125rem .5rem #0001;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  z-index: 2;
  position: absolute;
  left: -1%;
  bottom: 10%;
}
.edmo-explore-btn:hover {
  background: #f3be0b;
  color: #fff;
}

/* Animations */
@keyframes edmoJump {
  0%   { transform: translateY(0); }
  20%  { transform: translateY(-1.875rem); }
  40%  { transform: translateY(0); }
  60%  { transform: translateY(-0.9375rem); }
  80%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}
@keyframes edmoBounce {
  0%   { transform: scale(1); }
  30%  { transform: scale(1.3, 0.7); }
  50%  { transform: scale(0.8, 1.2); }
  70%  { transform: scale(1.1, 0.9); }
  100% { transform: scale(1); }
}
@keyframes edmoWobble {
  0%   { transform: rotate(0deg); }
  20%  { transform: rotate(-15deg); }
  40%  { transform: rotate(10deg); }
  60%  { transform: rotate(-5deg); }
  80%  { transform: rotate(3deg); }
  100% { transform: rotate(0deg); }
}
@keyframes edmoPop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.5); }
  60%  { transform: scale(0.8); }
  80%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* Responsive */
@media (max-width: 37.5rem) {
  .edmo-meaning-content { padding: 1.2em 0.5em; }
  .edmo-word { font-size: 1.2em; }
  .edmo-letter { font-size: 1.8em; }
}
.edmo-word:nth-child(1) {
  position: relative;
  top: 1.25rem;
  left: 13%;
}
.edmo-word:nth-child(2) {
  position: relative;
  top: 33%;
  left: 35%;
}
.edmo-word:nth-child(3) {
  position: relative;
  top: 66%;
  left: 55%;
}
.edmo-word:nth-child(4) {
  position: relative;
  top: 66%;
  left: 80%;
}
.features-list {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
}

.features-list li {
  position: relative;
  padding-left: 2rem; /* Space for the image */
  margin-bottom: .625rem;
}

.li-1 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .125rem;
  width: 1.375rem;   /* Adjust size as needed */
  height: 1.375rem;
  background: url('/assets/img/li-1.svg') no-repeat center center;
  background-size: contain;
  display: inline-block;
}
.li-2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .125rem;
  width: 1.375rem;   /* Adjust size as needed */
  height: 1.375rem;
  background: url('/assets/img/li-2.svg') no-repeat center center;
  background-size: contain;
  display: inline-block;
}
.li-3 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .125rem;
  width: 1.375rem;   /* Adjust size as needed */
  height: 1.375rem;
  background: url('/assets/img/li-3.svg') no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.testimonials-section {
  /* min-height: 100vh; */
  background-color: #f8f9fa;
}

.title-primary {
  color: #212529;
}

.title-secondary {
  color: #6c757d;
}

.profile-image {
  filter: drop-shadow(0 .5rem 1rem rgba(0, 0, 0, 0.15));
}

.testimonial-card {
  transition: box-shadow 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

@media (min-width: 62rem) {
  .title-lg {
      font-size: 48px;
  }
}

@media (min-width: 75rem) {
  .title-xl {
      font-size: 60px;
  }
}
.hero-section {
  background: url('/assets/img/program-clip.svg');
  background-color: #6182B4;
 background-blend-mode :multiply;
}
.program-banner-title {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff !important;
  font-size: 4rem;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.program-banner-desc {
  /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
  color: #fff !important;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}



    .roadmap-wrapper {
  position: relative;
  padding-top: 100px; /* Re-adding padding-top as it might be needed for alignment */
}

.roadmap-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 390px;
  z-index: 0;
}

.roadmap-dot {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ffc107; /* Yellow dot */
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%); /* Center the dot on the path */
  top: 0;
}

.roadmap-step {
  position: relative;
  z-index: 2;
  opacity: 1 !important; /* Initial state for animation */
  transform: translateY(0px); /* Initial state for animation */
}

.circle {
  width: 100px;
  height: 100px;
  background: #ffc107;
  border-radius: 50%;
  color: black;
  font-weight: bold;
  /* line-height: 70px; */
  margin: auto;
  font-size: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 20px;
  background: #999;
  border-radius: 5px;
}

.content {
  padding: 10px;
  max-width: 250px;
  margin: 100px auto 0;
  font-size: 14px;
}

.content.above {
  margin-bottom: 20px;
  margin-top: -250px;
}

.content span {
  color: #6284B8;
  font-weight: 600;
}

.step-1 {
  margin-top: -30px;
}

.step-2 {
  margin-top: 70px;
}

.step-3 {
  margin-top: -30px;
}

.step-4 {
  margin-top: 70px;
}

.content p {
  margin-bottom: 2px;
  font-weight: 700;
  color: #797979 !important;
}
.roadmap-section h2 {
    font-size: 2.5rem;
    color: #797979 !important;
    margin-bottom: 100px !important;
}

.plan-card {
      transition: all 0.3s ease;
      box-shadow: 0 2px 12px rgba(0,0,0,0.1);
      border-radius: 12px;
      overflow: hidden;
      background-color: #fff;
      height: 100%;
      position: relative;
    }
    .plan-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    }
    .plan-img {
      height: 300px;
      background-size: cover;
      background-position: center;
    }
    .plan-content {
      padding: 1.5rem;
    }
    .plan-title {
      font-size: 2.0rem;
      font-weight: bold;
      margin-bottom: 0.25rem;
    }
    .plan-subtitle {
      font-size: 1.7rem;
      color: #777;
      margin-bottom: 1rem;
      margin-top: -15px;
    }
    .plan-list {
      font-size: 0.9rem;
      margin-bottom: 1.25rem;
      margin-left: -18px;
      list-style-type: disc;
    }
    .btn-yellow {
      background-color: #f1c40f;
      color: #000;
      border: none;
      padding: 0.5rem 1rem;
      font-weight: 600;
      border-radius: 8px;
      position: absolute;
      bottom: 20px;
    }
    .space-100{
      padding: 20px;
    }
    .card-svg {
      width: 60px !important;
      /* height: 50px !important; */
    }

    /* faq */
    @import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
* {
  font-family: Lato, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.faq-body {
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 50px 0;
}

.faq-body h1 {
  font-size: 2.5rem;
}

.wrapper {
  width: 60%;
}

h1 {
  margin-bottom: 20px;
}

.container-faq {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  .wrapper {
  width: 80%;
}


.edmo-meaning-content-mobile {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 40px; */
  /* margin-bottom: 40px; */
}

.edmo-word-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.edmo-letter {
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}



.edmo-desc {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.edmo-explore-btn-mobile {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 12px 28px;
  background-color: #343a40;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.edmo-explore-btn-mobile:hover {
  background-color: #212529;
}
.section-web {
  display: none !important;
}
.section-mobile {
  display: block !important;
}
}
.section-mobile {
  display: none;
}
.edmo-meaning-content-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  gap: 0.7em;
  padding: 2.5em 2em 2em 2em;
  /* width: 80%; */
  /* flex-direction: column; */
  margin-top: 50px;
}
.pricing-section {
  background-color: #fdfdfd;
}

.pricing-table td, .pricing-table th {
  vertical-align: middle;
  font-size: 16px;
  padding: 12px;
}

.pricing-table small {
  font-size: 12px;
  color: #777;
}

.pricing-table .badge {
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 20px;
}

@media (max-width: 576px) {
  .pricing-table td, .pricing-table th {
    font-size: 14px;
    padding: 8px;
  }

  .pricing-section h2, .pricing-section h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer-col h4::before {
    background-color: white;
  }
  .roadmap-line {
    display: none !important;
  }

  .roadmap-step {
    margin-top: 0 !important;
  }

  .content.above,
  .content.below {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }

  .circle {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }

  .content {
    max-width: 100%;
    margin-top: 20px !important;
    font-size: 13px;
  }

  .roadmap-section h2 {
    font-size: 1.8rem;
    margin-bottom: 50px !important;
  }
}
.banner-3{
  width: 100%;
  height: 100vh;
}
.list-styled-ul {
  list-style-type: disc !important;
  list-style: disc !important;
  padding-left: 10px;
}

