/* ===================================
   FOOTER STYLES
   =================================== */

/* Main Footer Wrapper */
.footer-wrapper {
    background: #141414;
    padding: 80px 0px;
}

/* Footer Content Rows */
.footer-content-row .social-media {
    padding-bottom: 40px;
    width: 148px;
    margin: auto 0px auto auto;
    display: flex;
    justify-content: space-between;
}

/* Footer Left Column */
.footer-left-col {
}

.footer-logo {
}

.footer-logo a img {
}

/* Footer Right Column */
.footer-right-col {
    float: inline-end;
}

/* Footer Updates Section */
.footer-updetes {
    display: flex;
    gap: 64px;
}

.footer-updetes h5 {
    color: var(--Primary-Off-White, #FAFAFA);
    text-align: left;
    font-family: "FS Meridian";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}

/* Footer Menu */
.footer-menu {
    display: flex;
    justify-content: end;
    gap: 24px;
    max-width: 100%;
    flex-direction: column;
}

.footer-menu a {
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    color: #8A8A8A !important;
    text-decoration: none;
    position: relative;
    transition: all .3s;
}

.faq-footer:hover {
    opacity: 0.5;
    color: #fff;
}

/* Social Media */
.social-media .img-fluid {
}

footer .social-media {
}

.social-media {
}

/* Landing Apps */
.footer-wrapper .landing-apps2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 473px;
    margin: auto;
    margin-right: 0px;
    margin-bottom: 40px;
}

.footer-wrapper .landing-apps2 .qr_btn3 {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #F1F1F1;
    text-align: center;
    font-family: FS Meridian;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid #82E578;
    background: transparent;
}

/* Copyright Text */
.copy-rights-p p {
    color: #82E578;
    font-family: FS Meridian;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.55px;
    margin: 24px 0px;
}

.copy-rights-p2 p {
    color: #FAFAFA;
    font-family: FS Meridian;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.55px;
}

.copy-rights-p {
}

/* Footer Divider Line */
.footer_divideline {
}

/* Footer Rights Bar */
.footer_rightsbar {
}

.copyright_text {
}

.terms_linkbar {
}

.terms_linktext {
}

/* Mobile Footer Styles */
.footer_mobtitlebar {
}

.mob_footerlinkbar {
}

.mob_footerlinkline {
}

.footer_linktitle {
}

.footer_linktext {
}

.changes-header {
}

/* ===================================
   MEDIA QUERIES
   =================================== */

/* Mobile: 375px - 600px */
@media screen and (min-width: 375px) and (max-width: 600px) {
    .footer-wrapper .landing-apps2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16px;
        width: 99px;
        margin: auto;
        margin-right: 0px;
        margin-bottom: 0px;
        float: right;
    }
    
    .footer-right-col-mo {
        float: none;
        padding: 0px 13px;
    }
    
    .footer-content-row .social-media {
        padding-bottom: 0px;
        width: 152px;
        margin: 0px 0px auto;
        display: flex;
        justify-content: space-between;
    }
    
    .social-media-main {
        margin-bottom: 40px;
        margin-top: 9px;
    }
    
    .footer-menu {
        display: flex;
        justify-content: end;
        width: 700px;
        flex-wrap: wrap;
        gap: 16px;
        max-width: 100%;
        flex-direction: column;
        column-count: 1;
        margin-bottom: 24px !important;
    }
    
    .social-media .img-fluid {
        width: 40px;
        height: 40px;
    }
    
    .copy-rights-p p {
        margin: 24px 0px 0px;
    }
    
    .footer-menu .pp-footer::after {
        display: none;
    }
    
    .copy-rights-p2 p {
        color: #FAFAFA;
        font-family: FS Meridian;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18.55px;
        text-align: center;
    }
    
    .footer-right-col .landing-apps2 img {
        width: 40px;
        height: 40px;
    }
    
    .copy-rights-p {
        margin-bottom: 48px;
    }
    
    .footer-wrapper {
        padding: 48px 4px 22px;
    }
    
    .footer-right-col-mo .d-flex {
        align-items: flex-start!important;
    }
}

/* Mobile: 300px - 500px */
@media screen and (min-width: 300px) and (max-width: 500px) {
    .footer_linktitle {
        color: var(--Primary-Off-White, #FAFAFA);
        text-align: center;
        font-family: "FS Meridian";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    
    .mob_footerlinkline {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--heading-text, 0px);
        flex: auto;
    }
    
    .changes-header {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    
    .mob_footerlinkbar {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
        padding: 0px 24px;
    }
    
    .mob_footerlinkbar {
        margin-bottom: 40px !important;
    }
    
    .copy-rights-p2 p {
        color: #FAFAFA;
        font-family: FS Meridian;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18.55px;
        text-align: center;
        margin-bottom: 32px;
    }
    
    footer .social-media {
        margin-bottom: 32px !important;
    }
    
    .social-media {
        gap: 24px;
    }
    
    .mob_footerlinkbar-last {
        margin-bottom: 32px !important;
    }
}

/* Mobile: Max 600px */
@media screen and (max-width: 600px) {
    .footer-menu {
        margin-bottom: 24px !important;
    }
}

/* Desktop: 901px - 1000px */
@media only screen and (min-width: 901px) and (max-width: 1000px) {
    .footer-menu {
        display: flex;
        justify-content: end;
        width: 100%;
        max-width: 100%;
    }
}

/* Desktop: 1001px - 1100px */
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
    .footer-menu {
        display: flex;
        justify-content: end;
        width: 100%;
        max-width: 100%;
    }
}

/* Desktop: 1101px - 1200px */
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
    .footer-menu a {
        font-size: 11px;
    }
    
    .footer-menu .pp-footer::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 14px;
        background: #82E578;
        right: -18px;
        top: 1px;
    }
}

/* Desktop: 1201px - 1300px */
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .footer-menu a {
        font-size: 12px;
    }
    
    .footer-menu .pp-footer::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 14px;
        background: #82E578;
        right: -18px;
        top: 1px;
    }
}

/* Desktop: 1301px - 1400px */
@media only screen and (min-width: 1301px) and (max-width: 1400px) {
    .footer-menu a {
        font-size: 14px;
    }
    
    .footer-menu .pp-footer::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 14px;
        background: #82E578;
        right: -18px;
        top: 1px;
    }
}