.alignleft {
    float: left;
    margin: 7px 28px 28px 0;
    height: auto !important;
}

.alignright {
    float: right;
    margin: 7px 0 28px 28px;
    height: auto !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 7px auto;
    height: auto !important;
}

/* end image for wysiwyg */
/*Footer Customization*/



/* modals */
.custom-modal .trigger {
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}

.custom-modal {
    position: fixed;
    left: 0;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
}

.custom-modal.transition {
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.custom-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}

.custom-modal .close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.custom-modal .close-button:hover {
    background-color: darkgray;
}

.custom-modal.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

footer .footer-social-links li a img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

footer .footer-social-links li a:hover img {
    filter: brightness(1.33);
    -webkit-filter: brightness(1.33);
}

/* end modals */
footer {
    padding: 80px 0 15px 0;
    background: #F8F7FF;
    border-radius: 32px 32px 0px 0px;
    margin-top: 80px;
}

footer h2 {
    font: 700 20px/26px 'Montserrat';
    margin: 16px 0;
}

footer .top-footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
}

footer .nav-part ul li a {
    font: 400 16px/26px 'Montserrat';
    letter-spacing: 0.02em;
    padding: 10px 0;
    color: #5D5E67;
    max-width: 190px;
}

footer .nav-part,
footer .logo-part {
    padding-right: 30px;
}

footer .nav-part ul li:not(:last-child) {
    margin-bottom: 15px;
}

footer .nav-part ul li {
    max-width: 220px;
    width: 100%;
}

footer .pr-policy {
    display: none;
}

footer .logo-part-text {
    max-width: 310px;
    font: 600 14px/26px 'Montserrat';
    letter-spacing: -0.01em;
    margin-top: 16px;
}

footer .bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(99, 93, 136, 0.30);
}

footer .footer-bottom-wrapper,
footer .footer-bottom-links,
footer .footer-social-links {
    display: flex;
    align-items: center;
    margin-top: 4rem;
}

footer .footer-bottom-links li a {
    color: #5D5E67;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.32px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

footer .footer-bottom-links li {
    padding: 15px;
}

footer .footer-bottom-wrapper p {
    margin: 0;
    font: 500 14px/26px 'Montserrat';
    color: #181818;
    padding: 15px;
}

footer .language {
    font: 500 18px/24px 'Montserrat';
    color: #181818;
    background: #FFFFFF;
    /* padding: 10px 16px; */
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin-right: 25px;
}

footer .mobile-btn-l .btn-text:before {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(/wp-content/themes/squibler/images/footer-lang-icon.svg);
    width: 19px;
    left: 10px;
    position: absolute;
    background-size: contain;
    top: 50%;
    transform: translate(0, -50%);
}

footer ul li a:hover {
    color: var(--hover_color);
}

footer .logo-part .site_logo {
    min-width: 160px;
}

/* wpml  */
.wpml-ls-legacy-dropdown-click {
    width: auto;
}

.wpml-ls-legacy-dropdown-click a {
    border: none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    width: 11px;
    height: 7px;
    background-image: url(/wp-content/themes/squibler/images/language-arrow.svg);
    background-repeat: no-repeat;
    border: none;
    top: 50%;
    transform: translate(0, -50%);
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:before {
    content: "";
    width: 0px;
    height: 0px;
    vertical-align: middle;
    transition: 0.4s;
    opacity: 0;

    content: url(/wp-content/themes/squibler/images/footer-lang-icon.svg);
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    transition: 0.4s;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover:before {
    height: 19px;
    width: 19px;
    transition: 0.4s;
    opacity: 1;
    padding-right: 15px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:focus:before {
    height: 19px;
    width: 19px;
    transition: 0.4s;
    opacity: 1;
    padding-right: 15px;
}

.wpml-ls-legacy-dropdown-click a {
    padding: 10px 25px;
    border: none;
    padding-left: 10px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    top: auto;
    bottom: 100%;
    min-width: 250px;
}

@media(max-width:997px) {
    footer .top-footer {
        flex-wrap: wrap;
    }

    footer .logo-part {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    footer .nav-part {
        width: 33.3%;
        padding-right: 20px;
    }

    footer {
        padding: 25px 0;
    }

    footer .footer-bottom-links {
        display: none;
    }

    footer .pr-policy {
        display: block;
    }

    .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:before {
        width: 19px;
        height: 19px;
        content: url(/wp-content/themes/squibler/images/footer-lang-icon.svg);
        padding-right: 15px;
    }

    footer .footer-bottom-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .bottom-footer {
        align-items: flex-start;
        padding-top: 70px
    }

    footer .footer-bottom-wrapper p {
        padding: 0;
    }

    footer .language {
        margin-bottom: 24px;
    }

}

@media(max-width: 680px) {
    footer .nav-part {
        width: 100%;
        padding-right: 0;
        margin-top: 15px;
    }

    footer .nav-part ul li {
        max-width: 100%;
    }

    footer .footer-social-links {
        padding: 10px 0;
    }

}

.selected-language {
    width: 148px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.selected-language:hover {
    background: #ECF0FF;
    transition: 0.5s;
}

.dropdown-icon {
    margin: 0 5px;
}

.language-options {
    position: absolute;
    margin-bottom: 165px;
    filter: drop-shadow(0px 1px 7px rgba(7, 13, 144, 0.27));
    border-radius: 8px;
}

.language-option {
    width: 266px;
    height: 55px;
    padding: 8px;
    border-radius: 4px 4px 0px 0px;
    background-color: white;
    cursor: pointer;
}
.language-options a{
    text-decoration: none;
    color: black;
}
.language-option-country{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #5D5E67;
}
.lang-active{
    background-color: #ECF0FF;
}

.hide-language-otpions{
    display: none !important;
}


@media screen and (max-width: 1023px){
    footer .nav-part ul li a{
        color: var(--Grey-Medium, #5D5E67);

        /* Details/Medium */
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px; /* 185.714% */
    }
}