.elementor-164 .elementor-element.elementor-element-266b076b{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--flex-wrap:nowrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-164 .elementor-element.elementor-element-266b076b{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-3cc793e1 */@font-face {
    font-family: 'YekanBakh';
    src: url('https://rezakmod.ir/wp-content/uploads/2026/05/YekanBakh-VF.ttf') format('truetype');
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}

.rezak-footer,
.rezak-footer *{
    font-family:'YekanBakh' !important;
    box-sizing:border-box;
}

.rezak-footer{
    direction:rtl;
    
    padding:40px 20px;
    font-size:12px;
    font-weight: 800px;
}

.rezak-features{
    max-width:1200px;
    margin:0 auto 40px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.rezak-feature{
    background:#fff;
    padding:20px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(15,16,53,.08);
    transition:.3s;
    border:1px solid rgba(127,199,217,.25);
}

.rezak-feature:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(15,16,53,.12);
}

.rezak-feature i{
    font-size:14px;
    color:#365486;
    margin-bottom:10px;
    display:block;
}

.rezak-feature span{
    color:#0F1035;
    font-weight:700;
    font-size:14px;
}

.rezak-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.rezak-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 30px rgba(15,16,53,.08);
    border:1px solid rgba(127,199,217,.2);
    transition:.3s;
}

.rezak-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(15,16,53,.12);
}

.rezak-card img{
    max-width:180px;
    height:auto;
    display:block;
    margin:0 auto 20px;
    transition:.3s;
}

.rezak-card:hover img{
    transform:scale(1.05);
}

.rezak-card h3{
    color:#0F1035;
    font-size:14px;
    margin-bottom:20px;
    font-weight:600;
}

.rezak-card p{
    color:#365486;
    line-height:2.1;
    font-size:14px;
    margin:0;
}

.rezak-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.rezak-card ul li{
    margin-bottom:12px;
}

.rezak-card ul li a{
    text-decoration:none;
    color:#365486;
    font-size:14px;
    transition:.3s;
}

.rezak-card ul li a:hover{
    color:#0F1035;
    padding-right:8px;
}

.rezak-phone{
    display:inline-block;
    margin-top:15px;
    color:#0F1035;
    text-decoration:none;
    font-weight:800;
    font-size:14px;
}

.rezak-phone:hover{
    color:#365486;
}

.rezak-copy{
    max-width:1200px;
    margin:35px auto 0;
    padding-top:25px;
    border-top:1px solid rgba(54,84,134,.15);
    text-align:center;
    color:#365486;
    font-size:14px;
    line-height:2;
}

@media(max-width:992px){

    .rezak-features{
        grid-template-columns:repeat(2,1fr);
    }

    .rezak-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .rezak-footer{
        padding:30px 15px;
    }

    .rezak-features{
        grid-template-columns:1fr 1fr;
        gap:12px;
    }

    .rezak-feature{
        padding:15px;
    }

    .rezak-grid{
        grid-template-columns:1fr;
    }

    .rezak-card{
        padding:22px;
    }

    .rezak-card h3{
        font-size:16px;
    }

    .rezak-card img{
        max-width:150px;
    }

}/* End custom CSS */