* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
}

.navbar {
  background-color: #00356d !important;
}

.navbar-brand {
  width: 190px;
  height: auto;
}

@media screen and (min-width: 992px) {
  .nav-item {
    padding: 0px 3px;
  }
}

.navbar-nav .nav-link {
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 8px 15px;
  border-radius: 5px;
}

.navbar-nav .nav-link:hover {
  color: #00356d !important;
  background-color: white;
  border-radius: 5px;
}

.nav-link.active {
  color: #00356d !important;
  background-color: white;
}

.custom-card {
  height: 300px !important;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.134);
}

.custom-card:hover {
  transform: translate(0px, -15px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.card-img-top {
  width: 75px !important;
}

.text-heading {
  color: #00356d !important;
}
.text-warning {
  color: orange !important;
}

#popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup-content {
  position: relative;
  animation: zoomIn 0.3s ease;
}

#popup .card {
  max-width: 400px;
  border-radius: 12px;
}

#close {
  position: absolute;
  top: -30px;
  right: -30px;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  font-size: 22px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.aarti-text {
  text-align: left;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  color: #555;
}

.aarti-text p {
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}

.aarti-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}

.aarti-row span:first-child {
  font-weight: 600;
  color: #333;
}

.aarti-row:last-child {
  border-bottom: none;
}

/* #popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

#popup img {
  max-width: 90%;
  max-height: 90%;
}

#close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
} */

.social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.facebook {
  background-image: url("img/facebook.png");
}
.youtube {
  background-image: url("img/youtube.png");
}
.instagram {
  background-image: url("img/instagram.png");
}
.twitter {
  background-image: url("img/twitter.png");
}

.facebook:hover {
  background-image: url("img/facebook-Copy.png");
}
.youtube:hover {
  background-image: url("img/youtube-Copy.png");
}
.instagram:hover {
  background-image: url("img/instgram-copy.png");
}
.twitter:hover {
  background-image: url("img/twitter-Copy.png");
}

.Quick-link {
  text-decoration: none;
}

.Quick-link:hover {
  color: white !important;
}

.text-desc {
  color: rgba(255, 255, 255, 0.81) !important;
}

footer {
  background-color: #00356d;
  color: white;
  text-align: center;
  font-size: 20px;
}

.footer-img {
  width: 20px;
}
