<style>
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.banner-content img {
    display: inline-block;
    max-width: 250px;
}

.banner {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.banner-content {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    left: 0;
    position: relative;
    right: 0;
    row-gap: 25px;
    text-align: center;
    top: 7%;
    transform: none;
    z-index: 1;
}

.banner-content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.buttons-clsbtn {
    text-align: center;
    display: flex;
    gap: 30px;
    justify-content: center;
}

button.button-book {
    background: #11790e;
    border: 2px solid #fc0;
    font-size: 18px;
    padding: 16px 32px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'PT SANS';
    font-weight: 500;
    cursor: pointer;
}

button.button-book:hover {
    border-radius: 100px;
} 

button.button-call {
    background: #11790e;
    border: 2px solid #fc0;
    font-size: 18px;
    padding: 16px 34px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'PT SANS';
    font-weight: 500;
    cursor: pointer;
}

button.button-call:hover {
    border-radius: 100px;
}

/* Sticky header container - fixed to the top of the page */
.sticky-header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
 
    padding: 10px 0;
    display: none; /* Hidden by default */
}

/* Show sticky header when active class is added */
.sticky-header-container.active {
    display: block;
}
div#sticky-header-container .buttons-clsbtn {
    display: flex;
    flex-direction: row;
    align-items: center;
}

li.hs-menu-item.hs-menu-depth-1 a {
    color: #fff;
    font-family: PT SANS;
    font-size: 20px;
    text-decoration: none;
    font-weight: 900;
}

.hs-menu-wrapper ul {
    gap: 20px;
}

.button-book:hover, .button-call:hover {
    background-color: #11790e;
}

.modal {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    width: 90%;
    max-width: 800px;
    position: relative;
    border-radius: 8px;
}

.close {
    color: #aaa;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
}
#hs_cos_wrapper_widget_1742538806504 .accordion {
    margin-top: 7px;
    margin-bottom: 7px;
    background: transparent;
  border: none;
}

/* menu hover active */

.hs-menu-wrapper .active {
    border: 2px solid #DAFBAC !important;
    padding: 5px;
}
li.hs-menu-item.hs-menu-depth-1.active.active-branch a {
    color: #dee0b8;
}
/* li.hs-menu-item.hs-menu-depth-1 a:hover {
    color: #dee0b8;
    border: 2px solid #DAFBAC;
    padding: 3px;
} */
li.hs-menu-item.hs-menu-depth-1:hover {
    border: 2px solid #ff000000;
    padding: 7px !important;
    transition: 0.5s;
}
li.hs-menu-item.hs-menu-depth-1:hover {
    border: 2px solid #dafbac !important;
    transition: 0.5s;
  padding: 2px;
}
li.hs-menu-item.hs-menu-depth-1 a:hover {
    color: #dee0b8;
}
.hs-menu-wrapper .active {
    border: 2px solid #dafbac!important;
}

.active-branch li.hs-menu-item.hs-menu-depth-1 {
    margin: 5px 7px!important;
    padding: 10px !important;
    border: 2px solid 
      #ffffff00;
}

/* end menu hover active */


@media only screen and (max-width: 768px) {
  
   .buttons-clsbtn {
    display: flex;
    gap: 10px;
    text-align: center;
    flex-direction: column;
}
    
    /* Make sticky buttons horizontal on mobile */
    .sticky-header-container .buttons-clsbtn {
        flex-direction: row !important;
        gap: 10px;
        justify-content: center;
    }
    
    .banner {
        height: auto;
      padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .banner-content img {
        max-width: 170px !important;
    }
    
    .hs-menu-wrapper ul {
        gap: 1px !important;
    }
    
    .banner-content {
        top: 8% !important;
        row-gap: 20px;
    }
    
button.button-book {
    padding: 11px 28px ;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  button.button-call{
     padding: 11px 33px ;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
    
    span.icon-book,
    span.icon-call {
        margin-right: 7px;
    }
  .buttons-clsbtn.hidden {
    display: none !important;
}
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: left;
    margin-top: 30px !important;
}
  .buttons-clsbtn a {
    text-decoration: none;
}
}
@media  (max-width: 991px) and (max-height:400px) {
.banner {
    height: auto;
  padding-top: 40px;
 padding-bottom: 40px;
}

}

/* Toggle menu */
.menu-toggle {
    display: none;
    font-size: 26px;
    background: rgb(122 179 40 / 74%);
    border: none;
    cursor: pointer;
    margin: 15px;
    padding: 8px;
}

  @media (max-width: 768px) {
    .menu-toggle {
      display: block;
    }

    .site-menu .hs-menu-wrapper {
      display: none;
      flex-direction: column;
      background-color: #ffff;
      padding: 10px;
    }

    .site-menu.open .hs-menu-wrapper {
      display: flex;
    }
    li.hs-menu-item.hs-menu-depth-1 a {
    color: #0b0b0b;   
}
    
.banner-content {
    top: 8% !important;
    row-gap: 12px;
}
.menu-toggle {
    background: #d4e988;
    border: none;
    color: #47804a;
    cursor: pointer;
    font-size: 19px;
    margin: 0 0 0px 0;
    padding: 4px 8px;
    border-radius: 2px;
}

  }
/* End toggle menu */


</style>