<style>
  body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    background-color: #f8f9fa;
  }
/* Prevent text selection */
body {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE10+ */
  user-select: none;         /* Standard */
}
/* Prevent image dragging */
img {
  -webkit-user-drag: none;
  pointer-events: none; /* also blocks clicking/saving image */
}
  .top-header {
    background-color: #222;
    color: #fff;
    padding: 10px 0;
  }
  .top-header a {
    color: #fff;
    margin-right: 15px;
  }
  .logo {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
  }
  .navbar-nav .nav-link {
    color: #fff;
  }
.navbar-brand {
  flex-wrap: wrap;
  justify-content: center;
}

.navbar-brand img {
  order: 1;
}

.navbar-brand h1 {
  width: 100%;
  text-align: center;
  order: 2;
  font-size: 13px;
  line-height: 1.3;
  margin: 8px 0 0 0;
  white-space: normal;
  font-weight: 600;
}

/* Mobile toggler stays top-right */
.navbar .container {
  flex-wrap: wrap;
}
  .carousel-item {
    height: 80vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
  }
  .carousel-caption {
    background: rgba(0,0,0,0.4);
    padding: 20px;
    border-radius: 10px;
  }
   h1, h2, h3, h4, h5, h6 {
    text-align: center;  
    font-size: 1.17em;
   }
  section {
    padding: 60px 20px;
  }
  footer {
    background-color: #222;
    color: #fff;
    padding: 40px 20px;
  }
  footer a {
    color: #fff;
    text-decoration: underline;
  }
#sms-float-btn{
  position:fixed; bottom:20px; right:20px;
  width:60px; height:60px; border-radius:50%;
  background:#007AFF; color:#fff; font-size:26px; border:0;
  box-shadow:0 4px 12px rgba(0,122,255,0.4);
  z-index:99999; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
}
#sms-float-btn span{
  position:absolute; top:-6px; right:-6px;
  background:#FF3B30; color:#fff; font-size:10px;
  padding:3px 7px; border-radius:12px; font-weight:700;
}
#handy-chat-box{
  position:fixed; bottom:90px; right:16px; width:92%; max-width:350px;
  background:#fff; border-radius:18px; overflow:hidden;
  z-index:99999; display:none; font-family:-apple-system,system-ui;
  box-shadow:0 10px 40px rgba(0,0,0,0.2); border:1px solid #E5E5EA;
}
.chat-header{
  background:#F2F2F7; color:#000; padding:12px 16px;
  font-weight:600; display:flex; justify-content:space-between; align-items:center;
  border-bottom:1px solid #E5E5EA; font-size:15px;
}
.chat-close{ cursor:pointer; color:#007AFF; font-size:18px; font-weight:400; }
.chat-body{ padding:12px; background:#fff; }
.chat-to{ font-size:13px; color:#8E8E93; margin-bottom:8px; }
.chat-to b{ color:#000; }
.chat-input{
  width:100%; padding:12px; margin:6px 0; border-radius:20px;
  border:1px solid #E5E5EA; background:#F2F2F7; outline:none;
  font-size:15px; box-sizing:border-box;
}
.chat-input:focus{ background:#fff; border-color:#007AFF; }
.chat-btn{
  width:100%; padding:13px; background:#007AFF; color:#fff;
  border:0; border-radius:20px; font-weight:600; font-size:16px;
  cursor:pointer; margin-top:10px;
}
.booking-container {
    max-width: 75%; margin: 2em auto; padding: 2em;
    text-align: center; background: #111; border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  #myBooking {
    max-width: 500px; margin: 30px auto; padding: 25px;
    background-color: #111; border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; text-align: center;
  }
  #myBooking p { color: #5F4B25; line-height: 1.5; font-size: 15px; }
  #myBooking p strong { color: #f8f9fa; font-size: 18px; }
  #myBooking input, #myBooking select, #myBooking textarea {
    width: 100%; padding: 12px 15px; margin-bottom: 15px;
    border: 1px solid #ccc; border-radius: 4px; font-size: 1em;
    box-sizing: border-box; transition: border-color 0.3s, box-shadow 0.3s; font-family: inherit;
  }
  #myBooking input:focus, #myBooking select:focus, #myBooking textarea:focus {
    border-color: #fff; box-shadow: 0 0 8px rgba(255,255,255,0.4); outline: none;
  }
  #myBooking input::placeholder, #myBooking textarea::placeholder { color: #aaa; font-style: italic; }
  #myBooking select { background: #fff; color: #333; }
  #mainBtn {
    padding: 12px 24px; font-size: 1em; background-color: #fff; color: #111;
    border: none; border-radius: 4px; cursor: pointer;
    transition: background-color 0.3s, transform 0.2s; font-weight: bold; width: 100%; margin-top: 10px;
  }
  #mainBtn:hover { background-color: #e6e6e6; transform: translateY(-2px); }
  #b_status { color: #fff; font-size: 14px; margin-top: 12px; min-height: 20px; font-weight: bold; }
</style>