/* ============================================
   FOOTER
   ============================================ */

.footer {
  margin-top: 0;
  background: #21140b;
  color: #fff;
}

.footer-bottom .main-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .main-container img {
width: 100px;
}

.footer-main {
  background:
    radial-gradient(circle at 10% 10%, rgba(201, 154, 80, 0.1), transparent 28%),
    #21140b;
  padding: 72px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-newsletter-band {
  padding: 30px 0;
  background: #5b371b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-newsletter-band-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.footer-newsletter-copy {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-newsletter-icon {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #d9ad65;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  flex-shrink: 0;
}

.footer-newsletter-copy h2 {
  color: #fff;
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.footer-newsletter-copy p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.footer-newsletter-form {
  width: min(480px, 100%);
  min-height: 56px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
}

.footer-newsletter-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0 16px;
  background: transparent;
  color: #fff;
  font-family: "font_main";
  font-size: 14px;
}

.footer-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter-form button {
  min-width: 120px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: #5b371b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  font-family: "font_bold";
}

.footer-newsletter-form button:hover {
  background: #d9ad65;
  color: #21140b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.9fr 1.05fr;
  gap: 44px;
}

/* Logo & Description */
.footer-about {
  padding-right: 0;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 142px;
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-about-desc {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 25px;
}

/* Social Icons */
.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer-socials a i {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1;
  transition: color 0.3s ease;
}

.footer-socials a:hover {
  background: #d9ad65;
  border-color: #d9ad65;
  transform: translateY(-3px);
}

.footer-socials a:hover i {
  color: #000;
}

/* Footer Title */
.footer-title {
  font-family: "font_bold";
  font-size: 17px;
  color: #fff;
  margin: 0 0 24px 0;
  position: relative;
  padding-bottom: 12px;
  line-height: 1.4;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 30px;
  height: 2px;
  background: #d9ad65;
}

/* Quick Links */
.footer-links ul {
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 12px;
}

.footer-links ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62) !important;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.footer-links ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  background: #d9ad65;
  display: inline-block;
  transition: all 0.3s ease;
  margin-left: 0;
}

.footer-links ul li a:hover {
  color: #d9ad65 !important;
  padding-right: 10px;
}

.footer-links ul li a:hover::before {
  width: 8px;
  margin-left: 6px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
}

.footer-contact-item {
  min-height: 44px;
  color: rgba(255, 255, 255, 0.64);
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
}

.footer-contact-item i {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: rgba(217, 173, 101, 0.1);
  color: #d9ad65;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

a.footer-contact-item:hover {
  color: #d9ad65;
}

.footer-payment-row {
  margin-top: 46px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-payment-row > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-payment-row strong {
  color: #fff;
  font-family: "font_bold";
  font-size: 14px;
}

.footer-payment-row > div:first-child span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.payment-methods {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.payment-method {
  min-width: 66px;
  height: 40px;
  padding: 0 10px;
  border-radius: 6px;
  background: #fff;
  color: #21140b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
}

.payment-method i {
  font-size: 30px;
  line-height: 1;
}

.payment-method--mada {
  color: #146d65;
  text-transform: lowercase;
  letter-spacing: 0;
}

.payment-method--stc {
  color: #4f008c;
  text-transform: lowercase;
}

/* Newsletter */
.footer-newsletter-desc {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 20px;
}

.footer-newsletter-input {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.3s ease;
}

.footer-newsletter-input:focus-within {
  border-color: #e8b94a;
}

.footer-newsletter-input input {
  flex: 1;
  height: 48px;
  border: none;
  background: rgba(255, 255, 255, 0.04);
  padding: 0 16px;
  font-family: "font_main";
  font-size: 14px;
  color: #fff;
  outline: none;
}

.footer-newsletter-input input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.footer-newsletter-input button {
  width: 52px;
  height: 48px;
  border: none;
  background: #e8b94a;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.footer-newsletter-input button i {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.footer-newsletter-input button:hover {
  background: #d4a63d;
}

.footer-newsletter-input button:hover i {
  transform: translateX(3px);
}

/* Footer Bottom */
.footer-bottom {
  background: #170d07;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}


.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.logo-route {
  width: 88px;
  height: 30px;
  object-fit: contain;
}


.copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  text-align: center;
}

.made-by-root {
  color: rgba(255, 255, 255, 0.52);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
}

.made-by-root strong {
  color: #d9ad65;
  font-family: Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
}

.made-by-root:hover {
  color: #fff;
}

.made-by-root img {
  flex-shrink: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* ---- Legacy styles ---- */

.end-page p {
  color: var(--color-gray);
  font-size: 17px;
}

.end-page a {
  display: flex;
  gap: 10px;
  color: var(--color-Primary1);
  align-items: center;
}



.end-page {
  display: flex;
  align-items: center;
  background-color: var(--color-white);
  padding: 20px 5%;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 75px;
}

.end-page a i {
  color: red;
}

.remove-mune {
  position: absolute;
  top: 30px;
  right: 30px;
}

.remove-mune span {
  width: 40px;
  height: 40px;
  display: block;
  transition: all 0.2s linear;
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);

  transition-delay: 0.8s;
}

.remove-mune span::after {
  content: "";
  height: 2px;
  background-color: #54595f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all 0.6s linear;
}

.remove-mune span::before {
  content: "";
  height: 2px;
  background-color: #54595f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all 0.2s linear;

  transition-delay: 0.6s;
}

.menu_responsive.active .remove-mune span::before {
  transform: rotate(90deg) translateY(-50%);
}

.menu_responsive.active .remove-mune span {
  transform: rotate(45deg);
}

.element_menu_responsive ul li {
  transform: translateY(100%);
  transition: all 0.2s linear;
  transition-delay: 0.4s;
  display: block;
  opacity: 0;
}

.menu_responsive {
  transition-delay: 1s;
}

.menu_responsive.active {
  transition-delay: 0.3s;
}

.menu_responsive.active .element_menu_responsive ul li {
  transform: translateY(0%);
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(1) {
  transition-delay: 0.4s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(2) {
  transition-delay: 0.6s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(3) {
  transition-delay: 0.8s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(4) {
  transition-delay: 1s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(5) {
  transition-delay: 1.2s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(6) {
  transition-delay: 1.4s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(7) {
  transition-delay: 1.6s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(8) {
  transition-delay: 1.8s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(9) {
  transition-delay: 2s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(10) {
  transition-delay: 2.2s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(11) {
  transition-delay: 2.4s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(12) {
  transition-delay: 2.6s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(13) {
  transition-delay: 2.8s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(14) {
  transition-delay: 3s;
  opacity: 1;
}
