/* footer {
  background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)),
    url(/img/bg_banner1.jpg), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .navbar-brand {
  color: #fff;
}

footer p {
  color: #adb3b9;
}

footer .social-icons a {
  width: 50px;
  height: 50px;
  font-size: 25px;
  margin-left: 4px;
  margin-right: 20px;
}

.loader {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
}

input.form-control {
  border-color: #fffdfd;
  height: 30px;
  width: 270px;
}

.form-control {
  background-color: rgb(250, 245, 245);
  border-color: rgba(0, 0, 0, 0.04);
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--brand);
}

footer {
  background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)),
    url(/img/bg_banner1.jpg), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}

footer h5 {
  color: #fff;
}

.row a {
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.row a:hover {
  color: var(--brand);
}

.row a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white; 
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.4s ease;
}

.row a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
} */

footer {
  background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)),
    url(/img/bg_banner1.jpg), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* footer .footer-top {
  padding-top: 80px;
  padding-bottom: 40px;
} */

/* .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 100px;
  padding-top: 100px;
} */

footer .navbar-brand {
  color: #fff;
}

footer p {
  color: #adb3b9;
}

footer .social-icons a {
  width: 50px;
  height: 50px;
  font-size: 25px;
  margin-left: 4px;
  margin-right: 20px;
}

.loader {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
}

input.form-control {
  height: 44px;
  width: 100%;
}

.form-control {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.04);
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--brand);
}
/* Add or update your existing styles */

/* Footer */
footer {
  background: var(--brand);
}

footer h5 {
  color: #fff;
  font-size: 30px;
}
footer .row li {
  font-size: 1.3rem;
}

/* .row a:hover {
  color: var(--brand);
} */

footer .social-icons {
  gap: 10px;
  display: flex;
}
/* Add underline effect on hover */
footer .left-section .row a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.4s ease;
}

footer .left-section .row a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.bottom_wrapper {
  background-color: rgb(33 40 50);
  padding: 20px 0;
}

.logo img {
  max-width: 100%;
}

.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bottom_nav {
  margin-right: 20px; /* Adjust as needed */
}

.copyright {
  font-size: 14px;
  color: white; /* Change to your desired underline color */
}
.footer-container {
  padding: 0px !important;
  width: 100% !important;
  margin: 10px;
}
.footer h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer ul li a {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #ffffff;
}
.footer p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer-logo {
  width: 150px;
}