/**
 * Footer Styles for WeTheme
 */

* {
    font-family: 'IRANYekanX', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.site-footer {
    margin-top: auto;
    padding: 5px;
    padding-bottom: 0px;
    direction: rtl;
    text-align: center;
}

.footer-top-row {
    background: transparent;
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
}

.site-footer.footer_2 .footer-top-row {
    padding: 30px 0;
}

.footer-top-row .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}
.footer-top-content {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
}

/* Social Icons */
.footer-social-icons {
    display: flex;
    gap: 16px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--wetheme-gradient) ;
    color: #FFFFFF;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 12px rgba(60, 40, 10, 0.1);
}

.social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 16px rgba(60, 40, 10, 0.1);
}
.social-icon:nth-child(1) .site-footer a:hover {
    color: #006496;
}
.social-icon:nth-child(2) .site-footer a:hover{
    color: #1f285c;
}
.social-icon:nth-child(3) .site-footer a:hover{
    color: #660033;
}

.social-icon svg,
.social-icon i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
}

.social-icon svg {
    stroke-width: 1.5px;
}

/* Footer Navigation */
.footer-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

.footer-navigation--mobile {
    display: none;
}

.footer-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 70px;
}

.footer-menu li a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-menu li a:hover {
    color: var(--wetheme-primary-color);
}

.site-footer.footer_2 .footer-navigation--desktop .footer-menu {
    align-items: flex-start;
}

.site-footer.footer_2 .footer-navigation--desktop .footer-menu > li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
    padding-right: 20px;
    border-right: 1px solid #e5e5e5;
}

.site-footer.footer_2 .footer-navigation--desktop .footer-menu > li:first-child {
    border-right: none;
    padding-right: 0;
}

.site-footer.footer_2 .footer-navigation--desktop .footer-menu > li > a {
    display: inline-flex;
    color: #fff;
}

.site-footer.footer_2 .footer-navigation--desktop .footer-menu .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer.footer_2 .footer-navigation--desktop .footer-menu .sub-menu li {
    margin: 0;
    padding: 0;
}

.site-footer.footer_2 .footer-navigation--desktop .footer-menu .sub-menu li a {
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    color: #dbdbdb;
}

.site-footer.footer_2 .footer-navigation--desktop .footer-menu .sub-menu li a:hover {
    color: #fff;
}

/* Footer Logo */
.footer-logo {
    flex-shrink: 0;
}

.footer-logo-img {
    max-height: 50px;
    width: auto;
    display: block;
    object-fit: contain;
}

/* Newsletter */
.footer-newsletter-row {
    background: transparent;
    padding: 40px 0;
}

.site-footer.footer_2 .footer-newsletter-row {
    display: flex;
    padding: 28px 15px 33px 15px;
    flex-direction: row;
    gap: 35px;
    align-items: center;
}

.site-footer.footer_2 .footer-newsletter-row > .menu {
    width: 50%;
}

.site-footer.footer_2 .footer-newsletter-row > .trust {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.site-footer.footer_2 .footer-back-to-top {
    display: inline-flex;
    align-items: center;
    color: var(--wetheme-primary-color);
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    top: 72px;
}

.site-footer.footer_2 .footer-back-to-top__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 8px;
    background: #fff;
}

.site-footer.footer_2 .footer-back-to-top__icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    color: var(--wetheme-primary-color);
}

.site-footer.footer_2 .footer-back-to-top__connector {
    width: 9px;
    height: 12px;
    background: #ffffff;
    position: relative;
}

.site-footer.footer_2 .footer-back-to-top__connector::before {
    content: '';
    display: flex;
    width: 6px;
    height: 8px;
    background-color: transparent;
    position: relative;
    top: 12px;
    right: 0;
    border-radius: 0px 4px 0px 0px;
    box-shadow: 3px -3px 0 0 #fff;
}

.site-footer.footer_2 .footer-back-to-top__connector::after {
    content: '';
    display: flex;
    width: 6px;
    height: 8px;
    background-color: transparent;
    position: relative;
    bottom: 16px;
    right: 0;
    border-radius: 0px 0px 4px 0px;
    box-shadow: 2px 4px 0 0 #fff;
}

.site-footer.footer_2 .footer-back-to-top__text::before {
    content: '';
    display: flex;
    width: 8px;
    height: 8px;
    background-color: transparent;
    position: relative;
    top: 9px;
    right: -23px;
    border-radius: 6px 0px 0px 0px;
    box-shadow: -4px -4px 0 0 #fff;
}

.site-footer.footer_2 .footer-back-to-top__text::after {
    content: '';
    display: flex;
    width: 8px;
    height: 8px;
    background-color: transparent;
    position: relative;
    top: -10px;
    left: 112px;
    border-radius: 0px 0px 0px 6px;
    box-shadow: -4px 1px 0 0 #fff;
}

.site-footer.footer_2 .footer-newsletter-row > .info {
    display: flex;
    justify-content: center;
    width: 20%;
}

.site-footer.footer_2 .footer-newsletter-row > .info .footer-info-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    align-items: flex-start;
}

.site-footer.footer_2 .footer-newsletter-row > .info .footer-info-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}

.site-footer.footer_2 .footer-newsletter-row > .info .footer-info-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.site-footer.footer_2 .footer-newsletter-row > .info .footer-info-list > .footer-info-item:first-child .footer-info-title {
    letter-spacing: 1.5px;
    direction: ltr;
    display: inline-block;
}

.site-footer.footer_2 .footer-newsletter-row > .info .footer-info-phone {
    color: inherit;
    text-decoration: none;
}

.site-footer.footer_2 .footer-newsletter-row > .info .footer-info-phone:hover {
    text-decoration: none;
}

.site-footer.footer_2 .footer-newsletter-row > .info .footer-info-subtitle {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.85;
}

.site-footer.footer_2 .footer-newsletter-row > .info .footer-info-email {
    font-size: 13px;
    font-weight: 500;
    direction: ltr;
    text-align: left;
}

.site-footer.footer_2 .footer-newsletter-row > .info .footer-info-item i {
    font-size: 26px;
    line-height: 1;
    color: #fff;
    background: var(--wetheme-primary-color);
    background-image: linear-gradient(rgb(255 255 255 / 25%), rgb(255 255 255 / 25%));
    padding: 14px;
    border-radius: 10px;
}

.site-footer.footer_2 .footer-newsletter-row > .trust .footer-trust-seals {
    justify-content: center;
}

.newsletter-content {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.newsletter-text {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    gap: 12px;
    align-items: center;
    background: var(--wetheme-primary-color);
    background-image: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 70%));    padding: 10px;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(60, 40, 10, 0.1);
}

.site-footer.footer_2 .newsletter-form {
    background-image: linear-gradient(rgb(255 255 255 / 25%), rgb(255 255 255 / 25%));
    width: 700px;
}

.newsletter-form input[type="email"]:not(.newsletter-input) {
    width: 100%;
    background: transparent;
    border-radius: var(--radius);
    border: none;
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 1.5;
    transition: var(--transition);
}

.newsletter-form input[type="email"]:not(.newsletter-input):focus {
    outline: none;
    border-color: none;
    box-shadow: none;

}

.newsletter-input {
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    background: transparent;
    border: none !important;
    color: #333333;
    font-size: 14px;
    min-width: 280px;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    outline: none !important;
}

.newsletter-input::placeholder {
    color: #999999;
}

.newsletter-button {
    background: var(--wetheme-primary-color);
    background-image: linear-gradient(rgb(254 29 2 / 15%), rgb(254 29 0 / 15%));
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.site-footer.footer_2 .newsletter-button {
    background: #ffff;
    color: var(--wetheme-primary-color);
    background-image: none;
    padding: 12px 44px;
}

body.bah-theme-dark .site-footer.footer_2 .newsletter-button {
    background: #232328;
    color: #fff;
}

body.bah-theme-dark .site-footer.footer_2 .newsletter-button:hover {
    background-image: linear-gradient(rgb(255 255 255 / 6%), rgb(255 255 255 / 6%));
}

.site-footer.footer_2 .newsletter-button:hover {
    background-image: linear-gradient(rgb(0 0 0 / 4%), rgb(0 0 0 / 4%));
}

.newsletter-button:hover {
    background-image: linear-gradient(rgb(0 0 0 / 4%), rgb(0 0 0 / 4%));
}

/* Newsletter Messages */
.newsletter-message {
    margin-top: 10px;
}

.success-message {
    color: #28a745;
    background: #d4edda;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #c3e6cb;
}

.error-message {
    color: #dc3545;
    background: #f8d7da;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #f5c6cb;
}

/* Trust Seals and About */
.footer-bottom-row {
    display: inline-flex;
    justify-content: center;
    background: var(--wetheme-primary-color);
    background-image: linear-gradient(rgb(254 29 2 / 15%), rgb(254 29 0 / 15%));
    padding: 20px 0;
    border-radius: 20px;
    color: #FFFFFF;
    margin: 0px 35px 15px 35px;
}

.footer-bottom-row .container{
    max-width: 1300px;
}
.footer-bottom-content {
    display: inline-flex;
    align-items: start;
    flex-direction: row-reverse;
}

/* Trust Seals */
.footer-trust-seals {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}

.trust-seal {
    display: inline-block;
    width: 90px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.trust-seal:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15);
}

.trust-seal.empty-seal {
    background: rgba(255, 255, 255, 0.2);
    border: 2px dashed rgba(255, 255, 255, 0.3);
}

.trust-seal a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.trust-seal a:hover {
    opacity: 0.9;
}

.trust-seal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.seal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Footer About */
.footer-about {
    display: flex;
    align-self: center;
}

.footer-about-logo {
    padding-left: 15px;
    display: flex;
}

.footer-about-logo-img {
    max-height: 62px;
    width: auto;
    display: block;
    align-self: center;
    object-fit: contain;
}

.footer-about-text {
    color: #FFFFFF;
    max-width: 80%;
    font-size: 12px;
    line-height: 1.9;
    text-align: justify;
}

/* Footer Credit Line*/
   .footer-credit {
    background: #fff2d9;
    padding: 10px 0;
}

.credit-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-direction: row;
}

.credit-text {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.site-footer.footer_2 .credit-text {
    color: #ffffff;
}

.site-footer.footer_2 ~ .footer-credit .credit-text {
    color: #ffffff !important;
}

body.wetheme-footer-style-style2 .footer-credit .credit-text {
    color: #ffffff !important;
}

.credit-text-rtl {
    text-align: right;
    direction: rtl;
}

.credit-text-ltr {
    text-align: left;
    direction: ltr;
}

.credit-text:hover {
    opacity: 1;
}

/* Responsive */
@media (max-width: 1200px) {
    .footer-bottom-content {
        gap: 32px;
    }
    
    .footer-menu {
        gap: 20px;
    }
}

@media (max-width: 992px) {    
    .footer-navigation {
        order: 2;
    }
    
    .footer-menu {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-bottom-content {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    
    .footer-about {
        text-align: center;
    }
    
    .footer-trust-seals {
        justify-content: center;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .footer-top-row {
        padding: 18px 0;
    }

    .footer-top-content {
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    .site-footer.footer_2  .footer-top-content {
        flex-direction: row;
    }

    .site-footer.footer_2 .footer-newsletter-row > .menu {
        width: 70%;
    }

    .footer-social-icons{
        order: 1;
    }
    .footer-logo {
        display: none;
    }

    .footer-social-icons {
        gap: 14px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
    }

    .social-icon svg,
    .social-icon i {
        width: 20px;
        height: 20px;
        font-size: 19px;
    }

    .footer-navigation {
        order: 2;
        justify-content: start;
    }

    .footer-menu {
        gap: 12px;
        flex-wrap: unset;
        justify-content: center;
    }

    .site-footer.footer_2 .footer-navigation--desktop .footer-menu .sub-menu li a {
        font-size: 12px ;
    }

    .footer-logo-img {
        display: none;
    }

    .footer-newsletter-row {
        padding: 20px 0;
    }

    .site-footer.footer_2 .footer-newsletter-row {
        gap: 30px;
    }

    .site-footer.footer_2 .footer-newsletter-row > .info {
        width: 25%;
    }  

    .site-footer.footer_2 .footer-newsletter-row > .info .footer-info-item i {
        font-size: 24px;
        padding: 10px;
    }

    .site-footer.footer_2 .footer-newsletter-row > .info .footer-info-item {
        gap: 8px;
        font-size: 11px;
    }

    .site-footer.footer_2 .footer-newsletter-row > .info .footer-info-subtitle {
        font-size: 10px;
    }

    .newsletter-content {
        gap: 18px;
    }

    .site-footer.footer_2 .newsletter-form {
        width: 100%;
    }

    .newsletter-text {
        font-size: 17px;
    }

    .newsletter-form {
        padding: 10px;
    }

    .newsletter-input {
        min-width: 260px;
        font-size: 13.5px;
    }

    .newsletter-button {
        padding: 12px 22px;
        font-size: 13.5px;
    }

    .footer-bottom-row {
        padding: 18px;
        border-radius: 18px;
        min-width: 100%;
        margin: 0;
    }

    .footer-bottom-content {
        gap: 20px;
    }

    .footer-trust-seals {
        gap: 14px;
    }

    .trust-seal {
        width: 60px;
        height: 70px;
    }

    .footer-about-logo-img {
        max-height: 65px;
    }

    .footer-about-text {
        font-size: 11px;
        max-width: 75%;
    }

    .credit-text {
        font-size: 13.5px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .footer-top-row {
        padding: 15px 0;
    }

    .footer-top-content {
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 18px;
        text-align: center;
    }

    .footer-social-icons,
    .footer-logo {
        order: 1;
    }

    .footer-social-icons {
        justify-content: center;
        width: auto;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
    }

    .footer-navigation {
        order: 2;
        flex: 0 0 100%;
        justify-content: center;
        display: flex;
    }

    .footer-navigation--desktop {
        display: none !important;
    }

    .footer-navigation--mobile {
        display: flex !important;
        width: 100%;
    }

    .footer-navigation--mobile .footer-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 7px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footer-navigation--mobile .footer-menu li {
        list-style: none;
        width: 100%;
        background: #f5f5f5;
        border-radius: 12px;
        padding: 12px 15px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .site-footer.footer_2 .footer-navigation--mobile .footer-menu li {
        background: var(--wetheme-primary-color);
        background-image: linear-gradient(rgb(255 255 255 / 25%), rgb(255 255 255 / 25%));
    }

    .footer-navigation--mobile .footer-menu li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 12px;
        color: #222222;
        font-size: 14px;
        font-weight: 600;
        text-align: right;
        background: transparent;
        padding: 0;
    }

    .site-footer.footer_2 .footer-navigation--mobile .footer-menu li a {
        color: #fff;
    }

    .footer-navigation--mobile .footer-menu li a .menu-item-text {
        display: inline-block;
        width: 100%;
    }

    .footer-navigation--mobile .footer-menu li.menu-item-has-children {
        position: relative;
    }

    .footer-navigation--mobile .footer-menu li.menu-item-has-children > a {
        padding-left: 5px;
    }

    .footer-navigation--mobile .footer-menu li.menu-item-has-children > a::after {
        content: '';
        width: 7px;
        height: 7px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
        margin-right: 14px;
        margin-bottom: 5px;
    }

    .footer-navigation--mobile .footer-menu li.menu-item-has-children.is-open > a::after,
    .footer-navigation--mobile .footer-menu li.menu-item-has-children > a[aria-expanded="true"]::after {
        transform: rotate(-135deg);
    }

    .footer-navigation--mobile .footer-menu .sub-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        max-height: 0;
        transform: translateY(-6px);
        transition: max-height 0.35s ease, transform 0.3s ease;
    }

    .footer-navigation--mobile .footer-menu .sub-menu li {
        width: 100%;
        padding: 0;
    }

    .footer-navigation--mobile .footer-menu .sub-menu li a {
        display: block;
        width: 100%;
        padding: 6px 0;
        color: #4a4a4a;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.6;
        background: transparent;
        border-radius: 0;
        text-align: right;
    }

    .footer-navigation--mobile .footer-menu .sub-menu li a:hover,
    .footer-navigation--mobile .footer-menu .sub-menu li a:focus {
        color: var(--wetheme-primary-color);
    }

    .footer-navigation--mobile .footer-menu li.menu-item-has-children.is-open > .sub-menu,
    .footer-navigation--mobile .footer-menu li.menu-item-has-children > a[aria-expanded="true"] + .sub-menu {
        max-height: 500px;
        transform: translateY(0);
        padding: 4px 0 2px;
    }

    .footer-top-row .container,
    .footer-newsletter-row .container,
    .footer-bottom-row {
        width: 100%;
        max-width: none;
        margin: 0 auto;
        padding: 0 5px;
        box-sizing: border-box;
    }
    
    .site-footer.footer_2 .footer-newsletter-row {
        flex-direction: column;
        padding: 0px 0px 10px 0px;
        gap: 0;
    }

    .site-footer.footer_2 .footer-top-row {
        padding: 0;
    } 
    
    .site-footer.footer_2 .footer-newsletter-row > .info .footer-info-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 20px;
        column-gap: 10px;
        align-items: stretch;
        margin-bottom: 30px;
    }

    .site-footer.footer_2 .footer-newsletter-row > .info .footer-info-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .site-footer.footer_2 .footer-newsletter-row > .info .footer-info-item:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }

    .site-footer.footer_2 .footer-newsletter-row > .info .footer-info-item:nth-child(2) {
        grid-column: 1 / -1;
        grid-row: 2;
    }
    
    .site-footer.footer_2 .footer-newsletter-row > .menu,
    .site-footer.footer_2 .footer-newsletter-row > .info,
    .site-footer.footer_2 .footer-newsletter-row > .trust {
        width: 100%;
        max-width: none;
        margin: 0 auto;
        padding: 0 5px;
        box-sizing: border-box;
    }
    
    .site-footer.footer_2 .footer-newsletter-row > .info .footer-info-item i {
        font-size: 22px;
        padding: 12px;
        border-radius: 9px;
    }

    .site-footer.footer_2 .footer-newsletter-row > .info .footer-info-subtitle {
    font-size: 10px;
    }   
    
    .footer-newsletter-row {
        padding: 30px 0;
    }
    
    .footer-bottom-row {
        padding: 0px 8px;
        background: transparent;
        min-width: 100%;
    }
    
    .footer-bottom-row .container {
        display: flex;
        flex-direction: column;
        background: var(--wetheme-primary-color);
        background-image: linear-gradient(rgb(254 29 2 / 15%), rgb(254 29 0 / 15%));
        align-items: center;
        margin: 0 0 120px;
        gap: 24px;
        border-radius: 15px;
        padding: 20px;
    }
    
    .newsletter-form {
        flex-direction: column;
        align-items: stretch;
        padding: 10px;
    }

    .site-footer.footer_2 .footer-back-to-top {
        top: 20px;
    }

    .site-footer.footer_2 .newsletter-form {
        width: auto;
    }
    
    .newsletter-input {
        min-width: auto;
        width: 100%;
    }
    
    .footer-menu {
        gap: 12px;
    }
    
    .footer-menu li a {
        font-size: 14px;
    }
    
    .footer-bottom-content {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
        position: relative;
    }
    
    .footer-bottom-content .footer-trust-seals {
        position: absolute;
        bottom: -120px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 1;
    }
    
    .footer-trust-seals {
        gap: 12px;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .trust-seal {
        width: 80px;
        height: 90px;
    }
    
    .trust-seal a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .trust-seal img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .footer-about {
        width: 100%;
        text-align: center;
        float: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        justify-content: center;
    }

    .footer-about-logo {
        padding-left: 0;
        float: none;
        margin: 0;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
    }

    .footer-about-text {
        max-width: 100%;
        text-align: right;
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    
    .footer-about-text-content {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.6;
    }
    
    .footer-about-text.is-expanded .footer-about-text-content {
        display: block;
        -webkit-line-clamp: unset;
    }
    
    .footer-about-toggle {
        background: transparent;
        border: none;
        color: #fff;
        text-decoration: underline;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        padding: 4px 0;
        text-align: right;
        align-self: flex-start;
        transition: color 0.3s ease;
        display: none;
    }
    
    .footer-about-text.is-expanded .toggle-text-more {
        display: none;
    }
    
    .footer-about-text.is-expanded .toggle-text-less {
        display: inline !important;
    }

    .footer-logo-img {
        max-height: 45px;
    }
    
    .footer-about-logo-img {
        max-height: 55px;
    }
}

@media (max-width: 480px) {
    .footer-top-row {
        padding: 0;
        background: var(--wetheme-footer-bg-mobile);
        border-bottom:none;
    }
    
    .footer-top-content {
        gap: 12px;
    }

    .site-footer{
        background-color: var(--wetheme-footer-bg-mobile) !important;
    }

    .site-footer.footer_2{
        margin: 0;
    }
    

    .footer-newsletter-row {
        padding: 24px 0 10px;
        background: var(--wetheme-footer-bg-mobile);
    }
    
    .footer-bottom-row {
        padding: 0px 8px;
        background: transparent;
        min-width: 100%;
    }
    
    .footer-top-content {
        gap: 15px;
    }
    
    .footer-navigation {
        flex: 0 0 100%;
        padding-top: 10px;
    }
    
    .footer-bottom-content {
        gap: 24px;
    }

    .newsletter-form {
        padding: 10px;
    }

    .site-footer.footer_2 .newsletter-form {
        width: 100%;
        border-radius: 8px;
        padding: 7px;
    }

    .site-footer.footer_2 .footer-newsletter-row > .info .footer-info-item i {
        font-size: 20px;
        padding: 10px;
        border-radius: 8px;
    }

    .site-footer.footer_2 .newsletter-button {
        padding: 12px 24px;
        border-radius: 5px;
    }  
    
    .footer-social-icons {
        gap: 8px;
    }

    .social-icon svg, .social-icon i {
        width: 18px;
        height: 18px;
        font-size: 18px;
        line-height: 1;
    }
    
    .social-icon {
        width: 33px;
        height: 33px;
        border-radius: 8px;
    }
    
    .social-icon svg {
        width: 17px;
        height: 17px;
    }
    
    .newsletter-content {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .site-footer.footer_2 .newsletter-content {
        gap: 0;
        margin-top: 15px;
        order: 3;
    }

    .newsletter-text {
        font-size: 14px;
        font-weight: 500;
    }
    
    .footer-about-title {
        font-size: 20px;
    }
    
    .footer-about-text {
        font-size: 14px;
    }
    
    .footer-description-text {
        font-size: 13px;
    }
    
    .footer-trust-seals {
        gap: 8px;
        justify-content: center;
    }
    
    .trust-seal {
        width: 70px;
        height: 80px;
        background: #eeeeee;
        box-shadow: none;
    }
    
    .trust-seal a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .trust-seal img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .trust-seal.empty-seal{
        border: 1px dashed #d4d4d4;
        background: #e4e4e4;
    }
    
    .footer-logo-img {
        max-height: 35px;
    }
    
    .footer-about-logo-img {
        max-height: 70px;
    }
    
    .footer-about-text {
        font-size: 12px;
        font-weight: 400;
    }

    .footer-credit {
        padding: 40px 0 0;
        background: #fff;
    }
    
    .credit-content {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        text-align: center;
    }
    
    .credit-text {
        font-size: 13px;
        width: 100%;
    }
    
    .credit-text-rtl,
    .credit-text-ltr {
        text-align: center;
    }

    .site-footer.footer_2 .footer-back-to-top {
        top: 0px;
    }
}

/* RTL Support */

[dir="rtl"] .newsletter-form {
    flex-direction: row;
}

[dir="rtl"] .footer-about {
    text-align: left;
}

/* Animations */
.footer-top-row,
.footer-newsletter-row,
.footer-bottom-row {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.social-icon {
    animation: fadeInUp 0.6s ease-out;
}

.social-icon:nth-child(1) { animation-delay: 0.1s; }
.social-icon:nth-child(2) { animation-delay: 0.2s; }
.social-icon:nth-child(3) { animation-delay: 0.3s; }

.trust-seal {
    animation: fadeInUp 0.6s ease-out;
}

.trust-seal:nth-child(1) { animation-delay: 0.4s; }
.trust-seal:nth-child(2) { animation-delay: 0.5s; }
.trust-seal:nth-child(3) { animation-delay: 0.6s; }
.trust-seal:nth-child(4) { animation-delay: 0.7s; }


/* Dark Mode */

body.bah-theme-dark .site-footer {
    background: #232328 !important;
}

body.bah-theme-dark .footer-top-row {
    background: #232328 !important;
}

body.bah-theme-dark .footer-newsletter-row {
    background: #232328 !important;
}

body.bah-theme-dark .footer-credit {
    background: #232328 !important;
}

body.bah-theme-dark .footer-menu li a {
    color: #fff !important;
}

body.bah-theme-dark .footer-menu li a:hover {
    color: #ffa000 !important;
}

body.bah-theme-dark .footer-navigation--mobile .footer-menu li {
    background: #2a2a2f !important;
}

body.bah-theme-dark .footer-navigation--mobile .footer-menu li a {
    color: #f9fafb !important;
}

body.bah-theme-dark .footer-navigation--mobile .footer-menu .sub-menu li a {
    color: #d1d5db !important;
}

body.bah-theme-dark .footer-navigation--mobile .footer-menu .sub-menu li a:hover,
body.bah-theme-dark .footer-navigation--mobile .footer-menu .sub-menu li a:focus {
    color: #ffa000 !important;
}

body.bah-theme-dark .newsletter-text {
    color: #fff !important;
}

body.bah-theme-dark .newsletter-form {
    background: #353535 !important;
}

body.bah-theme-dark .newsletter-form input[type="email"] {
    background: #353535 !important;
}

body.bah-theme-dark .newsletter-input {
    background: #353535 !important;
    color: #fff !important;
}

body.bah-theme-dark .newsletter-input::placeholder {
    color: #999999 !important;
}


body.bah-theme-dark .credit-text {
    color: #fff !important;
}

.wetheme-support-wrap {
	position: relative;
    width: 100%;
    padding: 10px;
    max-width: 1600px;
    justify-self: center;
	--wao-curve-color: #fff2e0;
}

.wetheme-support-wrap.footer_2 {
	margin-top: 25px;
}

.wetheme-support-wrap .wsb-top-curve {
	width: 100%;
	height: 70px;
	overflow: hidden;
	line-height: 0;
	-webkit-mask: url(../img/homepage/curve.svg) no-repeat center top;
	mask: url(../img/homepage/curve.svg) no-repeat center top;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: var(--wao-curve-color, #fff2e0);
	margin-bottom: -1px;
}

.wetheme-support-wrap .wsb-top-curve img {
	display: none;
}

.wetheme-support-bar .wsb-back-to-top {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	background: transparent;
	border: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	z-index: 2;
}
.wetheme-support-bar .wsb-back-to-top .wsb-label { 
	margin-top: 5px; 
	padding: 6px 10px; 
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	gap: 10px; 
}
.wetheme-support-bar .wsb-back-to-top .wsb-icon { width: 14px; height: 14px; }
.wetheme-support-bar .wsb-back-to-top .wsb-icon path { stroke: #000; stroke-width: 1.6; fill: none; }
.wetheme-support-bar .wsb-back-to-top span { line-height: 1; font-weight: 600; font-size: 15px; }
.wetheme-support-bar .wsb-back-to-top:hover { filter: brightness(0.97); }

.wetheme-support-bar {
	position: relative;
    width: 100%;
    margin-bottom: 20px;
    background: #fff2e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px 20px;
    border-radius: 20px;
    box-sizing: border-box;
}

.wetheme-support-wrap.footer_2 .wetheme-support-bar {
	padding: 18px 60px;
}

.wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-email {
	order: 0;
	text-align: right;
}

.wetheme-support-bar .wsb-email {
	text-align: right;
	order: 1;
}
.wetheme-support-bar .wsb-email .wsb-email-label {
	font-weight: 800;
	margin-bottom: 6px;
}
.wetheme-support-bar .wsb-email .wsb-email-address {
	opacity: .9;
}

.wetheme-support-bar .wsb-logo {
	display: flex;
	align-items: center;
	order: 2;
	position: relative;
	text-align: center;
	right: 5%;
}
.wetheme-support-bar .wsb-logo img {
	max-width: 190px;
	height: auto;
}

.wetheme-support-bar .wsb-features {
	display: flex;
	align-items: flex-end;
	gap: 0;
	order: 3;
}
.wetheme-support-bar .wsb-features .wsb-feature { 
	position: relative; 
	padding: 0 20px;
}
.wetheme-support-bar .wsb-features .wsb-feature:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: rgba(0, 0, 0, 0.121);
}

.wetheme-support-bar .wsb-email .wsb-email-caption { font-weight: 700; margin-left: 6px; }
.wetheme-support-bar .wsb-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}
.wetheme-support-bar .wsb-feature img { width: 40px; height: 40px; object-fit: contain; }
.wetheme-support-bar .wsb-feature .wsb-feature-title { font-weight: 600; font-size: 10px; }
.wetheme-support-bar .wsb-feature:hover .wsb-feature-title { filter: brightness(0.8); }


.wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-features {
	align-items: center;
	gap: 90px;
}

.wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-features .wsb-feature:not(:last-child)::after {
	display: none;
}

.wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-feature {
	flex-direction: column;
	align-items: center;
	gap: 15px;
    padding: 0;

}

.wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-feature img {
	width: 50px;
	height: 50px;
}

.wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-feature .wsb-feature-title {
	font-size: 10px;
	font-weight: 500;
}

/* Dark Mode */
body.bah-theme-dark .wetheme-support-wrap {
	--wao-curve-color: #232328;
}

body.bah-theme-dark .wetheme-support-wrap .wsb-top-curve {
	-webkit-mask: url(../img/homepage/curve.svg) no-repeat center top;
	mask: url(../img/homepage/curve.svg) no-repeat center top;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #232328 !important;
}

body.bah-theme-dark .wetheme-support-wrap .wsb-top-curve img {
	display: none;
}

body.bah-theme-dark .wetheme-support-bar {
	background: #232328 !important;
}

body.bah-theme-dark .wetheme-support-bar .wsb-email-label,
body.bah-theme-dark .wetheme-support-bar .wsb-email-address {
	color: #f9fafb;
}

body.bah-theme-dark .wetheme-support-bar .wsb-email-caption {
	color: #e5e7eb;
}

body.bah-theme-dark .wetheme-support-bar .wsb-feature-title {
	color: #f9fafb;
}

body.bah-theme-dark .wetheme-support-bar .wsb-feature img {
	filter: brightness(0.9) contrast(1.05);
}

body.bah-theme-dark .wetheme-support-bar .wsb-back-to-top .wsb-icon path {
	stroke: #ffffff;
}

body.bah-theme-dark .wetheme-support-bar .wsb-back-to-top span {
	color: #f9fafb;
}

@media (max-width: 1024px) {
	.wetheme-support-wrap .wsb-top-curve {
		height: 60px;
	}

	.wetheme-support-bar {
		padding: 25px 18px 18px;
	}

	.wetheme-support-bar .wsb-logo {
		display: none;
	}

	.wetheme-support-bar .wsb-logo img {
		max-width: 160px;
	}

	.wetheme-support-bar .wsb-features .wsb-feature {
		padding: 0 15px;
	}

	.wetheme-support-bar .wsb-feature img {
		width: 36px;
		height: 36px;
	}

	.wetheme-support-bar .wsb-feature .wsb-feature-title {
		font-size: 9px;
	}

	.wetheme-support-bar .wsb-email .wsb-email-label {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.wetheme-support-bar .wsb-email .wsb-email-address {
		font-size: 13px;
	}

	.wetheme-support-bar .wsb-back-to-top {
		top: -35px;
	}

	.wetheme-support-bar .wsb-back-to-top .wsb-label {
		padding: 5px 8px;
		gap: 8px;
	}

	.wetheme-support-bar .wsb-back-to-top .wsb-icon {
		width: 12px;
		height: 12px;
	}

	.wetheme-support-bar .wsb-back-to-top span {
		font-size: 13px;
	}

    .wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-features {
        gap: 60px;
    }

    .wetheme-support-wrap.footer_2 .wetheme-support-bar {
        padding: 18px 40px;
    }
}

@media (max-width: 768px) {
	.wetheme-support-wrap .wsb-top-curve {
		height: 50px;
	}

	.wetheme-support-bar {
		flex-direction: column;
		gap: 25px;
		text-align: center;
		padding: 20px 5px;
		border-radius: 15px;
	}

    .wetheme-support-wrap.footer_2 .wetheme-support-bar {
        padding: 18px 8px;
    	flex-direction: row;
        gap: 6px;
    }

    .wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-features {
        align-items: center;
        gap: 2px;
    }

    .wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-email {
        order: 0;
        width: 36%;
        text-align: right !important;
        margin: 0;
    }  

    .wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-email .wsb-email-label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-email .wsb-email-address {
        font-size: 9px;
    }

	.wsb-email {
        order: 3;
        text-align: center !important;
        width: 100%;
        margin-top: -30px;
	}

	.wsb-logo {
		order: 1;
		right: 0;
		width: 100%;
		justify-content: center;
	}

	.wsb-logo img {
		max-width: 140px;
	}

	.wsb-features {
		order: 2;
		justify-content: center;
		flex-wrap: nowrap;
		width: 100%;
		gap: 4px;
	}

	.wetheme-support-bar .wsb-features .wsb-feature {
		padding: 0 0px;
		flex: 1 1 25%;
		min-width: 0;
		max-width: 25%;
	}

    .wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-feature {
        gap: 10px;
    }

    .wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-feature img {
        width: 30px;
        height: 30px;
    }

    .wetheme-support-wrap.footer_2 .wetheme-support-bar .wsb-feature .wsb-feature-title {
        font-size: 7px;
    }

	.wetheme-support-bar .wsb-features .wsb-feature:not(:last-child)::after {
		display: none;
	}

	.wetheme-support-bar .wsb-feature {
		gap: 4px;
	}

	.wetheme-support-bar .wsb-feature img {
		width: 28px;
		height: 28px;
	}

	.wetheme-support-bar .wsb-feature .wsb-feature-title {
		font-size: 8px;
		line-height: 1.2;
		text-align: center;
	}

	.wetheme-support-bar .wsb-email .wsb-email-label {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.wetheme-support-bar .wsb-email .wsb-email-address {
		font-size: 12px;
	}

	.wetheme-support-bar .wsb-back-to-top {
        display: none;
	}

	.wetheme-support-bar .wsb-back-to-top .wsb-label {
		padding: 4px 6px;
		gap: 6px;
	}

	.wetheme-support-bar .wsb-back-to-top .wsb-icon {
		width: 11px;
		height: 11px;
	}

	.wetheme-support-bar .wsb-back-to-top span {
		font-size: 12px;
	}

}