﻿[data-theme="dark"] .footer {
    height: 120vh;
    position: relative;
    background-image: url(/Content/Images/footer-bg-2.png);
    background-repeat: no-repeat;
    background-size: 1000px 1030px;
    background-position-y: 0px;
    background-position-x: 310px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10rem;
    padding-bottom: 10rem;
    font-family: 'Figtree';
    overflow: hidden;
}

[data-theme="light"] .footer {
    height: 80vh;
    position: relative;
    background-image: url(/Content/Images/Footer-bg.png);
    background-repeat: no-repeat;
    background-size: 1000px 750px;
    background-position-y: 0px;
    background-position-x: 310px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10rem;
    padding-bottom: 3rem;
    font-family: 'Figtree';
    overflow: hidden;
}

.footer-nav {
    font-size: 1.5rem;
    color: dimgrey;
    padding-left: 3rem;
    margin-top: 2rem;
    line-height: 1;
    font-family: Figtree;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: dimgrey;
    font-family: 'Figtree';
}


.dropdown-menu {
    display: none;
    position: absolute;
    margin-top: -60%;
    margin-left: 20rem;
    background-color: #333;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 2rem 8rem 2rem 2rem;
    min-width: 300px;
    z-index: 100;
}

    .dropdown-menu li {
        list-style: none;
        color: #fff;
        line-height: 2;
        font-weight: 200;
        font-size: 1rem;
        transition: color 0.3s ease;
    }

        .dropdown-menu li:hover {
            color: #62bdac;
        }

/* When hovering INDUSTRIES, show dropdown */
.dropdown:hover .dropdown-menu {
    display: block;
}

[data-theme="dark"] h1.active {
    color: #62bdac;
}

[data-theme="light"] h1.active {
    color: #1A3D59;
}

.footer-nav :hover {
    color: #62bdac;
}

[data-theme="light"] .footer-nav :hover {
    color: #1A3D59;
}


.footer-social {
    gap: 5px;
    padding-top: 9rem;
    padding-right: 3rem;
    display: flex;
    flex-direction: column;
    font-family: Figtree;
}


[data-theme="light"] .footer__link {
    color: #1A3D59;
}



.footer__link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 0.9rem;
    text-decoration: none;
    color: dimgrey;
}

    .footer__link span {
        position: relative;
        display: inline-block;
        transform: translateY(0);
        transition: transform 0.3s ease, opacity 0.3s ease;
        opacity: 1;
    }

    .footer__link::after {
        content: attr(data-content);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        transform: translateY(0);
        transition: transform 0.3s ease, opacity 0.3s ease;
        opacity: 0;
        text-align: left;
    }

    .footer__link:hover span {
        transform: translateY(-100%);
        opacity: 0;
    }

    .footer__link:hover::after {
        transform: translateY(-100%);
        opacity: 1;
    }

.footer-social img {
    width: 2rem;
    height: 2rem;
    margin-left: 3.5rem;
    margin-top: 25px;
}


/*smaller than 1280px*/

@media (max-width: 1280px) {

    /* --- FOOTER WRAPPER --- */
    [data-theme="dark"] .footer {
        height: 100vh;
        background-size: 880px 880px;
        background-position-x: 280px;
        background-position-y: 30px;
        padding-bottom: 10rem;
    }

    /* Light theme override */
    [data-theme="light"] .footer {
        height: auto;
        background-size: 910px 750px;
        background-position-x: 275px;
        padding-top: 12rem;
        padding-bottom: 8rem;
    }

    /* --- FOOTER NAVIGATION --- */
    .footer-nav {
        font-size: 1.3rem;
        padding-left: 3.5rem;
        margin-top: 1rem;
    }

    /* --- DROPDOWN MENU --- */
    .dropdown-menu {
        margin-top: -40%;
        margin-left: 12rem;
        padding: 1.5rem 5rem 1.5rem 1.5rem;
        min-width: 220px;
    }

        .dropdown-menu li {
            font-size: 0.9rem;
            line-height: 1.8;
        }

    /* --- SOCIAL LINKS --- */
    .footer-social {
        padding-right: 6rem;
    }

        .footer-social img {
            width: 1.8rem;
            height: 1.8rem;
            margin-left: 2rem;
            margin-top: 20px;
        }

    /* --- FOOTER LINKS --- */
    .footer__link {
        font-size: 0.8rem;
    }
}







@media (max-width: 1152px) {

    /* --- FOOTER WRAPPER --- */
    [data-theme="dark"] .footer {
        height: 100vh;
        background-size: 850px 850px;
        background-position-x: 245px;
        background-position-y: 40px;
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    /* Light theme override */
    [data-theme="light"] .footer {
        height: auto;
        background-size: 850px 650px;
        background-position-x: 240px;
        padding-top: 10rem;
        padding-bottom: 10rem;
        background-position-y: 20px;
    }


    /* --- FOOTER NAVIGATION --- */
    .footer-nav {
        font-size: 1.2rem;
        padding-left: 2.5rem;
        margin-top: 1rem;
        line-height: 1.2;
    }


    /* --- DROPDOWN MENU --- */
    .dropdown-menu {
        margin-top: -40%;
        margin-left: 10rem;
        padding: 1.2rem 4rem 1.2rem 1.2rem;
        min-width: 200px;
    }

        .dropdown-menu li {
            font-size: 0.85rem;
            line-height: 1.6;
        }


    /* --- FOOTER LINKS --- */
    .footer__link {
        font-size: 0.75rem;
    }


    /* --- SOCIAL LINKS --- */
    .footer-social {
        padding-top: 10rem;
        padding-right: 5rem;
    }

        .footer-social img {
            width: 1.6rem;
            height: 1.6rem;
            margin-left: 2rem;
            margin-top: 18px;
        }
}



/*1024px*/

@media (max-width: 1024px) {

    /* ==== FOOTER WRAPPER ==== */
    [data-theme="dark"] .footer {
        height: 100vh;
        align-items: flex-start;
        padding-top: 8rem;
        padding-bottom: 4rem;
        background-size: 750px 750px;
        background-position-x: 220px;
        background-position-y: 20px;
    }

    /* Light theme footer */
    [data-theme="light"] .footer {
        height: auto;
        background-size: 740px 610px;
        background-position-x: 220px;
        background-position-y: 20px;
        padding-top: 10rem;
    }


    /* ==== FOOTER NAVIGATION ==== */
    .footer-nav {
        font-size: 1.1rem;
        padding-left: 2rem;
        margin-top: 0.5rem;
        line-height: 1.2;
    }


    /* ==== DROPDOWN MENU FIXES ==== */
    .dropdown-menu {
        margin-top: -30%;
        margin-left: 8rem;
        padding: 1rem 3rem 1rem 1rem;
        min-width: 190px;
    }

        .dropdown-menu li {
            font-size: 0.85rem;
            line-height: 1.6;
        }


    /* ==== SOCIAL ICONS ==== */
    .footer-social {
        padding-top: 7rem;
        padding-right: 5rem;
        gap: 10px;
    }

        .footer-social img {
            width: 1.6rem;
            height: 1.6rem;
            margin-left: 1.5rem;
            margin-top: 15px;
        }


    /* ==== FOOTER LINKS ==== */
    .footer__link {
        font-size: 0.75rem;
    }
}




/* - 900px -*/
@media (max-width: 900px) {

    /* --- FOOTER WRAPPER --- */
    [data-theme="dark"] .footer {
        height: 100vh;
        background-size: 600px 600px;
        background-position-x: 230px;
        background-position-y: 100px !important;
        padding-top: 10rem;
        padding-bottom: 0.1rem;
    }

    /* Light theme override */
    [data-theme="light"] .footer {
        height: auto;
        background-size: 600px 450px;
        background-position-x: 230px;
        background-position-y: 2px !important;
        padding-top: 5rem;
        padding-bottom: 4rem;
    }

    /* --- FOOTER NAVIGATION --- */
    .footer-nav {
        font-size: 1.1rem;
        padding-left: 2.5rem;
        margin-top: 0.8rem;
        line-height: 1.2;
    }

    /* --- DROPDOWN MENU --- */
    .dropdown-menu {
        margin-top: -35%;
        margin-left: 7rem;
        padding: 1rem 3rem 1rem 1rem;
        min-width: 200px;
    }

        .dropdown-menu li {
            font-size: 0.8rem;
            line-height: 1.5;
        }

    /* --- FOOTER LINKS --- */
    .footer__link {
        font-size: 0.7rem;
    }

    /* --- SOCIAL LINKS --- */
    .footer-social {
        padding-top: 5rem !important;
        padding-right: 4rem;
    }

        .footer-social img {
            width: 1.4rem;
            height: 1.4rem;
            margin-left: 1.5rem;
            margin-top: 15px;
        }
}
