
/* section one styling */
#area_of_study_hero_section{
    /* background: url('../IMG/cd10.jpg') no-repeat center center/cover; */
    background:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../IMG/cd10.jpg') no-repeat center center/cover;

}
 .program-section {
      padding: 60px 15px;
    }

    .program-heading {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 30px;
      text-align: left;
    }

    .program-description p {
      font-size: 1.2rem;
      color: #000;
      margin-bottom: 15px;
    }

    .stat-box {
      margin-bottom: 60px;
    }

    .stat-number {
      font-size: 4.5rem;
      font-weight: 900;
      color: #000;
      line-height: 1;
    }

    .stat-underline {
      width: 100%;
      max-width: 100px;
      height: 5px;
      background-color: #00933b;
      margin: 15px 0;
    }

    .stat-label {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1rem;
      color: #000;
      letter-spacing: 0.5px;
    }

    @media (max-width: 768px) {
      .stat-number {
        font-size: 3rem;
      }

      .program-heading {
        font-size: 2rem;
      }
    }



.fw-bold {
    font-size: 50px;
}

    /* section two styling */
     .card-title {
      font-weight: bold;
      font-size: 1.25rem;
    }

    .explore-btn {
      border: 1px solid #00933b;
      color: black;
      font-weight: 500;
      text-decoration: none;
      position: relative;
      transition: all 0.3s ease;
    }

    .explore-btn::after {
      content: '';
      position: absolute;
      bottom: 5px;
      left: 50%;
      width: 0;
      height: 2px;
      background-color: #00933b;
      transition: all 0.3s ease;
      transform: translateX(-50%);
    }

    .explore-btn:hover::after {
      width: 80%;
    }

    .explore-btn:hover {
      text-decoration: none;
    }

    .card img {
      height: 200px;
      object-fit: cover;
    }
    #head_t{
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;

    }
    #body_t{
        text-align: center;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
    }
    #special{
        background-color: #f3f3f3!important;
    }
    #special0{
        text-align: center;
    }
      #special1{
        background-color: #00933b!important;
    }

    /* before footer styling */
    .grad-section {
      padding: 3rem 1rem;
      background-color: #f4f4f4;
    }

    .grad-title {
      font-size: 2rem;
      font-weight: 800;
    }

    .grad-description {
      font-size: 1.1rem;
      line-height: 1.6;
    }

    .grad-btn {
      background-color: #00933b;
      color: black;
      font-weight: bold;
      padding: 1rem 2rem;
      border: none;
      text-decoration: none;
      display: inline-block;
      position: relative;
      transition: all 0.3s ease;
    }

    .grad-btn::after {
      content: '';
      position: absolute;
      bottom: 8px;
      left: 50%;
      width: 0;
      height: 2px;
      background-color: black;
      transition: all 0.3s ease;
      transform: translateX(-50%);
    }

    .grad-btn:hover::after {
      width: 80%;
    }

    .grad-btn:hover {
      color: black;
      text-decoration: none;
    }

    @media (max-width: 768px) {
      .grad-title {
        text-align: center;
      }

      .grad-description {
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
      }

      .grad-btn {
        display: block;
        margin: 1rem auto 0 auto;
      }
    }