.elementor-34405 .elementor-element.elementor-element-d63f380{--display:flex;}.elementor-34405 .elementor-element.elementor-element-c92a8cb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-47845c0 */.custom-nav {
    display: flex;
    justify-content: center;
    background-color: #00457C;
    padding: 10px 0;
    position: relative;
    top: 0;
    z-index: 999;
  }

  .custom-nav a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 15px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    transition: color 0.3s;
  }

  .custom-nav a:hover {
    color: #FFD700;
  }

  section {
    padding: 80px 20px;
    max-width: 900px;
    margin: auto;
  }

  h2 {
    color: #00457C;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
  }/* End custom CSS */