/* Footer Styles */
.sh-footer {
    background-color: #0f0f0f;
    color: #ffffff;
    font-family: 'Questrial', sans-serif;
    position: absolute;
    top: 7500px;
    left: 0;
    z-index: 100;
    width: 1920px;
    height: auto;
}

.sh-footer-widgets {
    padding: 60px 0;
    background-color: #abb8c3;
}

.sh-footer .container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.sh-footer-columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.widget-item {
    flex: 1;
    min-width: 250px;
}

.widget-title {
    color: #333333;
    font-size: 24px;
    /* Increased but < 30px */
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #5CBCEC;
    display: block;
    width: fit-content;
    padding-bottom: 5px;
}

/* Nav Menu Widget */
.widget_nav_menu .menu-footer-menu-1-container {
    margin: 0;
    padding: 0;
}

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

.widget_nav_menu ul li {
    margin-bottom: 10px;
}

.widget_nav_menu ul li a {
    color: #444444;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    line-height: 1.5;
    font-size: 20px;
}

.widget_nav_menu ul li a:hover {
    color: #0d3c55;
    text-decoration: underline;
}

/* Media/Logo Widget */
.widget_media_image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 6px;
}

/* Text Widget */
.widget_text p {
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    margin-top: 0;
}

/* Copyrights Section */
.sh-copyrights {
    background-color: #000000;
    padding: 20px 0;
    font-size: 18px;
    color: #888888;
}

.sh-copyrights .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sh-copyrights a {
    color: #ffffff;
    text-decoration: none;
}

.sh-copyrights a:hover {
    text-decoration: underline;
}

.sh-table-full {
    display: table;
    width: 100%;
}

.sh-table-cell {
    display: table-cell;
    vertical-align: middle;
}