

/* Cookie Consent Popup */
#popup-cookie-consent {
  bottom: 1rem;
  z-index: 9999;
}

/* Success Message Popup */
#popup-autoshow .close {
  z-index: 1000;
  height: 100%;
}

/* Main Footer */
.footer {
  background-color: #0a0a0a;
  margin-top: 0 !important;
  padding-top: 3.5rem !important;
  border-top: none !important;
}

.footer-content {
  color: #ffffff;
}

/* Footer Logo */
.footer-logo {
  max-height: 32px;
}

/* Footer Description */
.footer-description {
  color: white;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

.footer-heading {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 16px;
}

/* Footer Links List */
.footer-links {
  line-height: 2.2;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-copyright {
  color: #fff;
  font-size: 13px;
  margin: 0 15px 0 0;
}

.footer-bottom-nav .nav-linkfooter {
  color: #fff;
  white-space: nowrap; 
  /* display: inline-block;  */
 } 

.footer-bottom-nav .nav-linkfooter.nolanding {
  display: inline-block !important;
}



@media (max-width: 767px) {
  .footer-description {
    font-size: 13px;
    margin-bottom: 1.5rem;

  }

  .footer-heading {
    font-size: 15px;
    margin-bottom: 1rem;
  }

  .footer-links {
    line-height: 2;
  }

  .footer-links a {
    font-size: 13px;
    color: #fff;
  }

  .footer-copyright {
    font-size: 12px;
    margin-bottom: 0.5rem;
    width: 100%;
  }

  .footer-bottom {
    flex-direction: row;
    /* align-items: flex-start !important; */
  }

  .footer-bottom-nav { 
    font-size: 12px; 
     width: 100%;
    display: flex; 
    flex-wrap: wrap; 
   gap: 0.1rem; 
    margin-top: 0.2rem;
  
   } 

   .footer-bottom-nav .nav-linkfooter {
    color: #fff;
    padding: 0.25rem 0.5rem;
     white-space: nowrap;
  }

  .footer-bottom-nav .nav-linkfooter.nolanding {
    display: inline-block !important;
  } 
 } 

