/*====================================================*
HOME FOOTER
====================================================*/

.home-footer {

    width: 100%;

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    font-family:
        "Poppins",
        sans-serif;

}



/*====================================================*
DARK TOP STRIP
====================================================*/

.home-footer-top-strip {

    width: 100%;

    height: 95px;

    background: #30454b;

    box-sizing: border-box;

}



/*====================================================*
MAIN FOOTER
====================================================*/

.home-footer-main {

    width: 100%;

    background: #ffffff;

    box-sizing: border-box;

}



/*====================================================*
FOOTER CONTAINER
====================================================*/

.home-footer-container {

    width: 90%;

    max-width: 1160px;

    min-height: 475px;

    margin: 0 auto;

    padding:
        75px 0 65px;

    display: grid;

    grid-template-columns:
        38% 27% 35%;

    column-gap: 0;

    box-sizing: border-box;

}



/*====================================================*
COMPANY COLUMN
====================================================*/

.home-footer-company {

    width: 100%;

    padding-right: 60px;

    box-sizing: border-box;

}



/*====================================================*
FOOTER LOGO
====================================================*/

.home-footer-logo {

    display: inline-block;

    width: 220px;

    text-decoration: none;

}



.home-footer-logo img {

    display: block;

    width: 100%;

    height: auto;

    object-fit: contain;

}



/*====================================================*
DESCRIPTION
====================================================*/

.home-footer-description {

    max-width: 380px;

    margin:
        42px 0 0;

    color: #747878;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.9;

}



/*====================================================*
SOCIAL LINKS
====================================================*/

.home-footer-social {

    display: flex;

    align-items: center;

    gap: 7px;

    margin-top: 38px;

}



/*====================================================*
SOCIAL LINK
====================================================*/

.home-footer-social-link {

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    text-decoration: none;

    border-radius: 4px;

    box-sizing: border-box;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;

}



/*====================================================*
SOCIAL ICON
====================================================*/

.home-footer-social-link i {

    font-size: 24px;

}



/*====================================================*
FACEBOOK
====================================================*/

.home-footer-facebook {

    background: #4267a9;

}



/*====================================================*
INSTAGRAM
====================================================*/

.home-footer-instagram {

    background: #ed087d;

}



/*====================================================*
YOUTUBE
====================================================*/

.home-footer-youtube {

    background: #df1919;

}



/*====================================================*
SOCIAL HOVER
====================================================*/

.home-footer-social-link:hover {

    transform:
        translateY(-3px);

    opacity: 0.9;

}



/*====================================================*
FOOTER HEADING
====================================================*/

.home-footer-heading {

    margin: 0 0 27px;

    color: #080808;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 25px;

    font-weight: 600;

    line-height: 1.3;

}



/*====================================================*
USEFUL LINKS
====================================================*/

.home-footer-links {

    width: 100%;

}



/*====================================================*
LINK LIST
====================================================*/

.home-footer-links ul {

    margin: 0;

    padding: 0;

    list-style: none;

}



/*====================================================*
LINK ITEM
====================================================*/

.home-footer-links li {

    margin: 0;

    padding: 0;

}



/*====================================================*
LINK
====================================================*/

.home-footer-links li a {

    display: flex;

    align-items: center;

    gap: 13px;

    width: fit-content;

    margin-bottom: 19px;

    color: #747878;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.5;

    text-decoration: none;

    transition:
        color 0.3s ease,
        transform 0.3s ease;

}



/*====================================================*
LINK ARROW
====================================================*/

.home-footer-arrow {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 13px;

    color: #747878;

    font-family:
        Arial,
        sans-serif;

    font-size: 22px;

    font-weight: 300;

    line-height: 1;

}



/*====================================================*
LINK HOVER
====================================================*/

.home-footer-links li a:hover {

    color: #111111;

    transform:
        translateX(3px);

}



/*====================================================*
CONTACT COLUMN
====================================================*/

.home-footer-contact {

    width: 100%;

    padding-left: 15px;

    box-sizing: border-box;

}



/*====================================================*
CONTACT ITEM
====================================================*/

.home-footer-contact-item {

    display: flex;

    align-items: flex-start;

    gap: 18px;

    margin-bottom: 27px;

}



/*====================================================*
CONTACT ICON BOX
====================================================*/

.home-footer-contact-icon {

    width: 48px;

    height: 48px;

    flex:
        0 0 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid #aebfaf;

    border-radius: 12px;

    box-sizing: border-box;

}



/*====================================================*
CONTACT ICON IMAGE
====================================================*/

.home-footer-contact-icon img {

    display: block;

    width: 80px;

    height: 80px;

    object-fit: contain;

}



/*====================================================*
CONTACT TEXT
====================================================*/

.home-footer-contact-text {

    min-width: 0;

    flex: 1;

    padding-top: 1px;

}



/*====================================================*
CONTACT TEXT P
====================================================*/

.home-footer-contact-text p {

    margin: 0;

    color: #747878;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.85;

}



/*====================================================*
FOOTER BOTTOM
====================================================*/

.home-footer-bottom {

    width: 100%;

    min-height: 92px;

    background: #304943;

    box-sizing: border-box;

}



/*====================================================*
BOTTOM CONTAINER
====================================================*/

.home-footer-bottom-container {

    width: 90%;

    max-width: 1160px;

    min-height: 92px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    box-sizing: border-box;

}



/*====================================================*
COPYRIGHT
====================================================*/

.home-footer-copyright {

    color: #d7ded9;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.5;

}



/*====================================================*
POLICIES
====================================================*/

.home-footer-policies {

    display: flex;

    align-items: center;

    gap: 30px;

}



/*====================================================*
POLICY LINKS
====================================================*/

.home-footer-policies a {

    color: #d7ded9;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 14px;

    font-weight: 400;

    text-decoration: none;

    transition:
        color 0.3s ease;

}



.home-footer-policies a:hover {

    color: #ffffff;

}



/*====================================================*
BACK TO TOP
====================================================*/

.home-footer-back-top {

    position: fixed;

    right: 28px;

    bottom: 25px;

    width: 54px;

    height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    border:
        5px solid #30454b;

    border-radius: 50%;

    background: #ffffff;

    color: #18272d;

    font-size: 22px;

    cursor: pointer;

    box-sizing: border-box;

    z-index: 999;

    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.12);

    transition:
        transform 0.3s ease;

}



.home-footer-back-top:hover {

    transform:
        translateY(-4px);

}



/*====================================================*
TABLET / SMALL DESKTOP
====================================================*/

@media (max-width: 1200px) {

    .home-footer-top-strip {

        height: 85px;

    }


    .home-footer-container {

        width: 90%;

        min-height: 450px;

        padding:
            65px 0 55px;

    }


    .home-footer-company {

        padding-right: 40px;

    }


    .home-footer-logo {

        width: 205px;

    }


    .home-footer-description {

        margin-top: 35px;

        font-size: 14px;

    }


    .home-footer-heading {

        font-size: 23px;

    }


    .home-footer-contact {

        padding-left: 10px;

    }

}



/*====================================================*
TABLET
====================================================*/

@media (max-width: 992px) {

    .home-footer-top-strip {

        height: 75px;

    }


    .home-footer-container {

        width: 90%;

        min-height: 430px;

        padding:
            60px 0 50px;

        grid-template-columns:
            36% 29% 35%;

    }


    .home-footer-company {

        padding-right: 25px;

    }


    .home-footer-logo {

        width: 185px;

    }


    .home-footer-description {

        margin-top: 30px;

        font-size: 13px;

        line-height: 1.8;

    }


    .home-footer-social {

        margin-top: 30px;

    }


    .home-footer-social-link {

        width: 46px;

        height: 46px;

    }


    .home-footer-social-link i {

        font-size: 21px;

    }


    .home-footer-heading {

        margin-bottom: 23px;

        font-size: 21px;

    }


    .home-footer-links li a {

        gap: 10px;

        margin-bottom: 16px;

        font-size: 13px;

    }


    .home-footer-arrow {

        font-size: 19px;

    }


    .home-footer-contact-item {

        gap: 13px;

        margin-bottom: 23px;

    }


    .home-footer-contact-icon {

        width: 43px;

        height: 43px;

        flex-basis: 43px;

        border-radius: 10px;

    }


    .home-footer-contact-icon img {

        width: 70px;

        height: 70px;

    }


    .home-footer-contact-text p {

        font-size: 13px;

        line-height: 1.75;

    }


    .home-footer-bottom {

        min-height: 82px;

    }


    .home-footer-bottom-container {

        min-height: 82px;

    }


    .home-footer-copyright {

        font-size: 13px;

    }


    .home-footer-policies {

        gap: 22px;

    }


    .home-footer-policies a {

        font-size: 12px;

    }

}



/*====================================================*
MOBILE
====================================================*/

@media (max-width: 768px) {

    .home-footer-top-strip {

        height: 65px;

    }


    .home-footer-container {

        width: 90%;

        min-height: auto;

        padding:
            55px 0 50px;

        display: flex;

        flex-direction: column;

        gap: 50px;

    }


    /*================================================
    COMPANY
    =================================================*/

    .home-footer-company {

        width: 100%;

        padding-right: 0;

    }


    .home-footer-logo {

        width: 190px;

    }


    .home-footer-description {

        max-width: 430px;

        margin-top: 28px;

        font-size: 13px;

    }


    .home-footer-social {

        margin-top: 28px;

        gap: 7px;

    }


    .home-footer-social-link {

        width: 46px;

        height: 46px;

    }


    /*================================================
    USEFUL LINKS
    =================================================*/

    .home-footer-links {

        width: 100%;

    }


    .home-footer-heading {

        margin-bottom: 25px;

        font-size: 22px;

    }


    .home-footer-links li a {

        margin-bottom: 17px;

        font-size: 14px;

    }


    .home-footer-arrow {

        font-size: 20px;

    }


    /*================================================
    CONTACT
    =================================================*/

    .home-footer-contact {

        width: 100%;

        padding-left: 0;

    }


    .home-footer-contact-item {

        gap: 15px;

        margin-bottom: 23px;

    }


    .home-footer-contact-icon {

        width: 44px;

        height: 44px;

        flex-basis: 44px;

    }


    .home-footer-contact-icon img {

        width: 70px;

        height: 70px;

    }


    .home-footer-contact-text p {

        font-size: 13px;

    }


    /*================================================
    BOTTOM
    =================================================*/

    .home-footer-bottom {

        min-height: auto;

    }


    .home-footer-bottom-container {

        width: 90%;

        min-height: auto;

        padding:
            22px 0;

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 14px;

    }


    .home-footer-copyright {

        font-size: 12px;

    }


    .home-footer-policies {

        gap: 20px;

    }


    .home-footer-policies a {

        font-size: 11px;

    }


    /*================================================
    BACK TOP
    =================================================*/

    .home-footer-back-top {

        right: 18px;

        bottom: 18px;

        width: 48px;

        height: 48px;

        border-width: 4px;

        font-size: 19px;

    }

}



/*====================================================*
SMALL MOBILE
====================================================*/

@media (max-width: 480px) {

    .home-footer-top-strip {

        height: 55px;

    }


    .home-footer-container {

        width: 92%;

        padding:
            45px 0 40px;

        gap: 42px;

    }


    .home-footer-logo {

        width: 175px;

    }


    .home-footer-description {

        margin-top: 24px;

        font-size: 12px;

        line-height: 1.8;

    }


    .home-footer-social {

        margin-top: 24px;

    }


    .home-footer-social-link {

        width: 43px;

        height: 43px;

    }


    .home-footer-social-link i {

        font-size: 19px;

    }


    .home-footer-heading {

        font-size: 20px;

    }


    .home-footer-links li a {

        font-size: 13px;

    }


    .home-footer-contact-item {

        gap: 12px;

    }


    .home-footer-contact-icon {

        width: 41px;

        height: 41px;

        flex-basis: 41px;

    }


    .home-footer-contact-icon img {

        width: 21px;

        height: 21px;

    }


    .home-footer-contact-text p {

        font-size: 12px;

        line-height: 1.75;

    }


    .home-footer-bottom-container {

        width: 92%;

        padding:
            20px 0;

    }


    .home-footer-copyright {

        font-size: 11px;

    }


    .home-footer-policies {

        gap: 17px;

    }


    .home-footer-policies a {

        font-size: 10px;

    }


    .home-footer-back-top {

        right: 14px;

        bottom: 14px;

        width: 45px;

        height: 45px;

        font-size: 17px;

    }

}



/*====================================================*
VERY SMALL MOBILE
====================================================*/

@media (max-width: 360px) {

    .home-footer-top-strip {

        height: 50px;

    }


    .home-footer-container {

        width: 92%;

        padding:
            40px 0 35px;

        gap: 38px;

    }


    .home-footer-logo {

        width: 160px;

    }


    .home-footer-description {

        font-size: 11px;

    }


    .home-footer-social-link {

        width: 40px;

        height: 40px;

    }


    .home-footer-social-link i {

        font-size: 17px;

    }


    .home-footer-heading {

        font-size: 19px;

    }


    .home-footer-links li a {

        font-size: 12px;

    }


    .home-footer-contact-icon {

        width: 38px;

        height: 38px;

        flex-basis: 38px;

    }


    .home-footer-contact-icon img {

        width: 19px;

        height: 19px;

    }


    .home-footer-contact-text p {

        font-size: 11px;

    }


    .home-footer-copyright {

        font-size: 10px;

    }


    .home-footer-policies a {

        font-size: 9px;

    }

}