/* v3 footer replica */
.ror-footer {
  position: relative;
  background: #040C19;
  padding: 120px 0;
  color: #fff;
  overflow: hidden;
}

.ror-footer__gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url('https://rhapsodyofrealities.b-cdn.net/rhapsodyofrealities.org/v3_assets/optimised_images/footer-gradient%20(1).png') no-repeat center/cover;
  opacity: 1;
  pointer-events: none;
}

.ror-footer__main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ror-footer__body {
  background: #41597D;
  border-radius: 16px;
  padding: 32px 40px;
}

.ror-footer__links {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.ror-footer__brand {
  max-width: 560px;
}

.ror-footer__brand p {
  padding: 16px 0 32px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-body, 'Manrope', sans-serif);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.ror-footer__nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.ror-footer__nav a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.ror-footer__contact {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.ror-footer__contact h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px;
}

.ror-footer__contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ror-footer__contact a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.ror-footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ror-footer__social img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #FAF6EC;
  padding: 5px;
}

.ror-footer__brand img {
  max-width: 180px;
  height: auto;
}

.ror-footer__copyright {
  color: #FFF;
  font-family: var(--font-alt, 'Inter', sans-serif);
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 991px) {
  .ror-footer {
    padding: 80px 0;
  }

  .ror-footer__body {
    padding: 28px;
  }
}

@media (max-width: 768px) {
  .ror-footer__links {
    flex-direction: column;
  }

  .ror-footer__contact {
    flex-direction: column;
    gap: 24px;
  }
}
