.footer {
  position: relative;
  color: #fff;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2%;
  padding-bottom: 5%;
  width: 100%;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  margin: 0;
opacity: 90%;
}

.footer-content {
  display: flex;
  margin: 0%;
  padding: 0%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


.footer-content select {
  height: 60px;
}

@media (max-width: 480px) {
  .footer-links{
    display: none;
  }
}
.footer-links ul {
  list-style: none;
  padding-left: 0%;
}

.footer-links li {
  margin-bottom: 10px;
  text-decoration: none;
  width:200px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  padding-left: 80px;

}

.footer-links a:hover {
  color: #fff;
  text-decoration: none;
}

/* .footer-social {
width: 180px;
align-items: center;
} */



.footer-social a {
  color: #fff;
  font-size: 18px;
}

.footer-bottom {
  margin-top: 20px;
  align-items: center;
  text-align: center;
  justify-content: center;

}

.footer-bottom a {
color: orange;
padding-right: 5px;
}

.footer-bottom:hover a {
  color: orange;
  text-decoration: none;
  }

.custom-button-footer {
  background-color: orange;
  color: white;
  border: none;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.custom-button-footer:hover {
  background-color: orangered;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}



.custom-input-footer {
  width: 300px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  margin: 1%;
  height: 60px;
}



.option {
  width: 400px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  margin: 1%;
  height: 60px;
}
.custom-input-footer-text {
  width: 300px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.input-row {
  display: flex;
  gap: 10px;
}

.input-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
