:root {
    --color-primary: #FF4000 !important;
}

html[dir="rtl"] body,
html[dir="rtl"] body span:not(.ti-check),
html[dir="rtl"] body a,
html[dir="rtl"] body div,
html[dir="rtl"] body li,
html[dir="rtl"] body p {
    font-family: 'shaheenAr', sans-serif !important;
    font-weight: 600 !important;
}

.logo-img {
    max-width: 110px !important;
}

.nav-scroll .logo-wrapper,
body .logo-wrapper {
    padding: 15px !important;
}

header .video-fullscreen-wrap h6 {
    display: none;
}

.banner-header.middle-height {
    height: 370px;
}

.banner-header.middle-height {
    position: relative;
    background: url("https://qadha.sa/wp-content/uploads/2025/05/01-2.jpg") center/cover no-repeat;
}

.banner-header.middle-height::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner-header.middle-height[data-overlay-dark="5"]::before {
    opacity: 0.7;
}

.list-icon>.ti-check {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

body [class^="ti-"],
body [class*=" ti-"] {
    font-family: 'themify' !important;
}

html[dir="rtl"] .owl-carousel {
    direction: ltr;
}


html[dir="rtl"] .navbar-nav.ms-auto {
    margin-right: auto !important;
    margin-left: unset !important;
}


html[dir="rtl"] .header .v-middle .row>.col-lg-8,
.about .container {
    text-align: right;
}

html[dir="rtl"] .about .phone i {
    margin: 0 10px;
}

html[dir="rtl"] .text-circle {
    direction: ltr;
}

.trp-color-dark #trp-floater-ls-language-list a {
    width: 48px
}

#trp-floater-ls.only-flags div.trp-language-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.no-scroll {
    overflow: hidden;
}

.navbar-collapse li.menu-item {
    margin: 16px 0
}

.navbar-collapse li.menu-item a {
    text-align: center;
    font-size: 32px;
}

.about a.vid,
.portfolio-details .sidebar-car {
    display: none !important;
}

.list-icon {
    margin: 0 6px;
}

/* navbar changes */

nav.navbar:not(.nav-scroll) {
    background: #2b2b2b;
    width: 85%;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
    border-radius: 22px;
    top: 10px;
}

.no-scroll nav.navbar:not(.nav-scroll) {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #2b2b2b;
    height: 100vh;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    transform: translateX(0);
    transition: 0.1s;
}

.no-scroll .progress-wrap {
    display: none !important;
}

/* .navbar .navbar-collapse.show {
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
} */

/* .collapse:not(.show) {
    display: none !important;
} */

/* header changes */

header.header {
    width: 95%;
    margin: auto;
    margin-top: 63px;
    border-radius: 30px;
}

/* about section */
.about .item {
    height: fit-content;
    min-height: fit-content;
}

.about .item img {
    /* object-fit: contain; */
    min-height: 400px;
}

.portfolio-home .owl-theme .owl-nav [class*=owl-] {
    opacity: 1 !important;
}

a[href="tel: +9660591707172"], a[href="tel:+9660591707172"] {
    direction: ltr;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

footer .bottom p {
    text-align: center;
}

html[dir="rtl"] .wpcf7-form input,
html[dir="rtl"] .contact .form-box .wpcf7-form p {
    text-align: right;
}

html[dir="rtl"] .contact div.row>.col-lg-6 {
    margin-right: 8.33333333%;
    margin-left: 0;
}

html[dir="rtl"] .service-details h3,
html[dir="rtl"] .service-details p {
    text-align: right;
}

.sidebar-page, body>.lets-talk{
    display: none !important;
}
@media(max-width:991px) {

    /* .no-scroll .navbar .container {
        position: fixed;
        top: 0;
    } */

    .navbar .navbar-collapse {
        height: 100vh;
        max-height: 100% !important;
        transition: 0s ease-out !important;
    }

    .progress-wrap {
        bottom: 70px !important;
    }

    html[dir="rtl"] .contact div.row>.col-lg-6 {
        margin-right: 0;
        margin-left: 0;
    }
}

/* container */
@media (min-width: 1200px) {
    .e-con-inner {
        max-width: 1140px !important;
    }
}

@media (max-width: 992px) {
    .e-con-inner {
        max-width: 960px !important;
    }
}

@media (max-width: 768px) {
    .e-con-inner {
        max-width: 720px !important;
    }
}

@media (max-width: 576px) {
    .e-con-inner {
        max-width: 540px !important;
    }
}