/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.e-fas-minus{
    display: none !important
}
.colorChanging a {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(135deg, #fffdfd, #ff0000, #011052, #000000, #A133FF);
    background-size: 400% 400%; /* Make the background larger for the animation */
    animation: gradientAnimation 5s infinite linear; /* Animation for gradient */
    transition: transform 0.3s;
}
html[lang="en-US"] body{
    direction: ltr !important;
}
/* Animation for rotating the gradient */
@keyframes gradientAnimation {
    0% {
        background-position: 10% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

/* Hover effect */
.colorChanging a:hover {
    transform: scale(1.1); /* Slightly increase size on hover */
}
.topMenu{
    display: none;
    margin-bottom: 5px !important;
}
.sericon .elementor-icon::before{
    content: "";
    position: absolute;
    border: 2px solid #fff;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border-radius: 30% 70% 70% 30% / 30% 53% 47% 70%;
}
.sericon .elementor-icon-box-wrapper:hover svg{
    transform: rotate(360deg);
    transition: transform 0.6s ease;
}
.deyhe{
    background:unset !important
}
.boxqty .elementor-accordion .elementor-accordion-item {
    box-shadow: 8px 8px 15px 0 #dedbd4;
    border-radius: 5px;
    margin: 10px 0;
    padding:20px;
    text-align: justify;
}
.boxqty .elementor-accordion-icon-right {
    float: left !important;
    text-align: right;
    font-size: 20px;
}
.boxqty .elementor-tab-content {
    border-top: 1px solid #dbdbdb !important;
}
.gform_body{
    font-family: 'IRANSANS';
}
.lwptoc-light .lwptoc_i {
    width: 100%;
}
.lwptoc {
    margin: 5px 0 !important;
}
.lwptoc .lwptoc_i A {
    color: #00304c !important;
}
.accordion-item button{
    white-space: initial;
}
.elementor-search-form{
    margin: 0 !important;
}
.elementor-widget-container ol,.elementor-widget-container ul{
    margin-right: 25px;
}
@media (min-width: 768px) {
    .sericon .elementor-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        position: relative;
        background: #1a1e5d;
        border-radius: 30% 70% 70% 30% / 30% 53% 47% 70% !important;
        transition: all .5s ease-in-out;
    }
    .boxconsolation .elementor-element-a26ebf7 {
        position: fixed;
        z-index: 1000;
        width: 200px;
        right: 10px;
        bottom: 15px;
    }
}
@media (max-width: 767px) {
    .page-id-27396 .elementor-element .elementor-widget-container{
        margin: 0 5px 0 0 !important;
    }
    .page-id-27396 .elementor-30764 .elementor-element.elementor-element-20173c7 > .elementor-widget-container {
        margin: 0 0.2em 0 0.4em !important;
    }
    .jet-smart-filters-elementor-loop-no-result{
        display: none;
    }
    #filterAmlak{
        position: fixed;
        background: white;
        top: 0;
        z-index: 1000;
        overflow-y: scroll;
        height: 95vh;
    }
    .sericon .elementor-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        position: relative;
        background: #1a1e5d;
        border-radius: 30% 70% 70% 30% / 30% 53% 47% 70% !important;
        transition: all .5s ease-in-out;
        padding: 15px;
    }
    .boxconsolation .elementor-element-a26ebf7 {
        position: fixed;
        z-index: 1000;
        width: 95%;
        right: 10px;
        bottom: 15px;
    }
}
.comment-navigation{
	display: none;
}
.comments-load-more{
background: orange;
    text-align: center;
    padding: 10px;
    width: 200px;
    margin: 10px auto;
    border-radius: 5px;
}