/* Featured Block Styles */
.aq-block-aq_column_block {
    margin-left: 2.75% !important;
  
    float: left;
}

.aq_span3 {
  
}

.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

:selection {
    background: #94bb54;
    color: #fff;
    text-shadow: none;
}

a, a:visited {
    color: #111;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a:hover, a:active {
    color: #94bb54;
    outline: none;
}

h5 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: normal;
    line-height: 150%;
    color: #111;
    font-size: 26px !important;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

.featured-block {
    margin: 0 auto;
    height: 200px;
    width: 200px;
    padding: 0 !important;
    text-align: center;
    -webkit-border-radius: 90%;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 90%;
    -moz-border-radius-topright: 0;
    border-radius: 90%;
    border-top-right-radius: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-block:hover {
    cursor: pointer;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%;
}

.featured-block .featured-block-title {
    display: none;
}

.featured-block .featuredIcon {
    display: none;
}

.featured-block-text {
    padding: 0 !important;
}



.featured-block img {
    margin: 0 !important;
 padding-botom:20px;
    max-width: 150px !important;
    max-height: 150px !important;
    width: 150px !important;
    height: 150px !important;
    object-fit: contain;
    -webkit-border-radius: 90%;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 90%;
    -moz-border-radius-topright: 0;
    border-radius: 90%;
    border-top-right-radius: 0;
}

.pmc-button {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    border-bottom: 6px solid;
    margin: 0 20px 20px 0;
    font-size: 14px;
    float: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pmc-simple-button {
    padding: 0 22px;
}

.pmc-simple-button:hover {
    border-radius: 5px;
}

.aq-block-aq_richtext_block .pmc-simple-button {
    margin-right: 0 !important;
}

.style-iFUUE {
    text-align: center;
    line-height: 100%;
    padding-top: 15px;
   min-height: 3em;    /* دو خط متن (هر خط ≈ 1.5em) */
}

.style-eDevf {
    text-align: center;
}

.style-p2mZa {
    color: #808080;
}

.style-NeYMj {
    color: #c0c0c0;
}

@media (max-width: 768px) {
    .aq-block-aq_column_block {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .aq_span3 {
        width: 100% !important;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}