/**
 * Native Choobsa footer migrated from Elementor.
 * Values in this file mirror the supplied Elementor footer JSON and generated CSS.
 */
.choobsa-footer {
    --choobsa-footer-overlay: #0c0c0c;
    --choobsa-footer-overlay-opacity: .8;
    position: relative;
    isolation: isolate;
    color: #fff;
    background-color: #0c0c0c;
    background-image: var(--choobsa-footer-bg, none);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.choobsa-footer__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--choobsa-footer-overlay);
    opacity: var(--choobsa-footer-overlay-opacity);
    pointer-events: none;
}

.choobsa-footer__container {
    width: min(calc(100% - 40px), 1300px);
    margin-inline: auto;
}

.choobsa-footer a {
    color: inherit;
    text-decoration: none;
}

.choobsa-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 25px;
}

.choobsa-footer__brand {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
}

.choobsa-footer__logo {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.choobsa-footer .choobsa-footer__logo img {
    display: block;
    width: auto;
    height: 60px;
    max-width: 180px;
    max-height: 60px;
    object-fit: contain;
}

.choobsa-footer__intro {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 42px;
}

.choobsa-footer__enamad {
    flex: 0 0 15%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    transition: opacity .3s ease;
}

.choobsa-footer__enamad:hover {
    opacity: .78;
}

.choobsa-footer .choobsa-footer__enamad img {
    display: block;
    width: auto;
    height: 67px;
    max-width: 100px;
    max-height: 67px;
    object-fit: contain;
}

.choobsa-footer__social-row {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 67px;
}

.choobsa-footer__social-line {
    display: block;
    flex: 1 1 0;
    min-width: 0;
    height: 0.8px;
    background: #fff;
}

.choobsa-footer__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 0 42px;
}

.choobsa-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    transition: opacity .3s ease;
}

.choobsa-footer__socials a:hover {
    opacity: .7;
}

.choobsa-footer .choobsa-footer__socials img {
    display: block;
    width: 25px;
    height: 25px;
    max-width: 25px;
    max-height: 25px;
    object-fit: contain;
}

.choobsa-footer__contacts {
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0;
    margin: 17px 0 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.choobsa-footer__contacts li {
    margin-inline: 35px;
}

.choobsa-footer__contacts li,
.choobsa-footer__contacts a,
.choobsa-footer__contacts > li > span {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.choobsa-footer__contacts a {
    transition: opacity .3s ease;
}

.choobsa-footer__contacts a:hover {
    opacity: .7;
}

.choobsa-footer .choobsa-footer__contacts img {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    object-fit: contain;
    transform: translateY(-2px);
}

.choobsa-footer__address {
    max-width: 100%;
    text-align: justify;
}

.choobsa-footer__nav {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 7px 5px 5px;
}

.choobsa-footer__menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.choobsa-footer__menu > li {
    position: relative;
    display: flex;
    align-items: center;
}

.choobsa-footer__menu > li + li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    width: 1px;
    height: 35%;
    background: #fff;
    transform: translateY(-50%);
    pointer-events: none;
}

.choobsa-footer__menu a {
    display: flex;
    align-items: center;
    padding: 14px 35px 12px;
    color: #fff;
    line-height: 20px;
    transition: color .3s ease;
}

.choobsa-footer__menu a:hover,
.choobsa-footer__menu a:focus,
.choobsa-footer__menu .current-menu-item > a,
.choobsa-footer__menu .current_page_item > a {
    color: #ddd7d7;
}

.choobsa-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 20px 18px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.choobsa-footer__bottom p {
    margin: 0;
}

.choobsa-footer__designer a {
    transition: opacity .3s ease;
}

.choobsa-footer__designer a:hover {
    opacity: .7;
}

@media (max-width: 1024px) {
    .choobsa-footer__contacts li {
        margin: 10px 20px;
    }
}

@media (max-width: 991px) {
    .choobsa-footer__top {
        flex-direction: column;
        gap: 10px;
        padding: 30px 10px 20px;
    }

    .choobsa-footer__brand {
        width: 100%;
        flex-direction: column;
        gap: 28px;
        text-align: center;
    }

    .choobsa-footer .choobsa-footer__logo img {
        height: 70px;
        max-height: 70px;
    }

    .choobsa-footer__intro {
        text-align: center;
    }

    .choobsa-footer__enamad {
        width: 300px;
        max-width: 100%;
        justify-content: center;
    }

    .choobsa-footer .choobsa-footer__enamad img {
        height: 70px;
        max-height: 70px;
    }

    .choobsa-footer__bottom {
        flex-direction: column;
        gap: 12px;
        padding: 20px 20px 21px;
    }
}

@media (max-width: 480px) {
    .choobsa-footer__enamad {
        flex-basis: auto;
        width: auto;
    }

    .choobsa-footer__social-row {
        gap: 0;
        min-height: 0;
        padding-top: 10px;
    }

    .choobsa-footer__socials a {
        width: 41px;
        height: 41px;
        padding: 8px;
    }

    .choobsa-footer__contacts {
        margin: 20px 0;
        font-size: 18px;
        line-height: 1.7em;
    }

    .choobsa-footer__menu a {
        padding-inline: 20px;
    }

    .choobsa-footer__bottom {
        gap: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .choobsa-footer a {
        transition: none !important;
    }
}
