/* 
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 */


.heade-mobile-icon {
    line-height: 0;
}

.main-header-continer {
    transition:
        background-color 0.2s ease,
        border-color 0s ease;
}

.box_2_header {
    border-color: var(--e-global-color-accent);
}

/* Service Loop */
.service-main-element .elementor-loop-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-main-element .elementor-loop-container .e-loop-item {
    width: 48% !important;
}

@media (max-width: 768px) {
    .service-main-element .elementor-loop-container .e-loop-item {
        width: 100% !important;
    }
}

/* Single Line Clamp */
.blog-card-title,
.product-title-template,
.category-item .elementor-icon-box-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* Blog Layout */
/*.home-blog-carousel-element .swiper-wrapper .swiper-slide:nth-child(odd) .blog-card-img,*/
/*.home-blog-grid-element .e-loop-item:nth-child(odd) .blog-card-img {*/
/*    order: 2 !important;*/
/*}*/

@media (max-width: 768px) {
    .home-blog-grid-element .e-loop-item:nth-child(odd) .blog-card-img {
        order: 0 !important;
    }
}

/* CTA Call Tooltip */
.call-cta-icon::before {
    content: "تماس بگیرید";
    position: absolute;
    left: calc(100% + 10px);
    width: 120px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--e-global-color-4d2fe47);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    opacity: 0;
    transition: all 0.2s !important;
}

.call-cta-icon:hover::before {
    opacity: 1 !important;
}

/* Phone Link */
.phone-link {
    color: #000;
    font-family: yekanbakh !important;
}
