footer {
  background: linear-gradient(110deg, #012f6d 0%, #01a0c8 100%) !important;
  color: #ffffff;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  padding: 0px 20px;
  width: 100%;
  opacity: 1;
}

footer .feedbackbutton {
  background: transparent linear-gradient(180deg, #419da5 0%, #145a60 100%) 0%
    0% no-repeat padding-box !important;
  border-radius: 4px !important;
  width: 125px !important;
  border: solid 1px #e3e3e3 !important;
  letter-spacing: 1px !important;
  padding: 8px 5px !important;
  color: #fff !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  float: right !important;
  margin-top: 45px !important;
  margin-right: -45px !important;
  transform: rotate(-90deg) !important;
  transition: all 1s !important;
}

.feedback-button-container {
  display: none;
}
/* Column container */
.footer-contents-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 2px 3px 3px 1px;
}

/* Each column */
.footer-contents {
  flex: 1 1 220px;
}

.footer-contents-column-header {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  color: #06e5c9 !important;
}

/* Footer logo effects */
.footer-right-logo img:hover {
  transform: scale(1.1);
}

.footer-right-logo.rounded-circle {
  background-color: white !important;
}

.footer-icons-image.d-flex.align-items-center img {
  filter: brightness(0) invert(1);
}

/* Footer bottom section with links (responsive) */
.footer-bottom {
  position: relative;
  padding-top: 20px;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap; /* ✅ Allows wrapping if needed */
  justify-content: center;
  align-items: center;
  gap: 25px 50px; /* ✅ row-gap: 25px, column-gap: 50px */
  text-align: center;
}

/* Gradient line above footer-bottom */
.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2.5px;
  background: linear-gradient(to right, #aff9ca, #1feacb, #00a2c8);
}

/* Footer text blocks */
.footer-bottom .footer-text {
  flex: 0 0 auto;
  text-align: center;
  white-space: nowrap;
  font-size: 13.5px;
  margin: 0;
}

/* Footer links */
.footer-bottom .footer-text a {
  text-decoration: none;
  color: white;
  font-weight: 400;
}

.d-flex.justify-content-center > .footer-copyright {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 25px !important;
  padding: 8px 20px !important;
  display: inline-block !important;
  color: #ffffff !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  font-size: 13px !important;
  line-height: 1.5;
  text-align: center;
}

.footer-bottom .footer-text a:hover {
  text-decoration: underline; /* ✅ Simple underline on hover */
}

/* Footer logo */
footer .logo {
  all: unset;
  width: 300px !important;
  height: auto !important;
}

/* Footer horizontal rule */
.footer-container hr {
  height: 3px;
  border: none;
  background: linear-gradient(to right, #aff9ca, #1feacb, #00a2c8) !important;
  margin: 20px 0;
  width: 100%;
  max-width: none;
  display: block;
}

/* Copyright alignment fix */
.align-items-end.footer-text .footer-copyright {
  margin-bottom: 0px;
}

footer .cookie-warning {
  background: #fff !important;
}

footer .modal_gallery #AllowDenyModal_EU .textRegion,
.modal_gallery #AllowDenyModal .textRegion {
  color: #002f6d;
  background: #fff !important;
}

footer .textRegion {
  color: #002f6d;
}

.footer-text,
.footer-text a {
  color: white;
}

.footer-top {
  background: linear-gradient(110deg, #012f6d 0%, #01a0c8 100%) !important;
}

@media (max-width: 450px) {
  .feed-back-mobile-container {
    opacity: 0;
  }
  .footer-text,
  .footer-text a {
    font-size: 12px;
  }
  .fa-caret-down {
    color: #fff;
  }
  .footer-container {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .footer-contents-column-header > a {
    pointer-events: none;
  }
}
