:root {
    --main-color: #939393;
    --sec-color: #939393;
    --bg-color: #eaac0f;
    --hover-color: #DC1E2B;
}

@font-face {
    font-family: 'medium';
    src: url('../fonts/NeoSansArabicMedium.ttf');
}
@font-face {
    font-family: 'Bahij-Light';
    src: url('../fonts/Bahij_TheSansArabic-Light.ttf');
}

@font-face {
    font-family: 'bold';
    src: url('../fonts/Tajawal-Bold.ttf');
}

@font-face {
    font-family: 'medium';
    src: url('../fonts/Tajawal-Medium.ttf');
}

@font-face {
    font-family: 'light';
    src: url('../fonts/Tajawal-Light.ttf');
}

@font-face {
    font-family: 'regular';
    src: url('../fonts/Tajawal-Regular.ttf');
}

body {
    direction: rtl;
    text-align: start;
    font-family: 'regular';
}

.owl-carousel {
    direction: ltr;
    background-color: #fff; /* لون رمادي */
}

}

button:focus {
    border: none;
    outline: none;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

.left-header {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-header .request{
    display: flex;  
}


.logo {
    height: 145px;
    text-align: center;
}

.logo img {
    max-height: 100%;
}

/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 15px;
    text-align: right !important;
    padding-left: 30px;
    padding-right: 18px;
    border: 1px solid #DADADA;
    border-radius: 2px;
}

.nice-select::after {
    left: 12px;
    right: auto;
    border-bottom: 2px solid #939393;
    border-right: 2px solid #939393;
}

.nice-select .option {
    text-align: right;
    padding-left: 29px;
    padding-right: 18px;
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    width: 8px;
    height: 8px;
}

/* Start header */

.lang a {
    color: #000;
    text-transform: capitalize;
    transition: all 0.3s;
    font-family: 'medium';
    margin-inline-start: 6px;
}

.mynav .nav-link {
    color: #000;
    transition: all 0.3s;
    padding: 0;
    margin-inline-end: 20px;
    font-size: 18px;
    text-transform: capitalize;
}

.mynav .nav-link:hover ,.mynav li.current-menu-item .nav-link ,.mynav .nav-link.current-menu-item{
    color: var(--sec-color);
}

li.menu-item-has-children {
    position: relative;
    margin-inline-end: 12px;
}

ul.sub-menu {
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 16px #58A9D052;
    border-radius: 5px;
    padding: 0px;
    background: #fff;
    z-index: 999999;
    margin-top: 10px;
    transform: translateY(-20px);
    transition: all 0.4s;
    visibility: hidden;
    padding: 12px 16px;
}

li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    transform: translateY(0);
    visibility: visible;
    z-index: 99999999;
}

.sub-menu a {
    color: #000;
    font-size: 15px;
       font-family: 'medium';
    padding: 8px 4px !important;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E1E4ED;
    margin-inline-end: 0 !important;
}

.sub-menu li:last-of-type a {
    border-bottom: none;
}

.sub-menu a:hover {
    /*color: #1CADE8;*/
}

li.has-child a , li.menu-item-has-children a{
    position: relative;
}

li.has-child>a::after , li.menu-item-has-children>a::after{
    position: absolute;
    content: '\f107';
    font-family: 'font awesome 5 pro';
    top: 1px;
    left: -16px;
    color: #0E3B64;
}

.sidebar li.has-child>a::after {
    top: 7px;
    left: 1px;
    color: #fff;
}

ul.sub-menu li {
    margin-inline-end: 0;
}

.sidebar .sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    height: auto;
    position: relative;
    min-width: unset;
    width: 100%;
    border-radius: 0;
    padding: 16px 0px;
    margin-top: 20px;
    transform:translateY(0px);
}

.left-tobheader {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.left-tobheader .lang {
    margin-right: 30px;
}

.header-sochial a {
    margin-right: 25px;
    transition: all 0.5s;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.topbar a:hover,
.header-sochial a:hover i {
    color: var(--hover-color);
}

.mynav .row {
    align-items: center;
    /*background: #395A3F 0% 0% no-repeat padding-box; */
    /* box-shadow: 0px 7px 16px #00000012; */
    /* border: 1px solid #F8F8F8; */
    /* border-radius: 2px; */
    z-index: 9;
    position: relative;
    padding: 10px 0;
}

.search-btn i {
    transition: all 0.7s;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mynav .nav-link {
    position: relative;
}

.mynav .nav-link.active::after {
    position: absolute;
    /* content: ''; */
    width: 18px;
    height: 4px;
    background-color: #2F8128;
    bottom: -8px;
    right: 0;
}

.navbar-menu {
    display: flex;
    align-items: center;
}

.navbar {
    padding: 0;
}

.request a {
    background: #395A3F;
    box-shadow: 0px 3px 16px #ffffff29;
    border-radius: 50px;
    color: #fff;
    min-width: 139px;
    padding: 10px 14px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s;
}

.request a:hover {
    background-color: var(--sec-color);
}

.menu-links a {

    margin-inline: 5px;
    width: 38px;
    height: 38px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.menu-links .cart {
    position: relative;
}

.cart .total-cart {
    position: absolute;
    content: '';
    left: -8px;
    top: -3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #395a3f;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Start Search */

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    padding: 12px;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search.open {
    z-index: 99999999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -25px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
    z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: var(--bg-color);
    background: none;
    border: none;
    border-bottom: 3px solid var(--bg-color);
    font-size: 20px;
    /*  	font-weight: 900;*/
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    -webkit-appearance: none;
    border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
    color: 939393;
    padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--bg-color);
    padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: var(--bg-color);
}

.searchForm .btnSearch {
    box-shadow: none !important;
    /* margin: 0 25px; */
    color: #000000;
    padding: 0;
    text-align: center;
    /* line-height: 30px; */
    border: none !important;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    cursor: pointer;
}

.searchForm .btnSearch i {
    transition: all 0.6s;
    color: #000000;
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0px;
    bottom: 0;
}

.site-search .close-side i {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 20px;
    left: 20px;
    z-index: 9;
}

/* End Search */
.navbar-toggler i {
    color: var(--bg-color);
    font-size: 25px;
}

.responsive-menu .top-menu,
.responsive-menu .bottom-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.responsive-menu{
    padding: 5px 12px;
}

.responsive-menu .top-menu{
    margin-bottom: 14px;
    border-bottom: 1px solid var(--sec-color);
    padding-bottom: 16px;
}

.responsive-menu .lang {
    color: var(--bg-color);
    text-transform: capitalize;
}

/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    /* bottom: 0; */
    right: -350px;
    height: 100%;
    width: 350px;
    background-color: #395a3fd9;
    z-index: 999;
    padding: 20px 0;
    z-index: 999999;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding: 40px 0 0;
    overflow: scroll;
}

.sidebar-width {
    right: 0px;
}

.sidebar .close-side i {
    position: absolute;
    top: 22px;
    right: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sidebar .side-content {
    padding-top: 35px;
    margin-top: 5px;
}

.close-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

.close-overlay.open-overlay {
    display: block;
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
}

.sidebar .side-content ul li:hover a::after {
    color: #fff;
}

.sidebar .side-content ul li:hover a {
    /*color: var(--sec-color);*/
}

.sidebar .side-content ul li a {
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    position: relative;
    transition: all 0.6s;
}

.sidebar .side-content ul li a:hover {
    /*color: #fff;*/
}

.sidebar .contact-buttons {
    justify-content: center;
    margin-top: 60px;
}

/* Start home slider */
.slider-home .slider-img {
    position: relative;
    height: 100%;

}

.home-slider .item {
    position: relative;
}

.slider-home .slider-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
   /* background: #000;*/
    opacity: 39%;
}

.carousel-info {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    bottom: 40px;
    transform: translateX(-50%);
    visibility: hidden;
    transition: all 1s ease-in;
    padding: 45px 20px;
    left: 50%;
    width: 50%;
}

.slider .owl-item.active .carousel-info {

    transform: translateY(-60px) translateX(-50%);

    opacity: 1;

    visibility: visible;
}

.carousel-info h2 {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 62px;
    font-family: 'bold';
}

.carousel-info p {
    line-height: 27px;
    margin: 0px 0 64px;
}

.carousel-info .read-more a{
    min-width: 192px;
    padding:22px;
}
.home-slider .owl-carousel,
.sponser-slider {
    direction: ltr;
}

.slider-home .owl-item .slider-img {
    height: 590px;
}

.slider-home .owl-item .slider-img img {
    min-height: 100%;
/*     object-fit: cover; */

}


.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 30%);
    color: #DC1E2B;
    width: 32px;
    height: 56px;
    box-shadow: 0px 3px 6px #00000029;
}

.slider-home.owl-theme .owl-dots,
.card-slider.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.slider-home.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    font-size: 12px;
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #fff;
}

.slider-home.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8c2b34;
    border-color: transparent;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-prev {
    left: -64px;
    transform: scaleX(-1) translateY(-50%);
}

.card-slider.owl-theme .owl-nav .owl-next,
.gallery-slider.owl-theme .owl-nav .owl-next {
    right: -64px;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next,
.gallery-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-next {
    top: 56%;
    background: #006691;
    color: #fff;
}

.card-slider.owl-theme .owl-nav .owl-prev:hover,
.card-slider.owl-theme .owl-nav .owl-next:hover,
.gallery-slider.owl-theme .owl-nav .owl-prev:hover,
.gallery-slider.owl-theme .owl-nav .owl-next:hover {
    background: var(--hover-color);
}

.read-more a,
.read-more button {
    display: inline-block;
    padding: 10px 20px;
    min-width: 143px;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    background: #395a3f;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'bold';
    border: none;
    outline: none;
    text-transform: capitalize;
}

.read-more a:hover,
.read-more button:hover {
    background: #395a3f;
    color: #fff;
}

.read-more {
    text-align: center;
    margin-top: 32px;
}

/* ********************************* */
/* Start about section */
.about {
    position: relative;
    padding-top: 150px;
}
.about-img img {
    max-width: 82%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    border-radius: 20px;
}

.about-img {
    position: relative;
    height: 373px;
    text-align: center;
}

.about-img::after {
    position: absolute;
    content: '';
    width: 348px;
    height: 522px;
    border: 21px solid #395A3F;
    border-radius: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
}

/*.about-img.ab-page{*/
/*    text-align: start;*/
/*}*/
/*.about-img.ab-page::after{*/
/*    left:0;*/
/*    right:auto;*/
/*}*/
.about .row {
    align-items: center;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    animation: 1s bounceInUp;
    gap: 13px;
}

.section-title h4 {
    color: #000;
    margin-bottom: 0px;
    font-size: 42px;
    font-family: 'bold';
    text-align: center;
}

.section-title img {
   height: 56px;
    margin-bottom: 17px;
}

.bout-item h5 {
    color: #416047;
    font-size: 32px;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.bout-item p {
    color: #303030;
    line-height: 27px;
    margin-bottom: 0;
}

.about-info li {
    margin-bottom: 16px;
    padding-inline-end: 8px
}

/* end about section */
/* ------------------------------------------------------- */
/* Start products section */

.card-slider.owl-theme .owl-item.active .item {
    margin: 16px 4px;
}

.card-slider.owl-theme .owl-item.active.center .item {
    margin: 16px 0;
}

.product-item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 18px #00000008;
    border-radius: 13px;
    padding: 43px 12px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.product-item:hover {
    background: #395A3F 0% 0% no-repeat padding-box;
    border: 1px solid #98BCE34F;
}

.product-item .pro-img {
    height: 160px;
    text-align: center;
    margin-bottom: 14px;
    /*    display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.product-item .pro-img img {
    max-height: 100%;
    max-width: 200px;
    margin: auto;
    object-fit: contain;
}

.product-item .product-info h4 {
    font-size: 32px;
    font-family: 'medium';
    color: #000;
    transition: all 0.3s;
}

.product-item .product-info h4 a {
    color: #000;
    transition: all 0.3s;
}
.product-item:hover .product-info h4,
.product-item:hover .product-info h4 a,
.product-item:hover p,
.product-item:hover .old-price{
    color: #fff;
}
.product-item:hover .read-more a{
    color: #395a3f;
    background-color: #fff;
}
.product-item .read-more a:hover{
    background-color: #395a3f

;
    color: #fff;
}

.product-item p {
    color: #303030;
    margin-bottom: 32px;
    transition: all 0.3s;
        min-height: 48px;
    height: 48px;
    overflow: hidden;
}

.old-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 16px 0;
    color: #1E1E1E;
    transition: all 0.3s;
}

.old-price .prec {

    font-family: 'bold';
    direction: rtl;
    display: inline-block;
}

.old-price del {
    font-family: 'light';
    direction: rtl;
}

.products .read-more {
    text-align: center;
}

.products .read-more a {
    min-width: 160px;
}

/* ---------------------------------------- */
section {
    padding: 70px 0;
    overflow: hidden;
}

main.home-page-main {
    position: relative;
}

main.home-page-main::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -230px;
    left: 0;
    background-image: url(../images/body-bg.png);
    background-size: cover;
    z-index: -1;
    background-position: bottom;
}

/* ------------------------------------------ */
/* Start client review section */
.client-item .client-img {
    width: 92px;
    height: 92px;
margin-bottom:26px;
}

.client-item .client-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.client-item {
    display: flex;
    align-items: flex-end;
    justify-content: start;
    gap: 30px;
}

.client-item .detail {
    width: calc(100% - 100px);
}

.client-item .client-review {
    position: relative;
}

.client-item .client-review::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    background-color: #EBEBEB;
    font-size: 14px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: all 0.3s;
    z-index: -1;
}

.detail .c-name {

    color: #395a3f;
    font-size: 20px;
    font-family: 'medium';
    position: relative;
    padding-inline-end: 12px;
}

.detail .c-type {

    padding-inline-start: 10px;
}

.client-review {
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    padding: 24px 37px;
    background-color: #fff;
}

.detail .c-name:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 18px;
    background-color: #000000;
    top: 7px;
    left: 0px;
}

/* *************Start footer section*********** */
footer{
    overflow: hidden;
    position: relative;
    padding-top: 70px;
   background-color: #395A3F;

}

footer .col-lg-4 .row{
    padding-inline-start: 20px;
}
footer a{
    color: #fff;
    transition: all 0.3s;
}
footer a:hover{
    color: #fff;
}

footer .footer-links a:hover{
    color: #EAAC0F;
}

.right-footer{
    display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.footer-logo img{
    height: 191px;
    max-width: unset;
}
.footer-contact{
    margin-bottom: 20px;
}
.footer-links h4,.about-footer h4{
    color: #000;
    font-size: 20px;
    font-family: 'medium';
    margin-bottom: 24px;
    padding-bottom: 14px;
    position: relative;
    display: inline-block;
}
.footer-links h4::after,.about-footer h4:after{
position: absolute;
content: '';
bottom: 0;
right: 0;
background-color: #eaac0f;
width: 36px;
height: 1px;
}
.about-footer p{
    color: #fff;
}
.footer-links ul li{
    margin-bottom: 8px;
}
.footer-sochial{
    margin-top: 14px;
}
.footer-soch-icone{
    display: flex;
margin-top: 18px;}
 .footer-soch-icone a {
    margin-right: 3px;
    transition: all 0.5s;
    color:#fff;
    padding-inline-end: 6px;
}
.footer-soch-icone a i{
    color: #fff;
width: 32px;height: 32px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 14px;}
.footer-soch-icone a i.fa-youtube{
    background-color: #EC2020;
}
.footer-soch-icone a i.fa-twitter {
    background-color: #1da1f2;
}

.footer-soch-icone a i.fa-facebook-f,
.footer-soch-icone a i.fa-facebook{
    background-color: #1877f2;
}
.footer-soch-icone a i.fa-instagram {
    background-color: #405de6;
}
.footer-soch-icone a i.fa-paper-plane {
    background-color: #0088cc;
}


.copy-right {
    padding: 10px 0px;
    margin-top: 38px;
    border-top: 1px solid rgb(255 255 255 / 60%);
}
.copy-right .row{
    align-items: center;
}
.copy-right p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
      font-family: 'Bahij-Light';
}
.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.comp-rights {
    text-align: end;
}
.foter-spons{
    padding: 10px;
}
.contact-us-footer li a{
    font-family: 'light';
    font-weight: 100;
}
.contact-us-footer li a i{
    padding-inline-end: 6px;
    color: #eaac0f;
    font-size: 14px;
}


/* Start employment page */

.text-faq {
    max-width: 900px;
}

.text-faq .text-top {
    margin: 0 0 30px;
}

.text-faq .text-top h3 {
    color: #444648;
    font-size: 24px;
    line-height: 35px;
    margin: 0;
    font-weight: 600;
}

.text-faq .text-top p {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0;
    font-weight: 300;
}

 .card-header {
    background: #FBFBFB;
    border: none;
    padding: 0;
    border-radius: 6px !important;
}

 .card {
    border: none;
    margin: 15px 0;
}

 .card-header .btn {
    display: flex;
    padding: 15px;
    width: 100%;
    padding-inline-end: 50px;
    position: relative;
    background: #395A3F;
    font-size: 16px;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}

 .card-header .btn::after {
    color: #fff;
    content: "\f067";
    position: absolute;
    left: 20px;
    font-family: 'font awesome 5 pro';
    font-weight: bold;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

 .card-header .btn[aria-expanded="true"] {
    /* background: var(--main-color); */
    color: #fff;
}

 .card-header .btn[aria-expanded="true"]::after {
    color: #fff;
}

 .card-body {
    border: 1px solid #FBFBFB;
    border-radius: 0px 0px 6px 6px;
    border-top: 0;
    padding-top: 6px;
}

 .card-header .btn[aria-expanded="true"]::after {
    content: "\f068";
}

.text-rotate {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-rotate h3 {
    margin: 0;
    writing-mode: vertical-rl;
    transform: scale(-1);
    color: #E4DEFF;
    font-size: 127px;
    line-height: 127px;
}


 .card-header .btn[aria-expanded="true"] {
    /* background: transparent; */
    /* color: #1A1A1A; */
    /* background-color: #fff; */
    /* border: 1px solid #FBFBFB; */
    /* border-bottom: none; */
    /* border-radius: 6px 6px 0 0; */
    /* font-family: 'bold'; */
}
 .card-header .btn[aria-expanded="true"]::after {
    content: "\f068";
}
 .card-header .btn[aria-expanded="true"]::after {
    /* color: #1A1A1A; */
}



.input-group.upload span.uplod
{
position: absolute;
        left: 8px;
    top: -6px;
    /* background-color: var(--sec-color); */
    /*padding: 3px 20px;*/
    /* color: #fff; */
    font-size: 15px;
    width: 100%;
    height: 100%;
 
   
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
}
.input-group.upload span.uplod i{
      background-color: var(--sec-color); 
    padding: 10px 20px;
     color: #fff; 
        box-shadow: 0px 3px 6px #00000008;
    border: 1px solid #EBEBEB;
     border-radius: 7px;
}

.input-group.upload{
    position: relative;
    }
    
    .form-group.name input{
    width: 100%;
    padding: 7px 0;
    }
    .form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    width: 100%;
    padding-block: 21px;
    }

   .contact-form form input,.contact-form form textarea ,.contact-form form select{
        width: 100%;
        padding: 10px;
        background: #fff;
        border: 0.5px solid #E4E4E4;
        color: #7E7E7E;
        font-size: 15px;
        border-radius: 2px;
    }
    .contact-form form input::placeholder,.contact-form form textarea::placeholder{
        color: #B4B4B4;  
    }
    textarea:focus,.contact-form form select{
        outline: none;
    }
    .contact-form label{
        color: #1A1A1A;
        font-family: 'bold';
    }
    .form-info form input:focus{
        outline: none;
    }
    .contact-form .mobil{
        position: relative;
    }
    .contact-form .mobil span.mobile-num{
        position: absolute;
        left: 15px;
        top: 40px;
        color: #7E7E7E;
    }



/* End employment -page */

/*Start news page*/
.new-item {
    border: 1px solid #d9d9d9;
    padding: 10px;
    margin-left: 2px;
    margin-bottom: 18px;
}

.new-item .new-img {
    overflow: hidden;
}

.new-item .new-info h6 i {
    color: #2d89c3;
    margin-inline-end: 8px;
}
.new-item .new-info h6 span {
    color: #818181;
}
.new-item .new-info p {
    color: #383838;
    margin: 11px 0 10px;
}

.new-item .new-info .read a {
    padding-inline-end: 28px;
    color: #2d89c3;
    position: relative;
    font-family: 'medium';
}
.new-item .new-info .read a:before {
    position: absolute;
 content: "\f104";
    font-family: 'font awesome 5 pro';
    top: 1px;
    left: 14px;
    color: #2d89c3;
    font-size: 14px;
    transition: all .3s;
}
.new-item .new-info {
    padding: 12px;
}

.new-img img {
    height: 188px;
    width: 100%;
    object-fit: cover;
    transition: all 4s;
}
.new-item:hover img {
    transform: scale(1.3);
}


.news-detail h4 {
    font-family: 'bold';
    color: var(--sec-color);
    margin-bottom: 32px;
}
.text-faq h4 {
    font-family: 'bold';
    margin-bottom: 24px;
}
.text-faq{
    padding-inline-end:22px;
}
.single-new-img img {
    max-width: 100%;
}

.form-group .upload  label{
    margin-bottom:-12px;
}

a.btnSearch {
    cursor: pointer;
}

p#billing_city_field .nice-select {
    display: none;
}  
.pagination {
    margin-top: 30px;
}

.old-price ins{
    text-decoration:none;
    font-family: 'bold';
}

section.clients{
    padding-top:20px;
}

.clients .section-title {
    margin-bottom: 64px;

}

.img-about img{
    width:100%;
    height:320px;
    object-fit: cover;
}

.img-about.ab-page  img{
    height:380px;
}
.img-about.ab-page{
    /*padding-top:40px;*/
}
.overlay-img{
    position: relative;
}
.overlay-img::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: 39%;
}

.read-more a,.request a{
    overflow:hidden;
        text-transform: capitalize;
    overflow: hidden;
    transition: 0.8s all ease;
    z-index: 2;
    position:relative;
}
.read-more a::before, .request a::before{
    /*background:#21B5EE;*/
     background:#B2B2B2;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.6s ease;
}
.read-more a:hover::before, .request a:hover::before {
    height: 450%;
}

 .request a::before{
    background:#395a3f;
 }

.about-page .text-about p {
    margin: 0;
}
.text-about h3 {
    margin-bottom: 20px !important;
    font-family: 'bold';
    font-size: 30px;
}
.about-page  .row{
    align-items:center;
}




.flex-viewport{
    height: auto !important;
}

@media (max-width: 768px){
li.has-child>a::after, li.menu-item-has-children>a::after{
    left:0;
}
.img-about.ab-page {
    margin-top: 60px;
}
.about-page.body-inner{
    padding-bottom:20px;
}
}

.breadcrumb{
    z-index:1;
}



.about-img.vission-page::after {
    height: 400px;
    top: 43%;
}


.btn-form {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-inline-start: auto;
}

li.woocommerce-MyAccount-navigation-link--downloads{
    display:none;
}

.woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: auto;
    box-shadow: none;
    margin: 0 auto;
}

.woocommerce-product-gallery__image a {
    display: block;
    height: 100%;
    width: 100%;
    background: #f7f7f7;
    padding: 21px;
}
.woocommerce div.product div.images .flex-control-thumbs {

    margin: 5px 0;

}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 1;
    margin: 0;
    max-width: 90%;
    margin: 0 auto;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: right;
    margin: 0;
    list-style: none;
    background: #f7f7f7;
    padding: 10px;
}

.woocommerce span.onsale {
    background-color: var(--bg-color);
}

.about-page{
    z-index:1;
    position:relative;
}

.map-sec{
    padding-top:0;
}
.map-sec iframe{
    width:100%;
    height:400px;
}



.fixed-icone{
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    animation: updown-i 4s infinite ease-in-out;
}
@keyframes updown-i{
    0%,100%{
        transform: translateY(-12px);
    }
    50%{
        transform: translateY(12px);
    }
}
.fixed-icone img{
    width: 70px;
}

.fixed-icone i{
    font-size:66px;
    color:#40e35c;
}

.copy-right {
    text-align: center;
    padding: 10px 0;
}

.copy-right .row {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

.copy-right p {
    margin: 0;
}

.product-details-section {
    margin-top: 30px;
    padding: 20px 0;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.product-details-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; /* تضمن المحاذاة في الوسط */
}

.detail-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.detail-box:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.detail-box h5 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.detail-box p {
    margin: 0;
    font-size: 16px;
    color: #555;
}

@media (min-width: 768px) {
    .product-details-grid .col-md-6 {
        flex: 0 0 48%; /* عرض العنصر */
        max-width: 48%; /* عرض العنصر */
    }
}

@media (max-width: 767px) {
    .product-details-grid .col-md-6 {
        flex: 0 0 100%; /* عرض العنصر بالكامل في الشاشات الصغيرة */
        max-width: 100%;
    }
}

/* ✅ تصميم سكشن المميزات */
.store-features {
    padding: 60px 20px;
    background: #395A3F; /* لون خلفية خفيف */
    text-align: center;
}

/* ✅ عنوان القسم */
.features-title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}

/* ✅ توزيع البلوكات في شبكة من 3 أعمدة */
.features-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ✅ تصميم كل ميزة */
.feature-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* ظل خفيف */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
    text-align: center;
    width: calc(33.333% - 20px);
    min-height: 250px;
}

/* ✅ تأثير عند التمرير */
.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* ✅ تنسيق أيقونة الميزة */
.feature-icon img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

/* ✅ تنسيق عنوان الميزة */
.feature-name {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

/* ✅ تنسيق وصف الميزة */
.feature-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* ✅ دعم الهواتف المحمولة */
@media (max-width: 768px) {
    .features-grid {
        flex-direction: column;
        align-items: center;
    }
    .feature-item {
        width: 90%;
    }
}
/* تنسيق عام للسكشن */
.success-stories {
    background: linear-gradient(to right, #395A3F, #395A3F); /* خلفية متدرجة ناعمة */
    padding: 60px 20px;
    text-align: center;
}

/* عنوان ووصف القسم */
.section-title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.section-description {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

/* الشبكة التي تحتوي على البلوكات */
.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}

/* كرت القصة */
.story-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* تأثير الحركة عند تمرير الماوس */
.story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* صورة القصة */
.story-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

/* عنوان القصة */
.story-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

/* وصف القصة */
.story-description {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* تحسين العرض على الجوال */
@media (max-width: 768px) {
    .stories-grid {
        grid-template-columns: 1fr; /* كولوم واحد في الجوال */
    }

    .story-card {
        padding: 15px;
    }
}

