body {
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

main {
    overflow: clip;
}

h5 {
    color: white;
    font-weight: 600;
    font-size: 20px;

}

.form-card {
    padding: 30px 30px 30px 30px;
    background-color: #FFFFFF85;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #055C9B;
    border-radius: 10px 10px 10px 10px;
}

label {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.btn-primary {
    background-color: #61CE70;
    border: none;
    border-radius: 10px;
    color: white;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 55.5px;
    line-height: 15px;
    padding: 20px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-font-smoothing: antialiased;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: rgb(87, 186, 102);
    border: none;
    color: rgb(255, 255, 255);
    box-shadow: none;
}

#submit-button {
    min-width: 30%;
}

p.form-disclaimer {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: black;
    text-align: justify;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}

.form-control, .form-select {
    border: 1px solid rgb(129, 138, 145);
    border-radius: 10px;
    color: rgb(84, 89, 95);
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 65px;
    line-height: 24px;
    padding: 0 17px;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
}

.form-control:focus, .form-select:focus {
    border-color: rgb(129, 138, 145);
    box-shadow: none;
}

.custom-header {
    background-color: #0D2235;
    padding: 3px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.nav-links {
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-links a {
    color: white !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    transition: color 0.3s ease;
    text-align: center;
}

.nav-links a:hover {
    color: #ccc;
}

.header-logo {
    max-height: 80px;
    width: auto;
    position: fixed;
    z-index: 1001;
    left: 50%;
    transform: translateX(-50%);
    top: 3px;
}

.footer {
    background-color: #0d2235;
    padding: 40px 0;
    margin-top: auto;
}

main {
    flex: 1;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

h4.flat-title {
    font-size: 45px;
    line-height: 60px;
    font-weight: 500;
    color: #0d2235;
}

p.certified {
    font-size: 16px;
    font-weight: 600;
    color: #005C9C;
    letter-spacing: 1.2px;
    margin-bottom: 18px;
}


.title-big {
    font-weight: 600;
    color: #0d2235;
    margin-bottom: 19px;
    font-size: 40px;
    line-height: 55px;
    font-style: normal;


    /* Add these from Set 2 */
    font-feature-settings: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size-adjust: none;
    font-stretch: 100%;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-emoji: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-variation-settings: normal;

    -webkit-font-smoothing: antialiased; /* WebKit-specific anti-aliasing */
}

.cl-title {
    color: #2AAAE2;
}

.elementor-divider {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
}

.elementor-divider-separator {
    display: flex;
    align-items: center;
    width: 55%;
    margin: 0 auto;
}

.elementor-divider-separator::before,
.elementor-divider-separator::after {
    content: "";
    flex-grow: 1;
    border-top: 1px solid #2AAAE2;
}

.elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px; /* space between icon and lines */
}

.elementor-icon svg {
    max-width: 20px;
    height: auto;
    display: block;
}


.mdp-header-text {
    margin: 0
}

.mdp-highlighter-split-text {
    display: block !important
}

.mdp-sub-heading-content, .mdp-typography-default-header {
    display: inline-flex
}

.mdp-header-background-effect span.mdp-header-after, .mdp-header-background-effect span.mdp-header-before, .mdp-header-background-effect span.mdp-highlighter-middle {
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.line, .sub-line {
    background-color: transparent !important
}

.line:after, .sub-line:after {
    content: "";
    background-color: #000;
    width: 25px;
    height: 1px;
    display: inline-block;
    vertical-align: middle
}

.mdp-header-box, .mdp-sub-header-box {
    display: inline-block;
    box-sizing: border-box;
    z-index: 1;
    position: relative
}

.mdp-header-line-left, .mdp-subheader-line-left {
    float: left;
    margin-right: 10px
}

.mdp-header-line-right, .mdp-subheader-line-right {
    float: right;
    margin-left: 10px
}

.mdp-header-line-bottom, .mdp-subheader-line-bottom {
    margin-top: 10px;
    line-height: 0
}

.mdp-typography-content-header {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mdp-content-header .mdp-typography-content-header {
    width: 100%
}

.mdp-highlighter-wrapper {
    display: inline-flex;
    overflow: visible;
    perspective: 400px
}

.mdp-highlighter-wrapper span {
    overflow: visible;
    z-index: 1
}

.mdp-typography-header {
    display: inline-table
}

.mdp-highlighter-hide {
    display: none !important
}

.mdp-highlighter-svg {
    position: absolute;
    overflow: visible;
    transform-origin: center center
}

#squiggly.mdp-highlighter-svg path {
    animation-delay: 0s;
    animation-duration: 5s;
    animation-name: mdp-highlighter-50;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    stroke-width: 10px;
    stroke: #2AAAE2;

    /* Required for stroke-dashoffset animation */
    stroke-dasharray: 1500;
}

#crossout.mdp-highlighter-svg path {
    animation-delay: 1s;
    animation-duration: 6.5s;
    animation-name: mdp-highlighter-60;
    animation-iteration-count: 1;
    stroke-width: 15px;
    stroke: #E22A2A;
    animation-fill-mode: forwards;

    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;

}

#crossout.mdp-highlighter-svg path:nth-child(2) {
    animation-delay: calc(1s + 2s);
}

.mdp-highlighter-svg path {
    fill: none;
}

.mdp-highlighter-foreground {
    z-index: 2
}

.mdp-highlighter-round path {
    stroke-linecap: round;
    stroke-linejoin: round
}

.mdp-highlighter-reverse path {
    animation-direction: reverse !important
}

.mdp-highlighter-loop path {
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important
}

.mdp-highlighter-pause path {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important
}

#hero {
    background-image: url(/img/happy-laughing-middle-aged-couple.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.elementor-background-overlay {
    background-color: #055C9B;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


#hero .container-fluid,
#hero .row,
#hero .col-12,
#hero .col-md-4 {
    position: relative;
    z-index: 2;
}


.elementor-shape {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    line-height: 0;
    direction: ltr;
}


.elementor-shape svg {
    display: block;
    height: 54px;
    fill: white;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
    width: calc(100% + 1.3px);
}


.hero-left {
    text-align: center;
}

.hero-left h2 {
    font-size: 45px;
    color: white;
}

.hero-left h2.hero-subheader {
    font-family: Helveitca-Light, sans-serif;
    font-size: 22px;
    font-kerning: auto;
    margin-top: 1em;
    font-weight: 100;
    color: white;
}

.container1600 {
    max-width: 1600px !important;
}


.mdp-header-box, .mdp-sub-header-box {
    display: inline-block;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.mdp-typography-header2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    color: #FFFFFF;
    border-style: none;
    display: inline-table;
}

.line:after {
    background-color: #2AAAE2;
    width: 50px;
    height: 2px;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.line-loop {
    width: 100%;
    height: 115%;
    transform: translate(0%, 0%) rotate(0deg) scale(1);
    mix-blend-mode: normal;
    position: absolute;
    overflow: visible;
    transform-origin: center center;
}

.line-loop path {
    animation-delay: 0s;
    animation-duration: 5s;
    animation-name: mdp-highlighter-50;
    stroke-width: 15px;
    stroke: #2AAAE2;
    fill: none;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
}

.hero-subheader {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: white;
}

.hv-linear-gradient .linear-color {

    background-size: 200% auto;

    background-image: linear-gradient(to right, #055C9B 0%, #2AAAE2 50%, #055C9B 100%);

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}

.border-corner {

    border-radius: 5px;

}

.font-style {

    font-size: 15px;

    color: #ffffff;

    display: inline-block;

    letter-spacing: 0.6px;

    text-decoration: none;

}

img {
    width: 100%;
}

.feature-image {
    margin-bottom: 20px;
}

.feature-text {
    color: #5f7586;
    font: 15px/28px "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
    margin-right: 50px;
}

.feature-title {
    margin-bottom: 20px;
}

section {
    margin-bottom: 30px;
}

#hero {
    padding-top: 80px;
}
@media (max-width: 768px) {

    .hero-left h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .mdp-typography-header2 {
        font-size: 20px;
    }

    h3.hero-subheader {
        font-size: 12px;
    }

    h5 {
        font-size: 16px;
    }
    #hero {
        padding-top: 50px !important;
    }

    .feature-title {
        font-size: 30px;
    }

    h4.flat-title {
        font-size: 30px;
        line-height: 35px;
    }

}










