
/* =========================================================
   PREMIUM COMPACT FOOTER
========================================================= */

#footer {
    background: #373577;
    padding: 30px 0 22px;
    color: #fff;
}

.footer-main {
    display: flex;
    flex-wrap: nowrap;
   
    width: 100%;
}

/* =========================================================
   FOOTER CARDS
========================================================= */

.footer-col {
    background: rgb(10 11 58 / 94%);
    border: 2px solid rgb(196 196 196 / 30%);
    border-radius: 10px;
    padding: 15px 8px 8px !important;
    margin: 2px 2px 2px;
    position: relative;
}

.footer-col:first-child {
    padding-left: 15px !important;
}

.footer-col:last-child {
    padding-right: 15px !important;
}


/* Vertical Divider */

.footer-col:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    height: calc(100% - 6px);
    background: rgba(255, 255, 255, 0.13);
}


/* =========================================================
   FOOTER HEADINGS
========================================================= */

.footer-col h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    padding-bottom: 6px;
    position: relative;
    letter-spacing: .2px;
}

.footer-col h4::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #d49a3a;
    margin-top: 5px;
}


/* =========================================================
   ABOUT
========================================================= */

.footer-about {
    color: #b9b5c2;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 19px;
    margin: 0 0 10px;
    max-width: 290px;
}


/* =========================================================
   PART OF
========================================================= */

.footer-part-of {
    margin: 0 0 11px;
    padding: 3px 0 3px 10px;
    border-left: 2px solid #d49a3a;
}

.footer-part-of span {
    display: block;
    color: #8e8999;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1px;
}

.footer-part-of a {
    color: #d49a3a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.footer-part-of a:hover {
    color: #fff;
}


/* =========================================================
   CUSTOMER SUPPORT
========================================================= */

.footer-support {
    margin-bottom: 10px;
}

.footer-support span,
.footer-payment span {
    display: block;
    color: #8e8999;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.footer-support a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.footer-support a:hover {
    color: #d49a3a;
}


/* =========================================================
   PAYMENT
========================================================= */

.footer-payment img {
    max-width: 165px;
    margin-top: 2px;
}


/* =========================================================
   POPULAR PACKAGES
========================================================= */

.footer-packages {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-packages li {
    position: relative;
    color: #b9b5c2;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 12px;
    margin-bottom: 1px;
    transition: .2s ease;
}

.footer-packages li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #d49a3a;
    font-size: 15px;
    font-weight: 700;
}

.footer-packages li:hover {
    color: #fff;
    padding-left: 15px;
}


/* =========================================================
   CONTACT
========================================================= */

.footer-contact {
    margin-top: 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 9px;
}

.contact-icon {
    width: 27px;
    min-width: 27px;
    color: #d49a3a;
    font-size: 15px;
    padding-top: 0;
}

.contact-item p {
    margin: 0;
    color: #b9b5c2;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 19px;
}

.contact-item a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.contact-item a:hover {
    color: #d49a3a;
}


/* =========================================================
   COPYRIGHT
========================================================= */

#copywrite {
    background: #09021e;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#copywrite p {
    margin: 0;
    padding: 0;
    color: #85808f;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}


.footer-packages li a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

.footer-packages li a:hover {
    color: #fff;
}

/* =========================================================
   MOBILE FOOTER
========================================================= */

@media screen and (max-width: 767px) {

    #footer {
        padding: 20px 0 12px;
    }

    .footer-main {
        display: block;
    }


    /* -----------------------------------------
       Mobile Cards
    ----------------------------------------- */

    .footer-col {
        background: rgb(10 11 58 / 94%);
        border: 2px solid rgb(196 196 196 / 30%);
        border-radius: 10px;

        padding: 14px 14px !important;

        margin: 0 0 12px !important;

        position: relative;
    }

    .footer-col:first-child,
    .footer-col:last-child {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .footer-col:last-child {
        margin-bottom: 0 !important;
    }


    /* Remove Desktop Divider */

    .footer-col:not(:last-child)::after {
        display: none;
    }


    /* -----------------------------------------
       Mobile Headings
    ----------------------------------------- */

    .footer-col h4 {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 10px;
        padding-bottom: 6px;
    }

    .footer-col h4::after {
        width: 30px;
        height: 2px;
        margin-top: 5px;
    }


    /* -----------------------------------------
       About
    ----------------------------------------- */

    .footer-about {
        font-size: 12.5px;
        line-height: 19px;
        margin-bottom: 9px;
        max-width: 100%;
    }


    /* -----------------------------------------
       Part Of
    ----------------------------------------- */

    .footer-part-of {
        margin-bottom: 10px;
        padding: 4px 0 4px 9px;
    }

    .footer-part-of span {
        font-size: 9px;
        margin-bottom: 1px;
    }

    .footer-part-of a {
        font-size: 13px;
        font-weight: 600;
    }


    /* -----------------------------------------
       Support
    ----------------------------------------- */

    .footer-support {
        margin-bottom: 10px;
    }

    .footer-support span,
    .footer-payment span {
        font-size: 9px;
        margin-bottom: 3px;
    }

    .footer-support a {
        font-size: 14px;
        font-weight: 600;
    }


    /* -----------------------------------------
       Payment
    ----------------------------------------- */

    .footer-payment img {
        max-width: 145px;
    }


    /* -----------------------------------------
       Popular Packages - 2 Columns
    ----------------------------------------- */

    .footer-packages {
        columns: 2;
        column-gap: 15px;
    }

    .footer-packages li {
        font-size: 12px;
        font-weight: 500;
        line-height: 19px;
        margin-bottom: 1px;
        break-inside: avoid;
        padding-left: 11px;
    }

    .footer-packages li::before {
        font-size: 14px;
    }

    .footer-packages li:hover {
        padding-left: 11px;
    }


    /* -----------------------------------------
       Contact
    ----------------------------------------- */

    .footer-contact {
        margin-top: 0;
    }

    .contact-item {
        margin-bottom: 8px;
    }

    .contact-icon {
        width: 28px;
        min-width: 28px;
        font-size: 15px;
    }

    .contact-item p {
        font-size: 12.5px;
        font-weight: 500;
        line-height: 18px;
    }


    /* -----------------------------------------
       Copyright
    ----------------------------------------- */

    #copywrite {
        padding: 7px 10px;
    }

    #copywrite p {
        font-size: 9.5px;
        line-height: 15px;
    }
}
 
</style>
