#content .swiper-wrapper {
    align-items: center;
}

#content .eicon-chevron-right,
.eicon-chevron-left {
    color: #888;
}

.page-id-151 #header-image-main,
.page-id-237 #header-image-main {
    display: none;
}


/* scroll bar */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-button {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #08415c 0%, #1c110a 100%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #C89E60;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-track-piece {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: #999;
}

::-webkit-resizer {
    background: #111;
}


/* navbar active btn */

#access>div>ul>li>a>span {
    font-weight: 800;
}


/* social media icon */

.social {
    list-style: none;
    display: flex;
}

@media (min-width: 567px){

    #footer-bottom .footer-inside{
        flex-direction: row;
        justify-content: center;
        gap: 6px;
    }
}

#footer-bottom .footer-inside #site-copyright{
    margin: 0;
}

.footer-inside .social .facebook::before {
    content: url(../img/facebook1.png);
    display: inline-block;
    transform: scale(.7);
    margin: 0 8px;
    opacity: .8;
    transition: .3s;
}

.footer-inside .social .facebook:hover::before {
    transform: scale(.8);
    opacity: 1;
}

.footer-inside .social .whats::before {
    content: url(../img/whatsapp.png);
    display: inline-block;
    transform: scale(.7);
    margin: 0 8px;
    opacity: .8;
    transition: .3s;
}

.footer-inside .social .whats:hover::before {
    transform: scale(.8);
    opacity: 1;
}

.footer-inside .social .whats {
    position: fixed;
    bottom: 50px;
    left: -10px;
    background: #c89e60;
    width: 72px;
    height: 52px;
    overflow: hidden;
    padding-top: 6px;
    padding-right: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    border-radius: 0 4px 4px 0;
    opacity: 0.8;
    transition: 0.5s;
}

.footer-inside .social .whats:hover {
    opacity: 1;
    left: 0;
}

.footer-inside .social .gmail::before {
    content: url(../img/insta.png);
    display: inline-block;
    transform: scale(.7);
    margin: 0 8px;
    opacity: .8;
    transition: .3s;
}

.footer-inside .social .linkedin:hover::before {
    transform: scale(.8);
    opacity: 1;
}

.footer-inside .social .linkedin::before {
    content: url(../img/linkedin.png);
    display: inline-block;
    transform: scale(.7);
    margin: 0 8px;
    opacity: .8;
    transition: .3s;
}

.footer-inside .social .tiktok:hover::before {
    transform: scale(.8);
    opacity: 1;
}

.footer-inside .social .tiktok::before {
    content: url(../img/tiktok.png);
    display: inline-block;
    transform: scale(.7);
    margin: 0 8px;
    opacity: .8;
    transition: .3s;
}

.footer-inside .social .gmail:hover::before {
    transform: scale(.8);
    opacity: 1;
}

.wp-custom-header {
    position: relative;
    height: 100vh;
}

.wp-custom-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.bravada-over-menu #site-header-main #branding {
    /* background: #ffffff61;
    box-shadow: 0px -20px 0px 0px #ffffff61; */
    filter: brightness(0) saturate(100%) invert(1);
}

#branding #site-text {
    display: none;
}

.scroll-barka .site-header-bottom {
    background: #fff9f1f2;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
}

#site-header-main.scroll-barka #branding {
    filter: unset;

}

#site-header-main.scroll-barka ul a {
    color: #54595f !important;
}

#site-header-main.scroll-barka .hamburger span {
    background-color: #54595f !important;

}

#site-header-main.scroll-barka .menu-burger {
    display: none;
}

.important-elbarka-brands img {
    max-width: 98% !important;
}

@media(max-width: 768px){
    .trp-language-switcher.trp-floating-switcher{
        width: 50px !important;
        padding: 5px 0 !important;
    }
}
/* RTL styles */
html[dir="rtl"] .scope-box-icon h5,
html[dir="rtl"] .scope-box-icon p {
    text-align: right;
}

html[dir="rtl"] .scope-box-icon .elementor-icon-box-icon {
    margin-right: 0;
    margin-left: 15px;
}

html[dir="rtl"] .hero-imgMP5 img {
    transform: rotateY(180deg);
}

html[dir="rtl"] .elementor-counter .elementor-counter-number-suffix {
    text-align: right;
}

html[dir="rtl"] .cantact-section {
    background-image: url(http://localhost/Elbarka/wp-content/uploads/2025/11/bgIcon-left.png) !important;
    background-position: center left !important;
}