:root{
    --main-color:#000000;
    --sec-color:#d4af37;
    --bg-color:#000;
    --after-color:#A80000;
}
@font-face{
    font-family: 'medium';
    src:url('../fonts/Montserrat-Medium.ttf') ;
    }
    @font-face{
        font-family: 'semibold';
        src: url('../fonts/Montserrat-SemiBold.ttf');
    }
    @font-face{
        font-family: 'bold';
        src: url('../fonts/Montserrat-Bold.ttf');
    }
     @font-face{
        font-family: 'Montserrat-Regular';
        src: url('../fonts/Montserrat-Regular.ttf');
    }
  
  
  
  
 @font-face{
     font-family: 'regular';
     src: url('../fonts/OpenSans-Regular.ttf');
 }   
 @font-face{
    font-family: 'rob-r';
    src: url('../fonts/Roboto-Regular.ttf');
}   
 @font-face{
    font-family: 'light';
    src: url('../fonts/Montserrat-Light.ttf');
}   
@font-face{
    font-family: 'tgwal';
    src: url('../fonts/Tajawal-Regular.ttf');
}   

 @font-face{
        font-family: 'ar-font';
        src: url('../fonts/Cairo-Regular.ttf');
    }
     @font-face{
        font-family: 'ar-font-bold';
        src: url('../fonts/Cairo-Bold.ttf');
    }
    
    @font-face{
  font-family: 'NeoSans-Regular';
  src: url('../fonts/Neo\ Sans\ Arabic\ Regular.ttf');
} 
.wpcf7 input[type="url"], .wpcf7 input[type="email"],
 .wpcf7 input[type="tel"] {
    direction: ltr !important;
}
    body {
        text-align: start;
          font-family: 'Montserrat-Regular';
        overflow-x: hidden;
    }
    /* nice select */
.nice-select {
    width: 100%;
     margin-bottom: 22px; 
    text-align: left !important;
    padding-left: 18px;
    padding-right: 30px;
    border-radius: 0;
}
.nice-select::after{
    right: 12px;
    left: auto;
}
.nice-select .option{
    text-align: left;
    padding-left: 29px;
    padding-right: 18px;
}
.nice-select .list{
    width: 100%;
}
.nice-select:after{
    width: 8px;
    height: 8px;
}
   

.owl-carousel{
    direction: ltr;
}
.carousel-info button{
    border: none;
    outline: none;
    background: none;
}
button:focus,button{
    border: none;
    outline: none;
}
.mynav button{
    background: none;
}
input:focus{
    outline: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a,a:hover{
    text-decoration: none;
}
span.navbar-toggler-icon {
    background:var(--sec-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
        padding: 18px;
    font-size: 23px;
}
/* Start navbar */
.download a{
  display: inline-block;
  background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 25px;
min-width: 120px;
text-align: center;
padding: 11px;
color:#000;
font-size:14px;
font-family:'bold';
transition:all 0.3s;
}
.logo{
    /*background:#fff;*/
/*     width: 219px; */
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img{
max-height: 100%;
max-width: 330px;
width: 200px;
height: 65px;
object-fit: contain;
}
.mynavbar{background-color: rgb(255 255 255 / 26%);padding: 0;position: absolute;top: 0;width: 100%;z-index: 9;}
.mynavbar .row{
    align-items: center;
}
.mynavbar ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.lang a{
    color: #fff;
    /* font-family: 'rob-r'; */
    margin-inline-end: 22px;
    font-family: 'NeoSans-Regular';
}
.lang a i{
    color: #fff;
    font-size: 20px;
    margin-inline-start: 4px;
}
.left-nav{display: flex;align-items: center;justify-content: start;}
.right-nav{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*gap: 12px;*/
    margin-inline-start: -16px;
}
.mynav-menu ul li .nav-link{
    color: #fff;
    text-transform: capitalize;
    font-family: 'regular';
    padding: 0;
    position: relative;
}
.mynav-menu ul li {
     /*margin-inline-end: 14px;*/

}

.btnSearch{
    padding-inline-end: 20px;
}
.btnSearch button{
    background: transparent;
}
.btnSearch i{
    color: #fff;
    font-size: 22px;
}
/* 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 .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;
    right: 20px;
}
.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: -40px;
    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(--main-color);
    background: none;
    border: none;
    border-bottom: 3px solid var(--main-color);
    font-size: 20px;
    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: var(--main-color);
    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;
    right: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--main-color);
    padding: 0;
}

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

.searchForm .btnSearch {
    box-shadow: none !important;
    margin: 0 25px;
    color: #101010;
    padding: 0;
    text-align: center;
    line-height: 1.6;
    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: var(--main-color);
}
.searchForm .btnSearch i:hover{
    transform: rotate(360deg);
    color: var(--hover-color);
}
.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}


/* End Search */

/* Sidebar */

.sidebar{
    position: fixed;
    top: 0px;
    bottom: 0;
    left: -350px;
    height: 100%;
    width: 350px;
    background-color: var(--sec-color);
    z-index: 999;
    padding: 20px 0;
     z-index: 999999;
   transition: all 0.7s;
   box-shadow: 0px 0px 20px #00000029;
   padding:20px 0;
}
.sidebar-width{
    left: 0px;
}
.sidebar .close-side i{
    position: absolute;
    top: 20px;
    left: 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: 10px;
    margin-top: 30px;
}
.side-content a i{
    margin: 0 8px;
}
.side-content a{
    text-transform: capitalize;
}
 .close-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--sec-color);
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}
.close-overlay.open-overlay{
    display: block;
}

.sidebar .side-content ul li{
position: relative;
width: 100%;
transition: all .5s;
border-bottom: 1px solid rgb(255 255 255 / 30%);;
}
.sidebar .side-content ul li:hover{
    background-color: #fff;
}
.sidebar .side-content ul li:hover a::after{
    color: #fff;
}
.sidebar .side-content ul li:hover a,
 .sidebar .side-content> ul li:hover a::after{
    color: var(--main-color);
}

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

.sidebar .side-content ul li a:hover{
    background-color: #fff;
    color: var(--main-color);
}
.sidebar .contact-buttons{
justify-content: center;
    margin-top: 60px;
}
.search-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}  
/* Start home slider */
.home-slider{
    position: relative;
}

.carousel-info{
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 10%;
    z-index: 9;
    width: 56%;
}
.home-slider  .owl-item{
    overflow: hidden;
}
.carousel-info h2,.carousel-info .read-more
,.carousel-info .contact{
    /*transform: translateX(-100px);*/
}
.owl-item.active .carousel-info h2,
.owl-item.active  .carousel-info .read-more,
.owl-item.active  .carousel-info .slider-links,
.owl-item.active  .carousel-info p{
  animation:1s fadeInUp;

}
.carousel-info h2{
    transition: all 1s;
}
 .carousel-info .read-more{
    transition: all 3s;
}
 .carousel-info .contact{
    transition: all 5s;
}
.carousel-info h2{
    color: #fff;
    font-size: 52px;
    line-height:66px;
    font-family: 'bold';
    padding-inline-end: 20%;
    margin-bottom:0
}
.carousel-info p{
    color: #fff;
    font-size: 20px;
    line-height:31px;
   margin-block:43px;
    padding-inline-end: 80px;
}
.carousel-info .contact{
    margin-top: 20px;
}
.carousel-info .contact a{
    color: #fff;
    font-size: 22px;
}
i.fa-phone-volume{
    transform: rotate(-45deg);
    margin-inline-end: 10px;
    font-size: 26px;
}
.carousel-info .read-more{
    margin-block: 30px;
}
.slider-home .slider-img
{
    position: relative;
    height: auto;
}
.slider-home .slider-img::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
     background: #00107A;
    background-size: cover;
    opacity: 0.25;
    background-image: url(../images/slider-img-b.png);
    background-size: cover;
}
.home-slider{
    width: 100%;
    z-index: 1;
    position: relative;
}
.home-slider .owl-carousel,.sponser-slider{
    direction: ltr;
}

.home-slider .row{
    align-items: center;
}
.slider-home .owl-item .slider-img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.home-slider .owl-theme .owl-nav .owl-prev ,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.project-slider.owl-theme .owl-nav .owl-prev,
.project-slider.owl-theme .owl-nav .owl-next{
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 70px;
    font-size: 34px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 35%);
    color: #fff;
}
.home-slider .owl-theme .owl-nav .owl-prev{
    left: 0;
}
.home-slider  .owl-theme .owl-nav .owl-next{
    left: 71px;
}
.project-slider.owl-theme .owl-nav .owl-prev {
    left:0;
}
.project-slider.owl-theme .owl-nav .owl-next {
    right: 0;
}
.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover{
color: var(--bg-color);
}

.slider-home.owl-theme .owl-dots .owl-dot {
    display: block;
}
.slider-home.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 0;
    font-size: 12px;
    border: none;
    background: rgb(255 255 255 / 28%);
    color: #fff;
    border-radius: 5px;
    margin: 9px 5px;
}
.card-slider.owl-theme .owl-dots .owl-dot span ,
.project-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0;
    font-size: 12px;
    border: none;
    background: rgb(18 46 191 / 28%);
    color: #fff;
    border-radius: 5px;
    margin: 0px 5px;
}
.slider-home.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span ,
 .card-slider.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span,
 .project-slider.owl-theme .owl-dots .owl-dot.active span{
    background:#d4af37;
 }

.slider-home.owl-theme .owl-dots
{position: absolute;right: 78px;bottom: 32px;margin-top: 0;display: flex;}
section.home-slider{
    margin-top: 0;
}
.card-slider.owl-theme .owl-dots ,
.project-slider.owl-theme .owl-dots{
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.project-slider.owl-theme .owl-dots{
    bottom: 20px;
}

/* ********************************* */

/* Start about section */

section.about{
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
  .about-info {
    padding-inline-end: 29px;
}

  .about-info h6{
      font-size: 38px;
      color: #d4af37;
 font-family: 'semibold';
      margin-bottom: 38px;
      position: relative;
      line-height: 1.6;
  }
  .about-h.about-info h6{
      padding-inline-start: 20px;
  }
  .about-info.about-h h6::before{
  position: absolute;
  content: '';
  width: 2px;
  height: 80px;
  top: 0;
  left: 0;
  background-color: #E98E1E;
}
  .about-info h4{
      font-size: 32px;
      font-family:
      'bold';
      color: #1E1E1E;
      margin-bottom: 30px;
  }
  .about-info p{
color: #1E1E1E;
    margin: 16px 0 32px;
    font-size: 18px;
  }
  
  .about-img img{
      width: 100%;
      height: 684px;
      object-fit: cover;
      border-radius: 5px;
  }
  section.about{
      position: relative;
  }

  .more{
    margin: 10px 0 20px;
}
.more a,.more button{
    position: relative;
    transition: all 0.3s;
   color: #fff;
   font-family: 'bold';
text-transform: capitalize;
background: #003089 0% 0% no-repeat padding-box;
border-radius: 5px;
display: inline-block;
min-width: 180px;
text-align: center;
padding: 10px;
transition: all 0.3s;
text-transform: uppercase;
}
.more a i{
    color: #fff;
}
.more a:hover,.more button:hover{
   background-color: #f4dbae;
}
/* ************************Start services section************************** */
section{
    padding: 70px 0;
}
section.services{
   background-size: cover;
   /*margin-top: 100px;*/
   background-color: #F5F0E6;
}

.section-title{
    text-align: center;
margin-bottom: 80px;
}
.section-title h4{
    color:#1E1E1E;
    font-size: 32px;
    padding-bottom: 14px;
    font-family: 'bold';
text-transform: capitalize;
}

.service-box p{
    color: #707070;
    font-size: 14px;
    font-family: 'regular';
}
.service-box{
    border-radius: 8px;
    background-color: #fff;
    padding: 30px 20px;
    transition: all 0.3s;
    margin: 25px 0;
    box-shadow: 0px 5px 15px #00000008;
}
.service-box:hover{
    transform: translateY(-10px);
}
.service-box .img{
    width: 64px;
height: 64px;
}

.service-box .img img{
    width: 100%;
height: 100%;
}
.service-box h5{
    margin: 24px 0 0px;
    color: #1E1E1E;
    font-size: 18px;
    font-family: 'bold';
    min-height: 62px;
    display: flex;
    align-items: center;
}

/* Start projects section */
.our-projects{
    position: relative;
    padding-bottom: 120px;
}
.projects .container{
    position: relative;
    z-index: 3;
}
.projects .section-title h4{
    color: #fff;
}

.block-data .item img{
    height: 430px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.block-data .item{
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px #00000029;
}
.block-data .item-body h4 a{
    color: #fff;
    font-family: 'bold';
    font-size: 17px;
    /*margin-bottom: 20px;*/
    display: inline-block;
}
.block-data .item .item-body{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    width: 90%;
    background-color: rgb(255 255 255 / 90%);
/*     padding: 20px 10px; */
    text-align: center;
    transition: all 0.3s;
    z-index: 2;
}
.block-data .item:hover .item-body{
    /*background-color: rgb(255 255 255 / 90%);*/
    /*bottom: 20px;*/
}
.block-data .item .item-body h4 a{
    color: #000;
    min-height: 6px !important;
    line-height: 28px;
    display: inline-flex;
    align-items: center;
}
/*.block-data .item:hover .item-body h4 a{*/
/*    color: #000;*/
/*    margin-bottom: 8px;*/
/*}*/
.block-data .item-img{
    position: relative;
}
.block-data .item-img::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
/*     background: transparent linear-gradient(180deg, #FFFFFF00 0%, #BBBFA9 100%) 0% 0% no-repeat padding-box; */
box-shadow: 0px 0px 20px #00000029;
border-radius: 10px;
}
/* end projects section */
/* ***************************************** */
/* Start contact section */
/* ************************************************************** */
.contact-section .col-lg-6{
    padding: 0;
}

.contact-form{
    /*padding: 100px 60px;*/
    position: relative;
    background-color: #fff;
}
.contact-form .more{
    margin-top: 20px;
}
.contact-form form input,.contact-form form textarea{
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #E1E4ED;
    border-radius: 5px;
    color: #7E7E7E;

}
.contact-form form input::placeholder,.contact-form form textarea::placeholder{
    color: #5E5E5E;  
    font-style: italic;
}
.contact-form textarea:focus{
    outline: none;
    box-shadow: 0px 3px 6px #D1FFF5;
    border: 1px solid #D6D6D6;

}
.contact-form label{
    color: #23275A;
}
.contact-form form input:focus{
    outline: none;
    box-shadow: 0px 3px 6px #D1FFF5;
    border: 1px solid #D6D6D6;
}
.contact-form .mobil{
    position: relative;
}
.contact-form .mobil span.mobile-num{
    position: absolute;
    left: 15px;
    top: 40px;
    color: #0B2A41;
    direction: ltr;
    display: inline-block;
}


.map iframe{
   height: 313px;
    width: 100%;
}
/* ******************************************************** */

section.contact-section{
    padding: 0;
    overflow: hidden;
}
.contact-form form input::placeholder,.contact-form form textarea::placeholder{
    color: #767891;  
    font-size: 12px;
}
textarea:focus{
    outline: none;
}

.form-info form input:focus{
    outline: none;
}

.contact-form h5{
    color: #6687B2;
    font-size: 24px;
    font-family: 'bold';
}
.contact-form h6{
    color: #578292;
    font-size: 15px;
}
.contact-form form{
    /*margin-top: 30px;*/
}
/* End contact slider */
/* *************Start footer section*********** */
footer{
    overflow: hidden;
    padding: 80px 0 0;
  /* background-image: url('../images/footer-bg.png');*/
	 background-color:#050a0a;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.copy-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy-bottom-f a {
    display: flex;
    align-items: center;
    color: #767891;
    font-size: 13px;
    line-height: 15px;
}
.copy-bottom a img {
    max-width: 12px;
    max-height: 12px;
    margin-inline-end: 8px;
}

.Contact-inf ul li p{
}

.footer-contact{
    margin-bottom: 20px;
}
.footer-logo{
    margin: 14px 0;
}
.footer-logo img{
   height: 190px;
}

.footer-sochial{
    display: flex;
margin-top: 30px;
align-items: center;
justify-content: center;
}
footer .contact a{
    color: #000;
    font-family: 'bold';
    padding-inline: 10px;
}
footer .contact a i{
    padding-inline-start: 5px;
    font-size: 20px;
}
footer .footer-menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .footer-menu ul a{
    color: #6687B2;
    text-transform: capitalize;
    padding-inline: 13px;
}
.copy-bottom a{
color: #767891;
font-size: 13px;
}

.footer-sochial a:hover{
    color: var(--bg-color);
}
.footer .contact{
    margin-block: 20px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.copy-right {
    padding:6px 0px;
    margin-top: 34px;
}
.copy-right .row{
    align-items: center;
}
.copy-right p{
    color:#1E1E1E;
    margin-bottom: 0;
    font-size:14px;
    text-align: start;
}
.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.comp-rights {
    text-align: end;
}
.copy-right .col-sm-6{
    padding:0;
}
/* ************************************************ */
.responsive-menu .mobile-mnue{
display: flex;
align-items: center;
justify-content: space-between;
}
.mobile-mnue .lang-search{
    display: flex;
    align-items: center;
}
.responsive-menu .logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    margin:auto;
        height: auto;
    margin-bottom: 26px;
}
.responsive-menu{
    padding: 26px 12px 26px ;
}
.responsive-menu .btnSearch {
    padding-inline-end: 0px;
}
/* ********************************************************************************************* */
/* Start about page */
.breadcrumb-section a{
    color: #767891;
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumb{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: rgb(243 247 251 / 64%);
    padding-inline-start: 10%;
}
.breadcrumb-item.active {
    color: #767891;
    font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding-left: 10px;
    content: "/";
    color: #767891;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}
.about-page  ul {
    display: flex;
    margin-top: 60px;
}
.about-page .about-img img{
    height: 400px;
}
.about-page .about-info{
    padding:0 40px 0 20px;
}
section.about.about-page::after{
    top: auto;
    bottom: 51px;
    left: -113px;
    width: 340px;
    height: 253px;
}
/* * ******************************************************* */
.servics-page{
    position: relative;
}
.servics-page::after{
    position: absolute;
    content: '';
    bottom: 153px;
    left: 0px;
    width: 340px;
    height: 369px;
    background-image: url('../images/about-after.png');
    background-size: cover;
    z-index: -1;
}
.about-img{
    position: relative;
}
.about-img::after{
    position: absolute;
    content: '';
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 143px;
    height: 143px;
    background-image: url('../images/shape-2.png');
    background-size: cover;
    z-index: -1;  
}
.about-counter{
    background-color: #000;
    color: #fff;
}
.counter-item {
    direction: ltr;
    color: #f4dbae;
    font-size: 60px;
    line-height: 80px;
    margin: 0;
    font-family: 'bold';
}
.details{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
}
.details h6{
    font-size: 20px;
    font-family: 'bold';
    color: #fff;
    text-align: center;
    line-height: 1.6;
}
.counter-info h3{
    color: #fff;
    font-family: 'bold';
    font-size: 22px;
    margin-bottom: 43px;
    line-height:43px;
}
/* *************************************************************************************** */
/* ******************  Start services page ***************** */
.service-page .page-info {
    width: 60%;
    margin: 0px auto 80px;
    text-align: center;
}
.service-page h6{
font-size: 32px;
font-family: 'bold';
color:#6687B2;
margin-bottom:22px;
}
.service-page  > p{

    color: #000;
    line-height: 1.6;
}
.servics-page .section-title h4,
.projects-page .section-title h4,.contact-page .section-title h4,.about-page .section-title h4,
.employ-page  .section-title h4 {
    font-size: 60px;
    color:#d4af37;
}
.servics-page .section-title,.projects-page .section-title,.contact-page .section-title{
    margin-bottom: 64px;
}
.news-section .section-title{
    margin-bottom:0;
}
.servics-page .service-box{
    margin-bottom: 32px;
}
.servics-page .about-info{
    padding:0 40px 0 20px;
}
.servics-page .about-img img{
    height: 400px;
}
.projects-page .block-data{
    margin-bottom: 20px;
    border-radius: 10px;
}
.projects-page .col-lg-4{
    padding: 0 8px;
}
/* *******************************************************************8 */
/* Start contact page */
.contact-box{
    text-align: center;
    background: #F3F7FB 0% 0% no-repeat padding-box;
box-shadow: 0px 8px 16px #BBBFA9;
border-radius: 5px 5px 0px 0px;
padding: 30px 20px;
margin-bottom: 20px;
}

.contact-box .icone{
    width: 69px;
height: 69px;
border-radius: 50%;
color: #f4dbae;
display: flex;
align-items: center;
justify-content: center;
font-size: 40px;
background-color: #fff;
margin: 0 auto 14px;
}
.contact-box a{
    color: #23275A;
        min-height: 157px;
    display: inline-block;
}
.contact-box h6{
    color: #23275A;
    font-family: 'bold';
}
.contact-box span{
    color: #23275A;
    display: inline-block;
    /*min-height: 47px;*/
    align-items: center;
    justify-content: center;
}
.contact-box p{
    margin-bottom: 0;
}
.about-page .section-title h4{
    font-size:60px;
}


form{
    direction:ltr;
}



.slider-links{
    margin-top: 30px;
}
.contact-btn,.service-btn{
    display: inline-block;
    min-width: 177px;
    text-align: center;
    padding: 12px 14px;
    border-radius: 28px;
    transition: all 0.3s;
    font-family:
    'bold';
    text-transform:
    capitalize;
    position:
    relative;
    padding-inline-end: 33px;
}
.contact-btn::after,.service-btn::after {
    position: absolute;
    content: '\f178';
    font-family: 'font awesome 5 pro';
    top: 10px;
    right: 28px;
    color: #d4af37;
    font-size: 21px;
    transition: all 0.3s;
}
.contact-btn::after{
    color:#fff;
}
.contact-btn{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding-inline-end: 48px;
}
.service-btn{
   color: #d4af37;
   background-color: #fff;
   margin-inline-end: 20px;
}
.service-btn:hover,.contact-btn:hover{
    background-color: var(--sec-color);
    color: #fff;
    border-color: transparent;
}
.service-btn:hover::after{
   color: #fff; 
}
.service-box p{
    margin-bottom: 24px;
    min-height: 108px;
    display: flex;
    align-items: center;
}
span.mob-num{
    display:inline-block;
    direction:ltr;
}

    .pop-img img{
    width: 60%;
    margin: 20px auto;
    height:280px;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
    text-align: center;
}
}

.contact-box span.key{
    font-family: 'bold';
    display:block;
    margin-bottom:8px;
}

/*------------------------------------------------------------------------------*/
.about-info h4{
    
}
.about-info p{
    
}
.about-info h6{
    
}
.about-vid{
   position: relative;
   padding-inline-end: 20px;
}
.about-vid::after{
        position: absolute;
        content: '';
        bottom: -20px;
        right: 0;
        background:#d4af37 0% 0% no-repeat padding-box;
        border-radius: 8px;
        width: 285px;
        height: 254px;
        z-index: -1;
}
.about-video {
   height:390px;
    position: relative;
}

.about-video::after {
    width: 100%;
    height: 100%;
}

.about-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 10px 25px #0000000D;
border-radius: 12px;
}

.more a {
    display: inline-block;
    min-width: 194px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 33px;
    color: #fff;
    font-size: 16px;
    font-family: 'bold';
    padding: 15px 10px;
    padding-inline-end: 30px;
    position: relative;
    transition: all 0.3s;
    background: #d4af37;
}
.more a:hover , .service-info .more a:hover{
    background-color: #0F0D0D;
    color: #fff;
}
.more a:hover::before,.service-info .more a:hover::before{
    color: #fff;
}
.more a:before ,.btn-more::after,.view-all a::after{
    position: absolute;
    content: '\f178';
    font-family: 'font awesome 5 pro';
    top: 9px;
    right: 35px;
    color: #fff;
    font-size: 23px;
    transition: all 0.3s;
}
.view-all a::after{
    color:#686F4E;
    top: 7px;
    font-size: 20px;
    right: 29px;
}
.btn-more::after{
    color:#FF8D00;
    top: 12px;
}
.about-video .row {
    align-items: center;
}

.video-icone {
    width: 53px;
    height: 53px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.video-icone::after {
    position: absolute;
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #E98E1E;
    font-size: 22px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.video-icone::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: #fff; */
    opacity: 0.7;
    animation: movecir 1s infinite linear;
}

@keyframes movecir {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.services .section-title {
    text-align:start;
    margin-bottom:0;
}
.part-sec.part-section  .section-title,
.our-projects .section-title{
    text-align:start;
    margin-bottom:0px;
}
.part-sec.part-section  .section-title h4{
    color:#fff;
    margin: 65px 0 50px;
    padding-bottom: 0;
}
.section-title h4 span{
    color:#d4af37;
}

.services .title,.our-projects .title,.news-section .title{
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 21px;
}
.our-projects .title{
  margin-bottom:20px;
}
.news-section .title{
      margin-bottom: 60px;
}
.news-section .section-title h4{
    margin-bottom:0;
    padding-bottom:0;
}
.view-all a{
    border: 1px solid #d4af37;
    border-radius: 25px;
    min-width: 151px;
    display: inline-block;
    text-align: end;
    color: #d4af37;
    padding: 8px;
    padding-inline-end: 38px;
    position: relative;
    font-family: 'bold';
     transition: all 0.3s;
    }

.card-slider {
  counter-reset: slides-num;
  margin-top: 15px;
}

.card-slider .owl-item .item{
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 5px;
  /* font-family: 'roboto-light'; */
}


.card-slider .owl-item .item::before{
  content: "0"counter(slides-num);
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  position: absolute;
  right: 30px;
  top: 40px;
  font-family: 'bold';
  -webkit-text-stroke: 1px rgb(18 46 191 / 13%);
  color: #F5F0E6;
  z-index:9;
}


/*----------------------------partner section --------------------------------*/
/*satrt part-section section */
.part-section .slider-home  .col-6{
    padding: 0 8px;
}
.part-section .slider-home .item{
    padding-inline: 20px;
    padding-top: 12px;
}
.part-section .slider-home .owl-prev,
.part-section .slider-home .owl-next{
    display: none;
}
.part-section .container{
    position: relative;
    z-index: 1;
}
.part-section .item .img a,
.part-item .img a {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; /* خلي padding بسيط */
    background-color: #fff;
    transition: all 0.3s;
    height: auto; /* خليه ياخد ارتفاع الصورة */
    min-height: 153px; /* أقل ارتفاع */
}

.part-section .item .img img,
.part-item .img img {
    width: 100%;
    height: auto;
    max-height: 200px; /* اتحكم في أقصى ارتفاع لو حابب */
    object-fit: contain; /* يخلي الصورة كاملة */
    border-radius: 12px; /* عشان يبقى متناسق مع الكافر */
}

.part-section .item .img a:hover{
 
    
}
.part-section .col-6 {
    padding: 0 8px;
}
.part-section .row{
    /* align-items: center; */
}

 .part-sec.part-section{
        background-image: url('https://dyarweamar.com/wp-content/uploads/2025/08/11.webp');
        background-size: cover;
          position: relative;
          padding:0;
    }
    .part-sec::after,.contact-h::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
      /*  background-color: #d4af37;*/
        opacity:70% ;
        top: 0;
        left: 0;
    }
    .part-sec .container,.contact-h .container{
        position: relative;
        z-index: 2;
    }
    .part-img img{
        width: 100%;
        height: 100%;
        object-fit:cover;
    }
    .part-img {
        position: relative;
        height: 613px;
    }
    .part-img {
        -webkit-mask-box-image: url('../images/partner_shape.svg');
        mask-image: url('../images/partner_shape.svg');
        -webkit-mask-size: contain;
        mask-size: cover;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 88%;
    margin-inline-start: auto;

    }

   .mynav-menu ul li .nav-link{
    position: relative;
    z-index: 2;
    /*width: 114px;*/
    padding-inline:22px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid transparent;
   }
   .mynav-menu ul li .nav-link::after{
    position: absolute;
    content: '';
     top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 88px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0;
    z-index: -1;
   }
   
.mynav-menu ul li .nav-link:hover::after,.mynav-menu ul .current-menu-item  .nav-link::after{
     opacity: 0.25; 
}
.mynav-menu ul li .nav-link:hover,.mynav-menu ul .current-menu-item  .nav-link{
     border-bottom: 1px solid #fff;
}
.mynavbar .col-lg-7 {
    padding: 0;
}
/*--------------------------  contact section ------------------------------*/
.contact-h{
          background-image: url(https://dyarweamar.com/wp-content/uploads/2024/07/مشروع-تصميم-السيد-محمد-الغانم.webp);
        background-size: cover;
          position: relative; 
          background-attachment: fixed;
}
.contact-h::after{
        opacity:50% ;
}
   .contact-h-info{
    width: 80%;
    margin: auto;
    border: 1px solid rgb(240 242 255 / 25%);
    text-align: center;
    padding: 32px 20px;
    color: #fff;
   }

 .contact-h-info h5{
     font-size: 24px;
     font-family: 'bold';
 }

 .contact-h-info h6{
     font-family: 'medium';
     margin: 32.5px 0 50px;
 }

.contact-h-info .contactbtn a{
    color: #fff;
    display: inline-block;
    min-width: 194px;
    text-align: center;
    padding: 12px 14px;
    border-radius: 28px;
    transition: all 0.3s;
    font-family: 'bold';
    text-transform: capitalize;
    border:1px solid #fff;
}
.contact-h-info {
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 32px 20px;
    color: #fff;
    border-radius: 12px; /* اختياري - يخلي الشكل أنعم */
    
    /* الخلفية */
    background: rgba(0, 0, 0, 0.6); 
    /* أسود شفاف بنسبة 60% يغمق الصورة ويظهر الخط الأبيض */
    
    border: 1px solid rgb(240 242 255 / 25%);
}

.mynavbar .col-lg-6{
    padding:0;
}

/*---------------------- ptoject-section---------------------------*/
.project-item {
    display: flex;
    padding: 20px 16px;
    margin: 20px auto;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
}
.project-item .project-img  {
width: 207px;
/*height: 172px;*/
height:184px;
}
.project-item .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.project-item .project-img a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.project-item-info {
    padding-inline-start: 24px;
    width: calc(100% - 210px);
}

.project-item-info p {
    height: 71px;
    overflow: hidden;
    font-size: 14px;
    color: #707070;
    line-height: 25px;
}
.project-item-info h5 a{
 color: #1E1E1E;
    font-size: 17px;
    font-family: 'bold';
    line-height: 28px;
}
.project-item-info h5 {
        min-height: 83px;
    display: flex;
    align-items: center;
}
 .btn-more {
    color: #FF8D00;
    padding-inline-start: 0;
    padding-top: 18px;
    text-transform:
    capitalize;
    font-family: 'medium';
    position: relative;
    padding-inline-end: 66px;
     transition: all 0.3s;
}
 .btn-more:hover,.btn-more:hover::after{
     color:var(--sec-color);
 }



/*-------------------------- news section ------------------------------*/

.new-item{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 15px #00000008;
  border-radius: 8px;
  position: relative;
}
.new-item img{
  width: 100%;
  height: 206px;
  border-radius: 8px 8px 0px 0px;
}
.new-item .img {
    height: 206px;
    overflow:hidden;
}
.new-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
     transition: all 2s;
}
.new-item:hover .img img{
    transform:scale(1.3);
}
.new-item .news-detail{
  padding: 12px 20px 30px;
}
.new-item .news-detail p{
  color: #1E1E1E;
  font-family: 'semibold';
  margin-bottom: 19px;
}


.embed-twitter {

    padding: 20px;
    width: 100%;

}

.SandboxRoot,
section.twitter {
    /*direction: rtl !important;*/
    /*text-align: right !important;*/
}

.SandboxRoot {
    /*direction: rtl;*/
    /*text-align: right;*/
}
.twit-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #5997FF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 15px #00000008;
  border-radius: 8px 8px 0px 0px;
  padding: 12px 12px;
}

.twit-title h2 {
    color: #fff;
    background-color: #29A5F8;
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'semibold';
}
.twit-title h4{
   font-size: 14px;
   margin-bottom: 0;
}
.twit-title h4 a{
   color: #fff; 
}

.all-twiits {
    padding: 0;
    box-shadow: 0px 5px 15px #00000008;
    border-radius: 8px;
}

.important-twiits {
    height: 390px;
    overflow-y: scroll;
    overflow-x: hidden;
    direction: ltr;
    background: #fff;
    border-radius: 8px;
    padding:12px;
}

/* width */
.important-twiits::-webkit-scrollbar {
    width: 4px;
    border-radius: 5px;
}

/* Track */
.important-twiits::-webkit-scrollbar-track {
    background: #5997FF;
    border-radius: 5px;
}

/* Handle */
.important-twiits::-webkit-scrollbar-thumb {
    background: #5997FF;
    border-radius: 5px;
}

/* Handle on hover */
.important-twiits::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.css-1dbjc4n {
    border: none;
}

.embed-twitter a {
    width: 100% !important;
}

.new-item .date{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
  background-color: #fff;
  width: 113px;
  text-align: center;
  padding: 10px;
  box-shadow: 0px 3px 6px #0000000F;
  border-radius: 5px;
}
.new-item .date h6{font-size: 14px;margin-bottom: 0;font-family: 'medium';    display: flex;
    gap: 7px;}
.new-item .date h6 span{
  color: var(--bg-color);
}
section.news-section{
    background-color: #F5F0E6;
}


.Contact-info h4{
    color: #1E1E1E;
    font-size: 26px;
    font-family: 'bold';
    margin-bottom: 52px;
}
.Contact-info ul li a{
    color: #1E1E1E;
    display: flex;
    align-items: center;
    transition:all 0.3s;
}
.Contact-info ul li i{
    width: 37px;
    height: 37px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000001A;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 14px;
    color: var(--bg-color);
}

.Contact-info ul li{
    font-size: 18px;
    font-family: 'semibold';
    margin-bottom: 18px;
    display: flex;
     transition:all 0.3s;
}
.Contact-info ul li p{
    margin-bottom:0;
}
.Contact-info ul li:hover,.Contact-info ul li:hover a{
    color:var(--bg-color);
}
.partner-slider .item{
    border-radius: 16px;
    margin: 10px;
}
.part-data{
    padding-bottom:40px;
}
.news-slider.owl-theme .owl-dots{
    margin-top:36px !important;
}
.news-slider.owl-theme .owl-dots .owl-dot span {
    background: rgb(18 46 191 / 17%);
}
.news-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d4af37;
}
.partner-slider.owl-theme .owl-dots .owl-dot span {
    background: rgb(255 255 255 / 35%);
}
.partner-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

  /* 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: 1.6;
    margin: 20px 0 0;
    font-weight: 300;
}

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

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

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

 .card-header .btn::after {
    color: #fff;
    content: "\f067";
    position: absolute;
    right: 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: #000;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
 .card-body {
    border: 0.5px solid #E4E4E4;
    border-radius: 0px 0px 6px 6px;
    border-top: 0;
    padding-top: 6px;
}

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

.card-header .btn[aria-expanded="true"] {
    background: transparent;
    color: #1A1A1A;
    background-color: #fff;
    border: 0.5px solid #E4E4E4;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    font-family: 'bold';
}



.contact-us{
    padding:60px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 4px 20px 59px #E6E6E6B3;
    margin-bottom: 60px;
    }
    .row.contact-us{
        align-items: flex-end;
    }
    .contact-form form input,.contact-form form textarea{
        width: 100%;
        padding: 12px;
        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{
        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;
    }
    .contact-detail .contact-data{
        margin-bottom: 18px;
        padding-bottom: 18px;
        padding-top:14px;
        border-bottom: 0.5px solid #E4E4E4;
    }
  .contact-detail   .branch-list li:last-of-type  .contact-data{
         border-bottom:none;
     }
    .contact-detail h5{
        font-size: 24px;
        margin-bottom: 24px;
        font-family: 'bold';
    }
    .contact-detail li{
        margin-bottom: 14px;
    }
    .contact-detail li a{
        color: #000;
        font-size: 19px;
    }
    .contact-detail span.key{
        font-size: 17px;
        color: var(--sec-color);
    }
.contact-detail{
    padding-inline-end: 80px;
}
.input-group.upload span.uplod
{
  position: absolute;
  right: 12px;
  top: 8px;
  background-color: #fff;
  padding: 3px 20px;
  color: #0A1C37;
  font-size: 15px;
  width: 89px;
  box-shadow: 0px 3px 6px #00000008;
  border: 1px solid #EBEBEB;
  border-radius: 7px;
  text-align: center;
  display: inline-block;
}

.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;
    }

 .input-group>.form-control{
  
    flex: unset;
 }


/* End employment -page */

/* ------------------------------------------------------------- */
.manger-info {
    text-align: center;
}
.manger-info .img{
    margin-bottom: 16px;
}
.manger-info .img img{
    width: 181px;
    height: 181px;
    border-radius: 50%;
}
.manger-info h6{
    color: #1A1A1A;
    font-size: 18px;
    font-family: 'bold';
}

.manger-info h5{
    color: var(--sec-color);
    font-size: 16px;
}
.team-img img{
    width: 100%;
    height:500px;
    object-fit:cover;
filter: grayscale(1);
}
.team-img img:hover , .team-ser .team-img img{
filter: grayscale(0);
}
.about-team {
    margin-top: 5px;
    text-align: center;
}
.about-team p , .team-ser p{
    font-size: 18px;
    line-height: 29px;
}
section.team-ser{
    padding-top: 0;
}
.team-ser .container-fluid{
    padding: 0;
}
/* Start Team-h */

.team-h {
    padding: 70px 0;
    overflow: hidden;
    background: var(--bg-color);
}

.title.title-center h3 {
    display: table;
    margin: 0 auto 10px;
}

.title p {
    color: #363636;
    font-family: 'bahijBold';
    font-size: 16px;
    line-height: 1.6;
    margin: 30px 0 0;
}

.team-slider .owl-stage-outer {
    overflow: visible;
}

.team-slider .item {
    padding: 0 15px;
}

.team-block {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 15px 0;
    direction: rtl;
}

.team-block .img {
    width: 188px;
    height: 188px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
}

.team-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
filter: grayscale(1);
}
.team-block .img img:hover {
    filter: grayscale(0);
}

.team-block .details {
    position: relative;
    min-height: 74px;
    background: #fff;
    box-shadow: 0px 3px 6px #9E9E9E29;
    border-radius: 5px;
    margin-top: -25px;
    padding: 12px;
}

.team-block .details h3 {
    color: #000;
    font-size: 16px;
    font-family: 'bold';
    margin: 0 0 3px;
    line-height: 1.6;
}

.team-block .details span {
    color: #979595;
    font-size: 15px;
    line-height: 1.6;
    
}

.team-block .details::after {
    transition: all .5s;
    /*content: "";*/
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -7px;
    width: 87px;
    height: 7px;
    background: var(--sec-color);
}

.team-block.block-thr .details::after {
    background: var(--thr-color);
}

.team-block.block-two .details::after {
    background: #FCB040;
}

.team-block.block-four .details::after {
    background: #F6EE31;
}
.our-service {
    width: 80%;
    margin: 88px auto 10px;
}
.our-service h4 {
    text-align: center;
    font-size: 32px;
    font-family: 'bold';
    margin-bottom: 48px;
}
.about-team p, .team-ser p {
    font-size: 18px;
    line-height: 29px;
}

/* End Team-h */

.breadcrumb-section{
    background-color: #d4af37;
    background-size: cover;
    background-position: center;
    /*padding: 47px 0 47px;*/
    position: relative;
    z-index: 2;
}
.breadcrumb-section h2{
    font-size: 32px;
    font-family: 'bold';
    color: #1A1A1A;
    margin-top: 10px;
}

.breadcrumb{
    display: flex;
    align-items: center;
    background-color:transparent;
    padding-inline-start: 0;
    margin-bottom: 0;
}

.breadcrumb-section a{
    color: #FFF;
    /*font-family: 'semibold';*/
    text-transform: uppercase;
}

.breadcrumb-item.active{
    color: #FFF;
    font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding-left: 10px;
    content: " / ";
    color: #A8A8A8;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}
.mynavbar.header-pages {
    /*background-color: rgb(0 0 0 / 50%);*/
    background-color: #000;
    position: relative;
}
.technology{
    margin-top: -20px;
    position: relative;
    z-index: 2;
}
.technology .tech-box {
    margin-bottom: 30px; /* أضف هذه */
}
.technology {
    margin-bottom: 50px; /* أضف مساحة بعد البلوكات */
}

.technology .tech-box{
    text-align: center;
    background: #fff;
background: #F5F0E6 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 20px #00000014;
border-radius: 5px;
padding: 32px 20px;
transition: all 0.3s;
}
.technology .tech-box:hover{
    transform: translateY(-12px);
}
.technology .tech-box .img img,.service-box .img img{
    /*width: 64px;*/
height: 64px;
margin: 0 auto 20px;
object-fit:contain;
}
.technology .tech-box:hover img,.service-box:hover .img img{
    animation:1s tada;
}
.technology .tech-box h5,.service-box h5{
    color: #000;
    font-family: 'bold';
    font-size: 20px;
    line-height:31px;
}
.shapes-img .img1{
    position: absolute;
    bottom: 20px;
    left: 30%;
   
}
.shapes-img .img2{
    position: absolute;
    top: 60%;
    left: 5%;
  
}
.move-2 {
    animation: move-2 8s infinite linear;
  }
 .move-3 {
    animation: move-3 5s infinite linear;
  }
  
  @keyframes move-2 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    50% {
      transform: translate3d(100px, 30px, 30px) rotate(360deg);
    }
    100% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
  }
  @keyframes move-3 {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(40px, -40px, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes rotate {
    0% {
      transform: rotateZ(0);
    }
    100% {
      transform: rotateZ(3600deg);
    }
  }
  
  
 /* الحالة العادية */
.view-all a {
  background-color: var(--sec-color); /* ذهبي */
  color: #000; /* أسود */
  border: 1px solid var(--sec-color);
  transition: all 0.3s ease;
}

/* عند الوقوف */
.view-all a:hover {
  background-color: #000; /* أسود */
  color: #fff; /* أبيض */
  border-color: #000;
}

.view-all a:hover::after {
  color: #fff; /* لو عندك سهم أو أيقونة بعد النص */
}







.vission-box{
    display: flex;

}
.vission-box .icone{
    width: 64px;
height: 64px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: #F5F0E6;
margin-inline-end: 20px;
}
.vission-box .icone i{
    color: #d4af37;
    font-size: 30px;
}
.vission-box .box-info{
    width: calc(100% - 80px);
}
.vission-box .box-info h5{
    color: #d4af37;
    font-size: 20px;
    font-family: 'bold';
}
.about-info p {
    height: 266px;
    overflow: hidden;
}
.about-info.about-h  p {
    height: 113px;
}
.wpcf7 input[type="file"] {
    display: none;
}



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

.certificates-page .item{
    margin-bottom:22px;
}
  .certificates-page .item a{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
.certificates-page .item a::before {
    position: absolute;
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    font-size: 30px;
    color: #fff;
    transition: all 0.6s;
    opacity: 0;
}
.certificates-page .item a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.6s;
    opacity: 0;
    transform: scale(0);
    background: var(--sec-color);
    z-index: 1;
}
.certificates-page .item a:hover::before {
    opacity:1;
}
.certificates-page .item a:hover::after{
    opacity:50%;
     transform: scale(1);
}
/*---------------------------------------------------*/
.part-box img{
  max-width: 100%;
  height: 150px;
  object-fit: contain;
}
.part-box .part-info{margin-top: 18px;text-align: center; color:#000;}
.part-box .part-info h3{font-size: 18px;line-height:29px;margin-bottom: 14px; color:#00107A;min-height: 58px;
    display: inline-flex;
    align-items: center;}
.part-box .part-info h4{
  font-size: 16px;
  line-height:27px;
}

.part-box {
    text-align: center;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    padding: 20px 12px;
    margin-bottom: 16px;
}
.register .col-lg-3{
    padding:0 8px;
}
/*------------------------------------------*/
.nav.nav-pills {
    margin-bottom: 52px;
    justify-content: center;
}
.nav-pills .nav-link {
    margin-inline-end: 22px;
    color: #232323;
    font-size: 15px;
    font-family: 'bold';
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    padding:10px 20px;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background:var(--sec-color);
    box-shadow: 0px 5px 15px #00000008;

}

.about-info h4 span,.Contact-info h4 span,.about-page .about-info h4 span{
    color:#d4af37;
}
.about-p .technology .tech-box h5 {
  /* font-family: unset; */
  /*  min-height: 93px;*/
   /* display: flex;*/
    align-items: center;
}

li.menu-item-has-children {
    position: relative;
    margin-inline-end: 8px;
}
li.menu-item-has-children a{
    position: relative; 
}
ul.sub-menu {
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 245px;
    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.2s;
    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;
}


.mynav-menu ul li .sub-menu a{
color: #000;
    font-size: 15px;
    width: 100%;
    height: auto;
    justify-content: start; 
    font-family: 'semibold';
    padding: 10px 4px;
    display: inline-block;
    width: 100%;
    /*border-bottom: 1px solid #d4af37;*/
    border-bottom: 1px solid #122ebf5e;
    
}
.mynav-menu ul li .sub-menu a:hover,
 .mynav-menu ul .sub-menu .current-menu-item  .nav-link{
   border-bottom: 1px solid #d4af37;
   color: #d4af37;
}
li.menu-item-has-children>a::before {
    position: absolute;
    content: '\f107';
    font-family: 'font awesome 5 pro';
    top: 35px;
    right: 10px;
    color: #fff;
}

.mynav-menu ul li.menu-item-has-children>.nav-link{
        justify-content: start;
    padding-inline-start: 19px;
}
.mynav-menu ul li .sub-menu .nav-link::after{
    display:none;
}

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

p{
    line-height:27px;
}

.projects ul li .art-item .img img{
    width:100%;
	height : 100% 
}
.projects ul li{
    
   margin-bottom:32px; 
}

.projects ul li .art-info h5 a{
    color:#00107A;
}
.new-item .news-detail p {
    min-height: 133px;
    display: flex;
    align-items: center;
}
.footer .Contact-info span.mob-num {
    display: inline-block;
    direction: rtl;
}
        .contact-box span:last-of-type{
            display: inline-block;
            direction: rtl;
        }
label.input-group-btn {
    height: 0;
}
.servics-page .about-info p {
    height: auto;
}
.single.single-news .servics-page .section-title h4,
.single.single-projects .servics-page .section-title h4,
.single.single-service  .servics-page .section-title h4{
        font-size: 28px;
    width: 80%;
    margin: auto;
    line-height: 41px;
}
.block-data .item-body h4 a {
    min-height: 64px;
}
.block-data .item-body p {
    min-height: 107px;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin: 5px;
    line-height: 1.25;
    color: var(--sec-color);
    background-color: #fff;
    border: 1px solid var(--sec-color);
    border-radius: 4px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}
/*------------------------------------*/
 @media (max-width:768px){
    .carousel-info{
      left: 4px;
    }
li.menu-item-has-children>a::before {
    right: 100px;
}
}


.about-info.about-h p:last-of-type{
    height: 96px;
    overflow: hidden;
    position: relative;
    padding-inline-start: 16px;
    font-size: 18px;
    margin-bottom: 38px;
    line-height: 34px;
}
.about-info.about-h p:last-of-type::before{
  position: absolute;
  content: '';
    width: 2px;
    height: 84px;
    top: 7px;
    left: 0;
    background-color: #E98E1E;
}
.about-page .about-info.about-h p:last-of-type::before{
    display:none;
}
.about.about-page .row:last-of-type{
  margin-top: 70px;
}
.about-page ul {
    margin-top: 80px;
    flex-wrap: wrap;
}
.about.about-page ul li{
  width: 50%;
  margin-bottom:28px;
}

.about-info ul {
    list-style: unset;
}

.about-info ul li{
   margin-bottom:8px;  
}

.servics-page .about-img img{
    max-height: 400px;
    object-fit: cover;
    height: auto;
}

.about.about-home p{
    height:auto;
    max-height:162px;
}

  .next.page-link i{
    transform: scaleX(-1);
  }
  .pagination {
    /*direction: rtl;*/
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}
.page-link:focus {
    box-shadow: none;
}
.slider-home.owl-theme .owl-dots .owl-dot.active span{
   background:#fff; 
}
.slider-home.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.about-page .col-lg-7 .about-info h6{
 font-size: 32px;
    font-family: 'bold';
    color: #1E1E1E;
}


  @media (min-width: 992px){
.offset-lg-6 {
    margin-right: 50%;
    margin-left: auto;
}
}
<style>
/* تنسيق السلايدر */
.slider-home .item {
    position: relative;
}

/* تنسيق الفيديو داخل السلايدر */
.slider-video {
    position: relative;
    padding-bottom: 56.20%; /* النسبة للحفاظ على نسبة العرض إلى الارتفاع 16:9 */
    height: 0;
    overflow: hidden;
}

.slider-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* تنسيق المعلومات فوق الفيديو */
.carousel-info {
    position: absolute;
/*     bottom: 20px; */
    left: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}

/* تنسيقات إضافية لتعديل النصوص والروابط */
@media (max-width: 768px) {
    .carousel-info h2 {
        font-size: 1.5em;
    }
    .carousel-info p {
        font-size: 1em;
    }
}
</style>
/* تنسيق الفيديوهات بزوايا مستديرة */
.video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 15px; /* تعديل الزوايا */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* إضافة ظل خفيف */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px; /* تعديل الزوايا */
}
<!-- إضافة CSS لـ Slick Slider -->
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/assets/css/slick.css"/>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/assets/css/slick-theme.css"/>

<!-- إضافة JavaScript لـ Slick Slider -->
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/assets/js/slick.min.js"></script>
/* تنسيق الفيديوهات للموبايل */
.video-container {
    position: relative;
    overflow: hidden;
    width: 100vw; /* عرض الفيديو يساوي عرض الشاشة */
    height: 56.25vw; /* نسبة العرض إلى الارتفاع 16:9 */
    border-radius: 15px; /* تعديل الزوايا */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* إضافة ظل خفيف */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px; /* تعديل الزوايا */
}

   #project-steps {
        padding: 40px 20px;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    #project-steps h2 {
        text-align: center;
		color: #d4af37;
		font-weight: bold; 
        margin-bottom: 50px;
        font-size: 38px;
    }

    .step-container {
        position: relative;
    }

    .step {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 40px;
        position: relative;
    }

    .step::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 4px;
        height: 100%;
        background-color: #ddd;
        z-index: -1;
    }

    .step-content {
        position: relative;
        max-width: 500px; /* زيادة العرض */
        padding: 30px; /* زيادة الحافة الداخلية */
        background-color: #fff; /* لون الخلفية أزرق */
        color: #d4af37; /* لون النص أبيض */
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 20px 0;
        animation: fadeInUp 0.6s ease-in-out;
        transition: background-color 0.3s, color 0.3s; /* إضافة انتقال للألوان */
    }

    .step-content.left {
        left: 0;
        margin-right: auto;
        text-align: right;
    }

    .step-content.right {
        right: 0;
        margin-left: auto;
        text-align: right;
    }

    .step-content::after {
        content: '';
        position: absolute;
        top: 20px;
        width: 0;
        height: 0;
        border-style: solid;
    }

    .step-content.left::after {
        right: -10px;
        border-width: 10px 10px 10px 0;
        border-color: transparent #fff transparent transparent; /* نفس لون الخلفية */
    }

    .step-content.right::after {
        left: -10px;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #000; /* نفس لون الخلفية */
    }

    .step-content:hover {
        background-color: #d4af37; /* تغيير لون الخلفية عند الوقوف */
        color: #fff; /* تغيير لون النص عند الوقوف */
    }

    .step-content:hover::after {
        border-color: transparent transparent transparent #fff; /* تغيير لون السهم عند الوقوف */
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
.step-content h3 i {
    margin-right: 10px; /* لتباعد الأيقونة عن النص */
    color: #d4af37; /* نفس لون النص */
    font-size: 1.5em; /* حجم الأيقونة */
    vertical-align: middle; /* لضبط وضع الأيقونة مع النص */
}

.step-content:hover h3 i {
    color: #d4af37; /* تغيير لون الأيقونة عند الوقوف */
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.about-img img {
  width: 100%;
  height: auto;
  animation: zoomInOut 10s infinite;
}
    /* إضافات CSS للصور */
    .step-image {
        width: 50%;
        padding: 20px;
    }

    .step-image img {
        width: 90%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .step-content.left {
        order: 1;
    }

    .step-image.right {
        order: 2;
    }

    .step-content.right {
        order: 2;
    }

    .step-image.left {
        order: 1;
    }

/* تنسيق الأيقونات داخل دوائر ملونة */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #000; /* اللون الأساسي */
    color: white;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* تأثير عند التمرير */
.social-icon:hover {
    background-color: #d4af37; /* اللون الثانوي */
    transform: scale(1.1); /* تكبير الأيقونة عند التمرير */
}

/* تأثير نبض عند التمرير */
.social-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.4s ease;
}

.social-icon:hover::before {
    transform: scale(2);
    opacity: 0;
}

/* تحسين شكل الأيقونة */
.icon-content {
    position: relative;
    z-index: 2;
}
/* زر الواتساب */
.icon-whats {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    z-index: 999999;
}

.icon-whats:hover {
    background: #1EBE5D;
    transform: scale(1.1);
}

/* زر الاتصال */
.icon-call {
    position: fixed;
    bottom: 90px; /* جعله فوق زر الواتساب */
    right: 20px;
    background: #000;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    z-index: 999999;
}

.icon-call:hover {
    background: #d4af37;
    transform: scale(1.1);
}
/* قسم التقديم على وظيفة بالرئيسية */
.homepage-job-apply {
  background: linear-gradient(to left, #0f2027, #203a43, #2c5364);
  padding: 80px 0;
  color: #fff;
}

.homepage-job-form {
  background-color: #ffffff;
  color: #000000;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.homepage-job-form h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #0d6efd;
  display: flex;
  align-items: center;
  gap: 10px;
}

.homepage-job-form input,
.homepage-job-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  background-color: #f8f9fa;
  transition: border-color 0.3s;
}

.homepage-job-form input:focus,
.homepage-job-form textarea:focus {
  border-color: #0d6efd;
  outline: none;
}

.homepage-job-form input[type="submit"] {
  background-color: #0d6efd;
  color: #ffffff;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.homepage-job-form input[type="submit"]:hover {
  background-color: #0b5ed7;
}

/* دعم RTL */
body.rtl .homepage-job-form,
body.rtl .homepage-job-apply {
  direction: rtl;
  text-align: right;
}

body.rtl .homepage-job-form h5 {
  justify-content: flex-end;
}

/* خلفية السكشن */
.testimonialssection {
  background: linear-gradient(135deg, #000 0%, #1a1a1a 50%, #cfa243 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

/* زخرفة خفيفة في الخلفية */
.testimonialssection::before {
  content: "★";
  position: absolute;
  font-size: 200px;
  color: rgba(255, 255, 255, 0.03);
  top: 10%;
  left: 5%;
}
.testimonialssection::after {
  content: "★";
  position: absolute;
  font-size: 150px;
  color: rgba(255, 255, 255, 0.05);
  bottom: 15%;
  right: 10%;
}

/* العنوان */
.section-head h2 {
  color: #fff;
  font-size: 36px
	  
  font-family: 'bold'"Cairo";
  position: relative;
  margin-bottom: 20px;
}
.section-head .section-line {
  display: inline-block;
  width: 80px;
  height: 3px;
  background: var(--sec-color); /* الذهبي */
  margin: 0 auto 40px;
}

/* الكارت (رسالة العميل) */
.testimonial-bubble {
  background: #fff;
  border-radius: 16px;
  padding: 40px 25px 30px;
  position: relative;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  min-height: 260px;
  max-width: 500px;
  margin: auto;
  border: 1px solid #eee;
  transition: transform 0.3s ease;
}
.testimonial-bubble:hover {
  transform: translateY(-8px);
}

/* البالون */
.testimonial-bubble::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0 -2px 3px rgba(0,0,0,0.1));
}

/* التنصيص */
.quote-icon {
  font-size: 40px;
  color: var(--sec-color);
  position: absolute;
  opacity: 0.3;
  font-weight: bold;
}
.quote-icon.top {
  top: 10px;
  left: 20px;
}
.quote-icon.bottom {
  bottom: 10px;
  right: 20px;
}

/* النص */
.testimonial-bubble .comment {
  font-style: italic;
  color: #444;
  line-height: 1.7;
  margin: 30px 0;
}

/* الاسم */
.testimonial-bubble h4 {
  margin: 10px 0 4px;
  font-family: 'bold';
  font-size: 18px;

	
	