/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* footer */

.site-footer h4 {
    font-size: 1rem!important;
	 font-weight: 600!important;
}
.site-footer li {
    font-size: 1rem!important;
	 font-weight: 400!important;
}
.wp-block-social-links .wp-social-link svg {
    height: 40px;
    width:40px;
}
#astra-footer-menu li{
  text-decoration: underline;
    text-decoration-color: white;
	font-size: 1rem!important;
	 font-weight: 400!important;
}
/* header */
.ast-primary-header-bar {
    position: absolute; 
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999; /* Ensures it stays above content */
    background-color: #FFFFFF00;
    background-image: linear-gradient(180deg, #000000 0%, #FFFFFF00 100%);
}
/* search form */


.search-icon {
    position: relative;
    cursor: pointer;
}


.fas.fa-search {
    color: white;
}
#search-input-container {
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    overflow: hidden;
  
    padding: 0;
   
    border-radius: 5px;
    transition: width 0.3s ease-in-out, padding 0.3s ease-in-out;
    white-space: nowrap;
}


#search-input-container.active {
    width: 150px;
    padding: 5px; 
}

#search-input-container input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #0e0d0d;
}
/* Make all submenu items black */
.sub-menu li a {
    color: black !important; /* Normal state */
}

/* Change hover and active state to black */
.sub-menu li a:hover,
.sub-menu li a:focus,
.sub-menu li a:active {
    color: black !important;
}
/* home counter */
.counter {
   color: #FFFFFF;
   
    font-size: 58px;
    font-weight: 600;
}
.counter-white, .counter-comma {
   color: #171717;
    font-size: 58px;
    font-weight: 600;
}

/* button home  */
.button-one-home button  {
    background-color: #171717 !important;  /* Black background */
    color: white !important;  /* White text */
    border: none !important; /* Remove all borders */
    border-bottom: 1px solid white !important; /* White border only at the bottom */
    padding: 10px 20px; /* Adjust padding */
   
}
.button-two-home button  {
    background-color: #ffffff !important;  /* Black background */
    color: #171717 !important;  /* White text */
    border: none !important; /* Remove all borders */
    border-bottom: 1px solid #171717 !important; /* White border only at the bottom */
    padding: 10px 20px; /* Adjust padding */
   
}
/* footer */

.menu li a {
	color:#ffffff;
}
/* Com-ACF-Template */

.wpb_single_image .vc_single_image-wrapper.vc_box_outline img, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img{
    border: none !important;
}

.wpb-social-links {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between icons */
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Circle size */
    height: 40px;
    border-radius: 50%; /* Makes it a circle */
    background-color: white; /* White background */
    color: black; /* Black icon */
    font-size: 20px; /* Icon size */
    text-decoration: none !important; /* Remove underline */
    border: 2px solid black; /* Black border */
    transition: 0.3s;
}

/* Ensure FontAwesome icons inside links do not have underlines */
.social-btn i {
    text-decoration: none !important; 
}

/* Hover effect */
.social-btn:hover {
    background-color: black; /* Black background on hover */
    color: white; /* White icon on hover */
}


/* contact form style */
.wpcf7-form-control.wpcf7-submit {
	 border-radius:unset;   
    border: 1px solid black;
    color: black;
    background-color: transparent;
    padding: 12px 34px;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.wpcf7-form-control.wpcf7-submit:hover {
    border: 1px solid black;
    color: black;
    background-color: transparent;
    padding: 12px 34px;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.intl-tel-input{
	width:100%;
}
.wpcf7-form-control.wpcf7-submit::after {
    content: " →";
    font-weight: bold;
}
/* CSS (company-slider.css) */
.company-address{
	font-size: 2.5rem !important;
    line-height: 50px !important;
    color: #000;
    width: 90%;
    padding: 40px 0;
}
.company-slider-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}

.company-slider-left {
    flex: 1;
    text-align: left;
    padding-right: 20px;
}

.company-address {
    font-size: 16px;
    margin-bottom: 10px;
}

.slider-navigation {
    display: flex;
    gap: 10px;
}

.slider-navigation button:focus,
.slider-navigation button:active,
.slider-navigation button:hover {
    color: black;
    background-color: white;
    border-color: black;
    outline: none;
}
.prev-slide, .next-slide {
    background: none;
    border: none;
    padding: 0;
    color: #000;
    font-size: 36px;
    cursor: pointer;
}

.prev-slide:disabled, .next-slide:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.company-slider-wrapper {
    flex: 2;
   overflow: hidden;
   /* border-left: 1px solid #ccc; */
    padding-left: 20px;
}

.company-slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 100%;
}

.company-slide {
    min-width: calc(33.333% - 20px);
    padding: 10px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

.company-slide img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Tablet Styles */
@media screen and (max-width: 768px) {
    .company-slider-container {
        flex-direction: column;
        padding: 15px;
    }
    
    .company-slider-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .company-slide {
        min-width: calc(50% - 20px); /* Show 2 slides on tablet */
    }
}

/* Mobile Styles */
@media screen and (max-width: 480px) {
    .company-slider-container {
        padding: 10px;
    }
    
    .company-slide {
        min-width: calc(100% - 20px); /* Show 1 slide on mobile */
    }
    
    .prev-slide, .next-slide {
        font-size: 20px; /* Slightly smaller arrows on mobile */
    }
}
.company-slide img {
    box-shadow: none !important;
    filter: none !important;
    background: transparent !important;
}
/* slider font fam  */
.n2-ss-slider-container {
    font-family: var(--bseit-title-bold-font) !important;

}
/* news */
    @media screen and (min-width: 922px) {
    .ast-narrow-container .site-content > .ast-container {
        max-width: 100%;
    }
}
/* #primary img
{width:40%} */
/* arrow in the home */
html[lang="ar"] .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
    color: #FFF;
    transform: rotateZ(220deg);
	    margin-top: -5px;
	margin-left: -15px;
}
/* slider company */
 html[lang="ar"].company-address{
	text-align:right;
} 
/* Default (English) */
.image-one::after {
    content: "Employe"; 
}

/* Arabic version */
:lang(ar) .image-one::after {
    content: "الموظف"; 
}

.image-two::after {
    content: "Empower";
}

:lang(ar) .image-two::after {
    content: "تمكين";
}

.image-three::after {
    content: "Engage";
}

:lang(ar) .image-three::after {
    content: "التفاعل";
}

.image-four::after {
    content: "Evolve";
}

:lang(ar) .image-four::after {
    content: "التطور";
}
html:lang(ar) #block-16 .wp-block-social-links {
    flex-direction: row-reverse; /* Keeps the order correct in RTL */
    justify-content: flex-start !important; /* Aligns icons to the left */
}