.elementor-1575 .elementor-element.elementor-element-9dfd471{--display:flex;}.elementor-1575 .elementor-element.elementor-element-a6ab3ff{width:auto;max-width:auto;}.elementor-1575 .elementor-element.elementor-element-a6ab3ff:hover{background-color:#000000;}.elementor-1575 .elementor-element.elementor-element-a6ab3ff.elementor-element{--align-self:center;}.elementor-1575 .elementor-element.elementor-element-1b1df62{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-a6ab3ff *//* --- FORCE TEXT WHITE EVERYWHERE --- */
.tg-menu ul li a,
.tg-mobile-menu ul li a {
  color: #ffffff !important;
}

/* --- HOVER (blue like your logo) --- */
.tg-menu ul li a:hover,
.tg-mobile-menu ul li a:hover {
  color: #1f66ff !important;
}

/* --- HEADER WRAP --- */
.tg-header {
  width: 100%;
  background: #000;
  padding: 15px 20px;
  position: sticky;
  top: 0;
  z-index: 99999;
}

/* --- MAIN FLEX --- */
.tg-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* --- LOGO --- */
.tg-logo img {
  height: 50px;
  width: auto;
}

/* --- DESKTOP MENU --- */
.tg-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}

.tg-menu ul {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* --- BOOK NOW BUTTON --- */
.tg-booknow {
  background: #00080;
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.tg-booknow:hover {
  background: #1344aa;
}

/* --- BURGER MENU (HIDDEN ON TABLET+DESKTOP) --- */
.tg-burger {
  display: none;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

/* --- MOBILE DROPDOWN --- */
.tg-mobile-menu {
  display: none;
  width: 100%;
  background: #000; /* black so it blends with your site */
  padding: 20px;
  text-align: left;
}

.tg-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tg-mobile-menu ul li {
  margin-bottom: 15px;
}

.tg-mobile-menu ul li a {
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
}

/* --- RESPONSIVE BREAKPOINTS --- */

/* TABLET & DESKTOP = NORMAL MENU */
@media (min-width: 769px) {
  .tg-menu {
    display: flex;
  }
  .tg-burger {
    display: none;
  }
  .tg-mobile-menu {
    display: none !important;
  }
}

/* PHONE = BURGER ONLY */
@media (max-width: 768px) {
  .tg-menu ul {
    display: none !important;
  }
  .tg-booknow {
    display: none !important;
  }
  .tg-burger {
    display: block;
  }
}/* End custom CSS */