/* Mobile full-screen modal */
@media (max-width: 576px) {
  .modal-dialog {
    width: 100%;
    margin: 0;
    height: 100%;
  }

  #exampleModal {
    background: linear-gradient(
      180deg,
      rgba(192, 219, 236, 1) 0%,
      rgba(240, 241, 243, 1) 53%,
      rgba(201, 228, 245, 1) 100%
    );
  }

  .modal-content {
    /* height: 100%; */
    border-radius: 0;
    border: none;
  }

  .modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 0px;
  }

  .modal-header {
    padding: 6px;
  }

  .modal-body h3 {
    background-color: #1b3357;
    margin: 0px;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 18px;
  }

  .modal-body img {
    max-width: 100%;
    margin-left: 50px;
  }
  .modal-header {
    border: none;
    /* height: 80px; */
  }

  .btn {
    width: 100%;
  }

  .popup-header {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    /* margin: 25px; */
  }

  .popup-header img.logo {
    margin-right: 20px;
  }

  .utmCall-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
  }

  /* .utmCall-wrap img {
    width: 38px;
  } */

  .utmCall-wrap a {
    color: black;
    text-decoration: none;
  }

  .reservationText button {
    background: #fe5a04;
    border-radius: 50px;
    padding: 9px 15px;
    font-size: 15px;
    border: none;
    color: #fff;
    width: 100%;
    font-weight: bold;
  }

  .reservationText {
    margin: 11px 10px;
  }

  .my-3 b {
    color: #444;
    text-align: center;
    /* margin-left: 25px; */
  }

  .btnCall {
    background-color: #fe5a04 !important;
    border-radius: 50px;
    /* padding: 6px; */
    margin-top: 5px;
  }

  .btnCall img {
    width: 50px;
    padding: 10px;
    margin-left: 50px;
  }

  .btnCall .nbrs {
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    padding: auto;
  }
}

/* Ensure modal appears above header & footer */
.modal {
  z-index: 1000000 !important;
}

/* Disable click on the big modal-body anchor */
.modal-body > a {
  pointer-events: none;
}

/* Re-enable click ONLY on the phone button */
.btnCall a {
  pointer-events: auto;
}
