
    .wrapper {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-bottom: 40px; /* Space before footer */
    }


{
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: Arial, sans-serif;
    }
    .banner img {
      width: 25%;
      height: auto;
      overflow: hidden;
    }

  .navbar {
  background-color: #5D2872;
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-family: cursive;
}

.navbar a:hover {
  background-color: #575757;
}

    /* Cream-colored Gap */
    .gap {
      background-color: #FFFDD0; /* Cream */
      height: 20px;
      width: 100%;
    }

    /* Scrolling Title */
    .scrolling-title {
      background-color:#5D2872;
      color: white;
      padding: 10px 0;
      font-weight: 600;
      font-family:serif;
    }

    .scrolling-title marquee span {
      font-weight: bold;
      font-size: 25px;
    }

    /* Full-Width Banner */
    .Banners {
      width: 100%;
      height: auto;
      overflow: hidden;
    }

    .Banners img {
      width: 100%;
      height: auto;
      display: block;
    }

    .Latest{
      background-color:#5D2872;
      text-align: center;
      color: white;
      margin-top: 5px;
      font-size: 18px;
      font-family:cursive;
      font-size: 600;
  }



    /* Page Content */
    .content {
      padding: 30px;
      text-align: center;
    }

    .content h1 {
      color: #333;
    }
.Media{
    display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
      background-color: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
  .Media img{
    width: 300px;
  height: 450px;
  object-fit: cover;         /* Crop to fit */
  object-position: top center; /* Start cropping from top */
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
.content p{
    background-color:#5D2872;
      text-align: center;
      color: white;
      margin-top: 5px;
      font-size: 18px;
      font-family:cursive;
      font-size: 600;
  }

 /* Layout container */
    .container {
      display: flex;
      gap: 20px;
    }

    /* Left column - event images or main content */
    .left-column {
      flex: 2;
      background-color: #fff;
      padding: 15px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .left-column img {
      width: 300px;
  height: 450px;
  object-fit: cover;         /* Crop to fit */
  object-position: top center; /* Start cropping from top */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }


.teach{
      
      margin: 10px;
      color: white;
      flex: 2; /* ✅ Stretch to match height */
      background-color:#5D2872;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      overflow-y: auto; 
}
 /* Right column - Important Headlines */
    .right-column {
      flex: 1.5;
      display: flex;
      flex-direction: column;
    }
 .right-box {
      /* ✅ Stretch to match height */
      background-color: #f7ecff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      overflow-y: scroll;
      height: 550px;
    }

    .right-box h3 {
      margin-top: 0;
      color: #5e3270;
      border-bottom: 2px solid #d5a5f2;
      padding-bottom: 8px;
      font-size: 18px;
                }

    .right-box a {
      display: block;
      background-color: #5e3270;
      padding: 12px;
      margin: 8px 0;
      text-decoration: none;
      border-radius: 8px;
      color: white;
      font-weight: 500;
      transition: background 0.3s;
    }

    .right-box a:hover {
      background-color: #d5a5f2;
      color: white;
    }

    
.footercontainer{
  text-align: center;
}

.lck_footer{    

  background-color: #5e2b73;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  
}

 .last-updated {
  font-size: 12px; /* ✅ smaller text for last update */
  margin: 0;
  color: #f7ecff;
}

.footercontainer a {
  color: white;
  text-decoration: underline;
}


    .Vision h1 {
      color: #5D2872;
      text-align: center;
      font-family: cursive;
      font-size: 2.7rem;
      font-weight: 600;
    }

    .Vision p {
      text-align: center;
      font-family: cursive;
      font-size: 1rem;
      margin: 0.6em 0;
      padding: 10px;
      color: #575757;
    }

    .Vision {
      margin-bottom: 40px;
    }

    .lck_footer {
      background-color: #5e2b73;
      color: white;
      text-align: center;
      padding: 20px;
      font-size: 14px;
    }

    .footercontainer a {
      color: white;
      text-decoration: underline;
    }

    .last-updated {
      font-size: 12px;
      margin: 0;
      color: #f7ecff;
    }

    .dropbtn {
  background-color: #5D2872;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #5D2872;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color:#575757;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #5D2872;}

.vacany {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;   /* Center horizontally */
  align-items: center;       /* Center vertically */
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  min-height: 500px; /* Optional: sets a base height to center against */
}
.vacany {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.img-container {
  text-align: center;
}

.img-container img {
  height: 450px;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.apply-link {
  margin-top: 30px;
}

.apply-link a {
  text-decoration: none;
  background-color: #5D2872;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: cursive;
  font-weight: 500;
  transition: background-color 0.3s;
}

.apply-link a:hover {
  background-color: #7c3aad;
}
