@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap);
@font-face {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXwe55ijDz-oQ.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF; /* Arabic character ranges */
}
@font-face {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXCe55ijDz-oQ.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF; /* Arabic character ranges */
}
@font-face {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUufJ5ijDz-oQ.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF; /* Arabic character ranges */
}
@font-face {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUXfJ5ijDz-oQ.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF; /* Arabic character ranges */
}
.bravo_header.is_sticky {
  z-index: 1049 !important;
}

.has-search-map .bravo_search_map .results_item {
  overflow-x: hidden;
}

.bravo-emergency-contact .title {
  margin-bottom: 20px;
}
.bravo-emergency-contact .contact {
  padding: 15px;
  display: block;
  background-color: var(--emergencyBlock);
  border-radius: 5px;
  height: 100%;
  border: 1px solid transparent;
}
.bravo-emergency-contact .contact:hover {
  text-decoration: none;
  border-color: #00b4b3;
}
.bravo-emergency-contact .contact .image {
  border-radius: 8px;
  overflow: hidden;
  max-height: 100px;
  background-color: white;
  padding: 10px;
}
.bravo-emergency-contact .contact .content .sub-title {
  font-size: 1rem;
  color: #004862;
}
.bravo-emergency-contact .contact .content .desc {
  font-size: 1.3rem;
  font-weight: 600;
}

.dltr {
  direction: ltr;
}

.drtl {
  direction: rtl;
}

.weather-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 15px;
  cursor: move;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.weather-slider:hover::-webkit-scrollbar {
  width: 2px !important;
  height: 2px !important;
}
.weather-slider::-webkit-scrollbar {
  width: 1px !important;
  height: 1px !important;
}
.weather-slider::-webkit-scrollbar-track {
  background: #e0e0e0 !important;
  border-radius: 10px;
}
.weather-slider::-webkit-scrollbar-thumb {
  background: #00b4b3 !important;
  border-radius: 10px;
}
.weather-slider::-webkit-scrollbar-thumb:hover {
  background: #004862;
}
.weather-slider .weather-slider-item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  width: 250px;
  min-height: 100px;
  padding: 15px;
  padding-bottom: 20px;
  border-radius: 3px;
  margin-inline-end: 2px;
  border: 1px solid var(--borderColor);
  overflow: hidden;
}
.weather-slider .weather-slider-item .slider-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.weather-slider .weather-slider-item .weather-main-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.weather-slider .weather-slider-item .weather-main-section .weather-icon .owf {
  display: block;
  width: 50px;
  color: #00b4b3;
}
.weather-slider .weather-slider-item .weather-main-section .weather-info {
  flex-grow: 1;
}
.weather-slider .weather-slider-item:hover .weather-more-info {
  opacity: 0.95;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  transition: height 0.5s ease-in-out;
}
.weather-slider .weather-slider-item:hover .weather-more-info *:not(.see-more) {
  visibility: visible;
}
.weather-slider .weather-slider-item:hover .weather-more-info * {
  flex-grow: 1;
}
.weather-slider .weather-slider-item:hover .see-more {
  display: none;
}
.weather-slider .weather-slider-item .weather-more-info {
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #00b4b3;
  color: white;
  transition: height 0.1s ease-in-out;
}
.weather-slider .weather-slider-item .weather-more-info .see-more {
  cursor: pointer;
}
.weather-slider .weather-slider-item .weather-more-info *:not(.see-more) {
  visibility: hidden;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
  top: -4px !important;
}

.close {
  color: #fff;
}

.bravo-form-search-space .text-heading,
.bravo-form-search-space .sub-heading {
  text-shadow: 0 0 12px black;
}

.bravo-form-search-car .text-heading,
.bravo-form-search-car .sub-heading {
  text-shadow: 0 0 12px black;
}

.bravo_wrap .page-template-content .bravo-call-to-action.style_2 .context .btn-more {
  margin-top: 30px;
}

.btn-360 {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: transform ease-in 0.1s;
}
.btn-360:focus {
  outline: 0;
}
.btn-360 img {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.btn-360:before, .btn-360:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.btn-360:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, transparent 20%, white 20%, transparent 30%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, transparent 10%, white 15%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.btn-360:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, transparent 10%, white 15%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%), radial-gradient(circle, white 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.btn-360:active {
  transform: scale(0.9);
  background-color: #f2f2f2;
}
.btn-360.animate i {
  animation: rotate 2s linear infinite !important;
}
.btn-360.animate:before {
  display: block;
  animation: topBubbles ease-in-out 1s forwards;
}
.btn-360.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 1s forwards;
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.btn-group .btn {
  margin-left: 0 !important;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-left: 2px solid #004862;
}

.fade-in {
  white-space: pre-wrap;
  opacity: 0;
  animation-delay: 0.3;
  animation: fadeIn 0.5s forwards; /* 1s is the duration of the animation */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.chatbot-toggler {
  position: fixed;
  bottom: 90px;
  right: 20px;
  outline: none !important;
  border: none;
  height: 50px;
  width: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  transition: all 0.2s ease;
  z-index: 1;
}

body.show-chatbot .chatbot-toggler {
  transform: rotate(90deg);
}

.chatbot-toggler span {
  color: var(--primary);
  position: absolute;
}

.chatbot-toggler span:last-child,
body.show-chatbot .chatbot-toggler span:first-child {
  opacity: 0;
}

body.show-chatbot .chatbot-toggler span:last-child {
  opacity: 1;
  border: 2px solid var(--primary);
  padding: 10px;
  border-radius: 50px;
}

.chatbot {
  position: fixed;
  right: 20px;
  bottom: 150px;
  width: 420px;
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
  transform-origin: bottom right;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
  transition: all 0.1s ease;
  z-index: 1049;
}

body.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.chatbot header {
  padding: 16px 0;
  position: relative;
  text-align: center;
  color: #fff;
  background: var(--primary);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.chatbot header span {
  position: absolute;
  right: 15px;
  top: 50%;
  display: none;
  cursor: pointer;
  transform: translateY(-50%);
}

header h2 {
  font-size: 1.4rem;
}

.chatbot .chatbox {
  overflow-y: auto;
  height: 510px;
  padding: 30px 20px 100px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
  width: 6px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 25px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.chatbox .chat {
  display: flex;
  list-style: none;
}

.chatbox .outgoing {
  margin: 20px 0;
  justify-content: flex-end;
}

.chatbox .incoming span {
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: default;
  text-align: center;
  line-height: 32px;
  align-self: flex-end;
  background: var(--primary);
  border-radius: 4px;
  margin: 0 10px 7px 0;
}

.chatbox .outgoing p {
  padding: 1rem;
  background: #f2f2f2 !important;
  color: #000 !important;
  width: 80%;
}
.chatbox .outgoing p p {
  padding: 0;
  margin: 0;
}

.chatbox .incoming p {
  padding: 1rem;
  width: 80%;
  background: var(--primary);
}
.chatbox .incoming p p {
  width: 100%;
  padding: 0;
  margin: 0;
}

.chatbox .chat p {
  border-radius: 10px 10px 0 10px;
  color: #fff;
  font-size: 0.95rem;
  animation-name: expand-bounce;
  animation-duration: 0.2s;
}

@keyframes expand-bounce {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.chatbox .chat p.error {
  color: #721c24;
  background: #f8d7da;
}

.chatbox .incoming p {
  border-radius: 10px 10px 10px 0;
  color: #fff;
  background-color: var(--primary);
}

.chatbox .chat .booking-card {
  display: flex;
  flex-direction: column;
}
.chatbox .chat .booking-card .booking-item {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  line-height: 1.3;
  background: var(--incoming, #f2f2f2);
}
.chatbox .chat .booking-card .booking-item:first-of-type {
  border-radius: 10px 10px 0 0;
}
.chatbox .chat .booking-card .booking-item:last-of-type {
  border-radius: 0 0 10px 0;
  border-top: 1px solid var(--borderColor);
}
.chatbox .chat .booking-card .booking-item:not(:first-of-type):not(:last-of-type) {
  border-top: 1px solid var(--borderColor);
}
.chatbox .chat .booking-card .booking-item:hover {
  background: #ebebeb;
}

.chatbot .chat-input {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: var(--inputBackground);
  padding: 3px 20px;
  border-top: 1px solid var(--borderColor);
}

.chatbot .user-input {
  display: flex;
}

.chat-input .user-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chat-input .user-badge {
  margin-top: 5px;
  border-radius: 30px;
  padding: 10px 10px !important;
  font-size: 0.7rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--bodyBackground);
  color: var(--bodyColor);
}
.chat-input .user-badge:hover {
  background: var(--bodyColor);
  color: var(--bodyBackground);
  cursor: pointer;
}

.chat-input textarea {
  height: 55px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  max-height: 180px;
  padding: 15px 15px 15px 0;
  font-size: 0.95rem;
}

.chat-input span {
  height: 50px;
  align-self: flex-end;
  color: var(--primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  visibility: hidden;
  font-size: 1.35rem;
}

.chat-input textarea:valid ~ span {
  visibility: visible;
}

.chatbox .incoming p.local {
  background: transparent;
  padding: 0;
}

@media (max-width: 460px) {
  .bravo_wrap .page-template-content .bravo-form-search-all.carousel_v2 .effect .item {
    align-content: start;
    padding-top: 0px;
  }
  .bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a {
    padding: 3px 5px;
    font-size: 12px;
  }
  .bravo_wrap .bravo_form .g-button-submit button {
    border-radius: 5px !important;
  }
}
@media (max-width: 490px) {
  .chatbot-toggler {
    right: 20px;
    bottom: 90px;
    z-index: 99999;
  }
  .chatbot {
    right: 0;
    bottom: 0;
  }
  .chatbot .chatbox {
    height: 90%;
    padding: 25px 15px 100px;
  }
  .chatbot .chat-input {
    padding: 5px 15px;
  }
  .chatbot header span {
    display: block;
  }
}
@media (max-width: 1024px) {
  .bravo_wrap .bravo_header .content .header-left .bravo-menu ul li a {
    padding: 10px 10px;
  }
}
.btn {
  padding: 8px 20px !important;
}

.bravo-autocomplete.show {
  max-height: 500px !important;
  min-width: 300px !important;
}

.form-search-bg {
  position: absolute;
  background: var(--mainSearchBackground, #fff);
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: 99;
}

#dark_mode_toggle_light,
#dark_mode_toggle_dark {
  margin-right: -50px;
  position: fixed;
  width: 150px;
  top: 160px;
  right: 0;
  padding: 10px;
  color: #000;
  border-radius: 50px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
  z-index: 1049;
}
#dark_mode_toggle_light:hover,
#dark_mode_toggle_dark:hover {
  margin-right: -20px;
}

#dark_mode_toggle_light {
  box-shadow: 0 0 50px -12px #ffffff;
  color: #fff;
}

#dark_mode_toggle_dark {
  color: #fff;
}

.badge-primary.badge-paid,
.badge-primary.badge-unpaid {
  color: #fff !important;
  font-weight: bold !important;
  padding: 5px 10px;
}

h2.banner-title,
h2.sub-heading,
h1.text-heading,
p.banner-desc {
  text-shadow: 3px 3px 5px black;
}

.smart-search.custom-search::after {
  display: none !important;
}

.owl-carousel button:focus {
  outline: 1px solid var(--primary) !important;
}

.topbar-search .control .item .dropdown .dropdown-toggle {
  border-color: var(--borderColor) !important;
  cursor: pointer;
}

.webook-radio-label {
  border: 1px solid var(--borderColor) !important;
}

.webook-radio:checked + label {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  border-color: transparent !important;
}

.event-timer {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 1px;
}
.event-timer .unit_text {
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  min-width: 50px;
  gap: 0;
  padding-top: 5px;
}
.event-timer .unit_text .unit_digit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.loader-ajax-search {
  position: absolute;
  width: 97%;
  height: 100%;
  background: var(--borderColor);
  opacity: 0.3;
  z-index: 1;
}

.btn_login_tw_link,
.btn_login_gg_link,
.btn_login_fb_link {
  color: #fff !important;
}

.grecaptcha-badge {
  z-index: 2 !important;
  display: none !important;
}

.list-attributes .item img {
  max-width: 16px;
}

.ajax-search-result .list-item .row {
  row-gap: 30px;
}
.ajax-search-result .list-item .row .item-loop, .ajax-search-result .list-item .row .item-loop-wrap {
  margin-bottom: 0 !important;
  height: 100% !important;
}

.bravo_wrap .bravo_search_car .bravo-list-item .list-item .item-loop .thumb-image {
  padding-bottom: 60% !important;
}

/* Headings */
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1;
}

.markdown-body h1 {
  font-size: 1.5em;
}

.markdown-body h2 {
  font-size: 1.25em;
}

.markdown-body h3 {
  font-size: 1em;
}

.markdown-body h4 {
  font-size: 1em;
}

.markdown-body h5 {
  font-size: 1em;
}

.markdown-body h6 {
  font-size: 1em;
}

/* Inline code */
.markdown-body code {
  background: #f4f4f4;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: Menlo, Consolas, Monaco, monospace;
  font-size: 0.95em;
}

/* Code blocks */
.markdown-body pre {
  background: #f4f4f4;
  padding: 1em;
  border-radius: 6px;
  overflow-x: auto;
  font-size: 0.95em;
  line-height: 1.5;
}

.markdown-body pre code {
  background: none;
  padding: 0;
}

/* Blockquote */
.markdown-body blockquote {
  margin: 1.5em 0;
  padding-left: 1em;
  border-left: 4px solid #ccc;
  color: #555;
  font-style: italic;
}

/* Lists */
.markdown-body ul,
.markdown-body ol {
  padding-left: 1em;
}

.markdown-body li {
  margin-bottom: 0.5em;
}

/* Tables */
.markdown-body table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
  width: 100%;
}

.markdown-body th,
.markdown-body td {
  border: 1px solid #ddd;
  padding: 0.5em 1em;
  text-align: left;
}

.markdown-body th {
  background-color: #f2f2f2;
  font-weight: 600;
}

.markdown-body br {
  display: none;
}

/* Horizontal rule */
.markdown-body hr {
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 1em 0;
}

.booking-success-notice .booking-info-detail li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
