.elementor-kit-9{--e-global-color-primary:#69947E;--e-global-color-secondary:#54595F;--e-global-color-text:#36454F;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-primary );--e-preloader-size:125px;}.elementor-kit-9 a{font-family:"Montserrat", Sans-serif;}.elementor-kit-9 h1{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:50px;font-weight:700;}.elementor-kit-9 h2{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-kit-9 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-9 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-9 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-9 h6{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Make the logo ~30% bigger */
.logo-box .logo img {
    height: 120px !important;
    max-height: none !important;
    width: auto;
    vertical-align: middle
     position: relative;
  left: 0px;
}

/* Ensure header accommodates new logo height */
.logo-box {
    height: 110pxpx;
    display: flex;
    align-items: center;
}
.mobile-book-btn {
  display: none; /* hide by default */
  background-color: #69947E;
  color: #ffffff;
  border: none;
  border-radius: 0;
  outline: 1px solid transparent;
  transition: all 0.3s ease;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  cursor: pointer;
  margin: 75px 0px 10px 15px; /* top, right, bottom, left */
  width: fit-content;
  max-width: 100%;
  text-align: center;
  text-decoration: none; /* since it's an <a> */
  display: block;
}

.mobile-book-btn:hover {
  border: 1px solid #95BA95; /* Show border on hover */
  color: #ffffff; /* Keep text white */
  background-color: #69947E; /* Keep background unchanged */
}

/* Show only on mobile */
@media (max-width: 600px) {
  .mobile-book-btn {
    display: block;
  }
}

/* Hide on desktop */
@media (min-width: 600px) {
  .mobile-book-btn {
    display: none !important;
  }
}
/* Move menu 15px down */
.header-upper .main-menu .navigation {
  margin-top: 15px !important;
   position: relative;
  left: -15px;
}

/* Reduce gap between menu items */
.header-upper .main-menu .navigation > li {
  margin: 0 4px !important;   /* tighter spacing between each item */
}

/* Optional: reset link padding if theme adds extra space inside links */
.header-upper .main-menu .navigation > li > a {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
/* Move phone number and BOOK NOW button 15px lower */
.header-upper .other-links {
  position: relative;
  top: 4px;
   position: relative;
  left: 10px;/* pushes both phone and button downward */
}

/* Optional fine-tuning: if only the phone or button needs adjustment separately */
.header-upper .other-links .info {
  position: relative;
  top: 15px; /* move just the phone section down */
}

.header-upper .other-links .link-box {
  position: relative;
  top: 15px; /* move just the BOOK NOW button down */
}/* End custom CSS */