#footer {
  z-index: 3;
  position: relative;
  background-color: #233265 !important;
}

#left-footer {
  object-fit: cover;
}

#left-footer img {
  height: 100%;
  object-fit: cover;
}

.footerBoxMsg {
  height: 25vh;
  overflow: hidden;
}

.h-3 {
  height: 33.3333%;
  max-height: 33.3333%;
  overflow: hidden;
}

.h-20 {
  height: 20%;
  max-height: 20%;
  overflow: hidden;
  padding-bottom: 5px;
}

.h-30 {
  height: 30%;
  max-height: 30%;
  overflow: hidden;
  padding-top: 5px;
}

.h-50 {
  height: 50%;
  max-height: 50%;
  overflow: hidden;
  padding-top: 5px;
}

.h-55 {
  height: 55%;
  max-height: 55%;
  overflow: hidden;
  padding: 10px;
}

.width-50 {
  width: 50%;
}

.footerBoxMsg h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

.body-header-text {
  font-size: 1.2rem;
}

.fs-tiny {
  font-size: 0.85rem !important;
  font-weight: 800;
}

#footerbarNav a {
  font-size: 0.75rem;
}

.letter-uf {
  width: 100px;
  height: 150px;
  position: relative;

  /* Semi-transparent border all around */
  border: 50px solid rgba(130, 147, 164, 0.9);

  /* Remove the top border to open the "U" shape */
  border-top: none;

  /* Curve the bottom corners to create the 'U' arc */
  border-radius: 0 0 65px 65px;

  /* Some space around */
  margin: 20px;

  /* Smooth hover effects */
  transition: all 0.3s ease;

  /* Optional: make it look clickable */
  cursor: pointer;
}

.letter-uf:hover {
  transform: scale(1.05);
  border-color: rgba(44, 62, 80, 0.9);
  /* slightly less transparent */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.letter-af {
  width: 0;
  height: 0;

  /* Transparent sides to create the triangle shape */
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;

  /* Semi-transparent bottom to form the visible 'A' shape */
  border-bottom: 150px solid rgba(44, 62, 80, 0.7);

  position: relative;
  margin: 20px;
  margin-left: -73px;

  /* Smooth hover */
  transition: all 0.3s ease;
  cursor: pointer;
}

.letter-af:hover {
  transform: scale(1.05);
  border-bottom-color: rgba(44, 62, 80, 0.9);
  /* less transparent on hover */
}

#logo-box-footer {
  width: 12vw;
  height: 12vh;
  display: flex;
  align-items: center;
  object-fit: contain;
  display: flex;
  justify-content: center;
}

#logo-box-footer img {
  width: auto;
  height: 100%;
  object-fit: contain;
  align-items: center;
}

/* xtra Small devices (≥576px) */
@media (max-width: 576px) {
  .width-50 {
    width: 100%;
  }

  .input-group-text,
  .input-group-text a,
  .form-control,
  .form-floating {
    font-size: 0.6rem !important;
  }
}

/* Override for smaller screens */
@media (max-width: 767.98px) {
  .footerBoxMsg h4 {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .footerBoxMsg p {
    font-size: 0.75rem;
    font-weight: 400;
  }

  #footerbarNav a {
    font-size: 0.5rem;
  }

  .fs-tiny {
    font-size: 0.5rem !important;
    font-weight: 500;
  }

  .width-50 {
    width: 100%;
  }
}

/* Small devices (≥576px) */
@media (min-width: 576px) {
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
}
