/*Widget parents rules*/
div.elementor:has(.site-footer) > div.elementor-element {
    padding: 0 !important;
}

div.elementor:has(.site-footer) > div.elementor-element > div {
    padding: 0 !important;
    max-width: 100% !important;
}

div.elementor-location-footer > div.elementor-element,
div.elementor-location-footer > div.elementor-element > div {
    padding: 0 !important;
    max-width: 100% !important;
}

div.elementor-location-footer .elementor-widget {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/*Widget parents rules*/

.site-footer {
    overflow: hidden;
}

.site-footer__row,
.footer-row__column-inner__row {
    gap: 80px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.footer-row__column,
.footer-row__column-inner__row-column {
    flex: 1 1 0;
    display: flex;
    align-self: stretch;
    flex-direction: column;
}

.footer-menu {
    gap: 0.5em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 !important;
    flex-direction: column;
}

.footer-menu__title {
    padding-bottom: 1.5em;
}

.footer__copyright {
    text-align: left;
}

.footer__creation {
    text-align: right;
}

/*mobile cta*/

.footer-cta__mobile {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
    position: fixed;
    transition: 0.5s;
    background-color: #ffffff;
    transform: translateY(100%);
}

.menu-cta__mobile {
    gap: 0.3em;
    display: flex;
    list-style: none;
    flex-direction: row;
    margin: 0 !important;
}

.menu-cta__mobile li {
    flex: 1 1 0;
    text-align: center;
}

.menu-cta__mobile li a {
    gap: 0.5em;
    display: flex;
    color: #ffffff;
    padding: 1em 0.4em;
    font-size: 0.77rem;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
    font-family: var(--main-font);
}

.menu-cta__mobile li a * {
    margin: 0 !important;
    line-height: 0.8rem !important;
}

.menu-cta__mobile li a i {
    font-size: 1.5rem !important;
}

.menu-cta__mobile li {
    background-color: #333333;
}

.menu-cta__mobile li:nth-child(1) {
    background-color: #121827;
}

.menu-cta__mobile li:nth-child(2) {
    background-color: #2494c5;
}

/*mobile cta*/

/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {
    .site-footer .footer__creation,
    .site-footer .footer__copyright {
        text-align: center;
    }
}

/*tablet*/
@media (min-width: 768px) and (max-width: 1023px) {
}

/*mobile and tablet*/
@media (max-width: 1024px) {
    .footer-cta__mobile {
        display: block;
    }
}

/*desktop*/
@media (min-width: 1025px) {
}

/*laptop 1*/
@media (min-width: 1024px) and (max-width: 1439px) {
}

/*laptop 2*/
@media (min-width: 1440px) and (max-width: 1700px) {
}

/*RESPONSIVE*/
