 /* Header Section */
    .hero-section {
      position: relative;
      height: 500px;
      display: flex;
      align-items: flex-end;
      color: white;
      z-index: -1;

    }
    #apply_hero_section{
      /* background: url('../IMG/see4.jpg') no-repeat center center/cover; */
      background: linear-gradient(rgb(1 61 8 / 53%), rgba(0, 0, 0, 0.5)), url(../IMG/see2.jpg) no-repeat center center / cover;

    }

    .overlay {
      background-color: rgba(0, 0, 0, 0.4);
      width: 100%;
      padding: 20px 30px;
    }

    .breadcrumb-nav {
      font-size: 14px;
      color: #fff;
    }

    .breadcrumb-nav span {
      margin: 0 8px;
      color: #00933b;
    }

    .hero-title {
      font-size: 38px;
      font-weight: 700;
    }

    /* Tab Menu */
    .tab-menu {
      background-color: #f8f9fa;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #ddd;
    }

    .tab-menu a {
      position: relative;
      padding: 15px 20px;
      text-decoration: none;
      color: #212529;
      font-weight: 500;
      border-bottom: 3px solid transparent;
      transition: all 0.3s ease;
    }

    .tab-menu a:hover {
      color: #000;
    }

    .tab-menu a::after {
      content: '';
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 0;
      height: 2px;
      background-color: #00933b;
      transition: width 0.3s ease;
    }

    .tab-menu a:hover::after {
      width: 100%;
    }

    .tab-menu a.active {
      border-bottom: 3px solid #00933b;
      font-weight: 600;
    }

    @media (max-width: 767px) {
      .hero-title {
        font-size: 28px;
      }

      .tab-menu a {
        flex: 1 1 100%;
      }
    }

    /* apply cotainer */
    #apply_con{
        ackground-color: #fd0d35;
    }
    .no-gap {
      margin-right: 0;
      margin-left: 0;
    }
    .no-gap > [class*='col'] {
      padding-right: 0;
      padding-left: 0;
    }

    .left-box {
      ackground-color: #ffc107;
      eight: 300px;
      color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
    
    }

  


    /* 1111111111111111111111111111111111111111111111111111111 */
    /* Wrapper styling */
    .apply-section {
        padding-right: 30px;
        padding-left: 30px;

    }
    #text_content{
        padding: 20px;
        background-color: #fff8d9;
        text-align: justify;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 100px;
    }

    /* Step number circle */
    .step-circle {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #00933b;
      color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      font-size: 26px;
      border: 2px solid #fff;
      box-shadow: 0 0 0 2px #00933b;
      flex-shrink: 0;
    }

    /* Heading */
    .apply-section h2 {
      font-weight: 700;
    }

    /* Links */
    .apply-section a {
      color: #0056b3;
      text-decoration: underline;
    }

    .apply-section a:hover {
      color: #003c80;
      text-decoration: none;
    }

    @media (max-width: 767.98px) {
      .apply-step {
        flex-direction: column;
        align-items: flex-start;
      }

      .apply-step .ms-3 {
        margin-left: 0 !important;
        margin-top: 15px;
      }
    }

    /* 222222222222 */
      .right-box {
      ackground-color: #eff0f3;
      eight: 300px;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 50px;
    }

    #right_top_box_text{
        color: #000;
        font-weight: bold;
    }
    #right_top_box{
        padding: 10px;
        text-align: center;
    }
    .btn-hover-underline {
        background: none;
        border: none;
        color: #0b0e10;
        font-weight: bold;
        position: relative;
        padding: 10px 0;
        cursor: pointer;
        font-size: 16px;
        }
#btn_Transfer{
    border: 1px solid #bae21a;
    padding: 20px;
    font-weight: normal;
}

/* Hover underline effect */
.btn-hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  background-color: #0056b3;
  transition: width 0.3s ease-in-out;
}

.btn-hover-underline:hover::after {
  width: 100%;
}

#right_long_text{
    margin-op: 20px;
    text-align: center;
    ackground-color: #ddd;
    padding: 20px;
}
#right_long_text1{
    ackground-color: #ffc107;
    argin-top: 100px;
    text-align: center;
    background-color: #ddd;
    padding: 25px;
}
#right_head_text{
    font-weight: bold;
    color: #000;
    font-size: 25px;
    margin-bottom: 15px;
}
#right_text{
    color: #000;
   
}
#btn_Summer{
    order: 1px solid #bae21a;
    padding: 10px;
    font-weight: normal;
    background-color: #00933b;
}
/* section for College-Specific Transfer Requirements styling */
.section-title {
      font-weight: 700;
      font-size: 2rem;
      text-align: initial;
    }

    .section-subtitle {
      font-size: 1.1rem;
      text-align: center;
      margin-bottom: 3rem;
      color: #333;
    }

    .college-card {
      background-color: #fff;
      border: 1px solid #e5e5e5;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
      transition: transform 0.2s ease;
      height: 100%;
    }

    .college-card:hover {
      ransform: translateY(-4px);
    }

    .college-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .card-body {
      padding: 1.5rem;
    }

    .btn-transfer {
      border: 1px solid #00933b;
      background-color: white;
      color: #000;
      font-weight: 600;
      padding: 10px 20px;
      margin-top: 15px;
      text-transform: uppercase;
    }

    .btn-transfer:hover {
      background-color: #00933b;
    }

    /* Already Applied Section styling */
     .section-black {
      background-color: #000;
      color: #fff;
      padding: 4rem 2rem;
      background-image: url('../IMG/see1.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .section-black::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      z-index: 0;
    }

    .section-black .content {
      position: relative;
      z-index: 1;
    }

    .section-yellow {
      background-color: #00933b;
      color: #000;
      padding: 4rem 2rem;
    }

    .btn-yellow {
      background-color: #00933b;
      color: #000;
      font-weight: 600;
      padding: 0.75rem 2rem;
      border: none;
      transition: background 0.2s;
    }

    .btn-yellow:hover {
      background-color: #00933b;
    }

    .btn-black {
      background-color: #000;
      color: #fff;
      font-weight: 600;
      padding: 0.75rem 2rem;
      border: none;
    }

    .btn-black:hover {
      background-color: #333;
    }