* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}  

.header{
    min-height: 650px;
    width: 100%;
    background-image: linear-gradient(rgba(116, 125, 159, 0.4), rgba(86, 97, 139, 0.1)),url(/images/office.jpg);
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    height: 15px;
    box-shadow: 0 5px 20px rgba(25, 110, 146, 0.3);
    background-color: #8fbbe8;
}   
nav img{
    width: 60px;
    margin-left: -70px;
    margin-top: 3px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13.5px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.60s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
nav .fa{
    display: none;
}

.article-container{
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #f1f1f1;
}

.article-header{
    margin-bottom: 40px;
}

.back-link{
    display: inline-block;
    color: #0077B3;
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 14px;
    transition: color 0.3s;
}

.back-link:hover{
    color: #005a8a;
}

.back-link i{
    margin-right: 5px;
}

.article-header h1{
    font-size: 42px;
    font-weight: 600;
    color: #292626;
    margin-bottom: 15px;
    line-height: 1.2;
}

.article-meta{
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.article-content{
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.article-image{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 30px;
}

.article-content p{
    color: #292626;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.article-content h2{
    color: #083763;
    font-size: 28px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
}

.article-content ul{
    margin-left: 30px;
    margin-bottom: 20px;
}

.article-content ul li{
    color: #292626;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.article-content strong{
    color: #083763;
    font-weight: 600;
}

.article-cta{
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f1f1f1;
    text-align: center;
}

.cta-button{
    display: inline-block;
    background-color: #0077B3;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.cta-button:hover{
    background-color: #005a8a;
}

/* Footer Styles */
.footer-distributed{
    background: #282828;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 20px 20px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

.footer-distributed .footer-left{
    width: 40%;
}

.footer-distributed h3{
    color: #ffffff;
    font: normal 36px 'Open Sans';
    margin: 0;
}

.footer-distributed h3 span{
    color: lightseagreen;
}

.footer-distributed .footer-links{
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a{
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name{
    color: #92999f;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-center{
    width: 35%;
}

.footer-distributed .footer-center i{
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span{
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a{
    color: lightseagreen;
    text-decoration: none;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}

.footer-distributed .footer-right{
    width: 20%;
}

.footer-distributed .footer-icons{
    margin-top: 25px;
}

.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

/* Responsive Styles */
@media (max-width: 1200px){
    nav{
        display: flex;
        padding: 2% 6%;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        box-shadow: 0 5px 20px rgba(25, 110, 146, 0.3);
        background-color: #8fbbe8;
    }   
    nav img {
        width: 50px;
        margin-left: 0px;
        margin-top: 1px;
    }
    .article-container{
        padding: 35px 15px;
    }
    .article-header h1{
        font-size: 38px;
    }
}

@media (max-width: 992px){
    .article-container{
        padding: 30px 15px;
    }
    .article-content{
        padding: 35px;
    }
    .article-header h1{
        font-size: 34px;
    }
    .article-content h2{
        font-size: 26px;
    }
    .article-image{
        max-height: 350px;
    }
}

@media (max-width: 768px){
    .article-container{
        padding: 25px 15px;
    }
    .article-content{
        padding: 25px;
    }
    .article-header{
        margin-bottom: 30px;
    }
    .article-header h1{
        font-size: 30px;
    }
    .article-meta{
        font-size: 13px;
    }
    .article-content h2{
        font-size: 24px;
        margin-top: 30px;
    }
    .article-content p{
        font-size: 15.5px;
        line-height: 26px;
    }
    .article-content ul{
        margin-left: 25px;
    }
    .article-content ul li{
        font-size: 15.5px;
        line-height: 26px;
    }
    .article-image{
        max-height: 300px;
        margin-bottom: 25px;
    }
    .article-cta{
        margin-top: 30px;
        padding-top: 25px;
    }
    .cta-button{
        padding: 12px 25px;
        font-size: 15px;
    }
    .header{
        min-height: 180px;
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-distributed .footer-center i{
        margin: 10px;
    }
    .phone{
        padding-right: 60px;
    }
    .envelope{
        margin-right: 10px;
    }
    .footer-center p{
        font-size: 14px;
    }
}

@media (max-width: 700px){
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: fixed;
        background: #f20000;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
}

@media (max-width: 600px){
    .article-container{
        padding: 20px 10px;
    }
    .article-content{
        padding: 20px;
    }
    .article-header h1{
        font-size: 28px;
    }
    .article-meta{
        font-size: 12px;
    }
    .back-link{
        font-size: 13px;
    }
    .article-content h2{
        font-size: 22px;
        margin-top: 25px;
        margin-bottom: 12px;
    }
    .article-content p{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .article-content ul{
        margin-left: 20px;
    }
    .article-content ul li{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .article-image{
        max-height: 250px;
        margin-bottom: 20px;
    }
    .cta-button{
        padding: 10px 20px;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 430px){
    .article-container{
        padding: 15px 8px;
    }
    .article-content{
        padding: 18px;
    }
    .article-header{
        margin-bottom: 25px;
    }
    .article-header h1{
        font-size: 24px;
        line-height: 1.3;
    }
    .article-meta{
        font-size: 11px;
    }
    .back-link{
        font-size: 12px;
        margin-bottom: 15px;
    }
    .article-content h2{
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .article-content p{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .article-content ul{
        margin-left: 18px;
    }
    .article-content ul li{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .article-image{
        max-height: 200px;
        margin-bottom: 18px;
    }
    .article-cta{
        margin-top: 25px;
        padding-top: 20px;
    }
    .cta-button{
        padding: 10px 18px;
        font-size: 13px;
    }
    .header{
        min-height: 150px;
    }
    .footer-distributed{
        padding: 15px 10px;
    }
    .footer-distributed .footer-center i{
        font-size: 20px;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .footer-center p{
        font-size: 13px;
    }
    .footer-links{
        font-size: 14px;
    }
    .footer-company-name{
        font-size: 12px;
    }
}

@media (max-width: 360px){
    .article-header h1{
        font-size: 22px;
    }
    .article-content h2{
        font-size: 18px;
    }
    .article-content p,
    .article-content ul li{
        font-size: 13px;
        line-height: 20px;
    }
    .article-content{
        padding: 15px;
    }
}

