.elementor-9455 .elementor-element.elementor-element-5da815e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9455 .elementor-element.elementor-element-5da815e:not(.elementor-motion-effects-element-type-background), .elementor-9455 .elementor-element.elementor-element-5da815e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2F5CAA;}.elementor-9455 .elementor-element.elementor-element-5da815e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-9455 .elementor-element.elementor-element-5da815e{--width:458px;}}/* Start custom CSS for container, class: .elementor-element-5da815e */.lux-footer{
    direction: rtl;
    background: linear-gradient(180deg,#114b46 0%,#0d3633 100%);
    color: #eef4f3;
    padding: 70px 0 0;
    font-family: IRANSans,sans-serif;
    border-top: 3px solid #d4af37;
    position: relative;
    overflow: hidden;
}

/* Container */
.footer-container{
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 45px;
}

/* Titles */
.footer-box h2{
    font-size: 32px;
    color: #f3c969;
    margin-bottom: 20px;
    font-weight: 800;
}

.footer-box h3{
    color: #fff;
    margin-bottom: 22px;
    font-size: 19px;
    position: relative;
    padding-bottom: 12px;
}

.footer-box h3:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #f3c969;
    border-radius: 20px;
}

/* Text */
.footer-box p{
    color: #d8e5e3;
    line-height: 2.2;
    font-size: 14px;
}

/* Lists */
.footer-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-box ul li{
    margin-bottom: 14px;
}

.footer-box ul li a{
    color: #e7f1ef;
    text-decoration: none;
    transition: .35s;
    display: inline-block;
}

.footer-box ul li a:hover{
    color: #f3c969;
    transform: translateX(-6px);
}

/* Trust badges */
.trust-badges{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.trust-badges span{
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(243,201,105,.35);
    color: #f3c969;
    padding: 10px 15px;
    border-radius: 40px;
    font-size: 13px;
    backdrop-filter: blur(8px);
}

/* Contact */
.contact-item{
    margin-bottom: 16px;
    color: #d8e5e3;
    font-size: 14px;
}

/* Social */
.socials{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.socials a{
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    transition: .35s;
    background: rgba(255,255,255,.04);
}

.socials a:hover{
    background: #f3c969;
    color: #113f3c;
    border-color: #f3c969;
    transform: translateY(-3px);
}

/* Bottom */
.footer-bottom{
    margin-top: 55px;
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: center;
    padding: 25px 15px;
    color: #cdd9d7;
    font-size: 14px;
    background: rgba(0,0,0,.08);
}

.footer-bottom strong{
    color: #f3c969;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px){

    .footer-container{
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
    }

}

/* Mobile */
@media (max-width: 768px){

    .lux-footer{
        padding: 50px 0 0;
    }

    .footer-container{
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }

    .footer-box h2{
        font-size: 26px;
    }

    .footer-box h3{
        font-size: 18px;
    }

    .footer-box h3:after{
        right: 50%;
        transform: translateX(50%);
    }

    .footer-box ul li a:hover{
        transform: none;
    }

    .trust-badges,
    .socials{
        justify-content: center;
    }

    .socials a{
        padding: 10px 12px;
    }

}

/* Small Mobile */
@media (max-width: 480px){

    .footer-container{
        width: 92%;
    }

    .trust-badges span{
        font-size: 12px;
        padding: 8px 12px;
    }

    .footer-bottom{
        font-size: 13px;
    }

}/* End custom CSS */