.site-footer {
    background: linear-gradient(
        98.74deg,
        #00818d -9.77%,
        #0b828d 6.85%,
        #288790 36.24%,
        #588e94 74.58%,
        #97989a 118.04%
    );
    border-radius: 1.25rem; /* 20px */
    padding: 3.6875rem 3.325625rem 1.375rem 3.325625rem; /* 59px 53.21px 22px 53.21px */
    margin-bottom: 3.3125rem; /* 53px */
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem; /* 40px */
}

.footer-col h3 {
    color: var(--enaya-white);
    margin-top: 0;
}

.footer-title {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1rem; /* 16px */
    letter-spacing: 0.4375rem; /* 7px */
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0.6875rem; /* 11px */
    margin-bottom: 0;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6.43125rem; /* 102.9px */
    height: 1px;
    background-color: var(--enaya-white);
}

.footer-col p,
.footer-col li,
.footer-col a {
    color: var(--enaya-white);
}

#footer-col-1 {
    position: relative;
}

#footer-col-1::after {
    content: "";
    position: absolute;
    right: -1.25rem; /* -20px */
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background-color: #726f6c;
    opacity: 0.3;
}

.footer-social a:hover svg circle {
    fill: var(--enaya-white);
}

.footer-social a:hover svg path {
    fill: var(--enaya-black);
}

.footer-policy {
    justify-self: end;
    display: flex;
    gap: 1.5625rem; /* 25px */
}

.footer-policy a {
    font-family: "Dubai", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1.625rem; /* 26px */
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--enaya-white);
    text-decoration: none;
}

.footer-logo {
    width: 5.369rem;
    height: 3.751rem;
}

@media (max-width: 768px) {
    .footer-bottom {
        grid-template-columns: 1fr;
        gap: 1.25rem; /* 20px */
        text-align: center;
    }

    .footer-copyright,
    .footer-social,
    .footer-policy {
        justify-self: center;
    }
}

.footer-copyright {
    font-family: "Dubai", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1.625rem; /* 26px */
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--enaya-white);
}

.footer-social {
    display: flex;
    gap: 0.625rem; /* 10px */
    align-items: center;
}

.footer-social svg circle,
.footer-social svg path {
    transition: fill 0.3s ease;
}

.footer-social a:hover svg circle {
    fill: var(--enaya-white);
}

.footer-social a:hover svg path {
    fill: var(--enaya-black);
}

@media (max-width: 768px) {
    #footer-col-1::after {
        display: none;
    }
}

.footer-description {
    font-family: "Dubai";
    font-style: normal;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1.625rem; /* 26px */
    margin-top: 2.930625rem; /* 46.89px */
}
.footer-policy a {
    font-family: "Dubai", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1.625rem; /* 26px */
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--enaya-white);
    text-decoration: none;
}

/* Footer Contact Info */
.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.875rem; /* 30px */
}

.contact-info-item {
    display: flex;
    gap: 1.25rem; /* 20px */
    align-items: flex-start;
}

.contact-icon {
    flex-shrink: 0;
    width: 1.5625rem; /* 25px */
    padding-top: 0.3125rem; /* 5px */
}

.contact-title {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem; /* 24px */
    line-height: 1.875rem; /* 30px */
    color: var(--enaya-white);
    margin: 0 0 0.3125rem 0; /* 5px */
}

.contact-text {
    font-family: "Dubai", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1.625rem; /* 26px */
    color: var(--enaya-white);
    margin: 0;
}

/* ==========================================================================
   Grid System (XL)
   ========================================================================== */
/* Grid System moved to assets/css/grid.css */

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col .footer-links-list li {
    font-family: "Dubai";
    font-style: normal;
    font-weight: 400;
    font-size: 1.875rem; /* 30px */
    line-height: 1;
}

.footer-col-2 {
    display: flex;
    justify-content: center;
    position: relative; /* For absolute positioning of divider */
}

#footer-col-2::after {
    content: "";
    position: absolute;
    right: -1.25rem; /* -20px */
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background-color: var(--enaya-white);
    opacity: 0.3;
}

/* On mobile, hide the divider */
@media (max-width: 768px) {
    #footer-col-2::after {
        display: none;
    }
    footer .mobile-menu-extras {
        display: none;
    }
    .header-actions {
        margin-left: auto;
    }
}

.footer-links-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 1.5rem; /* 24px */
}

.footer-links-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    gap: 1.5rem; /* 24px */
    list-style: none;
}

.footer-links-list li {
    font-family: "Dubai", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.875rem; /* 30px */
    line-height: 1.875rem; /* 30px */
    color: #ffffff;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.footer-links-list li:hover {
    opacity: 0.8;
}

.footer-col-3 {
    display: flex;
    justify-content: center;
}

.footer-contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 1.875rem; /* 30px */
}

/* Footer Contact Info Items */
.footer-contact-wrapper .contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.875rem; /* 30px */
}

.footer-contact-wrapper .contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem; /* 20px */
}

.footer-contact-wrapper .contact-icon {
    flex-shrink: 0;
    width: 1.5625rem; /* 25px */
    height: 1.875rem; /* 30px */
}

.footer-contact-wrapper .contact-details {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem; /* 5px */
}

.footer-contact-wrapper .contact-title {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem; /* 24px */
    line-height: 1.875rem; /* 30px */
    color: #ffffff;
    margin: 0;
}

.footer-contact-wrapper .contact-text {
    font-family: "Dubai", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1.625rem; /* 26px */
    color: #ffffff;
    margin: 0;
}

.footer-col a {
    text-decoration: none;
}

/* Footer Bottom */
/* Footer Bottom */
.footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin-top: 3.611875rem; /* 57.79px */
}

.footer-copyright {
    font-family: "Dubai", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1.625rem; /* 26px */
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--enaya-white);
    justify-self: start;
}

.footer-social {
    display: flex;
    gap: 0.625rem; /* 10px */
    align-items: center;
    justify-self: center;
}

.footer-social a {
    line-height: 0;
    height: 1.875rem;
    width: 1.9rem;
}

.footer-social a svg {
    height: 1.875rem;
    width: 1.875rem;
}

.footer-social svg circle,
.footer-social svg path {
    transition: fill 0.3s ease;
}

.footer-social a:hover svg circle {
    fill: var(--enaya-white);
}

.footer-social a:hover svg path {
    fill: var(--enaya-black);
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    #footer-col-1 {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1.25rem; /* 20px */
        text-align: center;
    }
    .site-footer {
        padding: 2.6875rem 2.325625rem 0.375rem 2.325625rem;
    }
    .footer-description {
        font-size: 1.5rem;
    }
    .footer-bottom {
        display: flex;
    }
    .footer-copyright {
        order: 1;
    }
    .footer-col-2,
    .footer-col-3 {
        padding: 0;
    }
}
