/*
Theme Name: Corporate Firm Child
Template: corporate-firm
Version: 1.0
Text Domain: corporate-firm-child
*/

/* HEADER */

.ja-header {
    position: sticky;
    top: 0;
    z-index: 9999;

    background: url('https://armenianosune.com/wp-content/uploads/2026/06/header-bg-1.png') center center / cover no-repeat !important;

    border-bottom: 1px solid #e7edf3;
}
.ja-header-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ja-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.ja-logo img {
    height: 42px;
    width: auto;
}

.ja-logo span {
    font-size: 22px;
    font-weight: 800;
    color: #2C5175;
}

.ja-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ja-nav a {
    text-decoration: none;
    color: #173a5a;
    font-weight: 700;
}

.ja-nav-cta {
    background: #2C5175;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 999px;
}

.ja-menu-toggle {
    display: none;
}

/* MOBILE */

@media (max-width: 768px) {

    .ja-menu-toggle {
        display: block;
        background: #2C5175;
        color: #fff;
        border: none;
        border-radius: 8px;
        padding: 8px 10px;
    }

    .ja-nav {
        position: fixed;
        top: 0;
        right: -240px;
        width: 230px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        padding: 80px 20px;
        transition: .3s;
        z-index: 99999;
    }

    .ja-nav.active {
        right: 0;
    }

    .ja-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.45);
        opacity: 0;
        pointer-events: none;
        transition: .3s;
        z-index: 99998;
    }

    .ja-overlay.active {
        opacity: 1;
        pointer-events: all;
    }
}

/* FOOTER */

.ja-footer {
    background: #2C5175;
    color: #fff;
    padding: 50px 20px 30px;
}

.ja-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.ja-footer a {
    color: #e3e8ef;
    text-decoration: none;
}

.ja-footer-bottom {
    background: #244866;
    color: #dce6ef;
    text-align: center;
    padding: 14px;
}

@media (max-width: 768px) {

    .ja-footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.ja-footer-logo{
    max-width:120px;
    width:100%;
    height:auto;
    display:block;
}

.ja-footer-brand-link{
    text-decoration:none;
    color:#fff;
}

.ja-footer-brand{
    margin:10px 0 0;
    font-size:22px;
    font-weight:700;
}

.ja-footer-col h4{
    margin-bottom:15px;
    color:#fff;
}

.ja-footer-col a{
    display:block;
    margin-bottom:10px;
}

.ja-footer-col p{
    margin:8px 0;
}

.ja-logo span,
.ja-nav a{
    color:#fff;
}

.ja-header-inner{
    min-height:80px;
}


@media (max-width:768px){

    .ja-footer-logo{
        margin:0 auto 15px;
    }

}