html{
  overflow-x: hidden;
}
body{
  overflow-x: hidden;
}

.editorial-header img{
    fill: #b5b5b5;
  width: 48px;
  height: 48px;
  margin: auto;
}

.heading-sub img{
    fill: #b5b5b5;
  width: 48px;
  height: 48px;
  margin: auto;
}
.pg-content img {
     fill: #b5b5b5;
  width: 48px;
  height: 48px;
  margin: auto;
}

.timeline-main img{
    fill: #b5b5b5;
  width: 48px;
  height: 48px;
  margin: auto;
}
.pg-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 5%;
  gap: 60px;
  flex-wrap: wrap;
    padding-top: 150px;
    background: #ffffff;
}

.pg-image-wrap {
  position: relative;
  width: 400px;
  height: 400px;
}

.pg-img-main {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.pg-img-overlay {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 270px;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  border: 4px solid white;
}

.pg-content {
  max-width: 600px;
}

.pg-subtitle {
  color: #0a1f44;
  font-weight: 600;
  font-size: 18px;
}

.pg-heading {
  font-size: 40px;
  font-weight: 800;
  margin: 10px 0 20px;
  color: #0a1f44;
  line-height: 1.2;
}

.pg-description {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 25px;
}

.pg-contact {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}

.pg-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
  font-size: 15px;
}

.pg-contact-item i {
  background: #fdb888;
  padding: 8px;
  border-radius: 50%;
  color: white;
}

.pg-btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #0a1f44;
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.pg-btn:hover {
  background-color: #081a37;
}
.timeline-section{
  background-color:#f9f9fc ;
  padding-bottom: 10px;
  padding-top: 10px;
}

 .timeline-container {
      max-width: 1200px;
      margin: 26px auto;
      padding: 0 20px;
      position: relative;
    
    }

    .timeline-title {
      text-align: center;
      font-size: 36px;
      font-weight: bold;
      color: #002d62;
      margin-bottom: 80px;
      display: flex;
  justify-content: center;
  flex-direction: column;
    }

    .timeline {
      position: relative;
    }

    /* Center vertical line */
    .timeline::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
        background: linear-gradient(to bottom, #7971b7, #211c4e);
      z-index: 1;
    }

    .timeline-entry {
      position: relative;
      width: 45%;
      padding: 20px 30px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      margin-bottom: 60px;
      z-index: 2;
    }

    .timeline-entry.left {
      left: 0;
      margin-right: auto;
      text-align: right;
      height: auto;
    }

    .timeline-entry.right {
      left: 55%;
      text-align: left;
      height: auto;
    }

    .timeline-entry::before {
     content: '';
  position: absolute;
  top: 28px;
      width: 15px;
    height: 15px;
  background-color: #0a1f44;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(65, 56, 143);
  z-index: 3;
    }

    .timeline-entry.left::before {
      right: -50px;
    }

    .timeline-entry.right::before {
      left: -50px;
    }

    .timeline-year {
      font-size: 24px;
      font-weight: 700;
      color: #0a1f44;
      margin-bottom: 10px;
    }

    .timeline-entry ul {
      padding-left: 20px;
      margin: 0;
    }

    .timeline-entry ul li {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.6;
      color: #555;
      text-align: left;
    }


    .heiglight{
      font-weight: 600;
    }

    .vision{
      padding-top: 28px;
      background-color: white;
    }
    /* Mobile Responsive */
    @media (max-width: 768px) {
      .timeline::before {
        left: 20px;
        transform: none;
      }

      .timeline-entry,
      .timeline-entry.left,
      .timeline-entry.right {
        width: 100%;
        left: 0 !important;
        text-align: left;
        padding-left: 60px;
      }

      .timeline-entry::before {
        left: 20px !important;
        right: auto !important;
      }
    }


@media (max-width: 768px) {
  .pg-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .pg-image-wrap {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .pg-img-overlay {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 200px;
  }
}



  .section {
      max-width: 1200px;
      margin: 50px auto;
      padding: 0 20px;
    }

    .heading-sub {
      text-transform: uppercase;
      color: #6b7280;
      font-size: 14px;
      letter-spacing: 1px;
      text-align: center;
      display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
    }

    .heading-main {
     text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #002d62;
  margin-bottom: 80px;
    }

    /* Appreciation Box */
    .testimonial-box {
      display: flex;
      align-items: center;
      background: #f1f5f9;
      padding: 20px 30px;
      border-radius: 10px;
      gap: 20px;
      margin-bottom: 60px;
    }

    .testimonial-box img {
      width: 70px;
      height: 70px;
      object-fit: cover;
      border-radius: 50%;
    }

    .testimonial-text {
      flex: 1;
    }

    .testimonial-text p {
      font-style: italic;
      font-size: 16px;
      color: #555;
    }

    .testimonial-text h4 {
      font-size: 16px;
      font-weight: 600;
      margin-top: 10px;
      color: #0a1f44;
    }

    .testimonial-text span {
      font-size: 14px;
      color: #888;
    }

    /* Trending Courses Section */
  

.editorial-section {
  background-color: #f9f9fc;
      /* max-width: 1200px;
      margin: 80px auto;
      padding: 0 20px; */
      padding-bottom: 40px;
    }

    .editorial-header {
      text-align: center;
      margin-bottom: 50px;
      padding-top: 30px;
    }

    .editorial-header h5 {
      font-size: 14px;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-bottom: 8px;
    }

    .editorial-header h2 {
      font-size: 36px;
      font-weight: 800;
      color: #0a1f44;
    }

        .editorial-container {
          display: flex;
          gap: 50px;
          align-items: flex-start;
          flex-wrap: wrap;
          max-width: 1200px;
          margin: 0px auto;
          padding: 0 20px;
        }

    .editorial-text {
      flex: 1;
      min-width: 300px;
      animation: fadeInLeft 1s ease;
    }

    .editorial-text p {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 20px;
      color: #555;
    }

    .editorial-image ul {
      padding-left: 20px;
    }

    .editorial-image ul li {
      margin-bottom: 12px;
      color: #444;
      font-size: 15px;
      list-style: none;
    }

    .editorial-image ul li strong {
      color: #0a1f44;
    }

    .editorial-image {
      flex: 1;
      min-width: 300px;
      animation: fadeInRight 1s ease;
    }

    .editorial-image img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
      margin-bottom: 30px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .editorial-container {
        flex-direction: column;
      }

      .editorial-header h2 {
        font-size: 28px;
      }
    }

    /* Animations */
    @keyframes fadeInLeft {
      from { opacity: 0; transform: translateX(-30px); }
      to { opacity: 1; transform: translateX(0); }
    }

    @keyframes fadeInRight {
      from { opacity: 0; transform: translateX(30px); }
      to { opacity: 1; transform: translateX(0); }
    }