.footer {
    background-color: var(--deep-black);
    color: white;
    font-size: var(--font-base);
}

.footer .footer-left,
.footer .footer-right {
    display: flex;
    gap: var(--spacing-xl);
}

.footer .footer-left {
    width: 60%;
    position: relative;
    padding-top: 2.4rem;
    padding-bottom: var(--spacing-md);
}

.footer .footer-left .footer-contact {
    position: relative;
    padding-left: var(--spacing-2xl);
}

.footer .footer-left .footer-contact::before,
.footer .footer-left .footer-contact::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
}

.footer .footer-left .footer-contact::after {
    height: 100%;
    z-index: 0;
    background-color: var(--cool-gray);
}

.footer .footer-left .footer-contact::before {
    z-index: 1;
    height: 50%;
    background-color: var(--orange-soft);
}

.footer .footer-left .footer-contact > div:first-of-type,
.footer .footer-left .footer-contact .contact-address,
.footer .footer-left .footer-contact .contact-email,
.footer .footer-left .footer-contact .contact-methods {
    margin-bottom: var(--spacing-lg);
}

.footer .footer-left .footer-contact .contact-methods .contact-items {
    background-color: var(--midnight-black);
    gap: 1.2rem;
}

.footer
    .footer-left
    .footer-contact
    .contact-methods
    .contact-items
    div:first-of-type {
    background-color: var(--deep-black);
    padding: 0.2rem 2rem;
}

.footer
    .footer-left
    .footer-contact
    .contact-methods
    .contact-items
    div:last-of-type {
    gap: 0.4rem;
    padding-left: 0.8rem;
}

.footer
    .footer-left
    .footer-contact
    .contact-methods
    .contact-items
    div:last-of-type
    button {
    padding: 0.4rem;
    border: var(--steel-gray) 1px dashed;
    background-color: var(--charcoal-gray);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.footer
    .footer-left
    .footer-contact
    .contact-methods
    .contact-items
    div:last-of-type
    button:hover {
    background-color: var(--sunset-orange);
    border-color: var(--sunset-orange);
}

.footer .footer-right {
    padding-right: var(--spacing-2xl);
}

.footer .footer-right .footer-nav {
    padding-top: 2.4rem;
    padding-bottom: var(--spacing-md);
}

.footer .footer-right .footer-nav ul:first-of-type > * + * {
    margin-top: 0.5rem;
}

.footer .footer-right .footer-nav ul > li {
    padding: 11px 10px;
    border-radius: 15px;
    min-width: 200px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: var(--font-base);
}

.footer .footer-right .footer-nav ul > li:hover {
    background-color: var(--dark-gray);
    color: var(--orange-soft);
}

.footer .footer-right .footer-enama-logo {
    position: relative;
    width: 100%;
}

.footer .footer-right .footer-enama-logo .logo-container {
    position: absolute;
    bottom: 0;
    background-color: var(--very-light-gray);
    padding: var(--spacing-2xl);
    z-index: 1;
    width: max-content;
    height: calc(100% + 30px);
}

.footer .footer-right .footer-enama-logo .logo-button {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer .footer-right .footer-enama-logo .logo-button div:first-child {
    width: 60px;
    height: 60px;
    background-color: #ffd9c2;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer .footer-right .footer-enama-logo .logo-button div:first-child::after,
.footer .footer-right .footer-enama-logo .logo-button div:first-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 20px;
    background: transparent;
    box-shadow: 5px -10px 0 white;
    z-index: 0;
    border-top-right-radius: 20px;
}

.footer .footer-right .footer-enama-logo .logo-button div:first-child::after {
    left: -50%;
    translate: 86% -50%;
    border-top-right-radius: 20px;
    box-shadow: 5px -10px 0 white;
    z-index: 0;
}

.footer .footer-right .footer-enama-logo .logo-button div:first-child::before {
    right: -50%;
    translate: -86% -50%;
    border-top-left-radius: 100px;
    box-shadow: -5px -10px 0 white;
    z-index: 0;
}

.footer .footer-right .footer-enama-logo .logo-button button {
    width: 50px;
    height: 50px;
    background-color: #f17121;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.logo-container .flex div img{
    width: 250px;
}
@media (max-width: 1518px) {
    .footer .footer-left .footer-contact .contact-methods .contact-items {
        flex-wrap: wrap !important;
        background-color: unset;
    }
    .footer .footer-left .footer-contact {
        padding-left: var(--spacing-md);
    }
    .footer .footer-right {
        padding-right: var(--spacing-md);
    }
}

@media (max-width: 1024px) {
    .footer .container {
        flex-direction: column;
        gap: var(--spacing-2xl);
        padding: 0;
    }

    .footer .footer-left,
    .footer .footer-right {
        width: 100%;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        gap: var(--spacing-lg);
    }

    .footer .footer-left {
        width: 100%;
        padding: var(--spacing-md);
    }

    .footer .footer-right {
        padding-top: 1rem;
        padding-bottom: 0;
    }

    .footer .footer-left .footer-map,
    .footer .footer-left .footer-map iframe {
        width: 100%;
    }
    .footer .footer-left .footer-contact {
        padding-left: 0;
    }

    .footer .footer-left .footer-contact .contact-methods .contact-items {
        flex-direction: column;
        gap: 0.8rem;
        background-color: unset;
    }

    .footer .footer-left .footer-contact::before,
    .footer .footer-left .footer-contact::after {
        display: none;
    }

    .footer
        .footer-left
        .footer-contact
        .contact-methods
        .contact-items
        div:first-of-type {
        padding: 0.2rem 1.2rem;
    }

    .footer .footer-right .footer-nav {
        padding: var(--spacing-md);
    }
    .footer .footer-right .footer-nav ul > li {
        font-size: 14px;
        padding: 8px 6px;
    }
    .footer .footer-right .footer-nav > div:first-child {
        margin-bottom: var(--spacing-md);
    }

    .footer .footer-right .footer-enama-logo .logo-container {
        width: 100%;
        height: auto;
        position: relative;
    }
    .footer .footer-right .footer-enama-logo .logo-button,
    .footer .footer-right .footer-enama-logo .logo-button div:first-child {
        background-color: var(--deep-black);
    }
    .footer
        .footer-right
        .footer-enama-logo
        .logo-button
        div:first-child::after {
        left: -50%;
        translate: 50% -100%;
        border-top-right-radius: 20px;
        box-shadow: 5px -10px 0 var(--deep-black);
        z-index: 0;
    }

    .footer
        .footer-right
        .footer-enama-logo
        .logo-button
        div:first-child::before {
        right: -50%;
        translate: -50% -100%;
        border-top-left-radius: 100px;
        box-shadow: -5px -10px 0 var(--deep-black);
        z-index: 0;
    }
}

@media (max-width: 480px) {
    .footer .footer-right .footer-nav ul > li {
        padding: var(--spacing-md);
    }

    .footer .footer-right .footer-enama-logo .logo-button {
        top: -40px;
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width:768px) {
    .flex.flex-column.flex-center div:nth-child(2) img {
    max-width: 200px;
    margin: 20px 0 0 0;
}
}
