@import url('./tokens.css');
@import url('./components.css?v=2');
@import url('./fonts.css');
@import url('./elements.css');
/* Google Fonts (Montserrat, Roboto, Cairo) loaded via <link> in Site/_Layout.cshtml */


/* Skip-to-content link — visually hidden until focused */
.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 9999;
    padding: 0.75rem 1.25rem;
    background: var(--navy);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 4px 0;
    transition: top 0.1s;
}
.skip-link:focus {
    top: 0;
    outline: 3px solid #ffd700;
    outline-offset: 2px;
}

body {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0.5px;
}
/*
p {
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 0px;
    font-family: Montserrat;
    text-align: left;
    color: rgb(51, 55, 69, 0.5);
        font-weight: 300;
}
h2 {
    font-size: 44px;
    line-height: 28px;
    font-weight: 600;
    line-height: 1.222;
}

@media (max-width: 576px) {
    h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h2 {
        font-size: 24px;
        line-height: 25px;
    }
}
h3 {
    font-size: 24px;
    line-height: 25px;
}

@media (max-width: 576px) {
    h3 {
        font-size: 20px;
    }
}
h5 {
    font-size: 18px;
    line-height: 22px;
}
*/
img {
    max-width: 100%;
}

/* Suppress focus ring for pointer/touch users only */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
.btn:focus:not(:focus-visible),
.button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

/* Visible branded ring for keyboard navigation (UI-071) */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid var(--blue) !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 4px rgba(var(--brand-300-rgb), 0.18) !important;
    border-radius: 4px;
    text-decoration: none;
}

@media (max-width: 767px) {
    body {
        font-size: smaller;
    }
}

/* Header / nav rules moved to /site/css/site-nav.css — the public site nav
   was rebuilt as a transparent-over-hero → frosted-on-scroll component. */

section {
    padding-top: 35px;
    padding-bottom: 35px;
}

.arrow-right {
    width: 1.2vw;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
}

.comtactus__con > div {
    margin-bottom: 30px
}

.row {
    /* margin-bottom: 34px;*/
    margin: 0px
}

/**********************************footer*********************************/

.col_white_amrc {
    color: var(--color-text);
}

footer {
    width: 100%;
    background-color: var(--navy-dark);
    min-height: 250px;
    padding: 0;
}

footer p {
    color: var(--color-border);
    padding-bottom: 0;
    margin-bottom: 8px;
}

.footer__grid-container {
    padding-top: 48px;
    padding-bottom: 0;
}

.footer__grid {
    padding-bottom: 32px;
}

.footer__col {
    padding-top: 16px;
    padding-bottom: 16px;
}

.footer__col--brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__logo-link img {
    max-height: 64px;
    width: auto;
}

.footer__tagline {
    color: var(--color-text-subtle);
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

.footer__social {
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.footer__heading {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--navy);
    display: inline-block;
}

.footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__links li {
    padding: 4px 0;
}

.footer__links li a {
    color: var(--color-border);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer__links li a:hover {
    color: var(--brand-300);
}

.footer__nap {
    font-style: normal;
    margin: 0;
}

.footer__nap p,
.footer__nap-row {
    color: var(--color-border);
    font-size: 0.875rem;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer__nap p i,
.footer__nap-row i {
    margin-top: 3px;
    color: var(--brand-300);
    flex-shrink: 0;
}

.footer__nap a,
.footer__nap-row a {
    color: var(--color-border);
    text-decoration: none;
    transition: color 0.2s;
}

.footer__nap a:hover,
.footer__nap-row a:hover {
    color: var(--brand-300);
}

.footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 16px 0;
    text-align: center;
}

.footer__bottom p {
    color: var(--color-text-subtle);
    font-size: 0.8rem;
    margin: 0;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

.contct-us {
    color: #fff;
    margin: 1vw 0vw;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    width: 100%;
    margin: 0px;
    list-style-type: none;
    padding: 5px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    .footer_ul_amrc li {
       /* float: left;*/
    }

        .footer_ul_amrc li a {
            color: #fff;
        }

            .footer_ul_amrc li a:hover {
                color: var(--brand-300);
                text-decoration: none;
            }

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

    .footer_ul2_amrc li p {
        display: table;
    }

    .footer_ul2_amrc li a:hover {
        text-decoration: none;
    }

    .footer_ul2_amrc li i {
        margin-top: 5px;
    }

.bottom_border {
    border-top: 1px solid var(--color-border);
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

    .foote_bottom_ul_amrc li {
        display: inline;
    }

        .foote_bottom_ul_amrc li a {
            color: var(--color-text-subtle);
            margin: 0 12px;
        }

.social_footer_ul {
    display: flex;
    padding: 0px;
    list-style-type: none;
}

    .social_footer_ul li {
        padding-left: 10px;
        padding-top: 10px;
        float: left;
    }

        .social_footer_ul li a {
            color: #fff;
            border: 1px solid #fff;
            padding: 8px;
            border-radius: 14%;
        }

            .social_footer_ul li a:hover {
                color: #fff;
                background-color: var(--brand-300);
            }

        .social_footer_ul li i {
            width: 20px;
            height: 20px;
            text-align: center;
        }

.owl-nav {
    display: none;
}
