h1,
h2,
h3,
h4,
h5,
h6,
[class*="heading"],
[class*="Heading"],
[class*="title"],
[class*="Title"],
[class*="subtitle"],
[class*="Subtitle"],
[class*="sub-title"],
[class*="subTitle"],
[class*="kicker"],
[class*="Kicker"],
[class*="role"],
[class*="Role"] {
    font-family: Arial, sans-serif !important;
    font-weight: 400 !important;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
[class*="heading"] strong,
[class*="Heading"] strong,
[class*="title"] strong,
[class*="Title"] strong,
[class*="subtitle"] strong,
[class*="Subtitle"] strong,
[class*="sub-title"] strong,
[class*="subTitle"] strong,
[class*="kicker"] strong,
[class*="Kicker"] strong,
[class*="role"] strong,
[class*="Role"] strong {
    font-weight: 400 !important;
}

.footer .footer-seperator .content-lg {
    padding-top: 58px;
    padding-bottom: 38px;
}

.footer h3 {
    margin-bottom: 14px;
}

.footer .footer-list-item {
    margin-bottom: 12px;
}

.footer .single-footer-widget p {
    margin-bottom: 16px;
}

.footer .content.container {
    padding-top: 20px;
    padding-bottom: 18px;
}

.footer .footer-logo {
    width: 58px;
}

.footer .home-footer-credit {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.footer .home-credit-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(23, 190, 210, 0.16), rgba(23, 190, 210, 0.06));
    color: #17bed2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.footer .home-credit-pill:hover,
.footer .home-credit-pill:focus {
    color: #ffffff;
    background: linear-gradient(135deg, #17bed2, #1aa3d3);
    transform: translateY(-1px);
}

.footer .home-credit-copy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
}

.footer .home-credit-copy a {
    color: #ffffff;
    font-weight: 700;
    transition: color 0.2s ease;
}

.footer .home-credit-copy a:hover,
.footer .home-credit-copy a:focus {
    color: #17bed2;
}

.footer .home-credit-divider {
    color: rgba(255, 255, 255, 0.34);
    font-weight: 400;
}

@media (max-width: 767px) {
    .footer .footer-logo {
        width: 44px;
    }

    .footer .content.container .row > .col-xs-6 {
        width: 100%;
        float: none;
        text-align: center;
    }

    .footer .content.container .row > .col-xs-6:first-child {
        margin-bottom: 12px;
    }

    .footer .content.container .margin-b-0 {
        text-align: center;
    }

    .footer .home-footer-credit {
        justify-content: center;
    }

    .footer .home-credit-copy {
        gap: 6px;
        font-size: 13px;
        justify-content: center;
    }

    .footer .home-credit-divider {
        display: none;
    }
}
