@media (max-width: 767.98px) {
  .light-footer .row > .col-lg-2 {
    width: 50%;
  }

  .light-footer .row > .col-lg-2:nth-child(2),
  .light-footer .row > .col-lg-2:nth-child(3) {
    order: 1;
  }

  .light-footer .row > .col-lg-2:nth-child(4),
  .light-footer .row > .col-lg-2:nth-child(5) {
    order: 2;
  }

  .light-footer .row > .col-lg-3 {
    order: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  /* Force nested footer widget under Contact Us to full width */
  .light-footer .col-lg-2:nth-of-type(4) .footer-widget {
    width: 100%;
  }

  .light-footer address,
  .light-footer .footer-widget ul {
    word-wrap: break-word;
    white-space: normal;
  }

  /* Ensure contact info (like phone and mail) stack properly */
  .light-footer .footer-widget ul.footer-menu li a {
    display: block;
    word-break: break-word;
  }
}


@media (max-width: 767.98px) {
  .footer-widget {
    margin-bottom: 1.5rem;
  }

  .light-footer .row {
    display: flex;
    flex-wrap: wrap;
  }

  /* Logo column full width */
  .light-footer .col-lg-3 {
    order: 0;
    width: 100%;
  }

  /* Navigations */
  .light-footer .col-lg-2:nth-of-type(1) {
    order: 1;
    width: 50%;
    margin-bottom: 20px;
  }

  /* New Categories */
  .light-footer .col-lg-2:nth-of-type(2) {
    order: 1;
    width: 50%;
    margin-bottom: 20px;
  }

  /* Link */
  .light-footer .col-lg-2:nth-of-type(3) {
    order: 2;
    width: 50%;
    margin-bottom: 20px;
  }

  .light-footer .col-lg-2:nth-of-type(4) {
    order: 2;
    width: 50%;
    margin-bottom: 20px;
  }

  .light-footer .col-lg-2:nth-of-type(4) .footer-widget {
    width: 100%;
  }

  .light-footer address {
    word-break: break-word;
    white-space: normal;
    font-size: 14px;
    line-height: 1.6;
  }

  .light-footer .footer-widget ul.footer-menu li a {
    display: block;
    word-break: break-word;
    white-space: normal;
  }

  .light-footer .col-lg-2,
  .light-footer .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}






footer .container,
footer .row {
  overflow-x: hidden;
  margin: 0 auto;
}

.whatsapp-float {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  max-width: 60px;
  max-height: 60px;
}

.cookie_modal_overlay {
  max-width: 100vw;
  overflow-x: hidden;
}

.cookie {
  max-width: 100%;
  overflow-x: hidden;
}


/*.light-footer {
    width: 98%;
    display: block;
}
*/
