/* =========================================================
   Section Starts Here: Footer Wrapper
========================================================= */

.qosm-footer {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 5;
    font-family: Arial, sans-serif;
}

.qosm-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.qosm-footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.qosm-footer-col {
    flex: 1 1 220px;
    min-width: 220px;
}

/* =========================================================
   Section Ends Here: Footer Wrapper
========================================================= */


/* =========================================================
   Section Starts Here: Typography
========================================================= */

.qosm-footer-heading {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 16px 0;
    letter-spacing: 0.05em;
}

.qosm-footer-text,
.qosm-footer-link-item,
.qosm-footer-contact-item {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 10px 0;
}

.qosm-footer-link,
.qosm-footer-bottom-link {
    text-decoration: none;
}

.qosm-footer-link:hover,
.qosm-footer-bottom-link:hover {
    text-decoration: underline;
}

/* =========================================================
   Section Ends Here: Typography
========================================================= */


/* =========================================================
   Section Starts Here: Bottom Nav
========================================================= */

.qosm-footer-bottom-links {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 24px;
    padding-top: 18px;
}

.qosm-footer-bottom-links-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
}

.qosm-footer-bottom-separator {
    opacity: 0.6;
}

.qosm-footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 18px;
    padding-top: 18px;
    text-align: center;
    font-size: 14px;
    opacity: 0.9;
}

.qosm-footer-copyright-inner {
    padding-bottom: 10px;
}

/* =========================================================
   Section Ends Here: Bottom Nav
========================================================= */


/* =========================================================
   Section Starts Here: Mobile
========================================================= */

@media (max-width: 767px) {
    .qosm-footer {
        text-align: center;
    }

    .qosm-footer-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .qosm-footer-row {
        flex-direction: column;
        gap: 20px;
    }

    .qosm-footer-col {
        min-width: 100%;
    }
}

/* =========================================================
   Section Ends Here: Mobile
========================================================= */