.elementor-3442 .elementor-element.elementor-element-79e3d9b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3442 .elementor-element.elementor-element-d97d6e4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3442 .elementor-element.elementor-element-c946591{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3442 .elementor-element.elementor-element-737b1d7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3442 .elementor-element.elementor-element-43db179{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3442 .elementor-element.elementor-element-2f48541{--display:flex;}.elementor-3442 .elementor-element.elementor-element-d050472{--display:flex;--margin-top:030px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3442 .elementor-element.elementor-element-0c6b2d6{--display:flex;}.elementor-3442 .elementor-element.elementor-element-5bed1d9{--display:flex;--margin-top:20px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-3442 .elementor-element.elementor-element-d4c08d8{--swiper-slides-to-display:4;--swiper-slides-gap:10px;--arrow-prev-left-align:0%;--arrow-prev-translate-x:0px;--arrow-prev-left-position:0px;--arrow-prev-top-align:50%;--arrow-prev-translate-y:-50%;--arrow-prev-top-position:0px;--arrow-next-right-align:0%;--arrow-next-translate-x:0%;--arrow-next-right-position:0px;--arrow-next-top-align:50%;--arrow-next-translate-y:-50%;--arrow-next-top-position:0px;}.elementor-3442 .elementor-element.elementor-element-d4c08d8 .swiper-slide > .elementor-element{height:100%;}@media(min-width:768px){.elementor-3442 .elementor-element.elementor-element-79e3d9b{--content-width:1140px;}.elementor-3442 .elementor-element.elementor-element-5bed1d9{--content-width:1200px;}}@media(max-width:1024px){.elementor-3442 .elementor-element.elementor-element-d050472{--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3442 .elementor-element.elementor-element-d4c08d8{--swiper-slides-to-display:2;}}@media(max-width:767px){.elementor-3442 .elementor-element.elementor-element-d050472{--margin-top:030px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3442 .elementor-element.elementor-element-d4c08d8{--swiper-slides-to-display:1;}}/* Start custom CSS for html, class: .elementor-element-e4159bf */.compare-section{
    max-width:1100px;
    margin:80px auto;
    padding:0 20px;
}

.section-header{
    text-align:center;
    margin-bottom:50px;
}

.tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:10px;
    background:rgba(16,126,46,.08);
    color:#107E2E;
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
}

.section-header h2{
    font-size:42px;
    color:#107E2E;
    margin-bottom:15px;
}

.section-header p{
    color:#666;
    max-width:700px;
    margin:auto;
    line-height:2;
}

.compare-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.compare-card{
    background:#fff;
    border-radius:28px;
    padding:35px;

    border:1px solid rgba(16,126,46,.1);

    transition:.35s;

    box-shadow:
    0 15px 40px rgba(16,126,46,.05);
}

.compare-card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 20px 50px rgba(16,126,46,.12);
}

.featured{
    background:
    linear-gradient(
    135deg,
    #107E2E,
    #0d6825);

    color:#fff;

    position:relative;
    overflow:hidden;
}

/*.featured::before{*/
/*    content:'پیشنهاد ویژه';*/
/*    position:absolute;*/
/*    top:20px;*/
/*    left:-35px;*/

/*    background:#ffc300;*/
/*    color:#107E2E;*/

/*    padding:8px 40px;*/

/*    font-size:12px;*/
/*    font-weight:800;*/

/*    transform:rotate(-35deg);*/
/*}*/

.card-title{
    display:flex;
    align-items:center;
    gap:12px;

    font-size:28px;
    font-weight:800;
    margin-bottom:25px;
}

.card-title span{
    width:55px;
    height:55px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:15px;

    background:rgba(255,255,255,.12);
}

.compare-card ul{
    list-style:none;
}

.compare-card li{
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.08);

    position:relative;
    padding-right:30px;
}

.compare-card li:last-child{
    border-bottom:none;
}

#zabdar::before{
     content:'⨉';
    position:absolute;
    right:0;
    color:red;
    font-weight:800;
}
.compare-card li::before{
    content:'✓';
    position:absolute;
    right:0;
    color:#ffc300;
    font-weight:800;
}

.compare-card:not(.featured) li{
    border-color:rgba(16,126,46,.08);
}

.compare-card:not(.featured) li::before{
    color:#107E2E;
}

@media(max-width:768px){

    .compare-grid{
        grid-template-columns:1fr;
    }

    .section-header h2{
        font-size:32px;
    }
}/* End custom CSS */