.elementor-208 .elementor-element.elementor-element-f82bdf2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-208 .elementor-element.elementor-element-f82bdf2:not(.elementor-motion-effects-element-type-background), .elementor-208 .elementor-element.elementor-element-f82bdf2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4891bbf );}.elementor-208 .elementor-element.elementor-element-c22d1cf{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-208 .elementor-element.elementor-element-2033b64 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-208 .elementor-element.elementor-element-a130bc9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-208 .elementor-element.elementor-element-8aa47a7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.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-2033b64 */.elementor-208 .elementor-element.elementor-element-2033b64 {
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.logo img {
    height: 80px;
    width: auto;
    object-fit: contain;
    /*margin-bottom: 8px;*/
}

/*.logo-text {*/
/*    margin-left: 0;*/
/*}*/

/*.logo-text h1 {*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*    color: #0a4d68 !important;*/
/*    margin: 0 0 2px 0;*/
/*    line-height: 1.2;*/
/*}*/

/*.logo-text p {*/
/*    font-size: 11px;*/
/*    color: #088395 !important;*/
/*    margin: 0;*/
/*    line-height: 1.2;*/
/*}*//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a130bc9 */nav ul {
  display: flex;
  list-style: none;
}

nav ul li {
  margin: 0 15px;
}

nav ul li a {
  text-decoration: none;
  color: #0a4d68;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  transition: color 0.3s ease;
}

nav ul li a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #05bfdb;
  transition: width 0.3s ease;
}

nav ul li a:hover {
  color: #05bfdb;
}

nav ul li a:hover:after {
  width: 100%;
}


@media (max-width: 950px) {
    .elementor-208 .elementor-element.elementor-element-a130bc9 {
        position: absolute;
        top: 75px;
        left: 0;
        width: 100%;
    }
  
  nav {
    background-color: white;
    padding: 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
  }

  nav.active {
    display: block;
  }

  nav ul {
    flex-direction: column;
  }

  nav ul li {
    margin: 15px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8aa47a7 */.contact-btn {
  background: linear-gradient(135deg, #088395, #05bfdb);
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(8, 131, 149, 0.3);
}

.contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(8, 131, 149, 0.4);
}

.mobile-menu-btn {
  display: none;
  background: none !important;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  position: relative;
}

.hamburger-line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #0a4d68;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}

.mobile-menu-btn.active .hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.mobile-menu-btn.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.active .hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}


@media (max-width: 950px) {
  .contact-btn {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c22d1cf */.elementor-208 .elementor-element.elementor-element-c22d1cf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5%;
    max-width: 1400px;
    margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f82bdf2 */.elementor-208 .elementor-element.elementor-element-f82bdf2{
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}/* End custom CSS */