/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

.top-features:hover {
    transition: all .5s ease;
    transform: translateY(-20px);
    cursor: pointer;
}

.top-features:hover h2, .top-features:hover p {
    color: white !important;
}

.technology:hover img {
    transform: scale(1.2);
    transition: all 0.4s ease;
    cursor: pointer;
}

.box-service:hover {
    transform: translateY(-15px) !important;
    transition: all .5s ease;
}

.elementor-sticky--effects {
    background: #f3f3f3;
    z-index: 999999;

}

.breadcrumb {
    font-size: 20px;
    font-weight: bold;

}

.breadcrumb a:not(.current-item) {
    color: #40C26C !important;
}

.breadcrumb a.current-item {
    color: #C679E3 !important;
}

button.e-search-submit {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.elementor-widget-search .e-search-form {
    display: flex !important;
    flex-direction: column;
    gap: 7px;
}

.text-line-before::before {
    display: block;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #C679E3;
    left: 0px;
    position: absolute;
    bottom: 5px;
    border-radius: 16px;
}

.text-line-before::after {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background-color: rgba(128, 128, 128, 0.42);
    left: 55px;
    position: absolute;
    bottom: 5px;
    border-radius: 50%;
}

/*================all-post-categories==========*/
.all-post-categories {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
}

.all-post-categories li {
    padding: 4px 6px;
    border-radius: 8px;
    box-shadow: 0px 2px 0px 0px rgba(90, 90, 90, .1);
    background-color: #C679E3;
}

.all-post-categories li a {
    color: white;
    font-size: 10px;
}

/*================all-post-categories==========*/

/*================Article content==========*/
.article_content h2 {
    font-size: 24px;
}

.article_content h3 {
    font-size: 16px;
    font-weight: 900;
}

.article_content img {
    border-radius: 16px !important;
    box-shadow: 0px 2px 8px 0px rgba(90, 90, 90, .48);

}

.article_content a {
    color: #40C26C !important;
    font-weight: 700;

}

.article_content figcaption {
    text-align: center;
    margin-top: 16px;
    font-size: 12px;

}

.article_content .elementor-post-navigation__link__prev, .article_content .elementor-post-navigation__link__next {
    gap: 12px;
}

.related_article, .related_posts_temp h4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.related_article {
    -webkit-line-clamp: 2;
}

.related_posts_temp h4 {
    -webkit-line-clamp: 1;

}

.contact_us_section .elementor-icon-box-icon {
    padding: 8px;
    background: white;
    border-radius: 50%;
}

/*================Article content==========*/

.title_sperate_right{
    position:relative;
    display:inline-block;
}
.title_sperate_right::before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 4px;
    background: #32C353;
    top: -30px;
    margin-bottom: 8px;
    border-radius: 8px;
    position:absolute;
}
.title_sperate_right::after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #32C353;
    top: -30px;
    right: 55px;
    position: absolute;;
    margin-bottom: 8px;
    border-radius: 50%;
}


/*=====================================Center====================*/
.title_sperate_center{
    position: relative;
    display: inline-block;
}


.title_sperate_center::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #32C353;
    top: -30px;
    left: 50%;
    transform: translateX(-60px); /* نصف عرض + نقطه */
    border-radius: 8px;
}

.title_sperate_center::after{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #32C353;
    top: -30px;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-6px);
}
