.footer {
  min-height: 400px;
  background-color: #ffffff;
  border-top: 4px solid #f08624;
}

.footer .social-media-icons {
  display: flex;
  gap: 20px;
}

.footer .social-media-icons .icon {
  color: #f08624;
  background-color: #fef3e8;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  transform: translateZ(0);
  will-change: transform;
}

.footer .social-media-icons .icon:hover {
  transform: scale(1.05);
}
.footer-title {
  color: #f08624;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4px;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list a {
  color: #f08624;
  font-weight: 600;
  font-size: 15px;
}

.footer-list a i {
  font-size: 25px;
  font-weight: 100;
  margin-right: 5px;
  background: linear-gradient(to top, #ffd7b0 0%, #f08624 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer .contact {
  display: flex;
  padding: 10px 40px;
  border-radius: 20px;
  justify-content: space-between;
  align-self: center;
  background-color: #fef3e8;
}

.footer .contact a {
  display: flex;
  color: #f08624;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  gap: 10px;
}

.footer .contact a i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f08624;
  color: #ffffff;
  font-size: 25px;
  width: 45px;
  height: 45px;
  border-radius: 13px;
}

.footer .bottom {
  margin-top: 20px;
  padding: 0;
  font-size: 14px;
  color: #ffffff;
  background-color: #f08624;
  font-weight: 600;
}

.footer-list {
  display: block;
}
.footer-list li {
  transition: all 0.3s;
}

.footer-list li:hover {
  transform: translate(6px, 0);
}
.mobile-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  background-image: url('../images/menu/menu-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1000;
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: all 0.3s ease;
}

.mobile-bottom-menu.active {
  border-radius: 0;
  background-color: #fff;
}

.mobile-bottom-menu .menu-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  list-style: none;
  padding: 0;
}

.mobile-bottom-menu .menu-items li {
  text-align: center;
  flex: 1;
  padding: 8px;
  min-width: 60px;
  border-right: 1px solid black;
}

.mobile-bottom-menu .menu-items li:last-of-type {
  border-right: none;
}

.mobile-bottom-menu .menu-items a.active {
  color: #f08624;
}

.mobile-bottom-menu .menu-items a,
.mobile-bottom-menu .menu-items button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-wrap: nowrap;
  font-size: 12px;
  color: #333;
  background: none;
  border: none;
  width: 100%;
}

.mobile-bottom-menu i {
  font-size: 22px;
}

/* Dropdown Men */
.account-dropdown {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  padding: 8px 0;
}

.account-dropdown a {
  display: block;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  color: #333;
}

.account-toggle {
  position: relative;
}

.account-dropdown .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  width: 75px;
  height: 75px;
  border-radius: 10px;
  color: #fff;
  background-color: #f08624;
}

.account-dropdown .welcome {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.account-dropdown .name-surname {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.mobile-bottom-menu .menu-items .account-dropdown .danger-btn {
  padding: 5px 10px;
  font-size: 14px;
  width: max-content;
  font-weight: 600;
  border-radius: 10px;
  color: #c20e4d;
  background-color: #faa0bf;
}

.account-dropdown .balance {
  border-radius: 10px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #005bc4;
  background-color: #bfdbfe;
}

.account-dropdown .balance p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.account-dropdown .balance i {
  font-weight: 400;
  margin-left: 15px;
}

.account-dropdown .warning-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
  color: #f7b750;
  background-color: #fdedd3;
  margin-bottom: 25px;
}

.account-dropdown .warning-alert p {
  margin-bottom: 0;
}

.account-dropdown .warning-alert i {
  font-size: 25px;
  font-weight: 400;
}

.mobile-bottom-menu .menu-items .account-dropdown .success-btn {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  padding: 7px;
  width: 100%;
  border-radius: 10px;
  color: #22c55e;
  background-color: #bbf7d0;
}

.mobile-bottom-menu .menu-items .account-dropdown .success-btn i {
  margin-left: 15px;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .footer .contact {
    font-size: 15px;
  }

  .footer-title {
    font-size: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .footer-title {
    font-size: 17px;
    letter-spacing: 0;
  }
}

@media (max-width: 991px) {
  .footer .col-6.col-lg-3 {
    text-align: center;
  }

  .footer .contact {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-top: 20px;
  }

  .footer .contact a {
    justify-content: start;
    font-size: 17px;
  }

  .footer-list {
    display: none;
    max-height: 250px;
    overflow-y: auto;
  }

  .footer-list.active {
    display: block;
  }

  .footer-toggle-btn {
    background: none;
    border: none;
    font-size: 24px;
    padding: 0;
    cursor: pointer;
  }

  .footer-toggle-btn i {
    transition: transform 0.3s ease;
    color: #fff;
    transform: rotate(-90deg);
  }

  .footer-toggle-btn i.rotated {
    transform: rotate(0deg);
  }

  .footer-title {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .footer-list {
    padding: 13px;
    border-radius: 20px;
    background: radial-gradient(
      46.94% 232.88% at 53.06% 50%,
      rgba(217, 217, 217, 0.1) 0%,
      rgba(115, 115, 115, 0.1) 100%
    );
  }

  .footer-list li {
    margin-bottom: 10px;
  }

  .footer-list a i {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer .header img {
    width: 130px;
  }

  .footer .social-media-icons {
    gap: 5px;
  }

  .footer .social-media-icons .icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  .footer .bottom p {
    font-size: 11px;
  }
}

@media (max-width: 405px) {
  .footer .bottom p {
    font-size: 11px;
  }

  .footer .bottom img {
    width: 25%;
  }

  .footer .social-media-icons .icon {
    font-size: 20px;
    width: 35px;
    height: 35px;
  }
}
