/* Footer Global Styles */
    footer#footer-2025 {
        font-family: "Helvetica Neue", sans-serif;
        color: #ffffff;
        background-image: url('assets/img/blue-bg-lg.png');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .intranet footer#footer-2025 {
        background-image: url('assets/img/light-blue-bg-lg.png');
    }

/* Footer Top Section */
    #footer-2025 .footer-top {
        padding: 40px;
    }

    #footer-2025 .logo-wrapper {
        margin-bottom: 12px;
    }

    #footer-2025 .fermi-logo {
        max-width: 320px;
    }

    #footer-2025 .footer-text {
        color: #FFF;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }

/* Social Icons Section */
    #footer-2025 .social-icons-wrapper {
        gap: 24px;
        padding: 44px 0;
    }

    #footer-2025 .social-icons-wrapper svg {
        width: 34px;
        height: 34px;
    }

    #footer-2025 .social-icons-wrapper svg:hover {
        fill: #002855;
        transition: .2s ease-in-out;
    }

    #footer-2025 .social-icons-wrapper a {
        display: inline-block;
        transition: color 0.2s ease-in-out;
        margin: 0;
    }

    #footer-2025 .social-icons-wrapper a:hover svg path {
        fill: #41B6E6;
        transition: fill 0.2s ease-in-out;
    }

    .intranet #footer-2025 .social-icons-wrapper a:hover svg path {
        fill: #d1d1d1;
        transition: fill 0.2s ease-in-out;
    }

/* Subscribe Button Section */
    #footer-2025 .subscribe-btn {
        border: 1px solid #D9D9D9;
        background-color: transparent;
        padding: 12px 29px;
        font-size: 16px;
        border-radius: 0;
        font-family: "Helvetica Neue", sans-serif;
        color: white;
        text-transform: uppercase;
        transition: .2s ease-in-out;
    }

    #footer-2025 .subscribe-btn:hover {
        background: #ffffff;
        color: #00336E;
        transition: .2s ease-in-out;
    }

    .intranet #footer-2025 .subscribe-btn:hover {
        background: #ffffff;
        color: #007DA3;
        transition: .2s ease-in-out;
    }

/* Footer Bottom Section */
    #footer-2025 .footer-bottom {
        background: #000000;
        display: flex;
        justify-content: space-between;
    }

    #footer-2025 .footer-bottom-wrapper {
        justify-content: space-between;
        align-items: center;
        padding: 10px 40px;
    }

    #footer-2025 .doe-img-ct {
        text-align: left !important;
    }

    #footer-2025 .footer-bottom-img.doe {
        height: 66px;
        width: 271px;
        max-width: none;
    }

    #footer-2025 .fermiforward-img-ct {
        text-align: right !important;
    }

    #footer-2025 .footer-bottom-img.fermiforward {
        height: 50px;
        width: 325px;
    }

    #footer-2025 .footer-bottom-text,
    #footer-2025 .footer-bottom-link {
        color: #FFF;
        text-align: center;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        margin-bottom: 9px;
    }

    #footer-2025 .footer-bottom-link-wrapper {
        text-align: center;
    }

    
    #footer-2025 .footer-bottom-link {
        text-decoration: none;
        transition: .2s ease-in-out;
    }

    #footer-2025 .footer-bottom-link:hover {
        color: #41B6E6;
        text-decoration: none;
        transition: .2s ease-in-out;
    }

    .intranet #footer-2025 .footer-bottom-link:hover {
        color: #007DA3;
        text-decoration: none;
        transition: .2s ease-in-out;
    }

/* Menu Section */
    #footer-2025 .nav {
        justify-content: flex-end;
        display: block;
    }

    #footer-2025 .footer-menu {
        padding: 0;
        margin: 0 0 0 auto;
        list-style: none;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 14px;
        max-height: 200px;
        max-width: 600px;
    }

    #footer-2025 .footer-menu.menu-children {
        gap: 4px;
    }

/* Individual Menu Items */
    #footer-2025 .menu-item {
        list-style: none;
        margin-bottom: 10px;
        width: 33.33%;
        line-height: normal;
    }

/* Menu Item Links */
    #footer-2025 .menu-item-link {
        text-transform: uppercase;
        color: #FFF;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        transition: 0.2s ease-in-out;
        line-height: normal;
    }

/* Submenu Styling */
    #footer-2025 .menu-children {
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }

/* Submenu Links */
    #footer-2025 .menu-item-child {
        font-size: 14px;
        color: #FFFFFF;
        text-decoration: none;
        margin-bottom: 5px;
        transition: 0.2s ease-in-out;
        line-height: normal;
    }

/* Hover Effects for Menu */
    #footer-2025 .menu-item-link:hover,
    #footer-2025 .menu-item-child:hover {
        color: #41B6E6;
        text-decoration: none;
    }

    .intranet #footer-2025 .menu-item-link:hover,
    .intranet #footer-2025 .menu-item-child:hover {
        text-decoration: underline;
        color: #ffffff;
        transition: 0.2s ease-in-out;
    }

/* Responsive Adjustments */
    @media (max-width: 1400px) {
        #footer-2025 .footer-bottom-img.doe {
            height: 61px;
            width: 250px;
        }

        #footer-2025 .footer-bottom-img.fermiforward {
            height: 45px;
            width: 293px;
        }
    }

    @media (max-width: 1260px) {
        #footer-2025 .footer-bottom-img.doe {
            height: 56px;
            width: 230px;
        }

        #footer-2025 .footer-bottom-img.fermiforward {
            height: 40px;
            width: 260px;
        }
    }

    @media (max-width: 1160px) {
        #footer-2025 .footer-bottom-img.doe {
            height: 51px;
            width: 209px;
        }

        #footer-2025 .footer-bottom-img.fermiforward {
            height: 35px;
            width: 228px;
        }
    }

    @media (max-width: 1100px) {
        #footer-2025 .footer-bottom-img.doe {
            height: 46px;
            width: 188px;
        }

        #footer-2025 .footer-bottom-img.fermiforward {
            height: 30px;
            width: 195px;
        }
    }

        @media (max-width: 1040px) {
        #footer-2025 .footer-bottom-img.doe {
            height: 41px;
            width: 167px;
        }

        #footer-2025 .footer-bottom-img.fermiforward {
            height: 25px;
            width: 163px;
        }
    }

    @media (max-width: 991px) {
        /* Footer Responsiveness */
        footer#footer-2025 {
            background-image: url('assets/img/blue-bg-mob.png');
            background-position: top;
            background-repeat: no-repeat;
            background-size: cover;
        }

        footer#footer-2025 .footer-bottom-text-wrapper {
            order: 3;
            margin-top: 50px;
        }

        footer#footer-2025 .footer-top {
            padding: 40px 10px;
        }

        footer#footer-2025 .footer-bottom-wrapper {
            padding: 40px 10px;
        }


        #footer-2025 .doe-img-ct {
            text-align: right !important;
        }

        #footer-2025 .footer-bottom-img.doe {
            height: 56px;
            width: 230px;
        }

        #footer-2025 .fermiforward-img-ct {
            text-align: left !important;
        }

        #footer-2025 .footer-bottom-img.fermiforward {
            height: 40px;
            width: 260px;
        }

        .intranet footer#footer-2025 {
            background-image: url('assets/img/light-blue-bg-mob.png');
        }

        #footer-2025 .logo-wrapper .fermi-logo {
            max-width: 162px;
        }

        #footer-2025 .footer-text {
            font-size: 20px;
        }

        #footer-2025 .social-icons-wrapper {
            padding: 36px 0;
            flex-wrap: wrap;
        }

    /* Menu Adjustments */
        #footer-2025 .nav {
            justify-content: flex-start;
            padding-top: 36px;
        }

        #footer-2025 .footer-menu {
            max-height: 400px;
            gap: 6px;
            margin: 0 auto;
        }

        #footer-2025 .menu-item {
            width: 50%;
        }

        #footer-2025 .menu-item-link,
        #footer-2025 .menu-item-child {
            font-size: 20px;
        }

        #footer-2025 .menu-item-child {
            margin-bottom: 10px;
        }
    }

    @media (max-width: 667px) {
        #footer-2025 .footer-bottom-img.doe {
            height: 46px !important;
            width: 188px !important;
        }

        #footer-2025 .footer-bottom-img.fermiforward {
            height: 30px !important;
            width: 195px !important;
        }
    }

    @media (max-width: 480px) {
        #footer-2025 .footer-bottom-img.doe {
            height: 25px !important;
            width: 103px !important;
        }

        #footer-2025 .footer-bottom-img.fermiforward {
            height: 20px !important;
            width: 130px !important;
        }
    }