/* =========================
   Footer Layout Fixes
========================= */
.footer__copyright {
    max-width: unset;
    text-align: center;
}

.footer__copyright .rohhat-text.rohhat-text--center-allignment {
    margin-right: 0;
    margin-left: 0 !important;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__partner-image {
        min-height: 30px;
    }
}

.lan {
    width: 112px;
    font-family: "Guardian Text Sans Cy Web";
    font-weight: 400;
    background-color: #aca9a9;
    color: #fff;
    cursor: pointer;
    padding: 3px 30px 3px 11px;
    border: 1px #1c4285 solid;
}

/* =========================
   Footer Responsive Fixes
========================= */
@media (max-width: 1024px) {
    .footer__copyright > .rohhat-text {
        max-width: 100% !important;
    }
}

form.footer__subscribe.footer-subscribe.has-validation-callback {
    max-width: 650px;
    margin: 0 auto;
}

.footer__menu {
    max-width: unset;
}

.footer__menu .col-md-3 {
    width: 20%;
}

.footer__partner {
    float: right;
}

.footer__social {
    margin-top: 0;
    float: left;
}

/* Mobile */
@media (min-width: 320px) and (max-width: 767px) {
    .footer__menu {
        padding-bottom: 0 !important;
    }

    .footer__social {
        float: unset !important;
    }

    .footer__menu-column {
        display: block;
    }

    .footer__menu .col-md-3 {
        width: 50%;
        margin: 0 auto;
    }

    .footer__menu .col-md-3 .rohhat-text {
        text-align: center;
    }
}

/* =========================
   Footer Styling
========================= */
footer.footer.f1 {
    background: linear-gradient(25.7deg, #3e3232 4.6%, #d9002d 74.11%);
    margin: 30px 0;
}

footer.footer.f1 label.footer__subscribe-title {
    font-family: "Guardian Sans Cy Web";
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    color: #fff;
}

footer.footer.f1 .footer__subscribe-notice,
.footer__subscribe-privacy-checkbox .form-checkbox,
footer.footer.f1 .footer__subscribe-privacy-checkbox .form-checkbox a,
.rohhat-text.cust52 h5,
.rohhat-text.cust52 p {
    color: #fff;
}

footer.footer.f1 .footer__subscribe-privacy-checkbox .form-checkbox a {
    font-weight: 800;
}

/* =========================
   Header Fixes
========================= */
@media (max-width: 1219px) and (min-width: 320px) {
    .base-page__header-wrapper .top_header.row {
        display: none;
    }
}

.header.parbase.section .top_header.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* =========================
   Mobile Layout Fixes
========================= */
@media (max-width: 767px) {
    footer.footer .footer__menu .col-md-3 {
        padding-left: 0;
        padding-right: 0;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .footer__menu .col-md-9 .rohhat-text {
        text-align: center;
    }
}

/* =========================
   Custom Footer Layout (cust-76)
========================= */
.footer__menu.cust-76 .footer__menu-column.footer__menu-column--left {
    width: 100%;
    min-width: 100% !important;
}

.footer__menu.cust-76 .footer__menu-column.footer__menu-column--left p {
    width: 33.33%;
    display: inline-block;
    margin-right: 10px;
}

/* =========================
   SVG Fix
========================= */
.svgbg {
    width: 100%;
    height: auto;
}

/* =========================
   Dynamic Header Width (replaces PHP inline CSS)
========================= */
body.guest .top_header.row .col-md-3 {
    width: 50%;
}

body.logged-in .top_header.row .col-md-3 {
    width: 13%;
}