* {
  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;
}

.hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url(img/an2.png);
  background-size: cover;
  background-position: center;
}

.underline-container {
  color: #00356d;
}
.stylish-gradient-line {
  height: 7px;
  width: 150px;
  margin: 10px auto;
  background: linear-gradient(
    to right,
    #00356d00 0%,
    #00356d 50%,
    #00356d00 100%
  );
}

.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);
}

.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;
}

.card-text {
  color: #00356d;
}

.custom-rounded-card {
  border-radius: 30px !important;
  border: 2px solid #a3c1e2;
}

.card-title {
  color: #00356d !important;
}

.heading-text {
  color: #00356d;
}

.side-container {
  background-color: whitesmoke;
  border-left: 5px solid #00356d;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: bold;
  color: #003366;
}

.side-img {
  width: 70px;
  height: auto;
}

.side-container {
  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);
}

.side-container:hover {
  transform: translate(0px, -15px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  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;
}
