.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-27 .elementor-element.elementor-element-8ab6102{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-27 .elementor-element.elementor-element-387aa62{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-387aa62 */* {
    margin-bottom: 0 !important;
}


html {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body > * {
    flex-shrink: 0;
}

div, section, footer, main, article, aside, header, nav, p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


.home .elementor-section:last-of-type,
.elementor-page .elementor-section:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.home .elementor-container:last-child {
    margin-bottom: 0 !important;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}

.footer-section-3 {
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
}
.site-footer {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-bottom: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    left: 0;
    right: 0;
}

.site-footer {
    width: 100%;
    background-color: #2c3691;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.footer-section-1 {
    width: 100%;
    padding: 30px 0 60px 0;
    background-color: #2c3691;
}

.footer-section-1-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.footer-logo {
    flex-shrink: 0;
}

.footer-logo img {
    height: 60px;
    width: auto;
    display: block;
}

.footer-description {
    flex: 1;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    padding-top: 5px;
    text-align: justify !important;
}

.footer-section-2 {
    width: 100%;
    background-color: #;
    padding: 25px 0;
}

.footer-section-2-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.footer-section-2-container a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
    position: relative;
    padding-left: 15px;
}

.footer-section-2-container a::before {
    content: '›';
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.5);
}

.footer-section-2-container a:hover {
    color: #ffffff;
}

.footer-section-3 {
    width: 100%;
    background-color: #2c3691;
    padding: 20px 0;
}

.footer-section-3-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-social {
    display: flex;
    gap: 12px;
    align-items: center;
}

.social-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background-color: #ffffff;
    color: #2c3691;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.social-icon svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 1024px) {
    .footer-section-1-container,
    .footer-section-2-container,
    .footer-section-3-container {
        padding: 0 30px;
    }

    .footer-section-2-container {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .footer-section-1 {
        padding: 40px 0;
    }

    .footer-section-1-container {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px;
    }

    .footer-logo img {
        height: 50px;
    }

    .footer-section-2 {
        padding: 20px 0;
    }

    .footer-section-2-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0 20px;
    }

    .footer-section-3-container {
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-section-1-container,
    .footer-section-2-container,
    .footer-section-3-container {
        padding: 0 15px;
 

.home .elementor-section:last-of-type,
.elementor-page .elementor-section:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.home .elementor-container:last-child {
    margin-bottom: 0 !important;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}
   }

    .footer-description {
        font-size: 13px;
    }

    .footer-section-2-container a {
        font-size: 13px;
    }

    .social-icon {
        width: 32px;
        height: 32px;
    }

    .social-icon svg {
        width: 16px;
        height: 16px;
    }
}/* End custom CSS */