.elementor-12 .elementor-element.elementor-element-e8c8f9c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b6e8db0 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}


#main-header {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 20px 60px;
  transition: all 0.3s ease;
  z-index: 999;
  background: linear-gradient(-90deg, #6694bc 0%, #4d82b1 25%, #3370a5 50%, #1a5e9a 75%, #004c8f 100%);
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 100px;
  transition: all 0.3s ease;
}

.hamburger {
  font-size: 30px;
  cursor: pointer;
  color: #004C8F;
  transition: 0.3s;
}

#main-header.scrolled {
  position: fixed;
  background: #ffffff;
  padding: 12px 60px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

#main-header.scrolled .hamburger {
  color: #004C8F;
}

#main-header.scrolled .logo img {
  height: 70px;
}

.elementor-12 .elementor-element.elementor-element-b6e8db0 a{
    text-decoration: none;
}

.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100%;
  background: #ffffff;
  padding: 40px;
  transition: 0.3s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.offcanvas-menu.active {
  right: 0;
}

.close {
  font-size: 28px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 30px;
  color: #004C8F;
}

.offcanvas-menu a {
  text-decoration: none;
  font-size: 20px;
  font-weight:500;
  color: #004C8F;
  margin: 15px 0;
  font-weight: 500;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
  #main-header {
    padding: 15px 30px;
  }
  #main-header.scrolled {
    padding: 10px 30px;
  }
  .logo img {
    height: 80px;
  }
  #main-header.scrolled .logo img {
    height: 60px;
  }
  .hamburger {
    font-size: 28px;
  }
  .offcanvas-menu {
    width: 280px;
    padding: 30px 20px;
  }
  .offcanvas-menu a {
    font-size: 18px;
    margin: 12px 0;
  }
}

@media (max-width: 768px) {
  #main-header {
    padding: 12px 20px;
  }
  #main-header.scrolled {
    padding: 8px 20px;
  }
  .logo img {
    height: 70px;
  }
  #main-header.scrolled .logo img {
    height: 55px;
  }
  .hamburger {
    font-size: 26px;
  }
  .offcanvas-menu {
    width: 250px;
    padding: 25px 15px;
  }
  .offcanvas-menu a {
    font-size: 17px;
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .logo img {
    height: 60px;
  }
  #main-header.scrolled .logo img {
    height: 50px;
  }
  .hamburger {
    font-size: 24px;
  }
  .offcanvas-menu {
    width: 220px;
    padding: 20px 12px;
  }
  .offcanvas-menu a {
    font-size: 16px;
    margin: 8px 0;
  }
}/* End custom CSS */