@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
}

.font-heading {
  font-family: "Merriweather", serif;
}

.college-heading {
  color: #841C26;
}

a {
  text-decoration: none;
  color: #222;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-notice {
  background-color: #fff3cd;
}

.navbar-custom {
  background-color: #841C26;
  /* green-600 */
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
}

.nav-link:hover {
  color: #e5e7eb !important;
}

.nav-link.active-link {
  border-bottom: 2px solid #fff;
}

/* Mobile active */
.mobile-active {
  background-color: #15803d;
  font-weight: bold;
  padding-left: 10px;
}

.notice-button:hover {
  background-color: #f3f3f3
}

.notice-list {
  max-height: 420px;
  overflow-y: auto;
  padding-right: 8px;
}

.readonly {
  background-color: #ebebeb;
}

.blink {
  animation: blink-animation 1s infinite;
}

@keyframes blink-animation {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

footer {
  background-color: #12343b;
  color: #fff;
}

.web-footer {
  position: relative;
  overflow: hidden;
  padding: 64px 0 22px;
  background: linear-gradient(135deg, #12343b 0%, #0f4c5c 58%, #092c35 100%);
}

.web-footer::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -96px;
  top: -132px;
  border: 1px solid rgba(244, 185, 66, 0.24);
  border-radius: 50%;
  z-index: 0;
}

.web-footer::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -170px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(231, 111, 81, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.web-footer > .container {
  position: relative;
  z-index: 1;
}

.footer-brand img {
  width: 72px;
  height: 72px;
  padding: 8px;
  border: 2px solid rgba(244, 185, 66, 0.75);
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  object-fit: contain;
}

.footer-brand h3 {
  margin-bottom: 4px;
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 700;
}

.footer-brand p,
.footer-about,
.footer-time,
.footer-bottom {
  color: rgba(255, 255, 255, 0.78);
}

.footer-brand p {
  margin-bottom: 0;
  font-size: 15px;
}

.footer-about {
  max-width: 460px;
  margin: 22px 0 0;
  line-height: 1.7;
}

.footer-title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.footer-title::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f4b942, #e76f51);
}

.footer-links li + li {
  margin-top: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-links a:hover,
.footer-contact-item:hover {
  color: #f4b942;
}

.footer-links a:hover {
  padding-left: 4px;
}

.footer-contact-list {
  display: grid;
  gap: 10px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.07);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.footer-contact-item:hover {
  border-color: rgba(244, 185, 66, 0.55);
  background-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.footer-contact-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: #12343b;
  background-color: #f4b942;
}

.footer-contact-item div {
  min-width: 0;
}

.footer-contact-item small {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 500;
}

.footer-contact-item strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 15px;
  font-weight: 600;
}

.footer-time {
  margin-top: 14px;
  font-size: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 14px;
}

@media screen and (max-width: 767.98px) {
  .web-footer {
    padding-top: 42px;
  }

  .footer-brand {
    align-items: flex-start !important;
  }

  .footer-brand img {
    width: 60px;
    height: 60px;
  }

  .footer-brand h3 {
    font-size: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }
}

/* Perfect box shadow for cards */
.card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.04) !important;
  border: none;
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06) !important;
}

/* heading  */
.heading {
  font-size: calc(16px + 0.5vw);
}

.sub-heading {
  font-size: calc(12px + 0.3vw);
}

/* @media screen and (min-width:576px) {
  
}

@media screen and (min-width:768px) {
  .heading{
    font-size: 22px;
  }
}

@media screen and (min-width:992px) {
  .heading{
    font-size: 22px;
  }
}

@media screen and (min-width:1200px) {
  .heading{
    font-size: 20px;
  }
}

@media screen and (min-width:1440px) {
  .heading{
    font-size: 24px;
  }
} */
