.elementor-kit-13503{--e-global-color-primary:#004AAD;--e-global-color-secondary:#2283C6;--e-global-color-text:#000000;--e-global-color-accent:#E0F7FA;--e-global-color-92e5929:#FFFFFF;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.2em;background-color:#FFFFFF;color:#000000;font-family:"Lato", Sans-serif;font-size:18px;font-weight:400;line-height:1.2em;}.elementor-kit-13503 button:hover,.elementor-kit-13503 button:focus,.elementor-kit-13503 input[type="button"]:hover,.elementor-kit-13503 input[type="button"]:focus,.elementor-kit-13503 input[type="submit"]:hover,.elementor-kit-13503 input[type="submit"]:focus,.elementor-kit-13503 .elementor-button:hover,.elementor-kit-13503 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-13503 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13503 p{margin-block-end:0px;}.elementor-kit-13503 a{color:#000000;font-family:"Lato", Sans-serif;}.elementor-kit-13503 h1{color:#000000;font-family:"Lato", Sans-serif;font-size:24px;font-weight:600;}.elementor-kit-13503 h2{color:#050000;font-family:"Lato", Sans-serif;font-size:22px;font-weight:600;}.elementor-kit-13503 h3{color:#020000;font-family:"Lato", Sans-serif;font-size:20px;font-weight:500;}.elementor-kit-13503 h4{color:#000000;font-family:"Lato", Sans-serif;font-size:18px;font-weight:500;}.elementor-kit-13503 h5{color:#080808;font-family:"Lato", Sans-serif;font-size:16px;}.elementor-kit-13503 h6{color:#000000;font-family:"Lato", Sans-serif;font-size:16px;}.elementor-kit-13503 button,.elementor-kit-13503 input[type="button"],.elementor-kit-13503 input[type="submit"],.elementor-kit-13503 .elementor-button{font-family:"Lato", Sans-serif;font-size:16px;font-weight:600;}.elementor-kit-13503 label{font-family:"Lato", Sans-serif;font-size:20px;font-weight:400;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--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){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}SHA Newsletter - {display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}/* Start custom CSS *//* Global styles */
body {
    font-family: Lato, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header styling */
header {
    background-color: #ffffff;
    padding: 1em 0;
    width: 100vw;
    max-width: 100%;
    position: relative;
}

/* Navigation bar styling */
nav {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2em;
}

/* Logo link */
.logo h1 a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

/* Navigation links */
.nav-links {
    list-style: none;
    display: flex;
    gap: 1.5em;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}

/* Homepage section */
#home {
    background-color: #ffffff;
    padding: 2em 0;
    text-align: center;
}

/* Search form */
#search-form input {
    padding: 0.5em;
    font-size: 1em;
}

#search-form button {
    padding: 0.5em 1em;
    font-size: 1em;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
}

/* General section spacing */
#plans, #about, #contact {
    padding: 2em 1em;
}

/* Cards layout */
.plan-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}/* End custom CSS */