.elementor-313 .elementor-element.elementor-element-e64b6a8{margin-top:4rem;margin-bottom:0rem;padding:0rem 0rem 0rem 1rem;}#elementor-popup-modal-313 .dialog-widget-content{animation-duration:0.4s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-313{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:center;pointer-events:all;}#elementor-popup-modal-313 .dialog-message{width:334px;height:100vh;align-items:flex-start;}#elementor-popup-modal-313 .dialog-close-button{display:flex;}/* Start custom CSS for html, class: .elementor-element-e8975ca */.vertical-menu {
  width: 270px;
  padding: 15px 0;
  font-family: 'Plus Jakarta Sans';
}

.vertical-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vertical-menu li {
  position: relative;
  padding: 15px 0;
}

.vertical-menu a {
  display: block;
  padding: 14px 22px;
  color: #000000;
  text-decoration: none;
  font-size: 17px;
  transition: all 0.3s ease;
  font-weight: 600;
}

/* Hover slide effect */
.vertical-menu a:hover {
  background: #0d4383;
  padding-left: 32px;
  color: #ffffff;
}

.menu-item-has-children {
  position: relative;
}

/* arrow button */
.dropdown-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  opacity: 0.7;
}

.dropdown-toggle::after {
  content: "▸";
  transition: transform 0.3s ease;
}

/* rotate arrow when open */
.menu-item-has-children.active .dropdown-toggle::after {
  transform: rotate(90deg);
}

/* Submenu */
.sub-menu {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.4s ease;
  border-left: 3px solid #0d4383;
}

.sub-menu a {
  font-size: 16px;
  padding-left: 40px;
  color: #000000;
}

.sub-menu a:hover {
  color: #ffffff;
  background: #0d4383;
}

.menu-item-has-children.active .sub-menu {
  max-height: 1000px;
}/* End custom CSS */