/* Footer styles */
footer {
  /* Gradient background for the navigation */
  background-image: linear-gradient(to top, #292828 0%, #ffffff00 100%);
  color: #5e5959;
  padding: 50px 0px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  
}

.footer-content,
.footer-footnotes {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 5%;
}

footer p, footer nav a {
  color: #131212;
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
}

footer p a {
  text-decoration: none;
  color: #0e0d0d;
  margin: 0 10px;
}

.footer-note {
  font-style: italic;
  margin: 10px 0 20px;
}


/* Footer Footnotes styles */
.footer-footnotes>p {
  font-family: 'Fira Code';
  font-size: 12px;
  line-height: 1.4;
  padding-top: 5px;
  text-align: left;
}

.footer-footnotes p {
  margin: 5px 0;
}

.footer-footnotes sup {
  font-size: 8px;
  vertical-align: super;
  color: #000000;
  font-weight: 300;
}

.footer-footnotes a {
  color: #070707;
  text-decoration: none;
  font-weight: 300;
}

.footer-footnotes a:hover {
  color: #ffffff;
}

/* Custom Line Style */
.custom-line {
  border: none;
  height: 1px;
  background-color: #8f8787;
  width: 80%;
  margin: 20px auto;
}
/*Footer navigation*/
footer nav {
  display: flex;
  gap: 15px;
  justify-content: center;
  position: relative;
  bottom: 0px;
}
footer p a:hover {
  color: goldenrod;
  transition: 0.5s;
  transform: scale(1.05);
}
p {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #ffffff; /* Adjust text color */
}
.custom-line {
  border: none;
  height: 2px;
  background-color: #1db954; /* Customize line color */
  margin: 10px 0 20px;
}

/* Container for logos */
.website-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Space between logos */
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  box-shadow: #0d0d0e9d;
}

/* Style for individual logos */
.website-logo {
  width: 80px; /* Adjust size as needed */
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.website-logo:hover {
  transform: scale(1.1); /* Slightly enlarge on hover */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4); /* Add shadow effect */
  border-radius: 5px;
  padding: 1%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .website-logo {
    width: 60px;
  }
}
/* Custom Line Style */
.custom-line {
  border: none;
  height: 1px;
  background-color: #8f8787;
  width: 80%;
  margin: 20px auto;
}

/* Footer Logo in Hero */
.footer-logo {
  margin-top: 10px;
  opacity: 0;
  animation: fadeIn 1.5s ease-out forwards;
}

/* Logo Styling */
.footer-logo .image_logo {
  width: 75px;
  /* Adjust logo size as needed */
  height: auto;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}

/* Logo Image */
.footer-logo-bottom {
  width: 95px;
  /* Adjust size as needed */
  height: auto;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  /* Subtle shadow for elegance */
}

/* Logo Text */
.footer-logo-text {
  font-family: 'Playfair Display', serif;
  /* Elegant serif font */
  font-size: 1.2em;
  font-weight: 500;
  color: #2b2929;
  /* Darker color for sophistication */
  margin: 0;
}
.nav-values a{
  color: rgb(185, 182, 182);
  text-decoration: none;
}

.nav-values a:hover{
  text-decoration:#000000;
  text-decoration: underline;
}
.also{
  color: rgb(173, 160, 160);
}