.elementor-2047 .elementor-element.elementor-element-4f94f4b{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-4f94f4b *//* =========================================================
   MSA NAVBAR — FULL WIDTH + COMPACT VERSION
========================================================= */


/* =========================================================
   HEADER OUTER WRAPPER
========================================================= */

.msa-header {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;

    box-sizing: border-box;
}


/* =========================================================
   MAIN NAVBAR
========================================================= */

.msa-navbar {
    width: 100% !important;
    max-width: none !important;

    /* COMPACT HEIGHT */
    min-height: 65px;

    margin: 0 !important;

    padding: 0 45px;

    display: flex;
    align-items: center;

    gap: 30px;

    box-sizing: border-box;

    background: #ffffff;
}


/* =========================================================
   LOGO
========================================================= */

.msa-logo {
    display: flex;
    align-items: center;

    flex-shrink: 0;

    text-decoration: none !important;
}

.msa-logo img {
    width: 130px;
    height: auto;

    display: block;

    object-fit: contain;
}


/* =========================================================
   NAVIGATION
========================================================= */

.msa-nav-links {
    flex: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: clamp(18px, 2vw, 32px);

    white-space: nowrap;
}


/* =========================================================
   NAVIGATION LINKS
========================================================= */

.msa-nav-links a {
    position: relative;

    display: inline-flex;
    align-items: center;

    height: 65px;

    color: #071d30 !important;

    text-decoration: none !important;

    font-family: Arial, sans-serif;

    /* REDUCED FONT */
    font-size: 13px;

    font-weight: 600;

    letter-spacing: 0.1px;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}


/* =========================================================
   LINK HOVER
========================================================= */

.msa-nav-links a:hover {
    color: #0b4f71 !important;

    transform: translateY(-1px);
}


/* =========================================================
   ACTIVE LINK
========================================================= */

.msa-nav-links a.active {
    color: #0b4f71 !important;
}


/* =========================================================
   ANIMATED UNDERLINE
========================================================= */

.msa-nav-links a::after {
    content: "";

    position: absolute;

    left: 50%;

    /* ADJUSTED FOR 65PX NAVBAR */
    bottom: 15px;

    width: 0;
    height: 2px;

    background: #0b4f71;

    border-radius: 10px;

    transform: translateX(-50%);

    transition: width 0.35s ease;
}


.msa-nav-links a:hover::after,
.msa-nav-links a.active::after {
    width: 100%;
}


/* =========================================================
   GET IN TOUCH BUTTON
========================================================= */

.msa-contact-btn {
    position: relative;

    flex-shrink: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* COMPACT BUTTON */
    min-width: 125px;
    height: 40px;

    padding: 0 18px;

    background: #071d30;

    color: #ffffff !important;

    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 5px;

    text-decoration: none !important;

    font-family: Arial, sans-serif;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 0.2px;

    box-shadow:
        0 6px 18px rgba(7, 29, 48, 0.15);

    overflow: hidden;

    box-sizing: border-box;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* =========================================================
   BUTTON TEXT
========================================================= */

.msa-btn-text {
    position: relative;

    z-index: 2;

    white-space: nowrap;

    font-size: 13px;

    line-height: 1;

    transition: transform 0.3s ease;
}


/* =========================================================
   BUTTON HOVER
========================================================= */

.msa-contact-btn:hover {
    background: #0b4f71;

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 10px 24px rgba(7, 29, 48, 0.20);
}


/* =========================================================
   BUTTON TEXT HOVER
========================================================= */

.msa-contact-btn:hover .msa-btn-text {
    transform: translate(2px, -1px);
}


/* =========================================================
   SUBTLE BUTTON SHINE
========================================================= */

.msa-contact-btn::before {
    content: "";

    position: absolute;

    top: 0;
    left: -100%;

    width: 70%;
    height: 100%;

    background: linear-gradient(
        100deg,
        transparent,
        rgba(255, 255, 255, 0.12),
        transparent
    );

    transform: skewX(-20deg);

    transition: left 0.6s ease;
}


.msa-contact-btn:hover::before {
    left: 130%;
}


/* =========================================================
   ELEMENTOR HEADER — FULL WIDTH OVERRIDE
========================================================= */

.elementor-location-header {
    width: 100% !important;

    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;
}


/* =========================================================
   ELEMENTOR HEADER DIRECT CONTAINERS
========================================================= */

.elementor-location-header > div {
    width: 100% !important;

    max-width: none !important;

    margin: 0 !important;
}


/* =========================================================
   ELEMENTOR CONTAINERS
========================================================= */

.elementor-location-header .e-con,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container {
    width: 100% !important;

    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* =========================================================
   REMOVE POSSIBLE ELEMENTOR SIDE PADDING
========================================================= */

.elementor-location-header > .e-con,
.elementor-location-header .e-con-inner {
    max-width: none !important;
}


/* =========================================================
   ELEMENTOR MENU TEXT OVERRIDE
========================================================= */

.elementor-location-header .elementor-nav-menu a {
    color: #071d30 !important;
}


.elementor-location-header .elementor-nav-menu a:hover {
    color: #0b4f71 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1200px) {

    .msa-navbar {
        min-height: 65px;

        padding: 0 30px;

        gap: 22px;
    }


    .msa-logo img {
        width: 125px;
    }


    .msa-nav-links {
        gap: 16px;
    }


    .msa-nav-links a {
        height: 65px;

        font-size: 12px;
    }


    .msa-nav-links a::after {
        bottom: 15px;
    }


    .msa-contact-btn {
        min-width: 115px;

        height: 38px;

        padding: 0 14px;

        font-size: 12px;
    }


    .msa-btn-text {
        font-size: 12px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .msa-navbar {
        min-height: 60px;

        padding: 0 20px;

        gap: 15px;

        background: #ffffff;
    }


    .msa-logo img {
        width: 125px;
    }


    .msa-nav-links {
        display: none;
    }


    .msa-contact-btn {
        height: 38px;

        min-width: 110px;

        padding: 0 14px;

        font-size: 12px;
    }


    .msa-btn-text {
        font-size: 12px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .msa-navbar {
        min-height: 58px;

        padding: 0 15px;

        gap: 10px;
    }


    .msa-logo img {
        width: 115px;
    }


    .msa-contact-btn {
        min-width: 105px;

        height: 36px;

        padding: 0 11px;
    }


    .msa-btn-text {
        font-size: 11px;
    }

}/* End custom CSS */