/* New Home page code- start (25-06-2026) */
.cs-hero {
    width: 100%;
    padding: 80px 24px;
    text-align: center;
    background-color: #ffffff;
}

.cs-hero__inner {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cs-hero__heading {
    font-size: 48px;
    font-weight: 400;
    color: #000;
}

.cs-hero__subtitle {
    font-size: 1rem;
    color: #000;
    max-width: 480px;
}

.cs-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background-color: rgb(21, 80, 154);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 1.5rem;
}

.cs-hero__btn:hover {
    background-color: rgb(21, 80, 154);;
}

.cs-hero__btn-icon {
    width: 23px;
    height: 23px;
    stroke: currentColor;
    fill: none;
    flex-shrink: 0;
    transform: rotate(313deg);
}

.cs-hero__stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    list-style: none;
    margin-top: 1rem;
}

.cs-hero__stat {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #F1F5F9;
    padding: 14px 28px;
    border-radius: 10px;
}

.cs-hero__stat-num {
    font-size: 1.4rem;
    font-weight: 400;
    color: #0524a9;
}

.cs-hero__stat-label {
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}

@media (max-width: 600px) {
    .cs-hero__stats {
        flex-direction: column;
        align-items: center;
    }

    .cs-hero__stat {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

.cs-learning-section {
    background:#081326;
    min-height:100vh;
    padding:40px 20px;
    font-family:Arial, Helvetica, sans-serif;
}

.cs-learning-header {
    text-align:center;
    color:white;
}

.cs-small-text {
    font-size: 16px;
    margin-bottom:8px;
    font-weight:500;
    color: #fff;
}

.cs-learning-header h1 {
    font-size: 48px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #fff;
}

.cs-explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background-color: rgb(21, 80, 154);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 1.5rem;
}

.cs-card-wrapper {
    max-width:1050px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:14px;
}

.cs-learning-card {
    background:#f5f8fc;
    border-radius:6px;
    padding:24px;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.cs-card-image {
    /* height: 20rem; */
    padding: 1rem;
    background:#dceafa;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.cs-icon {
    margin-bottom:10px;
}
.cs-icon img {
  width: 6rem;
}

.cs-badge {
    background:#fff;
    font-size: 18px;
    padding: 6px 10px;
    margin-bottom: 2rem;
    color: #000;
}

.cs-learning-card h2 {
    font-size: 30px;
    font-weight: 400;
    color:#000;
}

.cs-card-desc {
    font-size: 16px;
    color:#000;
    margin: 1.5rem 0;
    min-height: 5rem;
}

.cs-card-info {
    display: flex;
    gap: 20px;
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #000;
}

.cs-start-btn {
    width: 100%;
    border:none;
    background: rgb(21, 80, 154);;
    color:white;
    font-size: 16px;
    cursor:pointer;
    padding: 0.8rem 0;
    border-radius: 0.4rem;
}

.cs-start-btn:hover,
.cs-explore-btn:hover {
    background:rgb(21, 80, 154);;
}

@media(max-width:700px){
    .cs-card-wrapper {
        grid-template-columns:1fr;
    }

    .cs-learning-header h1 {
        font-size:22px;
    }
}

.cs-trust-section {
    padding: 40px 20px;
}

.cs-trust-container {
    max-width: 1000px;
    margin: 0 auto;
}

.cs-trust-header {
    text-align: center;
    margin-bottom: 4rem;
}

.cs-trust-subtitle {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}

.cs-trust-title {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.cs-trust-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.cs-trust-card {
    background: #f0f2f5;
    padding: 20px 25px;
    min-height: 145px;
    border-radius: 4px;
    transition: all .3s ease;
}

.cs-trust-icon {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 30px;
}

.cs-trust-icon i {
    color: #111;
}

.cs-trust-card-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #000;
}

@media (max-width: 991px) {
    .cs-trust-card-wrapper {
        grid-template-columns: 1fr;
    }
}

.cs-course-section {
    padding: 40px 20px;
    background: #f5f5f5;
}

.cs-course-container {
    max-width: 1100px;
    margin: 0 auto;
}


.cs-course-card {
    background: #0b1528;
    border-radius: 8px;
    padding: 50px 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 70px;
    overflow: hidden;
}
@media (max-width: 786px) { 
    .cs-course-card { 
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}


.cs-course-image {
    animation: spin 10s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.cs-course-image img {
    width: 90%;
    display: block;
}

.cs-course-content {
    flex: 1;
}

.cs-course-subtitle {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}

.cs-course-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 35px;
    max-width: 650px;
}

.cs-course-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgb(21, 80, 154);
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}

/* New Home page code- end (25-06-2026) */

/* New Learning page code- Start (25-06-2026) */
.lp-learning-path-section {
    padding: 60px 20px;
    background: #ffffff;
}

.lp-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.lp-subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.lp-title {
    font-size: 49px;
    line-height: 1.15;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}

.lp-description {
    margin: 0 auto;
    font-size: 16px;
    color: #000;
}

.lp-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 45px;
    flex-wrap: wrap;
}

.lp-stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp-stat-number {
    font-size: 20px;
    font-weight: 500;
    color: rgb(21, 80, 154)
}

.lp-stat-label {
    font-size: 16px;
    color: #111;
}

/* New Learning page code- End (25-06-2026) */

/* About page code css- Start (08-07-2026) */
.edu-about-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px 80px;
  }
 
  /* ---------- Banner ---------- */
 
  .edu-about-banner {
    position: relative;
    height: 210px;
    border-radius: 10px;
    background: linear-gradient(135deg, #050608 0%, #0a0d14 45%, #0d1420 100%);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 36px 80px;
  }
 
  /* glossy wavy ribbon shape, built from blurred radial layers */
  .edu-about-banner::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -80px;
    width: 620px;
    height: 420px;
    background:
      radial-gradient(ellipse at 30% 30%, rgba(120,150,200,0.55) 0%, rgba(60,80,120,0.25) 35%, rgba(0,0,0,0) 65%),
      radial-gradient(ellipse at 70% 60%, rgba(90,110,160,0.35) 0%, rgba(0,0,0,0) 60%);
    filter: blur(2px);
    border-radius: 50%;
    transform: rotate(-15deg);
  }
 
  .edu-about-banner::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 120px;
    width: 900px;
    height: 260px;
    background: linear-gradient(120deg, rgba(150,170,210,0.35) 0%, rgba(150,170,210,0.05) 30%, rgba(0,0,0,0) 55%);
    border-radius: 50%;
    filter: blur(6px);
  }
 
  .edu-about-items {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
  }
 
  .edu-about-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
 
  .edu-about-icon {
    width: 100px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .edu-about-icon svg {
    width: 100%;
    height: 100%;
  }
 
  .edu-about-label {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.01em;
  }
 
  /* ---------- About text ---------- */
 
  .edu-about-content {
    max-width: 800px;
    margin: 0 auto;
  }
 
  .edu-about-eyebrow {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 14px;
  }
 
  .edu-about-heading {
    font-size: 38px;
    color: #000;
    margin-bottom: 24px;
    font-weight: 300;
  }
 
  .edu-about-paragraph {
    font-size: 16px;
    line-height: 1.7;
    color: rgb(26,26,26);
    margin-bottom: 20px;
  }
 
  .edu-about-paragraph:last-child {
    margin-bottom: 0;
  }
 
  /* ---------- Responsive ---------- */
 
  @media (max-width: 720px) {
    .edu-about-banner {
      height: auto;
      padding: 32px 24px;
      border-radius: 16px;
    }
 
    .edu-about-items {
      flex-direction: column;
      align-items: flex-start;
      gap: 28px;
    }
 
    .edu-about-heading {
      font-size: 30px;
    }
 
    .edu-about-content {
      margin-top: 40px;
    }
  }

  .edu-about-values-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 24px 80px;
  }
 
  .edu-about-values-title {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin-bottom: 40px;
  }
 
  .edu-about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
 
  .edu-about-values-card {
    background: #f4f5f7;
    border-radius: 14px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
  }
 
  .edu-about-values-icon {
    width: 26px;
    height: 26px;
    margin-bottom: 26px;
  }
 
  .edu-about-values-icon svg {
    width: 100%;
    height: 100%;
  }
 
  .edu-about-values-heading {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin-bottom: 14px;
  }
 
  .edu-about-values-text {
    font-size: 16px;
    color: rgb(26, 26, 26);
  }
 
  /* ---------- Responsive ---------- */
 
  @media (max-width: 900px) {
    .edu-about-values-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
 
  @media (max-width: 640px) {
    .edu-about-values-grid {
      grid-template-columns: 1fr;
    }
 
    .edu-about-values-title {
      font-size: 26px;
    }
  }
/* About page code css- End (08-07-2026) */
/* Contact us page code css- Start (08-07-2026) */
.contact-card { 
    min-height: 600px;
}
.contact-card-info {
    background: rgb(11, 21, 40);
    border-radius: 12px;
    padding: 2rem;
    color: #fff;
    min-height: 600px;
}
.contact-card-image img {
    border-radius: 12px;
}
/* Contact us page code css- End (08-07-2026) */
