section.background .container.eleven {
  position: absolute;
  top: 1000dvh; 
  height: 100dvh;
  width: 100%;
}

section.third .container.eleven {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100dvh;
  width: 100%;
  max-width: 2000px;
  display: flex;
  opacity: 0; /* Hidden initially */
  pointer-events: none;
  flex-direction: column; 
  box-sizing: border-box;
  color: #73430E;
  background-color: #DEB382;
}

.social-media, .sitemap, .logo-copyright {
  display: block;
  width: 100%; 
  text-align: center;
  padding: 20px; 
  /* background-color: #75706941; */
}

.cabana-logo-sun {
  width: 15rem;
  height: auto;
  margin-right: 10px;
}

.logo-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.logo-copyright-images {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 30%;
  gap: 20px;
  margin-bottom: 30px;
}

.logo-copyright img {
  height: 30px;
  width: auto;
  flex: 1;
  max-width: 150px;
  object-fit: contain;
}

.logo-copyright p {
  font-size: 0.9rem;
  font-weight: 400;
}

.logo-copyright a {
  color: inherit; 
  text-decoration: none;
}

.logo-copyright a:hover {
  opacity: 0.8; 
}

.logo-copyright a:visited {
  color: inherit; 
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.social-icons a {
  color: #73430E;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #5a2a0a;
}

.sitemap {
  padding-bottom: 0px; 
}

.sitemap ul {
  list-style: none;
  padding: 20px;
  display: inline-block; 
  vertical-align: top;
  text-align: left;
  font-size: .9rem;
  line-height: normal;
}

.sitemap li {
  margin: 5px 0;
  /* background-color: #fbedde; */
  line-height: 1;

}

.sitemap a {
  color: #73430E;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  padding: 8px 0;
  line-height: 1.2;
}

.sitemap a:hover {
  color: #5a2a0a;
}

.sitemap .sitemap-link {
  color: #73430E;
  text-decoration: none;
  display: block;
  padding: 0;
}

.sitemap .sitemap-link:hover {
  color: #5a2a0a;
  text-decoration: underline;
}

.footer-logo {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.footer-divider {
  width: 70%;
  max-width: 340px;
  border: none;
  border-top: 2px solid #73430E;
  margin: 0px auto 10px auto;
  opacity: 0.5;
}

.container.eleven .sitemap .nav-link {
  /* footer visual styles only — stronger selector than .nav-link */
  color: #73430E;
  background: transparent;
  text-decoration: none;
  padding: 6px 0;
  display: block;
}
