.elementor-kit-7{--e-global-color-primary:#7689DE;--e-global-color-secondary:#5B6DC0;--e-global-color-text:#AFAFAF;--e-global-color-accent:#CF484D;color:#656262;}.elementor-kit-7 p{margin-block-end:18px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{border-radius:30px 30px 30px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 */.menu-links {
  position: relative;
  display: block;
  padding: 5px 15px;
  color: #7a8dd8;
  text-decoration: none;
  transition: all 0.3s ease;

}

.menu-links.active {
  background-color: white;
  color: #1a1a1a;
  font-size: 14px;
}

/* Arrow on the right side of active menu */
.menu-links.active::after {
  content: '';
  position: absolute;
  right: 16px;  /* adjust as needed */
  top: 45%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-top: 3px solid #EB3D3D;
  border-right: 3px solid #EB3D3D;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.menu-links:hover::after {
  content: '';
  position: absolute;
  right: 16px;  /* same as active */
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #EB3D3D;
  border-right: 3px solid #EB3D3D;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}/* End custom CSS */