/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1763975181
Updated: 2025-11-24 09:06:21

*/
span.exp-border {
    border: 2px solid #e7b04f;
    border-radius: 10px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 2px;
}

.tab-cont {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}

.Tcontent {
    padding-left: 25px;
    width: 60%;
}

.Tcontent h3 {
    font-family: 'Poppins';
    font-weight: 600;
}

.Tcontent p {
    font-family: 'Poppins';
}

.tab-cont img {
    height: 300px !important;

}

.tab-cont p img {
    border-radius: 20px;
}

a.btnContent {
    background-color: #e6a93f;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px;
}

figure.swiper-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.5s ease;
}

.bgorange figure.elementor-image-box-img {
    background-color: #e5a93e;
    padding: 7px;
    border-radius: 13px;
}

li#menu-item-820 a.hfe-menu-item.elementor-button {
    color: white !important;
}

figure.swiper-slide-inner:hover {
    flex-grow: 3;
}

figure.swiper-slide-inner:hover img {
    transform: scale(1.1);
    /* تھوڑا سا زوم اثر */
    transition: transform 0.5s ease;
}

figure.swiper-slide-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.5s ease;
}

figure.swiper-slide-inner:hover::after {
    opacity: 1;
}

.elementor-674 .elementor-element.elementor-element-0e915ca .elementor-accordion-item {
    border-width: 2px;
    border-radius: 10px !important;
}

.home header#masthead {
    position: absolute;
    width: 100%;
    background-color: #fff;
}

.hover_homeservice a {
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .home header#masthead {
        position: relative;
    }

    .elementor-34 .elementor-element.elementor-element-15a2b4a .elementkit-tab-wraper.vertical .elementkit-tab-nav {
        flex-basis: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 24px;
    }

    .tab-cont {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
        padding-bottom: 20px;
    }

    .Tcontent {
        padding-left: 25px;
        width: 100%;
        padding-right: 20px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    ul.nav.nav-tabs.elementkit-tab-nav li.elementkit-nav-item {
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .elementor-34 .elementor-element.elementor-element-15a2b4a .elementkit-tab-wraper.vertical .elementkit-tab-nav {
        flex-basis: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .elementor-section.elementor-section-height-full {
        height: fit-content !important;
    }

}