.book{display:block;position:fixed;bottom: 0;width:100%;z-index:999;}.dail,.msg{float:left;width:50%;border-radius: 20px;}.dail{background-color:#0066cc;}.msg{background-color:#39a453;}.dail a,.msg a{display:block;padding:10px 0;text-align:center;text-decoration:none;font-weight:bolder;color:#000;font-size: 1.5rem;}   
.container{box-sizing: border-box;overflow: hidden;}
.loc h5{text-align: center; font-size: 2rem;}
    .location-links{margin:20px auto;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;padding:20px;}
.location-button{flex:1 1 calc(25% - 20px);padding:10px 20px;background-color:#000;color:#f4c779;text-align:center;text-decoration:none;border-radius:5px;transition:background-color 0.3s;box-sizing:border-box;}
.location-button:hover{background-color:#f4c779;color:#000;text-decoration:none;}
@media (max-width:768px){.location-button{flex:1 1 calc(50% - 20px)}}
@media (max-width:480px){.location-button{flex:1 1 calc(100% - 20px)}}
video{width: 100%; height: 80%}
.goa-header{width: 100%; max-width: 1200px;margin: 0px auto;}
li{color: #fff;}

.age-gate {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.88);
    padding: 20px;
  }

  .age-box {
    width: 100%;
    max-width: 420px;
    padding: 35px 25px;
    text-align: center;
    color: #fff;
    background: #171717;
    border: 1px solid #444;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,.6);
    font-family: Arial, sans-serif;
  }

  .age-icon {
    font-size: 55px;
    margin-bottom: 10px;
  }

  .age-box h2 {
    margin: 0 0 12px;
    font-size: 30px;
  }

  .age-box p {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .age-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
  }

  .age-buttons button {
    border: 0;
    padding: 13px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
  }

  .yes-btn {
    color: #fff;
    background: #16a34a;
  }

  .yes-btn:hover {
    background: #15803d;
  }

  .no-btn {
    color: #fff;
    background: #dc2626;
  }

  .no-btn:hover {
    background: #b91c1c;
  }

  .age-box small {
    display: block;
    margin-top: 20px;
    color: #888;
  }

  @media (max-width: 480px) {
    .age-buttons {
      flex-direction: column;
    }

    .age-buttons button {
      width: 100%;
    }
  }