@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&family=Playfair+Display:wght@400;600&display=swap");

body {
  font-family: "Poppins", sans-serif;
  background-color: white;
  overflow-x: hidden;
}
main{
    font-family: "Poppins", sans-serif;
}


.header {
  color: #ffffff;
  background: #145c44; 
  color: white;
  padding: 12px 0;
  transition: all 0.5s;
  z-index: 997;

}

.header a{
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.logo-image {
  width: 50px;
  height: auto;
  margin-right: 10px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.university_logo {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 24px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.logo-subtitle {
  font-family: "Merriweather", serif;
  font-size: 16px;
  color: #dfe6e9;
  font-weight: 400;
  margin: 0;
  transition: color 0.3s ease;
}


@media (max-width: 1200px) {

  .header .navmenu {
    order: 3;
  }
  .university_logo{
    font-size: 18px;
  }
  .logo-subtitle{
    font-size: 12px;
  }
}

.scrolled .header {
  background: #ffffff;
  border-top: 3px solid #145c44;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.scrolled .header .navmenu a {
  color: #333;
}

.scrolled .header .university_logo {
  color: #145c44;
}

.scrolled .header .logo-subtitle {
  color: #145c44;
}

.scrolled .header .mobile-nav-toggle{
  color: rgb(122, 122, 122);
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: white;
    padding: 18px 15px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 530;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #d1d1d1;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: -75px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: gray;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  /* Hover effects remain the same */
.navmenu .dropdown ul a:hover,
.navmenu .dropdown ul .active:hover,
.navmenu .dropdown ul li:hover > a {
  color: #145c44;
}

/* First-level dropdown visibility on hover */
.navmenu .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

/* Style for nested dropdown (second level) */
.navmenu .dropdown .dropdown ul {
  top: 0;
  left: 100%; /* Adjusted to appear on the right of parent */
  visibility: hidden;
  white-space: nowrap; /* Prevent content wrapping */
  min-width: max-content; /* Make sure width fits content */
}

/* Show nested dropdown on hover */
.navmenu .dropdown .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  left: 100%; /* Consistent alignment */
}

}


@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: white;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #ffffff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: rgb(65, 65, 65);
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    /*background-color: color-mix(in srgb, #145c44, transparent 90%);*/
  }

 /* For hover and focus on icons inside nav menu */
.navmenu a i:hover,
.navmenu a:focus i:hover {
  background-color: #145c44 !important; /* Green background */
  color: #ffffff; /* White text color */
}

/* For hover and active states on nav menu links */
.navmenu a:hover,
.navmenu .active,
.navmenu .active:focus {
  color: #145c44 !important; /* Green text color */
}


  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #145c44;
    color: #ffffff;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #ffffff;

    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
/* Widget Header */


/* Highlight Cards */
.highlight-card {
  background: white;
  color: black;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
}

.highlight-icon {
  font-size: 24px;
  color: #145A32;
}

.highlight-content {
  flex-grow: 1;
}

.highlight-title {
  font-size: 16px;
  font-weight: bold;
}

.highlight-text {
  font-size: 14px;
  color: #444;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #0E4A2F;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}




/* news card css start */
.news-section {
  font-family: "Poppins", sans-serif;
  padding: 50px 0;
  text-align: center;
  color: white;
  position: relative;
  
}


.news-section * {
  position: relative;
  z-index: 2;
}


.news-section h2 {
  font-weight: 600;
  position: relative;
  display: inline-block;
  color: #07522f;
  font-size: 24px;
  
}
/* Separator Under H2 */
.news-section h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: var(--after-bg, #07522f); /* Default color if not set */
  margin: 8px auto 15px;
  border-radius: 2px;
}
.news p {
  color: #666;
  max-width: 700px;
  margin: 0 auto 30px;
  font-weight: 300;
}

/* News Container */
.news-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

/* News Card */
.news-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/*.news-card:hover {*/
/*  transform: translateY(-5px);*/
/*}*/

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* News Content */
.news-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-title {
  font-size: 18px;
  font-weight: bold;
  color: #444;

}

.news-desc {
  font-size: 14px;
  color: #444;
  margin: 10px 0 15px;
}

/* Button */
.news-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #14532d;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #14532d;
  transition: 0.3s;
  margin-top: auto;
}

.news-btn i {
  margin-left: 8px;
}

.news-btn:hover {
  background: #14532d;
  color: white;
}
.view-all-container {
  text-align: center;
  margin-top: 30px;
}

.view-all-container {
  display: flex;
  justify-content: flex-end;
  max-width: 1200px; /* Match width with news container */
  margin: 30px auto 0;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  color: #14532d;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.view-all-btn i {
  margin-left: 8px;
  font-size: 16px;
}
.separator {
  width: 50px;
  height: 3px;
  background: #14532d;
  margin: 10px auto 20px;
  border-radius: 2px;
}
h2 {
  font-size: 24px;
  color: green;
  margin-bottom: 0; /* Removes bottom margin */
}

.news-text-muted {
  color: #6c757d; /* Bootstrap text-muted color */
}

.view-all-btn:hover {
  color: #0f3d21;
}

.view-all-btn:hover .btn-icon {
  background: #0f3d21;
}



/* Responsive Design */
@media (max-width: 768px) {
  .news-container {
    grid-template-columns: 1fr;
  }
}
/* news card css end */

/* 
announcement card start */
.announcement {
  font-family: "Poppins", sans-serif;
  padding: 50px 0;
  text-align: center;
  color: white;
  position: relative;
  
}

/* Ensure Content Stays Above Overlay */
.announcement * {
  position: relative;
  z-index: 2;
}



.announcement h2 {
  font-weight: 600;
  position: relative;
  display: inline-block;
  color: #07522f;
  font-size: 24px;
}
/* Separator Under H2 */

.announcement h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: var(--after-bg, #07522f); /* Default color if not set */

  margin: 8px auto 15px;
  border-radius: 2px;
}
.announcement p {
  color: #666;
  max-width: 700px;
  margin: 0 auto 30px;
  font-weight: 300;
}
/* Announcement Container */
.announcement-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  font-family: "Poppins", sans-serif;
  
}

/* Announcement Card */
.announcement-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
  
}



.announcement-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Announcement Content */
.announcement-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.announcement-title {
  font-size: 18px;
  font-weight: bold;
  color: #444;
}

.announcement-desc {
  font-size: 14px;
  color: #444;
  margin: 10px 0 15px;
  
}

/* Button */
.announcement-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #14532d;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #14532d;
  transition: 0.3s;
  margin-top: auto;
}

.announcement-btn i {
  margin-left: 8px;
}

.announcement-btn:hover {
  background: #14532d;
  color: white;
}

.view-all-container {
  text-align: center;
  margin-top: 30px;
}

.view-all-container {
  display: flex;
  justify-content: flex-end;
  max-width: 1200px; /* Match width with announcement container */
  margin: 30px auto 0;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  color: #14532d;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.view-all-btn i {
  margin-left: 8px;
  font-size: 16px;
}
.view-all-btn i {
  margin-left: 5px; /* Space between text and icon */
  transition: transform 0.3s ease; /* Smooth transition */
}

.view-all-btn:hover {
  color: #0d3a1f; /* Darker green on hover */
}

.view-all-btn:hover i {
  transform: translateX(5px); /* Move icon slightly to the right */
}

.separator {
  width: 50px;
  height: 3px;
  background: #14532d;
  margin: 10px auto 20px;
  border-radius: 2px;
}

.announcement-text-muted {
  color: #6c757d; /* Bootstrap text-muted color */
}
/* Responsive adjustments */

/* faq */

.faq-container {
  width: 100%;
  max-width: 900px; /* Adjust max-width as needed */
  margin: auto;
  font-family: Poppins, sans-serif;
  padding: 50px 0; /* Adds top and bottom padding */
}
.faq-title {
  font-size: 24px;
  color: #044530;
  font-weight: 600;
  text-align: center;
  font-weight: 600;

}
.faq-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #07522f;
  margin: 8px auto 15px;
  border-radius: 2px;
}
.faq-container p {
  color: #666;
  max-width: 700px;
  margin: 0 auto 30px;
  font-weight: 300;
}



.accordion-button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-weight: bold;
  color: #2c2c54;
  display: flex;
  align-items: center;
}
.accordion-button::before {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}


.accordion-body {

  color: #333;
  border-radius: 0 0 10px 10px;
  padding: 15px;
}

.section-container {
  padding: 50px 20px;
  border-radius: 10px;
  margin: 40px auto;
  
  max-width: 1200px;
  font-family: "Poppins", sans-serif;
}

.content-item {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Ensure all cards have equal height */
}
.icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #064d2b;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -50px auto 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
}
.icon-wrapper i {
  font-size: 35px;
  color: #6c757d;
  transition: transform 0.5s ease;
}
.icon-wrapper:hover i {
  transform: rotateY(180deg);
}
.content-item h5 {
  font-weight: 700;
  margin-top: 10px;
}
.content-item p {
  color: #6c757d;
  font-size: 14px;
  flex-grow: 1; /* Allows content to fill space evenly */
}
.read-more {
  color: #07522f;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s ease;
  margin-top: auto; /* Pushes the read more button to bottom */
  
}
.read-more:hover {
  transform: translateX(3px);
}


.carousel-section {
  text-align: center;

  font-family: "Poppins", sans-serif;
}
.carousel-section h2 {
  font-weight: 600;
  position: relative;
  display: inline-block;
  color: #07522f;
  font-size: 24px;
  
}
/* Separator Under H2 */
.carousel-section h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #07522f;
  margin: 8px auto 15px;
  border-radius: 2px;
}
.carousel-section p {
  color: #666;
  max-width: 700px;
  margin: 0 auto 30px;
  font-weight: 300;
}
/* Apply styles only to the University Partnership carousel */
#logo-carousel .splide__slide img {
  max-width: 120px;
  height: auto;
  margin: 10px;
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}

#logo-carousel .splide__slide:hover img {
  transform: scale(1.2);
  z-index: 10;
}

#logo-carousel  .splide__track {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
}
.poster-carousel .splide__slide.splide_slide_poster img {
  width: 100vw;
  height: auto; 
  object-fit: cover;
  border-radius: 0;
}
.calendar-container{
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.calendar-container h2 {
  font-weight: 600;
  position: relative;
  text-align: center;
  color: #07522f;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  
}
/* Separator Under H2 */
.calendar-container h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: var(--after-bg, #07522f); /* Default color if not set */
  margin: 8px auto 15px;
  border-radius: 2px;
}

.calendar-container p {
  color: #666;
  max-width: 700px;
  margin: 0 auto 30px;
  font-weight: 300;
}

.calendar-card {
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
 
}

/*.calendar-card:hover {*/
/*  transform: translateY(-5px);*/
/*  box-shadow: var(--calendar-box-shadow);*/
/*  border: 2px solid var(--calendar-border-color);*/
/*}*/

.calendar-card .date {
  color: var(--calendar-text-color);
}

.calendar-card hr {
  border-color: var(--calendar-hr-border);
}

/* forms start here */

.file-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  max-width: 100%; /* Ensure it doesn't exceed its parent */
  margin-left: 0; /* Align to the left */
  padding-left: 0; /* Remove extra padding */
}

.file-card {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
.file-card:hover {
  transform: scale(1.01);
}
.file-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-icon {
  font-size: 25px;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: white;
}
.download-link {
  text-decoration: none;
  font-size: 24px; /* Adjust icon size */
  color: #4e4e4e; /* Default icon color */
  transition: color 0.3s ease, transform 0.3s ease; /* Add smooth transition for color and scaling */
}

.download-link:hover {
  color: #28a745; /* Green color on hover */
  transform: scale(1.2); /* Scale the icon on hover */
}
.pdf { background: #e74c3c; }
.ppt { background: #e67e22; }
.csv { background: #2ecc71; }
.html { background: #27ae60; }
.eml { background: #3498db; }
.doc { background: #2980b9; }
.txt { background: #95a5a6; }
.css { background: #1abc9c; }
.zip { background: #9b59b6; }
.xls { background: #2ecc71; }

/* Green overlay effect */
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.8); /* Lighter Green with Opacity */
  z-index: 1;
}

/* Ensure content appears above overlay */
.footer .container {
  position: relative;
  z-index: 2;
}

/* Footer Content */
.footer h4, .footer h5 {
  font-weight: bold;
}

.footer p, .footer a {
  font-size: 14px;
  color: #ddd;
}

.footer a:hover {
  color: #fff;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #ddd;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 10px;
  color: #bbb;
  cursor: pointer;
}

.footer-logo {
  width: 190px; /* Default size */
  max-width: 20%; /* Ensures responsiveness */
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.footer-text {
  font-family: "Playfair Display", serif;
  font-size: 28px; /* Adjust based on your design */
  font-weight: bold;
  color: #ffffff; /* Adjust if needed */
}

.footer-subtext {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-style: italic;
  color: #ffffff; /* Adjust if needed */
}
.page-header {
  position: relative;
  width: 100%;
  height: 400px; /* Adjust as needed */
  background: url('../../images/aboutunivprofile.png') center/cover no-repeat fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  margin-top: 80px;
  font-family: "poppins", serif;
}

.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); 
 
}
.developers-header {
  position: relative;
  width: 100%;
  height: 400px; /* Ensures the container height */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-family: "Poppins", serif;
  overflow: hidden; /* Prevents overflow */
}

.developers-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  max-height: 100%; /* Ensures it fits within the container */
  transform: translate(-50%, -50%); /* Centers the image */
  object-fit: contain; 
  z-index: -1; /* Places the image behind content */
}

.developers-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay */
  z-index: 0; 
}


.page-header-content {
  position: relative;
  z-index: 2;
}

.page-header-content h1 {
  font-weight: 700;
  font-size: 32px;
}

.update-info {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}


.breadcrumbs {
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.breadcrumb-item a {
  text-decoration: none;
  color: darkgreen;
  font-weight: 500;
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
  color: #004d00;
}
.breadcrumb-item.active {
  font-weight: 600;
  color: #333;
}





.univ-background{
  font-family: "Poppins", serif;
}
.hymn{
  font-family: "Poppins", serif;
}
.university_card {
  
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  position: relative;
  
  font-family: "Poppins", serif;
}
.info_list {
 
 font-size: 18px;
}
.info_list p {
  margin: 5px 0;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.info_list p i {
  margin-right: 8px;
  color: #198754;
}
.vmgo_card_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.vmgo_card {
  /* text-align: center; */
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  background: white;
  color: #198754;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  font-family: "Poppins", serif;
  display: flex; /* Use flex to make the content stretch */
  flex-direction: column; /* Align content vertically */
  justify-content: space-between; /* Ensure even distribution of content */
  height: 100%; /* Allow the card to grow based on content */
  min-height: 250px; /* Set a minimum height for consistency */
}

.vmgo_card h5 {
  font-weight: bold;
}

.vmgo_card p {
  color: #6c757d;
}
.vmgo_card i {
  font-size: 50px;
  margin-bottom: 10px;
}
.university_logo_up {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.parent-container {
  display: flex;
  justify-content: center; 
  align-items: center; 
  height: 90vh; 
  font-family: "Poppins", serif;
}
.construction-container {
  text-align: center;
  max-width: 900px;
}

.construction-icon {
  font-size: 90px;
  color: rgb(15, 97, 58);
  margin-bottom: 20px;
  display: inline-block; 
  animation: roll 2s linear infinite;
}

@keyframes roll {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.construction-container h2 {
  font-weight: 700;
  font-size: 28px;
  color: #333;
}

.construction-container p {
  font-size: 14px;
  color: #666;
}
.Developer_card {
  width: 300px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: "Poppins", serif;
}
.Developer_card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}
.Developer_card .dev_header {
  background: #198754;
  padding: 50px 0 30px;
  position: relative;
}
.Developer_card img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid white;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.Developer_card .info {
  padding: 70px 20px 20px;
}
.Developer_card h3 {
  margin: 0;
  font-size: 20px;
  color: #198754;
  font-weight: 700;
}
.Developer_card p {
  color: #666;
  font-size: 14px;
  margin: 5px 0;
}
.Developer_card .socials {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 15px 0;
}
.Developer_card .socials a {
  text-decoration: none;
  font-size: 24px;
  color: #198754;
  transition: color 0.3s ease;
}
.Developer_card .socials a:hover {
  color: #145c38;
}
.dev-title{
  font-family: "Poppins", serif;
}

.image-modal {
  display: none; 
  position: fixed;
  z-index: 3000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); 
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-modal img {
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  height: auto; 
}



.developer-close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}
.read_more_news{
  font-family: "Poppins", serif;
}
.news-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.sidebar-news .list-group-item {
  border: none;
  padding: 10px 0;
}
.sidebar-news img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
}
.sidebar-news .news-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-group-item {
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none; 
  color: inherit; 
}
.list-group-item:hover {
  transform: scale(1.05); 
}
.sidebar-news {
  min-height: 600px; 
  overflow-y: auto; 
}
.program_container {
  font-family: Poppins, sans-serif;
  padding: 20px;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
}
.program-list {
  max-width: 800px;
  text-align: center;

  padding: 20px;
  border-radius: 10px;

}
.program {
  margin-bottom: 20px;
}
.program-title {
  font-weight: bold;
  font-size: 18px;
}
.program-description {
  font-style: italic;
  color: #555;
}

.library-nav {
  background: #044530;
  padding: 10px 0;
}
.library-nav a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}




.president-card {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: url("../../images/univ.jpg") no-repeat center center/cover fixed,
    linear-gradient(135deg, #07522f, #044530);
  color: white;
  padding: 60px 40px;
  overflow: hidden;
  font-family: Poppins, sans-serif;
}
.president-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 82, 47, 0.9);
  z-index: 1;
}
.president-card .image-container,
.president-card .info {
  position: relative;
  z-index: 2;
}
.president-card .image-container {
  flex: 1;
  text-align: center;
}
.president-card .image-container img {
  width: 55%;
  max-width: 400px;
  border-radius: 10%;
  border: 4px solid white;
  box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.3);
}
.president-card .info {
  flex: 1;
  padding: 20px;
}
.president-card .info h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.president-card .info h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  opacity: 0.9;
}
.president-card .info p {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.president-card .info a {
  text-decoration: none;
  background: #f8f9fa;
  color: #044530;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease;
}
.president-card .info a:hover {
  background: #e0e0e0;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .president-card {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }
  .president-card .image-container img {
    width: 50%;
    max-width: 150px;
  }
}



.calendar_event_card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(40, 40, 40, 0.1);
  display: flex;

  gap: 15px;
  align-items: flex-start;
  height: auto;
  min-height: 100%;
}
.calendar_event_date {
  background: #eef2ff;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  font-weight: bold;
  color: #07522f;
  min-width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
.calendar_event_date span {
  font-size: 1.2rem;
  font-weight: 600;
}
.calendar_event_title_text {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
  text-align: left;
}
.calendar_event_desc {
  color: #666;
  font-size: 1rem;
  margin-bottom: 5px;
  text-align: left;
}
.calendar_event_posted {
  font-size: 0.9rem;
  color: #888;
  text-align: left;
}

.splide__pagination {
  margin-top: 20px;
}
#calendar_splide .splide__pagination__page {
  background: #157046 !important;
}
.calendar_track {
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .calendar_event_card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .calendar_event_date {
    width: 70px;
    height: 70px;
    font-size: 1rem;
    padding: 10px;
  }
  .calendar_event_title_text {
    font-size: 1.1rem;
    text-align: center;
  }
  .calendar_event_desc {
    font-size: 0.9rem;
    text-align: center;
  }
}

.contact-container {
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.contact-container h2 {
  font-weight: 600;
  position: relative;
  text-align: center;
  color: #07522f;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
}

.contact-container h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: var(--after-bg, #07522f);
  margin: 8px auto 15px;
  border-radius: 2px;
}

.contact-container p {
  color: #666;
  max-width: 700px;
  margin: 0 auto 30px;
  font-weight: 300;
}
.php-email-form {
  background: color-mix(in srgb, #444444, transparent 96%);
  padding: 30px;
  height: 100%;
}
.info-item {
  background: white;
  padding: 20px;
  border-radius: 10px;

  background: color-mix(in srgb, #444444, transparent 96%);
  text-align: center;
  transition: transform 0.3s ease-in-out;
}
.info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.info-item:hover {
  transform: translateY(-5px);
}

.info-item i {
  font-size: 30px;
  color: #39634f;
  margin-bottom: 10px;
}
.contact-info {
  text-align: center;
  margin-top: 20px;
}

.info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-us-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #39634f;
  color: white;
  font-size: 24px;
  margin-bottom: 10px;
}

.info-box p {
  margin: 0;
  font-size: 14px;
}
.map-container {
  position: relative;
  width: 100%;
  height: 40vh; 
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* UNIVERSITY GALLERY */
.gallery{
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
}

.gallery-container h2 {
  font-weight: 600;
  position: relative;
  text-align: center;
  color: #07522f;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
}

.gallery-container h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: var(--after-bg, #07522f);
  margin: 8px auto 15px;
  border-radius: 2px;
}
.gallery-container p {
  color: #666;
  max-width: 700px;
  margin: 0 auto 30px;
  font-weight: 300;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.gallery-item:hover {

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.gallery-item img {
  width: 100%;          
  height: 500px;        
  object-fit: cover;    
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
}

.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
}


.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-overlay h3 {
  font-size: 1.8rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 12px;
  border-radius: 5px;
}
.gallery-overlay p {
  font-size: 1rem;
  max-width: 80%;
}
.gallery-description {
  margin-top: 50px;
  font-size: 1.3rem;
  color: #222;
  font-weight: 500;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  display: inline-block;
}

/* UNIVERSITY GALLERY */


.widgets-container {
  margin: 50px 0 50px 0;
  font-family: "Poppins", sans-serif;
}

.widget-title {
  color: #0c5f3a; /* example of a new color */
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  border-left: 4px solid #0c5f3a; /* accent color */
}

.widget-item {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border: 1px solid #8a8a8a49;
  padding: 20px;
  border-radius: 5px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.search-widget form {
  background: #F4F4F4;
  border: 1px solid #8a8a8a49;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
  transition: 0.3s;
}



.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: #333333; /* Default color */
  transition: color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  position: relative;
}

.categories-widget ul a:hover {
  color: #194732; /* Accent color */
  transform: scale(1.05); /* Slight enlargement */
}

/* Underline animation effect */
.categories-widget ul a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #194732;
  transition: width 0.3s ease, left 0.3s ease;
}

.categories-widget ul a:hover::after {
  width: 100%;
  left: 0;
}

.categories-widget ul a span {
  padding-left: 5px;
  color: rgba(51, 51, 51, 0.5); /* slightly transparent default color */
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: #333333; /* Default color */
  transition: color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  position: relative;
}

.recent-posts-widget .post-item h4 a:hover {
  color: #1d6444; /* Accent color */
 
}




.recent-posts-widget .post-item h4 a:hover::after {
  width: 100%;
  left: 0;
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5); /* slightly transparent default color */
}

/* college department start */
.section-title {
  color: #194732;
  font-weight: bold;
  border-left: 5px solid #194732;
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.section-title i {
  font-size: 20px;
  margin-right: 10px;
}

.faculty-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 200px;
  height: 200px;
}

.faculty-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.faculty-card:hover img {
  transform: scale(1.1);
  filter: brightness(0.6);
}

.faculty-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

.faculty-card:hover .faculty-info {
  opacity: 1;
}

.faculty-info .name {
  color:rgb(255, 255, 255);
  text-decoration: none;
  font-weight: bold;
}

.about-section {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faculty-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

/* college department end */


/* banner section */

/* for about banner start here */


/* program offerings start here */
.program-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.program-list li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.program-list li:last-child {
  border-bottom: none;
}

.program-list h5 {
  color:#4f555b;
  font-weight: bold;
  margin: 0;
}

.program-list p {
  color: #555;
  margin: 5px 0 0;
  font-size: 14px;
}

/* program offerings end */


/* library starts here */
.library-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
  gap: 10px;
  background: #033a2a;
}

.library-tabs a {
  text-decoration: none;
  color: #141414;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  background: white;
  border-radius: 20px;
  transition: 0.3s;
}

.library-tabs a.active,
.library-tabs a:hover {
  background: #2b2b2b;
  color: white;
}

/* Section Title */
.library-section-title {
  text-align: center;
  margin: 30px 0 20px;
}

.library-section-title h2 {
  font-weight: bold;
  font-size: 2rem;
}

.library-section-title p {
  font-size: 1.2rem;
  font-weight: bold;
}
/* Breadcrumb Styling */
.library-nav a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease-in-out;
}

.library-nav a:hover {
  color: #ffcc00; /* Change to yellow on hover */
}

/* Active Link */
.library-nav a.active {
  font-weight: bold;
  color: #ffcc00; /* Highlight active link */
}
.date-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  font-size: 9px;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 5px;
  text-transform: uppercase;
}
.operating-hours-title {
  text-align: center;
  margin-bottom: 30px;
}

.operating-hours-title h2 {
  font-weight: 600;
  position: relative;
  display: inline-block;
  color: #07522f;
  font-size: 24px;
  
}
/* Separator Under H2 */
.operating-hours-title h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: var(--after-bg, #07522f); 
  margin: 8px auto 15px;
  border-radius: 2px;
}


.operating-hours-title p {
  font-size: 1rem;
  font-weight: bold;
  color: #555;
}

/* Operating Hours Card */
.operating-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 2px solid #ddd;
  transition: transform 0.3s ease-in-out;
  max-width: 500px; /* Limit card size */
  margin: 0 auto; /* Center card horizontally */
}

.operating-card:hover {
  transform: translateY(-5px);
}

.operating-card h5 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 3rem;
}

.operating-card p {
  font-size: 20px;
  margin-bottom: 15px;
}

/* Open & Close Button */
.status-btn {
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  display: inline-block;
}

.open-hrs {
  background: #0047ab; /* Blue */
  color: white;
}

.close-hrs {
  background: #d32f2f; /* Red */
  color: white;
}

.table-container {
  /* overflow-x: auto; */
  background: #fff;
  border-radius: 10px;
}
.table thead {
  background-color: #115e22;
  color: white;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 300px;
}
#searchBar {
  padding: 10px 35px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: 0.3s;
  width: 100%;
}
#searchBar:focus {
  border-color: #115e22;
  box-shadow: 2px 2px 8px rgba(81, 71, 186, 0.3);
}
.search-container i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #115e22;
}
.filter-container select {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  max-width: 200px;
}
.custom-pagination .page-item .page-link {
  background: #e0e0e0;
  color: black;
  border: none;
  border-radius: 6px;
  margin: 0 3px;
  padding: 6px 12px;
}

.custom-pagination .page-item.active .page-link {
  background: #0f8b3d; /* Green active button */
  color: white;
  font-weight: bold;
}

.custom-pagination .page-item.disabled .page-link {
  color: #9e9e9e;
  pointer-events: none;
}

/* library end here */

.rector-title {
  background: #044804;
  color: white;
  padding: 8px 15px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  border-radius: 4px;
}
.rector-image {
  max-width: 100%;
  border-radius: 8px;

}
.rector-description {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}


/* Management section starts here */
.univ-management-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 5 columns on large screens */
  gap: 20px;
  max-width: 1300px;
  margin: auto;
  justify-content: center; /* Center the grid items */
}

.univ-management-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
}

.univ-management-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.univ-management-item:hover img {
  transform: scale(1.1);
}

.univ-management-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.univ-management-item:hover .univ-management-details {
  opacity: 1;
}

.univ-management-details h3 {
  margin: 0;
  font-size: 16px;
}

.univ-management-details p {
  font-size: 14px;
  margin: 5px 0 0;
}
.calendar-card {
  max-width: 250px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  margin: auto;
}

.calendar-month {
  background-color: #185118;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  padding: 0.75rem 0;
  letter-spacing: 2px;
}

.calendar-day {
  background-color: #f1f1f1;
  color: #185118;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem 0;
}

.calendar-label {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.75rem;
  color: #333;
}
    .contact-card i {
  margin-right: 0; /* No margin needed when centered */
  border: 6px solid #155724;
  border-radius: 50%;
  padding: 15px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #155724;
  background-color: #ffffff;
}

 .building-card {
      position: relative;
      overflow: hidden;
      border: 2px solid #fff;
      border-radius: 10px;
    }

    .building-card img {
      width: 100%;
      height: 400px; /* Default height */
      object-fit: cover;
      display: block;
    }

    .building-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.7);
      color: white;
      padding: 20px;
      opacity: 0;
      transition: opacity 0.4s ease-in-out;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .building-card:hover .building-overlay {
      opacity: 1;
    }

    .building-overlay h5 {
      font-weight: 700;
      font-size: 1.5rem;
    }

    .building-overlay p {
      font-size: 1rem;
    }

    /* Responsive text adjustments */
    @media (max-width: 768px) {
      .building-card img {
        height: 300px;
      }

      .building-overlay p {
        font-size: 0.9rem;
      }

      .building-overlay h5 {
        font-size: 1.3rem;
      }
    }

    @media (max-width: 576px) {
      .building-card img {
        height: 250px;
      }

      .building-overlay p {
        font-size: 0.85rem;
      }

      .building-overlay h5 {
        font-size: 1.1rem;
      }
    }

/* Responsive Design */
@media (max-width: 1200px) { /* Large tablets and small desktops */
  .univ-management-container {
    grid-template-columns: repeat(4, 1fr); /* 4 items per row */
  }
}

@media (max-width: 992px) { /* Tablets */
  .univ-management-container {
    grid-template-columns: repeat(3, 1fr); /* 3 items per row */
  }
}

@media (max-width: 768px) { /* Mobile landscape */
  .univ-management-container {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media (max-width: 480px) { /* Mobile portrait */
  .univ-management-container {
    grid-template-columns: repeat(1, 1fr); /* 1 item per row */
  }
}
e-columns: repeat(2, 1fr); 
  }
}

@media (max-width: 480px) { /* Mobile portrait */
  .univ-management-container {
    grid-template-columns: repeat(1, 1fr); /* 1 item per row */
  }
}
