.footer-bg {
  background: var(--bg-footer);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: relative;
}

.footer-scroll-btn {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 150px;
  height: 86px;
  color: var(--bg-color);
  transform: translateX(-50%);
  cursor: pointer;
}

.site-footer {}

.footer-container-padding {
  padding: 96px 0 64px 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

/* ----------------------------------------- */
.footer-app {
  width: 351px;
  height: 537px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--bg-image-footer);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.footer-app-img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer-app-bottom {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-app-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 268px;
}

.footer-app-bottom-text-container {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.footer-app-bottom-icon {
  width: 12px;
  height: 12px;
  color: #8051FE;
  line-height: 1;
}

.footer-app-bottom-text {
  font-size: 14px;
  color: var(--text-footer);
}

.footer-app-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 6px 16px;
  background-color: var(--bg-color);
  border-radius: 12px;
  width: 100%;
  text-decoration: none;
  border: 1px solid var(--header-border);
}

.footer-app-btn:hover {
  background-color: #b093ff;
}

.footer-app-btn-segment {
  display: flex;
  align-items: center;
  gap: 12px;
}

.svg-app-btn {
  width: 31px;
  height: 31px;
  line-height: 1;
}

.svg-app-btn img {
  width: 90%;
  height: 90%;
}

.footer-apple-icon {
  color: var(--text-footer);
}

.name-app-btn {
  font-size: 16px;
  font-weight: 600px;
  color: var(--text-footer);
}

.footer-app-btn-text {
  font-size: 12px;
  font-weight: 400px;
  color: var(--text-footer);
}

.pwa-badge-container {
  display: flex;
  flex-direction: column;
  /* gap: 2px; */
  align-items: center;
}

.pwa-badge {
  border-radius: 999px;
  padding: 0 4px;
  border: 1px solid rgba(255, 85, 113, 0.7);
  font-size: 12px;
  font-weight: 600px;
  color: rgb(145, 21, 5);
  background-color: rgb(230, 207, 211, 0.8);
}

/* ----------------------------------------- */
.footer-links-col {
  display: flex;
  gap: 24px;
  flex-direction: column;
  flex: 2 1 600px;
}

.logo-footer {
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: var(--text-footer);
  align-items: center;
  justify-content: center;
}

.one-logo-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  color: var(--primary);
}

.two-logo-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.description-footer {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-footer);
  margin-bottom: 8px;
  text-align: center;
}

.description-footer-mobile {
  display: none;
}

.logo-apps {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 40px;
}

.footer-links {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.footer-mid-columns {
  display: flex;
  gap: 88px;
  justify-content: center;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* flex: 1 1; */
}

.div-footer-title {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.svg-footer-title,
.svg-footer-title-chevron {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  line-height: 1;
}

.svg-footer-title {
  display: inline-block;
}

.svg-footer-title-chevron {
  display: none;
}

.footer-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-footer);
}

.footer-title2 {
  font-size: 14px;
  font-weight: 500;
  color: var(--footer-col-title);
}

.footer-col-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  padding: 0;
}

.footer-col-link-a {
  color: var(--text-footer);
  text-decoration: none;
  font-size: 14px;
}

.footer-col-link-a:hover {
  color: #8051FE;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #D2D6DB;
  margin-top: 32px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom-text {
  font-size: 12px;
  color: var(--text-footer);
  font-weight: 400;
}

.footer-main-social-icon {
  width: 24px;
  height: 24px;
  color: var(--text-footer);
}

.app-download-mobile-container {
  display: none;
}

/* ============================================== */
.footer-contact {
  height: 100%;
  justify-content: space-between;
  margin-left: 60px;
}

.mobile-footer-contact {
  display: none;
}

.footer-social-media {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: var(--bg-color);
  border: 1px solid var(--bg-image-footer);
  transition: all 0.2s ease;
}

.fsl-x {
  color: var(--dl-hover-box-title);
}

.fsl-x:hover {
  box-shadow: 2px 4px 8px -2px var(--dl-hover-box-title);
}

.fsl-linkedin {
  color: #2970FF;
}

.fsl-linkedin:hover {
  box-shadow: 2px 4px 8px -2px #2970FF;
}

.fsl-instagram {
  color: #D444F1;
}

.fsl-instagram:hover {
  box-shadow: 2px 4px 8px -2px #D444F1;
}

.fsl-telegram {
  color: #2DA4DE;
}

.fsl-telegram:hover {
  box-shadow: 2px 4px 8px -2px #2DA4DE;
}

.footer-social-link svg {
  width: 16px;
  height: 16px;
}

.footer-phone {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-phone-number {
  font-size: 18px;
  font-weight: 600;
  color: var(--phone-number);
  text-decoration: none;
  width: min-content;
  text-wrap: nowrap;
}

.footer-phone-number:hover {
  color: var(--primary);
  text-decoration: underline;
}

/* Responsive ==================================== */
@media (max-width: 1279px) {
  .footer-mid-columns {
    gap: 56px;
  }
}

@media (max-width: 1023px) {
  .footer-bg {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .footer-app {
    display: none;
  }

  .footer-container-padding {
    padding: 96px 0 32px 0;
  }

  .footer-bottom {
    border: none;
    flex-direction: column;
    gap: 16px;
    padding-top: 0;
    margin-top: 16px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .description-footer-mobile {
    margin-bottom: 8px;
    display: block;
    text-align: center;
  }

  .description-footer {
    display: none;
  }

  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-links-col {
    width: 100%;
    gap: 16px;
    flex: auto;
  }

  .footer-mid-columns {
    flex-direction: column;
    gap: 16px;
  }

  .footer-column {
    text-align: center;
  }

  .footer-col-links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    gap: 8px;
  }

  .footer-column.open .footer-col-links {
    max-height: 1000px;
  }

  /* .footer-column.open .div-footer-title {
    margin-bottom: 12px;
  } */

  .logo-apps {
    margin-top: 16px;
    justify-content: center;
  }

  .svg-footer-title {
    display: none;
  }

  .svg-footer-title-chevron {
    display: inline-block;
    width: 16px;
    height: 16px;
  }

  .div-footer-title {
    justify-content: space-between;
    flex-direction: row-reverse;
    border-bottom: 1px solid var(--header-border);
    padding-bottom: 12px;
  }

  .app-download-mobile-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 8px;
  }

  .app-download-mobile-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-footer);
  }

  .app-download-mobile-items {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .app-download-mobile-item {
    width: 48px;
    height: 48px;
    border: 1px solid var(--header-border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app-download-mobile-item img {
    width: 60%;
    height: 60%;
  }

  /* ============================================ */
  .footer-contact {
    display: none;
  }

  .mobile-footer-contact {
    display: flex;
  }

  .mobile-div-footer-title {
    text-align: center;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-app-bottom-content {
    width: 100%;
    margin-top: 36px;
  }

  .footer-app-bottom-text-container {
    justify-content: center;
  }

  .footer-app-bottom-icon {
    display: none;
  }

  .footer-social-media {
    margin-top: 36px;
  }

  .footer-phone {
    margin-top: 32px;
  }

  .footer-phone-number {
    width: 100%;
    text-align: center;
  }

  /* ================================================ */
  .footer-col-link {
    text-align: start;
    margin-top: 6px;
  }

  .footer-col-link:first-child {
    margin-top: 10px;
  }

  .svg-footer-title-chevron {
    display: inline-block;
    transition: transform 0.4s ease;
  }

  .footer-column.open .svg-footer-title-chevron {
    transform: rotate(180deg);
  }

  .footer-column {
    gap: 0;
  }

}