@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
  .visible-lg {
    display: none;
  }

  .visible-xs {
    display: block;
  }
  .wp-block-navigation__responsive-dialog {
    padding: var(--space-md) var(--space-sm);
  }
  /* Header CSS */
  .wp-block-navigation__responsive-container-close {
    right: var(--space-md);
  }
  header > .wp-block-group > .wp-block-group,
  footer > .wp-block-group {
    padding-left: var(--space-lg) !important;
    padding-right: var(--space-lg) !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-left {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .footer-bottom {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .footer-top-columns {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .footer-top-columns img {
    max-width: 60px;
    height: auto;
  }
  .footer-top-columns > .wp-block-column:first-child {
    flex: 1;
    flex-basis: 15% !important;
    max-width: 15% !important;
  }
  .footer-top-columns > .wp-block-column:last-child {
    flex: 0;
    flex-basis: 80% !important;
    max-width: 80% !important;
    flex-grow: inherit !important;
  }
  .footer-top-columns h2 {
    font-size: var(--fs-md) !important;
  }
  .footer-top-columns p {
    font-size: var(--fs-md) !important;
  }
  /* Footer Mobile Accordion */
  .footer-menu h1,
  .footer-menu h2,
  .footer-menu h3,
  .footer-menu h4,
  .footer-menu h5,
  .footer-menu h6,
  .footer-menu .wp-block-heading {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
  }

  .footer-menu h1::after,
  .footer-menu h2::after,
  .footer-menu h3::after,
  .footer-menu h4::after,
  .footer-menu h5::after,
  .footer-menu h6::after,
  .footer-menu .wp-block-heading::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
  }

  .footer-menu h1.active::after,
  .footer-menu h2.active::after,
  .footer-menu h3.active::after,
  .footer-menu h4.active::after,
  .footer-menu h5.active::after,
  .footer-menu h6.active::after,
  .footer-menu .wp-block-heading.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
}

@media screen and (max-width: 480px) {
}
