/* =====================================================
   LAKHSAI TECHNOLOGY FOOTER
===================================================== */

.lakhsai-footer {
    width: 100%;
    background: #062956;
    color: #fff;
    font-family: Arial, sans-serif;
}


/* =====================================================
   MAIN FOOTER
===================================================== */

.footer-main {
    width: 100%;
    background: linear-gradient(
        135deg,
        #062956 0%,
        #082f62 50%,
        #05264f 100%
    );

    padding: 28px 45px 25px;
}


/* =====================================================
   GRID
===================================================== */

.footer-grid {
    width: 100%;
    display: grid;

    grid-template-columns:
        1.25fr
        .72fr
        1.15fr
        1.08fr
        1fr;

    column-gap: 45px;

    align-items: start;
}


/* =====================================================
   BRAND
===================================================== */

.footer-brand {
    padding-left: 5px;
}

.footer-logo {
    display: block;

    width:100px;
    max-width: 100%;

    height:100px;

    object-fit: contain;
}


.footer-tagline {
    margin: 2px 0 15px;

    color: #ffffff;

    font-size: 12px;

    line-height: 1.35;

    font-weight: 500;
}


/* =====================================================
   SOCIAL ICONS
===================================================== */

.footer-social {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-top: 8px;
}


.footer-social a {
    width: 31px;
    height: 31px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    background: rgba(255, 255, 255, 0.12);

    color: #fff;

    font-size: 16px;

    transition: .25s ease;
}


.footer-social a:hover {
    transform: translateY(-2px);

    background: rgba(255, 255, 255, 0.25);

    color: #fff;
}


/* Individual social colors */

.footer-social a:nth-child(1) {
    background: #1877f2;
}

.footer-social a:nth-child(2) {
    background: #e4405f;
}

.footer-social a:nth-child(3) {
    background: #0a66c2;
}

.footer-social a:nth-child(4) {
    background: #25d366;
}


/* =====================================================
   FOOTER HEADINGS
===================================================== */

.footer-column h4 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.2;
}


/* =====================================================
   FOOTER LIST
===================================================== */

.footer-column ul {
    list-style: none;

    padding: 0;
    margin: 0;
}


.footer-column ul li {
    margin-bottom: 9px;
}


.footer-column ul li a {
    color: rgba(255, 255, 255, .88);

    text-decoration: none;

    font-size: 12px;

    line-height: 1.35;

    transition: .2s ease;
}


.footer-column ul li a:hover {
    color: #ffffff;

    padding-left: 3px;
}


/* =====================================================
   CONTACT
===================================================== */
.footer-contact .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 15px;
}

.footer-contact .contact-item > i {
    width: 16px;
    min-width: 16px;

    color: #ffffff;

    font-size: 15px;

    text-align: center;

    margin-top: 2px;
}

.footer-contact .contact-item span,
.footer-contact .contact-item a {
    color: rgba(255,255,255,.9);
    text-decoration: none;
    font-size: 12px;
    line-height: 1.45;
}


/* Our Websites */

.website-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.website-link > i {
    width: 16px;
    min-width: 16px;

    color: #ffffff;

    font-size: 14px;

    text-align: center;
}

.website-link a {
    color: rgba(255,255,255,.9);

    text-decoration: none;

    font-size: 12px;

    white-space: nowrap;
}


/* =====================================================
   FOOTER BOTTOM
===================================================== */

.footer-bottom {

    width: 100%;

    background: #05234a;

    border-top: 1px solid rgba(255,255,255,.08);

    padding: 13px 45px;
}


.footer-bottom-inner {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;
}


.copyright {

    color: rgba(255,255,255,.88);

    font-size: 12px;

    line-height: 1.4;
}


.footer-legal {

    display: flex;

    align-items: center;

    gap: 17px;
}


.footer-legal a {

    color: rgba(255,255,255,.9);

    text-decoration: none;

    font-size: 12px;
}


.footer-legal a:hover {

    color: #fff;

    text-decoration: underline;
}


.footer-legal span {

    color: rgba(255,255,255,.7);

    font-size: 12px;
}


/* =====================================================
   DESKTOP HEIGHT / POSITION
===================================================== */

@media (min-width: 1200px) {

    .footer-main {
        padding-top: 30px;
        padding-bottom: 26px;
    }

    .footer-grid {
        max-width: 1200px;
        margin: 0 auto;
    }

}

/* =====================================================
   LAKHSAI TECHNOLOGY FOOTER - RESPONSIVE
===================================================== */


/* =====================================================
   LARGE TABLET / SMALL DESKTOP
===================================================== */

@media (max-width: 1199px) {

    .footer-main {
        padding: 35px 30px 30px;
    }

    .footer-grid {
        grid-template-columns:
            1.2fr
            .8fr
            1.1fr
            1.1fr
            1fr;

        column-gap: 25px;
    }

    .footer-logo {
        width: 100px;
        height: 100px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .footer-main {
        padding: 40px 30px 35px;
    }

    .footer-grid {

        display: grid;

        grid-template-columns: 1fr 1fr;

        column-gap: 45px;

        row-gap: 35px;

        align-items: start;
    }


    /* Brand takes full width */

    .footer-brand {
        grid-column: 1 / -1;

        padding-left: 0;
    }


    .footer-logo {
        width: 110px;
        height: 110px;
    }


    .footer-tagline {
        font-size: 12px;
    }


    /* Footer headings */

    .footer-column h4 {
        font-size: 15px;
        margin-bottom: 14px;
    }


    /* Lists */

    .footer-column ul li {
        margin-bottom: 9px;
    }


    .footer-column ul li a {
        font-size: 12px;
    }


    /* Contact */

    .footer-contact .contact-item {
        gap: 10px;
        margin-bottom: 14px;
    }


    .footer-contact .contact-item span,
    .footer-contact .contact-item a {
        font-size: 12px;
    }


    /* Websites */

    .website-link {
        gap: 10px;
        margin-bottom: 14px;
    }


    .website-link a {
        font-size: 12px;

        /* IMPORTANT */
        white-space: normal;

        overflow-wrap: anywhere;

        word-break: break-word;
    }


    /* Bottom */

    .footer-bottom {
        padding: 15px 30px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .lakhsai-footer {
        width: 100%;
        overflow: hidden;
    }


    /* =================================================
       MAIN FOOTER
    ================================================= */

    .footer-main {

        width: 100%;

        padding: 35px 20px 30px;

        box-sizing: border-box;
    }


    /* =================================================
       SINGLE COLUMN
    ================================================= */

    .footer-grid {

        width: 100%;

        display: grid;

        grid-template-columns: 1fr;

        column-gap: 0;

        row-gap: 28px;

        align-items: start;
    }


    /* =================================================
       BRAND
    ================================================= */

    .footer-brand {

        width: 100%;

        grid-column: auto;

        padding-left: 0;

        text-align: center;
    }


    .footer-logo {

        width: 115px;

        height: 115px;

        max-width: 100%;

        margin: 0 auto;

        object-fit: contain;
    }


    .footer-tagline {

        margin: 5px 0 16px;

        font-size: 12px;

        line-height: 1.45;

        text-align: center;
    }


    /* =================================================
       SOCIAL ICONS
    ================================================= */

    .footer-social {

        display: flex;

        justify-content: center;

        align-items: center;

        gap: 12px;

        margin-top: 10px;
    }


    .footer-social a {

        width: 34px;

        height: 34px;

        min-width: 34px;

        font-size: 16px;
    }


    /* =================================================
       ALL COLUMNS
    ================================================= */

    .footer-column {

        width: 100%;

        min-width: 0;
    }


    /* =================================================
       HEADINGS
    ================================================= */

    .footer-column h4 {

        margin: 0 0 14px;

        font-size: 16px;

        line-height: 1.3;
    }


    /* =================================================
       QUICK LINKS / SERVICES
    ================================================= */

    .footer-column ul {

        width: 100%;

        margin: 0;

        padding: 0;
    }


    .footer-column ul li {

        margin-bottom: 9px;

        line-height: 1.4;
    }


    .footer-column ul li a {

        display: inline-block;

        max-width: 100%;

        font-size: 12px;

        line-height: 1.5;

        white-space: normal;

        word-break: break-word;
    }


    /* =================================================
       CONTACT
    ================================================= */

    .footer-contact .contact-item {

        width: 100%;

        display: flex;

        align-items: flex-start;

        gap: 12px;

        margin-bottom: 16px;

        box-sizing: border-box;
    }


    .footer-contact .contact-item > i {

        width: 18px;

        min-width: 18px;

        flex-shrink: 0;

        font-size: 15px;

        line-height: 1.4;

        margin-top: 1px;

        text-align: center;
    }


    .footer-contact .contact-item span,
    .footer-contact .contact-item a {

        display: block;

        min-width: 0;

        max-width: calc(100% - 30px);

        font-size: 12px;

        line-height: 1.55;

        word-break: break-word;

        overflow-wrap: anywhere;
    }


    /* =================================================
       OUR WEBSITES
    ================================================= */

    .website-link {

        width: 100%;

        display: flex;

        align-items: center;

        gap: 11px;

        margin-bottom: 16px;

        box-sizing: border-box;
    }


    .website-link > i {

        width: 18px;

        min-width: 18px;

        flex-shrink: 0;

        font-size: 14px;

        text-align: center;
    }


    .website-link a {

        display: block;

        min-width: 0;

        max-width: calc(100% - 30px);

        font-size: 12px;

        line-height: 1.5;

        white-space: normal;

        word-break: break-word;

        overflow-wrap: anywhere;
    }


    /* =================================================
       FOOTER BOTTOM
    ================================================= */

    .footer-bottom {

        width: 100%;

        padding: 17px 20px;

        box-sizing: border-box;
    }


    .footer-bottom-inner {

        width: 100%;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        gap: 12px;

        text-align: center;
    }


    .copyright {

        width: 100%;

        font-size: 11px;

        line-height: 1.5;

        text-align: center;
    }


    .footer-legal {

        width: 100%;

        display: flex;

        align-items: center;

        justify-content: center;

        flex-wrap: wrap;

        gap: 10px;

        text-align: center;
    }


    .footer-legal a {

        font-size: 11px;

        line-height: 1.4;
    }


    .footer-legal span {

        font-size: 11px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .footer-main {

        padding: 30px 18px 28px;
    }


    .footer-grid {

        row-gap: 26px;
    }


    .footer-logo {

        width: 105px;

        height: 105px;
    }


    .footer-tagline {

        font-size: 11px;

        line-height: 1.5;
    }


    .footer-social {

        gap: 10px;
    }


    .footer-social a {

        width: 32px;

        height: 32px;

        min-width: 32px;

        font-size: 15px;
    }


    .footer-column h4 {

        font-size: 15px;

        margin-bottom: 12px;
    }


    .footer-column ul li a {

        font-size: 11.5px;
    }


    .footer-contact .contact-item span,
    .footer-contact .contact-item a {

        font-size: 11.5px;

        line-height: 1.5;
    }


    .website-link a {

        font-size: 11.5px;
    }


    .footer-bottom {

        padding: 15px 15px;
    }


    .copyright {

        font-size: 10.5px;
    }


    .footer-legal a,
    .footer-legal span {

        font-size: 10.5px;
    }

}