/**
 * Footer mobile — Figma 1083:3830
 */
@media (max-width: 991.98px) {

  .footer-mobile {
    display: block;
    position: relative;
    background-color: #e5ecf2;
    color: #6c757d;
    padding: 16px 16px 80px;
    font-family: 'diroz', Tahoma, Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
  }

  .footer-mobile__section {
    margin-bottom: 20px;
  }

  .footer-mobile__section.footer-mobile__bottom {
    margin-bottom: 0;
  }

  .footer-mobile__title {
    font-size: 16px;
    font-weight: 700;
    color: #6c757d;
    text-align: right;
    margin: 0 0 12px;
    line-height: 1.4;
  }

  .footer-mobile__title--inline {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
  }

  .footer-mobile__about-text {
    font-size: 12px;
    font-weight: 400;
    color: #6c757d;
    text-align: justify;
    text-align-last: right;
    line-height: 1.65;
    margin: 0;
  }

  .footer-mobile__links li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    padding: 10px 0;
    text-align: right;
  }

  .footer-mobile__links a {
    color: #6c757d;
    text-decoration: none;
    display: block;
  }

  .footer-mobile__social-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
  }

  .footer-mobile__social-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex: 0 0 auto;
  }

  .footer-mobile__social-icons img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
  }

  .footer-mobile__divider {
    height: 2px;
    background-color: #fff;
    border: 0;
    margin: 16px 0;
  }

  .footer-mobile__certs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 0 12px;
    direction: ltr;
  }

  .footer-mobile__certs .footer-enamad img {
    display: block;
    width: 120px;
    height: 120px;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }

  .footer-mobile__certs li {
    flex: 0 0 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-mobile__copyright {
    font-size: 12px;
    font-weight: 400;
    color: #6c757d;
    text-align: center;
    margin: 0;
    padding: 0 8px 4px;
    line-height: 1.5;
    direction: rtl;
  }

  .footer-mobile__whatsapp {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
    direction: ltr;
    max-width: calc(100% - 32px);
    z-index: 2;
  }

  .footer-mobile__whatsapp-bubble {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    font-size: 12px;
    color: #6c757d;
    text-align: right;
    white-space: nowrap;
    direction: rtl;
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .footer-mobile__whatsapp-bubble strong {
    font-weight: 700;
  }

  .footer-mobile__whatsapp-btn {
    flex-shrink: 0;
    line-height: 0;
  }

  .footer-mobile__whatsapp-btn img {
    width: 48px;
    height: 48px;
    display: block;
  }

  .footer.pb-0 {
    padding-bottom: 0 !important;
  }

  #myBtn {
    left: 16px !important;
    right: auto !important;
    bottom: 16px !important;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .footer-mobile {
    display: none !important;
  }
}
