﻿

/* Method 1: Flexbox Solution */
.heading-with-lines {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 100%;
    padding-bottom:40px;
}

    .heading-with-lines h2 {
        white-space: nowrap;
        position: relative; /* Added this */
        margin: 0; /* Reset margin */
        line-height: 1; /* Ensure consistent height */
        margin: auto;
        font: normal normal normal 48px/48px GHVeneerClean;
        letter-spacing: 0.48px;
        color: #DF6420;
        padding-top:0px !important;
    }

    .heading-with-lines::before {
        content: "";
        height: 2px;
        background-color: grey;
        flex-grow: 1;
        margin-left: 20px
    }

    .heading-with-lines::after {
        content: "";
        height: 2px;
        background-color: grey;
        flex-grow: 1;
        margin-right: 20px;
    }


.news-heading H1 {
    font: normal normal normal 60px/60px GHVeneerClean !important;
    letter-spacing: 0.6px !important;
    color: #DF6420 !important;
}

@media only screen and (max-width:767.99px) {
    .heading-with-lines::before, .heading-with-lines::after {
        display: none;
        padding-bottom:0px;
    }
    .related-news .article-list{
        margin-top : 0px !important;
    }

    .heading-with-lines h2 {
        white-space: nowrap;
        position: relative; /* Added this */
        margin: 15px; /* Reset margin */
        line-height: 1; /* Ensure consistent height */
        font: normal normal normal 40px/40px GHVeneerClean;
        letter-spacing: 0.4px;
        color: #DF6420;
    }
    .news-heading H1 {
        font: normal normal normal 48px/48px GHVeneerClean !important;
        letter-spacing: 0.48px !important;
        color: #DF6420 !important;
    }
}


#news-section a {
    color: #DF6420;
    text-decoration: underline;
}

.article-share a {
    color: #26659e !important;
}

.article-list a{
    text-decoration: none !important
}

.breadcrumb-wrapper{
    top:48px!important;
}

@media only screen and (min-width: 1200px) and (max-width:1700px) {
    #globalFooter::before {
        bottom: 2% !important;
        width: 70% !important;
        height: 25% !important;
    }
}

@media only screen and (min-width: 1700px) and (max-width:2500px) {
    #globalFooter::before {
        bottom: 2% !important;
        width: 65% !important;
        height: 22% !important;
    }
}

@media only screen and (min-width: 2500px) {
    #globalFooter::before {
        width: 60% !important;
        height: 22% !important;
        bottom: 2% !important;
    }
}

@media only screen and (min-width: 3800px) {
    #globalFooter::before {
        width: 55% !important;
        height: 20% !important;
        bottom: 2% !important;
    }
}
