.avatar1 {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        border: 5px solid white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        object-fit: cover;
      }
      h2.text-success, li.text-success{
        font-family: 'Unica-One';
    }
.Anthem{
list-style-type: decimal;
}

body, #main, #wrapper, #sc {
      padding: 15px;
    }
    #sidebar {
      position: relative;
      width: 25%;
    }
    #sc {
      height: 80vh;
      margin-top: 30px;
    }
    #wrapper {
      display: flex;
      justify-content: space-between;
    }
    #wrapper.fix-bottom-VP #sc,
    #wrapper.fix-top-VP #sc {
      position: fixed;
    }
    #wrapper.fix-bottom-VP #sc {
      bottom: 15px;
    }
    #wrapper.fix-top-VP #sc {
      top: 15px;
    }
    #wrapper.flex-bottom {
      align-items: flex-end;
    }
    h2.text-success, li.text-success, h3, h4, nav-link {
      font-family: 'Unica-One';
    }
    .title:hover {
      color: #0168c1;
    }
    .post img:hover {
      background-color: #444;
      background-blend-mode: overlay;
    }

    .main {
      max-width: 1000px;
      margin: auto;
    }
    
    h1 {
      font-size: 50px;
      word-break: break-all;
    }
    
    .row {
      margin: 8px -16px;
    }
    
    .row, .row > .column {
      padding: 8px;
    }
    
    .column {
      float: left;
      width: 33.33%;
      display: none;
    }
    
    .row:after {
      content: "";
      display: table;
      clear: both;
    }
    
    .content {
      background-color: white;
      padding: 10px;
    }
    
    .show {
      display: block;
    }
    
    .btn2 {
      border: none;
      outline: none;
      padding: 12px 16px;
      background-color: white;
      cursor: pointer;
    }
    
    .btn2:hover {
      background-color: #ddd;
    }
    
    .btn2.active {
      background-color: #666;
      color: white;
    }

#myInput {
    background-image: url("/css/searchicon.png");
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
  }

  #myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    
  }

  
  #myTable td {
    text-align: left;
    padding: 12px;
  }
  #myTable th {
    text-align: left;
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }

  #myTable tr {
    border-bottom: 1px solid #ddd;
  }

  #myTable tr:hover {
    background-color: #f1f1f1;
  }
  #myTable th:hover {
    background-color: #fef2;
  }
  .header {
    background-color: skyblue;
    
  }
  .header:hover {
    background-color: blue;
  }
  h2.text-success,
  li.text-success,
  h3,
  nav-link,
  tr.header {
    font-family: "Unica-One";
  }

.admission-tab{
        background-color: blanchedalmond;
        padding: 30px;
        display: flex;
        justify-content: space-between;
    }
    .child2 button{
        border: 1px solid #ccc;
        padding: 5px;
        background-color: green;
        color: white;
        border-radius: 5px 5px;
        min-height: 10px;
    }
    .child2 button:hover{
        box-sizing: 10px 12px 20px #ccc;
    }

a{
    text-decoration: none;
  }

.gallery-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    
    .gallery-category h5 {
        margin-top: 0;
    }
    
    .gallery-items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    
    .gallery-item {
        position: relative;
        overflow: hidden;
        width: 350px;
        height: 200px;
        border-radius: 4px;
    }
    
    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    
    .gallery-item .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
        display: flex;
        align-items: flex-end;
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 0 0 10px 10px;
    }
    
    .gallery-item:hover img {
        transform: scale(1.05);
    }
    
    .gallery-item:hover .overlay {
        opacity: 1;
    }
    
    .overlay-text {
        color: white;
        font-size: 1rem;
        padding: 10px;
        text-align: center;
    }
    
    @media (max-width: 1200px) {
        .gallery-items {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
    @media (max-width: 768px) {
        .gallery-items {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
    @media (max-width: 576px) {
        .gallery-items {
            grid-template-columns: repeat(1, 1fr);
            justify-content: center;
        }
    }

button.button3 {
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: green;

    border-radius: 10px;

    transition: all 0.3s ease;
  }

  button.button3:hover {
    background-color: white;
    color: black;
  }

  button.button3:active {
    background-color: #fcf414;
    box-shadow: none;
    transform: translateY(4px);
  }

  .float-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .float-on-hover:hover,
  .float-on-hover:focus,
  .float-on-hover:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  .carouselimg {
    width: 100%;
    height: 580px;
    object-fit: cover;
  }



  .post-box:hover {
    transition: all 200ms ease-in;
    transform: scale(1);
    opacity: 1;
    border-radius: 10px;
    box-shadow: 5px 3px 10px grey;
  }

  .post-box:hover::after {
    transition: all 300ms ease-in;
    transform: scale(1.05);
    opacity: 1;
    border-radius: 10px;
  }

  button {
    cursor: pointer;
    font-weight: 700;
    font-family: Helvetica, "sans-serif";
    transition: all .2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: white;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;
    position: relative;
    margin: auto;
  }

  button>svg {
    width: 34px;
    margin-left: 10px;
    transition: transform .3s ease-in-out;
  }

  button:hover svg {
    transform: translateX(5px);
  }

  button:active {
    transform: scale(0.95);
  }

  .btn2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-size: 15px;
    border: none;
  }

  .container2 {
    display: flex;
    flex-direction: raw;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .btn2 {
    position: relative;
    height: fit-content;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 200px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    text-indent: 50px;
    transition: 300ms;
    font-weight: 500;
    color: #282;
  }

  .btn2::before {
    content: "";
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #282;
    z-index: -1;
  }

  .btn2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: 400ms;
  }

  .btn2:hover {
    text-indent: 15px;
    color: white;
    font-weight: 600;
    background-color: #282;

  }

  .btn2:active {
    scale: 0.95;
  }

  .btn2:hover::before {
    width: 100%;
  }

  .btn2:hover::after {
    left: calc(100% - 25px);
  }

  button.btw12 {
    font-size: 18px;
    color: white;
    font-family: inherit;
    font-weight: 800;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
  }

  button.btw12:focus,
  button.btw12:hover {
    color: lightblue;
  }

  button.btw12:focus:after,
  button.btw12:hover:after {
    width: 100%;
    left: 0%;
  }

  button.btw12:after {
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #da627d;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
  }

  .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  #responseModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 50%;
    text-align: center;
    border-radius: 8px;
    color: green;
  }

  .modal-close {
    cursor: pointer;
    color: red;
    font-size: 18px;
    margin-top: 10px;
  }

  .form {
    display: flex;
    flex-direction: column;
    background: #606c88;
    background: -webkit-linear-gradient(to right, #3f4c6b, #606c88);
    background: linear-gradient(to right, #3f4c6b, #606c88);
    padding: 20px;

    max-width: 75%;
    text-align: center;
    justify-content: center;
  }

  .title {
    font-size: 30px;
    line-height: 2rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: primary;
  }

  .description {
    line-height: 1.5rem;
    font-size: 1rem;
    margin-top: 1rem;
    color: black;
  }

  .form div {
    display: flex;
    max-width: 100%;
    margin-top: 1rem;
    column-gap: 0.5rem;
    flex-wrap: wrap;


  }

  .form div input {
    outline: none;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: black;
    padding: 0.5rem 0.875rem;
    background-color: rgb(255 255 255 / 0.05);
    border: 1px solid rgba(253, 253, 253, 0.363);
    border-radius: 0.375rem;
    flex: 1 1 auto;
  }

  .form div input::placeholder {
    color: black;
  }

  .form div input:focus {
    border: 1px solid rgb(99 102 241);
  }

  .form div button {
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.625rem 0.875rem;
    background-color: rgb(99 102 241);
    border-radius: 0.375rem;
    border: none;
    outline: none;
    margine-top: 5px;
  }

@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .carousel-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .carousel-item {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .carousel-image-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .carousel-caption {
    text-align: center;
    position: absolute;
    margin: 0;
  }

  .caption-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    min-height: 150px;
  }

  .carousel-caption::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    border-top: 4px solid #28a745;
  }

  .post-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
  }

  .snippet {
    font-size: 0.9rem;
    color: white;
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: center;
  }

  .read-more-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 15px;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .read-more-btn:hover {
    background-color: #218838;
  }

  .animate-title {
    animation: fadeInUp 0.6s ease-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
  }

  .animate-snippet {
    animation: fadeInUp 0.6s ease-out forwards;
    animation-delay: 0.4s;
    opacity: 0;
  }

  .animate-button {
    animation: fadeInUp 0.6s ease-out forwards;
    animation-delay: 0.6s;
    opacity: 0;
    transition: background-color 0.3s ease;
  }

  @media (max-width: 992px) {
    .carousel-caption {
      width: 80%;
      max-width: 600px;
      padding: 12px 15px;
    }

    .post-title {
      font-size: 1.3rem;
    }

    .snippet {
      font-size: 0.85rem;
    }

    .read-more-btn {
      padding: 7px 12px;
      font-size: 0.85rem;
    }

    .caption-content {
      min-height: 130px;
    }
  }

  @media (max-width: 768px) {
    .carousel-caption {
      width: 85%;
      max-width: 500px;
      padding: 10px 12px;
    }

    .post-title {
      font-size: 1.2rem;
    }

    .snippet {
      font-size: 0.8rem;
    }

    .read-more-btn {
      padding: 6px 10px;
      font-size: 0.8rem;
    }

    .caption-content {
      min-height: 120px;
    }
  }

  @media (max-width: 576px) {
    .carousel-caption {
      width: 90%;
      max-width: 400px;
      padding: 8px 10px;
    }

    .post-title {
      font-size: 1rem;
    }

    .snippet {
      font-size: 0.75rem;
      line-height: 1.3;
    }

    .read-more-btn {
      padding: 5px 8px;
      font-size: 0.75rem;
    }

    .caption-content {
      min-height: 100px;
    }
  }

@keyframes slideIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    .notice {
      animation: slideIn 0.5s ease-out forwards;
    }
    
    .notice:nth-child(1) { animation-delay: 0.1s; }
    .notice:nth-child(2) { animation-delay: 0.2s; }
    .notice:nth-child(3) { animation-delay: 0.3s; }
    .notice:nth-child(4) { animation-delay: 0.4s; }

.breadcrumb {
      background-color: transparent;
      padding: 1rem 0;
    }
  
    .breadcrumb-item a {
      color: var(--primary-color);
      text-decoration: none;
    }

.avatar1 {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }

  .staff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    justify-items: center;
  }

  @media (min-width: 576px) {
    .avatar1 {
      width: 150px;
      height: 150px;
      object-fit: cover; 
    }
  }

  @media (min-width: 768px) {
    .avatar1 {
      width: 180px;
      height: 180px;
      object-fit: cover; 
    }
  }

  @media (min-width: 992px) {
    .avatar1 {
      width: 200px;
      height: 200px;
      object-fit: cover; 
    }
  }

  @media (min-width: 1200px) {
    .staff-grid {
      grid-template-columns: repeat(6, 1fr);
    }
  }

  .staff-item {
    text-align: center;
  }
  h2.text-success,
  li.text-success,
  h3,
  nav-link {
    font-family: "Unica-One";
  }

h2.text-success{
            font-family: 'Unica-One';
          }
    .center {
      display: block;
      margin-left: auto;
      margin-right: auto;
      
    }
    .icons{
        display: flex;
        justify-content: center;
    }
    .rules{
        list-style-type: circle;
    }

.countdown-box {
        display: flex;
        gap: 1rem;
    }
    .countdown-item {
        background-color: #0056b3;
        color: white;
        padding: 1rem;
        text-align: center;
        border-radius: 0.5rem;
    }
    .countdown-item span {
        display: block;
    }

.container-main {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }
    .table-modern {
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    .table-modern thead th {
        background-color: #28a745;
        color: #ffffff;
        font-weight: 600;
        border: none;
        padding: 15px;
    }
    .table-modern tbody tr {
        transition: background-color 0.3s ease;
    }
    .table-modern tbody tr:hover {
        background-color: #f1f3f5;
    }
    .table-modern td {
        vertical-align: middle;
        border: none;
        padding: 15px;
    }
    .btn-modern {
        border-radius: 6px;
        padding: 8px 16px;
        font-weight: 500;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .btn-modern:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    .card-equal-height {
        height: 100%;
        border: none;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .card-equal-height:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }
    h2 {
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 20px;
    }
    .modal-content {
        border-radius: 12px;
        border: none;
    }
    .modal-header {
        background-color: #f8f9fa;
        border-bottom: none;
    }
    @media (max-width: 576px) {
        .container-main {
            padding: 15px;
        }
        h2 {
            font-size: 1.5rem;
        }
        .table-modern {
            font-size: 0.9rem;
        }
        .btn-modern {
            padding: 6px 12px;
            font-size: 0.9rem;
        }
        .card-equal-height {
            margin-bottom: 15px;
        }
    }

body {
        background-color: #f8f9fa;
        font-family: 'Inter', sans-serif;
    }

div.gallery {
  border-radius:10px 10px;
  border: 1px solid #ccc;
  position: relative;
  width: 350px;
  height: 180px
}

div.gallery:hover {
  border: 1px solid limegreen;
  border-radius:10px 10px;
}

div.gallery img {
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius:10px 10px;
}

div.desc {
  padding: 2px;
  text-align: center;
  position: absolute;
bottom: 10px;
right: 15px;
}

.text-block {
  position: absolute;
  bottom: 3px;
  right: 3px;
  background: rgb(0, 0, 0);
  background: rgba(50, 205, 50, 0.5);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  border-radius:10px 10px;
  text-align:right;
  width: 75%;
  font-size: 11px;
}

* {
  box-sizing: border-box;
}
div.gallerybody{
  margine-left:90px
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 29.99999%;
  display: flex;
  flex-wrap: nowrap;
  justify-content:space-around;
  margin-bottom: 25px;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.avatar12 {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }

@media (max-width: 576px) {
    .d-flex {
      flex-direction: column-reverse;
    }

    .nav {
      order: 2;
    }

    .tab-content {
      margin-top: 20px;
    }
  }

.sidenav {
      width: 150px;
      position: fixed;
      z-index: 1;
      top: 150px;
      left: 80px;
      background: #eee;
      overflow-x: hidden;
      padding: 8px 0;
    }
    
    .sidenav a {
      padding: 6px 8px 6px 16px;
      text-decoration: none;
      font-size: 25px;
      color: #2196F3;
      display: block;
    }
    
    .sidenav a:hover {
      color: #064579;
    }
    
    .main2 {
      margin-left: 0px;
      width: 100%;
      padding: 0px 10px;
    }
    
    @media screen and (max-height: 450px) {
      .sidenav {padding-top: 15px;}
      .sidenav a {font-size: 18px;}
    }

h2.text-success,
  li.text-success,
  h3,
  h4,
  nav-link {
    font-family: "Unica-One";
  }

li.text-success{
        font-size: 25px;
    }
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.roman{
    list-style-type: lower-roman;
}
.upalpha{
    list-style-type: upper-alpha;
    margin-left: 50px;
}
.lowalpha{
    list-style-type: lower-alpha;
}

h2.text-success,
  li.text-success,
  h3,
  h4,
  nav-link {
    font-family: "Unica-One";
  }

.custom-iframe {
    width: 700px;
    max-width: 100%;
    height: 500px;
  }

  @media (max-width: 768px) {
    .custom-iframe {
      width: 500px;
      height: 500px;
    }
  }

p.back {
}
    body, table {
        font-family:Tahoma, Geneva, sans-serif;
        font-size:14px;
    
    }
    li{
        list-style-type:none;
        }
    #headerimage{
    background-image:url(banner.png);
    padding-top:0;
    width:1349px;	
    }
    .rimpscom
    {
        width:1349px;
        height:600px;
        overflow-y: auto;
        max-width:1349px;
        max-height:600px;
        
    }
    table{
      text-align: center;
      border-spacing:0;
      background:#CCC;
      align:center;
      
    }
    
    a {
        font-weight:lighter;
        text-decoration:none;
        color:#00F;
    }
    a:hover {
        font-weight:bold;
        text-decoration:none;
        color:#0F0;
    }
    
    table.odd_table {
      page-break-before: always;
      
    }
    
    table.even_table {
      page-break-before: always;
    }
    
    table.detailed {
      margin-left:auto; margin-right:auto;
      text-align: center;
      border: 0px;
      border-spacing: 0;
      border-collapse: collapse;
    }
    
    td.detailed {
      border: 0px dashed silver;
      border-bottom: 0;
      border-top: 0;
    }
    
    th.xAxis {
    background-color: #256e03;
    color:#FFF;
    }
    
    th.yAxis {
      height: 8ex;
    }
    
    div.DESCRIPTION {
      text-align: left;
      font-size: smaller;
    }

.row {  
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .side {
    -ms-flex: 30%;
    flex: 30%;
    background-color: #f1f1f1;
    padding: 20px;
  }
  
  .main {   
    -ms-flex: 70%;
    flex: 70%;
    background-color: white;
    padding: 20px;
  }

:root {
    --primary-color: #28a745;
    --secondary-color: #f8f9fa;
    --text-color: #333;
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.15); 
    --prime: #f5f29e;
    --colornav: #dbe3d3;
    --color-darkRed: darkred;
    --color-green: green;
  }

  .footer {
    color: var(--text-color);
    padding: 80px 0 30px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: var(--prime);
  }

  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 5%;
    max-width: none;
    flex-grow: 1;
  }

  .footer-section {
    flex: 1;
    min-width: 250px;
    margin: 0 20px 40px;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-info img {
    height: 120px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
  }

  .footer-info img:hover {
    transform: rotate(5deg) scale(1.1);
  }

  .footer-info h5 {
    font-size: 2rem;
    color: var(--text-color);
    margin-bottom: 15px;
  }

  .footer-info p {
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 300px;
    opacity: 0.85;
  }

  .social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }

  .social-links a {
    font-size: 1.8rem;
    color: var(--text-color);
    transition: color 0.3s ease, transform 0.3s ease;
  }

  .social-links a:hover {
    color: var(--primary-color);
    transform: translateY(-5px);
  }

  .footer-links h4 {
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 20px;
    position: relative;
  }

  .footer-links h4::after {
    content: '';
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    display: block;
    margin-top: 8px;
  }

  .footer-links ul {
    list-style: none;
    padding: 0;
  }

  .footer-links ul li {
    margin-bottom: 12px;
    transition: transform 0.3s ease;
  }

  .footer-links ul li:hover {
    transform: translateX(5px);
  }

  .footer-links ul li a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
  }

  .footer-links ul li a:hover {
    color: var(--primary-color);
  }

  .footer-links ul li i {
    color: var(--primary-color);
    font-size: 1rem;
  }

  .footer-legal {
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
  }

  .copyright {
    font-size: 1.1rem;
    opacity: 0.9;
    color: var(--text-color);
  }

  @media (max-width: 768px) {
    .footer-content {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .footer-section {
      margin: 0 0 40px;
    }

    .footer-info {
      align-items: center;
    }

    .footer-info p {
      max-width: 90%;
    }

    .social-links {
      justify-content: center;
    }

    .footer-links ul li {
      justify-content: center;
    }
  }

.top-bar {
        background-color: green;
        padding: 1px 0;
        font-size: 14px;
      }
      .top-bar a {
        color: white;
        text-decoration: none;
        font-weight: lighter;
      }
      .top-bar a:hover{
        text-decoration: underline;
      }
      .top-bar .social-icons a {
        margin-left: 10px;
      }
      .top-bar-bg {
        background-color: green;
      }
      .drop-menu a {
        color: black;
      }

:root {
    --primary-color: #28a745;
    --secondary-color: #f8f9fa;
    --text-color: #333;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  body {
    color: var(--text-color);
    background-color: #f4f4f4;
  }

  .avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: var(--shadow);
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .avatar:hover {
    transform: scale(1.05);
  }

  .avatar-small {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: var(--shadow);
    object-fit: cover;
  }

  .dean-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section-title {
    font-family: 'Unica One';
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 700;
  }

  .card {
    border: none;
    border-radius: 10px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
    background-color: #fff;
  }

  .card:hover {
    transform: translateY(-5px);
  }

  .nav-pills .nav-link {
    border-radius: 5px;
    margin: 5px 0;
    color: var(--text-color);
    transition: background-color 0.3s ease;
  }

  .nav-pills .nav-link.active {
    background-color: var(--primary-color);
    color: #fff;
  }

  .table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
  }

  .table th, .table td {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
  }

  .table th {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 600;
  }

  .table tbody tr:hover {
    background-color: var(--secondary-color);
  }

  .breadcrumb {
    background-color: transparent;
    padding: 1rem 0;
  }

  .breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
  }

  .btn-success {
    background-color: var(--primary-color);
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }

  .btn-success:hover {
    background-color: #218838;
  }

  .more-content {
    display: none;
  }

  .toggle-link {
    color: var(--primary-color);
    cursor: pointer;
    text-decoration: underline;
    font-weight: 600;
  }

  .toggle-link:hover {
    color: #218838;
  }

  @media (max-width: 768px) {
    .d-flex {
      flex-direction: column;
      align-items: center;
    }

    .avatar {
      width: 150px;
      height: 150px;
      margin: 0 auto;
    }

    .nav-pills {
      flex-direction: row;
      overflow-x: auto;
      white-space: nowrap;
      margin-bottom: 1rem;
    }

    .nav-link {
      flex: 0 0 auto;
    }

    .tab-content {
      width: 100%;
    }
  }

.date-badge {
      position: absolute;
      top: 15px;
      left: 15px;
      background-color: #e7e7e7;
      color: #007bff;
      padding: 10px;
      text-align: center;
      border-radius: 8px;
      width: 55px;
    }
    .date-badge .day {
      font-size: 1.5rem;
      font-weight: bold;
    }
    .date-badge .month {
      font-size: 0.9rem;
      text-transform: uppercase;
    }
    .card-body {
      padding-top: 50px;
    }

    .newsletter-section {
  min-height: 300px;
  /* background: linear-gradient(135deg, #e3f0ff 0%, #f8fafc 100%); */
}
.glass-card {
  background: rgba(255,255,255,0.85);
  box-shadow: 0 8px 32px rgba(40,124,196,0.10);
  border: 1px solid rgba(40,124,196,0.08);
  backdrop-filter: blur(8px);
  max-width: 900px;
  width: 100%;
}
.newsletter-icon {
  display: inline-block;
  background: linear-gradient(135deg, #e3f0ff 0%, #fff 100%);
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(40,124,196,0.08);
}
.newsletter-input {
  border-radius: 100px 0 0 100px !important;
  border: 1px solid #007cc4;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  transition: border-color 0.2s;
}
.newsletter-input:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 2px rgba(40,124,196,0.10);
}
.newsletter-btn {
  border-radius: 0 100px 100px 0 !important;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  background: linear-gradient(90deg, #007cc4 0%, #28a745 100%);
  border: none;
  transition: background 0.2s;
}
.newsletter-btn:hover {
  background: linear-gradient(90deg, #28a745 0%, #007cc4 100%);
}
.newsletter-popup {
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
}
.animate-fadeIn {
  animation: fadeInUp 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  opacity: 0;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 992px) {
  .glass-card { max-width: 98vw; }
}
@media (max-width: 576px) {
  .glass-card { padding: 1.2rem !important; max-width: 100vw; }
  .newsletter-input, .newsletter-btn { font-size: 0.95rem; padding: 0.6rem 1rem; }
}