@charset "UTF-8";

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}
section{

    padding: 80px 0px;
}
.btn {
    background: #fff;
    text-decoration: none;
    border: 3px solid #000;
    font-weight: 700;
    color: #142752;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 10px 25px;
    transition: all .2s ease-in-out;
}
.btns {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(to right , #316AD6 ,#316AD6);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 19px 30px;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
    font-weight: bold;
}
 .btn:hover {
    color: #000000;
    background-color: #8b8b8b;
    border-color: #f0f0f1;
    transition: all .2s ease-in-out;
}

body {
    background: #fff;
    color: #000;
    font-family: 'Tajawal', sans-serif;
    font-size: 18px;
    line-height: 1.5
}

::selection {
    color: #fff;
    background: #316AD6;
}

::-webkit-scrollbar {
    width: 20px;
}

 ::-webkit-scrollbar-track {
    border: 1px solid #c8d7e1;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb {
    background: #316AD6;
    border-radius: 10px;
    box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25)
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
address,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    border: 0;
    font-size: 18px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

a {
    color: #000000;
    text-decoration: none
}


a:focus {
    color: #000000;
}

a:hover {
    outline: 0;
}

a:focus {
    outline: thin dotted;
}

button {
    background: transparent;
    border: 0;
    cursor: pointer;
}
/*المدونة*/

.blog-topics {
    padding: 80px 0
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.blog-box {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 2%;
}
.card-image {
    position: relative;
}

.card-image img {
    width: 100%
}

.blog-topics h2 {
    margin-bottom: 80px
}

.card-content {
    padding: 15px 15px
}

.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374;
    z-index: 6;
    position: relative;
}

.card-title {
    font-size: 20px;
    font-weight: 900;
    width: 90%;
    height: 63px;
    overflow: hidden;
    border-radius: 10px;
    text-align: right;
    color: #0b306e;
    z-index: 5;
    position: relative;
    transition: all .3s ease;
}

.card-excerpt {
    color: #949494;
    line-height: 32px;
    margin-top: 2px;
    width: 90%;
    height: 92px;
    font-size: 14px;
    z-index: 5;
    position: relative;
    overflow: hidden;
    text-align: right;
}


.sub-title {
    font-weight: 900;
    font-size: 20px
}
p.card-more {
    margin: 15px;
    text-align: left;
}

.card-more a {
    background: #316AD6;
    color: #fff;
    padding: 5px 14px;
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
}
.card-more a:hover{

background-color: #e4f2fd;
color:#000;

}
.link {
    position: absolute;
    bottom: 90px;
    right: -108px;
    width: 140px;
    height: 50px;
    background: #316AD6;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    transition: .3s all;
    clip-path: polygon(25% 0%,100% 0%,100% 100%,25% 100%,0% 50%);
}
.link a{

    color: #fff;
    text-decoration: none;
  
}
.inner-box:hover .link {
    right: 0;
    background: #316AD6;
}
.inner-box:hover img {
    transform: scale(1.2);
    transition: all 1s ;
}

.inner-box {
    margin: 15px;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0 0 13px #d4d4d4;
    padding: 8px;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.inner-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
}
.inner-box:after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 98%;
    height: 80px;
    transform: skewY(-2deg);
    transition: all .5s ease;
    border: 3px solid #343434;
    z-index: 0;
}
.inner-box:hover:after {
    transform: skewY(2deg);
    border-color: #140d0c;
}
.image {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 8px;
    z-index: 8;
    overflow: hidden;
}
.image img {
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 250px;
    display: block;
}

.image a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.up-hover {
    width: 100%;
    height: 100%;
    padding: 13px 0;
    transition: all .5s ease;
    position: relative;
}

textarea {
    max-height: 160px;
}
.form-submit{
    text-align:left
}
.submit {
    background-color: #316AD6;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
    border: 0;
}


/*title*/

.titles_concept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto auto 30px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .titles_concept_1{
    position: relative;
  }
  .titles_concept_1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78%;
    height: 3px;
    border-radius: 5px;
    right: 0;
    margin: 0 auto;
    background: #363532;
  }
  
  .titles_concept h2 {
    font-size: 30px;
  }
  
  .titles_concept_1 h2 {
    width: fit-content;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    margin: auto auto 12px;
    line-height: 34px;
    z-index: 1;
    color: #316AD6;
  }
  .q-a, .titles_concept_1 h2 {
    display: block;
    position: relative;
  }
  .titles_concept h3 {
    justify-content: center;
    font-size: 37px;
    font-weight: 700;
    -webkit-background-clip: text;
    line-height: 37px;
    margin: 0 0 15px;
    text-align: center;
    display: block;
    color: #171f26;
    
  }
  .titles_concept_1 p {
    position: relative;
    margin: 5px 5px 19px;
    transition: .5s;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }
/*title*/

.blog-topics {
    padding: 50px 0
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blog-box {
    width:100%;
    margin-bottom: 25px;
    margin-right: 2%;
}
.card-image {
    position: relative;
}

.card-image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


.blog-topics h2 {
    margin-bottom: 80px
}

.card-content {
    text-align: right;
    padding: 9px 13px;
}

.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374
}

.card-title {
    font-weight: 900;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none
}

.card-excerpt {
    font-size: 15px
}

.sub-title {
    font-weight: 900;
    font-size: 20px
}

.desc {
    font-size: 17px;
    font-weight: 500
}

.wp-video,
.wp-video video {
    height: 100%!important;
    max-width: 100%!important;
    padding: 1px 12px 11px 22px;
    margin-top: 15px;
}

.col-6 {
    width: 100%
}

@media (min-width:992px) {
    .col-6 {
        width: 49%
    }
    .features.content {
        width: 48%
    }
    .features-videos {
        width: 48%
    }
    .features-box {
        width: 22%
    }
    .price-plan {
        width: 30.333%
    }
    .box-work {
        width: 30.3333%
    }
    .blog-box {
        width: 30%
    }
    .services-plan .flex {
        justify-content: space-between
    }
    .qr-img {
        text-align: left
    }
    .features-content,
    .features-videos {
        width: 48%
    }
    .slider-header h3 {
        font-size: 22px
    }
    .services-plan>img {
        opacity: 1
    }
}
@media only screen and (min-width: 982px){
.blog-box {
    width: 31%;
}
}




/*المدونة*/



/* Accessibility */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* grid */

.container {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 700px;
}

.container:before,
.clear:before,
.clear:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.container:after {
    clear: both;
    content: "";
    display: block;
}

.clear:after,
.comment-list .comment:after {
    clear: both;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 35px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px;
    clear: right;
}

.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pt-30 {
    padding-top: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-25 {
    margin-bottom: 25px;
}

.main-navigation ul,
.unstyled {
    list-style: none;
}

.txtcenter {
    text-align: center;
}

.unstyled {
    list-style: none;
}

.list-inline li {
    display: inline-block
}

.sub-title,
.menu-items a,
.btn {
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
}

.border {
    border: 1px solid #c8d7e1;
    overflow: hidden;
}

.shadow {
    -moz-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, .08);
    -webkit-box-shadow: 0 2px 8px 0 rgb(50 50 50 / 8%);
    box-shadow: 0 2px 8px 0 rgb(50 50 50 / 8%);
}

.pad-16 {
    padding: 16px;
}

.bg-white {
    background: #fff;
}

.radius {
    border-radius: 15px;
}


/* Header */

.site-header {
    padding: 7px 5px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 5px rgb(0 0 0/10%);
    position: relative;
    z-index: 9999;
    margin: auto;
}


.site-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

.site-header .container {
    padding: 0;
}

.topbar-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.logo-link {
    display: block;
    height: 100%;
}
@media (min-width: 992px){


    .close-menu{
        display: none;
    }}

.search-toggle .close,
.search-toggle,

.sub-menu,
.scrollUp {
    display: none;
}

.nav-bar {
    background-color:transparent;
    box-shadow: 0 0 9px 1px rgba(255, 255, 255, 0.3);
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 60px;
    width: 0;
    transition: 0.5s;
}

@media only screen and (max-width: 993px){
    .nav-bar {
        background-color:#27508f;
        box-shadow: 0 0 9px 1px rgba(255, 255, 255, 0.3);
        position: fixed;
        z-index: 999;
        height: 100%;
        top: 0;
        right: 0;
        overflow-x: hidden;
        padding-top: 60px;
        width: 0;
        transition: 0.5s;
    }
}
.nav-bar.open {
    width: 100%;
}
.topbar-wrap label {
    display: flex;
    flex-direction: column;
    width: 70px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translate(50%, -50%) scale(.5);
}

.topbar-wrap input[type=checkbox] {
    display: none;
}
 
.topbar-wrap label  span:nth-of-type(1) {
    width: 50px;
}
.topbar-wrap  label span {
    background: #0c1223;
    border-radius: 10px;
    height: 7px;
    margin: 6px 0;
    transition: .4s cubic-bezier(.68, -.6, .32, 1.6);
}

.topbar-wrap label span:nth-of-type(2) {
    width: 100px;
}

.topbar-wrap label span {
    background: #0c1224;
    border-radius: 10px;
    height: 7px;
    margin: 6px 0;
    transition: .4s cubic-bezier(.68, -.6, .32, 1.6);
}

.topbar-wrap label span:nth-of-type(3) {
    width: 75px;
}
.topbar-wrap label span {
    background: #0c1224;
    border-radius: 10px;
    height: 7px;
    margin: 6px 0;
    transition: .4s cubic-bezier(.68, -.6, .32, 1.6);
}
.close-menu {
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 36px;
  padding: 0px 12px;
  color: #ff0000;
  z-index: 9999;
  background-color: #b12e1b;
  border-radius: 13px;

}

.search-toggle{

    padding: 10px;
    background: #316AD68c;
    border-radius: 5px;
}

.search-wrap {
    display: flex;
    justify-content: center;
}

.search-form {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgb(60 64 67 / 16%);
  display: flex;
  flex-direction: row;
  border: 1px solid #ebebeb;
  padding: 11px;
  width: 90%;
  -webkit-border-radius: 32px;
}

.search-input {
    padding: 11px;
    -webkit-appearance: textfield;
    background: transparent;
    flex-grow: 2;
    border: none;
}

.search-submit {
    background: transparent;
    padding: 0 10px;
}

.menu-items {
    padding: 40px;
}

.menu-items li {
    position: relative;
}

.menu-itemsli {
    padding: 0 15px;
}

.menu-items a {
    color: #29333f;
    display: block;
    font-weight: 600;
    white-space: nowrap;
    padding: 5px 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.377);
    transition: all .40s ease-in-out;
	font-size:16px;
}

.sub-menu  li:hover {
    background: #f1faff;
    transition: all .40s ease-in-out;
}
@media (max-width: 992px){
  .menu-items a {
  height: 50px;
    width: 100%;
    position: relative;
    padding-right: 11px;
    display: flex;
    color: #ffffff;
}
}
@media (min-width: 992px){
.menu-items  li:hover  {
  background-color: #316AD68c;
  border-radius: 5px 10px 12px;
  transition: all .40s ease-in-out;
}
}

.menu-items .sub-menu>li:hover>a {
    transform: translateX(-5px);
}

.menu-items .sub-menu {
    padding-right: 20px;
    padding-left: 1rem;
}

.icon-angle-down {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition-duration: 0.8s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.dropdown-toggle {
    background: 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    left: 0;
    padding: 13px 16px;
    position: absolute;
    top: 0;
}

.close-menu.toggled-on,
.sub-menu.toggled-on {
    display: block;
}

.dropdown-toggle.toggled-on .icon-angle-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

input[type="search"]:focus {
    outline: none;
}

.entry-meta,
.subtitle {
    position: relative;
    border-bottom: 1px solid #e4ebf2;
    padding-bottom: 10px;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #676f95;
}

.subtitle:before,
.entry-meta:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #316AD6;
    position: absolute;
    bottom: -1px;
    right: 0;
}

.site-footer {
    background-color: #0f1214 !important;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: 100% auto;
    background-position: left center;
    background-repeat: no-repeat;
    align-items: center;
}
@media (max-width: 767px){
 .site-footer {
    background-size: cover;
  
}}

.site-footer,
.site-footer .container a {
    color: #dcdcdc;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-widgets {
    display: flex;
    padding: 45px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site-footer .block {
    list-style: square;
}

.site-footer .block ul {
    list-style: none;
}

.footer-widgets .subtitle {
    color: #ffffff;
    border-bottom: 1px solid rgba(167, 167, 167, .2);
}

.footer-widgets .subtitle:before {
    content: none
}

.footer-widgets .widg li a {
    position: relative;
    display: block;
    background-color: rgba(167, 167, 167, .12);
    margin-bottom: 5px;
    padding-right: 14px;
    padding: 10px 30px;
    font-weight: 900;
    font-size: 15px;
}

.footer-widgets .widg li a {
    color: #d3e9fd;
}

.footer-widgets .widg li a:after {
    content: ' ';
    width: 0px;
    height: 0px;
    position: absolute;
    right: 10px;
    top: 23px;
    border: solid #316AD6;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 1.5px;
    transform: rotate( 135deg);
}

.footer-widgets .widg li:hover a {
    color: #c6c6c6;
    transform: translateX(-5px);
    text-decoration: none;
}

.social-follow li a {
    display: block;
    text-align: center;
    border-radius: 50px;
    margin: 30px 5px;
}

.social-follow li a:hover svg {
    animation: socialFxF .4s forwards;
    fill: #fff;
}

@keyframes socialFxF {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.site-footer .follow-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    box-shadow: 0 19px 40px rgb(0 0 0 / 29%);
    background-color: rgba(167, 167, 167, .08);
    margin: 43px 0;
    padding: 23px 0;
    border-radius: 23px;
}

.widgets-div .icon-div {
    display: inline-block;
    margin-left: 15px;
}

.widgets-div .text-div {
    display: inline-block;
    margin-left: 10px;
    line-height: 2;
    text-align: right;
}

.widgets-div .text-div .bold {
    color: #dae9ff;
    font-weight: 700;
}

.widgets-div .text-div span+span {
    color: #fff;
}

.site-copyright {
    padding: 10px 0;
    line-height: 40px;
    font-weight: 900;
   
    color: #fff;
}

.ms-whats-button,
.ms-call-button,
.scrollUp {
    position: fixed;
    bottom: 6px;
    z-index: 9999;
    text-align: center;
    z-index: 9999
}

.scrollUp {
    background-color: #316AD6;
    left: 25px;
    width: 45px;
    height: 45px;
    line-height: 55px;
    border-radius: 50%;
    bottom: 20px
}

.scrollUp.toggled-on {
    display: block
}

.scrollUp {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.scrollUp.toggled-on {
    display: block;
}
.block.widg {
    width: 100%;
}
@media only screen and (min-width: 982px) {
    .container {
        max-width: 1200px;
    }
    .logo-link img {
        width: 100%;
    }
    .search-toggle.open .close,
    .search-toggle {
        display: block;
    }
    .search-wrap.open {
        background-color: #316AD6;
        display: block;
        position: absolute;
        left: -30px;
        top: 59px;
        z-index: 9999;
        box-shadow: 0 0 9px 1px rgb(100 100 100 / 30%);
        padding: 10px;
        width: 35%;
    }
    .search-form {
        width: 100%;
    }
    .nav-bar {
        width: auto;
        box-shadow: none;
        position: relative;
        height: auto;
        overflow-x: unset;
        padding: 0;
        border: 0;
        transition: none;
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: center;
    }
    .search-toggle.open .search,
    .search-wrap,
    .dropdown-toggle,
    .menu-toggle {
        display: none;
    }
    .menu-items {
        display: flex;
        padding: 0;
        flex-wrap: wrap;
    }
    .menu-items>li {
        margin: 5px 15px;
    }
    .menu-items>li>a {
        padding: 5px 15px;
        box-shadow: none;
    }
    @media (min-width: 992px){
.sub-menu li a:hover {
    color: #1360d4;
    
}}
    .menu-items li.has-child>a:after {
        content: " ";
        border: solid #000;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 4.5px;
        transform: rotate( 45deg);
        position: relative;
        top: -3px;
        right: 7px;
    }
    .menu-items .sub-menu {
        background-color: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 250px;
        width: max-content;
        padding: 0;
        margin-top: 1px;
        border-radius: 2px;
        box-shadow: 0 9px 20px 0 rgb(0 0 0/13%);
        z-index: 9999;
        transition: .5s;
        
    }
    .menu-items .sub-menu li {
        padding: 0 17px;
    }
    .menu-items .sub-menu .has-child .sub-menu {
        right: 100%;
        top: 0;
    }
    .menu-items .sub-menu .has-child>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate( 137deg);
    }
    @media (min-width: 992px){
.sub-menu li {
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #4646462b;
    line-height: 24px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: #3b76cb;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}}
    .menu-items .has-child:hover>.sub-menu {
        display: block;
    }
    .mobile-bar {
        box-shadow: none;
        padding: 0
    }
    .search-toggle,
    .menu-items a {
        border: 0;
    }
    .content-right {
        width: 70%;
        float: right;
    }
    .side-left {
        width: 27%;
        float: left;
        position: relative;
    }
    .site-footer .block {
        width: 30%;
    }
    .site-footer .logo-link {
        height: auto;
    }
	.block.widg {
    width: 25%;
}
}

@media only screen and (min-width: 1480px) {
    .container {
        max-width: 1350px;
    }
}
h1{
    font-family: 'Tajawal', sans-serif;
    clear: both;
    font-weight: 700;
    line-height: 1.4;
}
h1 {
    font-size: 70px;
}
.not-found {
    padding: 120px 0;
}
.search-form{
    margin: 25px 0
}
 /*city*/
 section.citis {
  padding: 40px 0;
  background: #ffffff;
  
}
section.citis .titles_concept span {
  font-size: 30px;
  line-height: 50px;
  padding-bottom: 5px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #3c3c3c;
  border-bottom: 2px solid #00000024;
}
section.citis .titles_concept {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.city-innr {

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.city-innr a.city {
  flex: 1 1 0%;
  max-width: 500px;
  margin: 15px;
  min-width: 200px;
}
a.city {
  flex: 1 1 0%;
  display: flex;
  position: relative;
  border-radius: 8px;
  z-index: 9;
}
.icon-box {
  position: relative;
  z-index: 9;
  width: 100%;
}

.city-innr .city-image {
  max-height: 220px;
  height: 177px;
  background-image: url(../img/city.webp);
}
.city-image {
  transition: all 0.2s ease 0s;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  height: 160px;
  object-fit: contain;
  display: flex;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,.05)!important;
  
}
.city-image:before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(25 39 86 / 22%);
  left: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 9px;
  justify-content: center;
}
.bottom-city {
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.icon-city {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  line-height: 62px;
  text-align: center;
  color: rgb(255 255 255);
  border-radius: 50%;
  display: flex;
  z-index: 9;
  transition: all 0.3s ease 0s;
  align-items: center;
  justify-content: center;
}
.icon-city i {
  font-size: 30px;
  z-index: 9;
  position: relative;
}
.fa-city:before {
  content: "\f64f";
}
.right_city {
  color: rgb(255 255 255);
  position: relative;
  z-index: 9;
}
.right_city h2 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.link_city {
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 10px;
  color: rgb(255, 255, 255);
  background: rgb(19 19 20);
  box-shadow: rgb(255 255 255 / 30%) 0px 0px 0px 4px;
}

.icon {
  background-color: rgba(252, 206, 6, 0.58);
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 12%;
  border-radius: 50%;
  font-size: inherit;
  text-align: center;
  line-height: 40px;
}

.banner .icon {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  animation: callrotate 2s infinite ease-in-out;
}

.banner .icon svg {
  transform: rotate( 276deg);
}

.relative {
  position: relative;
  z-index: 999;
}


/*end city*/

.ms-whats-button,
.ms-call-button
  {
    position: fixed;
    bottom: 14px;
    z-index: 9999;
    text-align: center;
    z-index: 9999;
}



.ms-whats-button,
.ms-call-button {
    display: flex;
    outline: 0;
    cursor: pointer;
}

.ms-call-button {
    right: 6px;
    bottom: 97px;
}

.ms-whats-button {
    right: 6px;
}

.ms-call-icon {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 64px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.ms-call-button .ms-call-icon {
    animation: callrotate 2s infinite ease-in-out;
}

.ms-whats-txt,
.ms-call-txt {
  padding: 0 9px 0 17px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  background: #fff;
  color: #000;
  margin-left: -13px;
  line-height: 28px;
  border-radius: 10px;
  height: 35px;
  margin-top: 14px;
}

.ms-whats-txt {
    padding: 0 21px;
    background: #4caf50;
    color: #ffffff;
}
.ms-call-txt{

    background: #2d6ac7;
    color: #fff;

}




@keyframes callrotate {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

  /* اتصل بنا */
  /* contact page */

.top-sec-page{
    width: 100%;
    height: 380px;
    background: #2f2f31;
    position: relative;
    overflow: hidden;
  }
  .top-sec-page .container{
    display: flex;
    height: 60%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .top-sec-page h1{
    color: #fff;
  }
  .top-sec-page .container .social-links{
    display: flex;
    gap: 10px;
    margin-top: 40px;
  }
  .top-sec-page .container .social-links a{
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
    position: relative;
    top: 0;
    transition: 0.3s ease;
  }
  .top-sec-page .container .social-links a:hover{
    top: -7px;
  }
  .top-sec-page .container .social-links svg{
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

  }
  .top-sec-page span.wave{
    position: absolute;
    bottom: -10px;
    left: 0%;
    z-index: 100;
    width: 100%;
  }
  .top-sec-page span.wave svg{
    width: 100%;
    height: 80px;
  }
  
  
  .contact-sec .boxs{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
  }
  .contact-sec .boxs .box{
    width: 300px;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 5px 5px 10px #e6e3e3;
    border: 1px solid #a1a1a154;
    border-radius: 5px;
    text-align: center;
    top: 0;
    position: relative;
    transition: 0.3s ease;
  }
  .contact-sec .boxs .box:hover{
    top: -20px;
    border: 1px solid #316AD6;
  }
  .contact-sec .boxs .box svg{
    width: 80px;
    fill: #316AD6;
    margin-bottom: 20px;
  }
  
  .contact-sec .boxs .box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
  }


  @media (max-width:350px){
    .contact-sec .boxs .box{
      width: 95%;
    }
  }


  /* services section */

.services{
   padding: 40px 0;
  }
  
  .services .boxs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap:35px;
  }
  .services .boxs .box{
    width: 31%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 3px 5px 8px #9292924d;
    border-bottom: 8px solid transparent;
    position: relative;
    top: 0;
    transition: 0.3s ease;
    text-align: center;
    padding-bottom: 20px;
    box-shadow: 5px 5px 10px rgba(105, 105, 105, 0.314),
    -5px 5px 10px #57575726;
  }
  
  .services .boxs .box .linkall{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .services .boxs .box:hover{
    top: -15px;
    border-color: #316AD6;
  }
  
  .services .boxs .box .div-img {
    position: relative;
    overflow: hidden;
    height: 200px;
  }
  
  .services .boxs .box .div-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
  }
  .services .boxs .box .div-img .more-text{
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#00000067,#000000a7);
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    flex-direction: column;
    opacity: 0;
  }
  .services .boxs .box .div-img .more-text p{
    color: #fff;
    margin-bottom: 15px;
  }
  .services .boxs .box:hover .div-img .more-text{
    top: 0;
    opacity: 1;
  }
  .services .boxs .box .content{
    padding: 0 12px;
  }
  .services .boxs .box .btn{
    padding: 12px 30px ;
  }
  .services .boxs .box h2{
    font-size: 22px;
  }
  
  @media (max-width:650px){
    .services .boxs {
     justify-content: center;
   }
   .services .boxs .box{
   width: 90%;
   }
   .services .boxs .box h2{
   font-size: 18px;
   margin: 20px 0 0;
   }
   
   }
   img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;

}
/* من نحن */


.top-sec{
    text-align: center;
    margin-bottom: 80px;
  }
  .top-sec h1{
    font-size: 50px;
    color: var(--main);
    text-align: center;
  }
  
  .top-sec span{
    color: var(--yello);
    font-size: 25px;
    margin-bottom: 15px;
    position: relative;
  }
  .top-sec span::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 110%;
    width: 60px;
    height: 3px;
    background: var(--yello);
  }
  .top-sec span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 110%;
    width: 60px;
    height: 3px;
    background: var(--yello);
  }

/* normal buttons */

.btn {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(to right , #316AD6 ,#316AD6);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 19px 30px;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
    font-weight: bold;
}
  .btn::after, .btn::before {
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #606060;
    transition: all ease .5s;
    z-index: -1;
    border-radius: inherit;
  }
  .btn:before {
    transform: rotateX(90deg);
  }
  .btn:hover:before {
    transform: rotateX(0);
  }
  .btn:hover:after {
    transform: rotateY(0);
  }
  .btn:after {
    transform: rotateY(90deg);
  }
  .btn:hover{
    color: #fff;
  }



/* contact page */
.about{

padding: 20px 0px 130px 0px;

}

.top-sec-page{
    width: 100%;
    height: 380px;
    background: linear-gradient(#0000007f,#0000007f),url(../images/1.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    padding: 0 10px ;
  }
  .top-sec-page .container{
    display: flex;
    height: 65%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .top-sec-page h1{
    color: #fff;
  }
  .top-sec-page p{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
  }
  .top-sec-page span.wave{
    position: absolute;
    bottom: -10px;
    left: 0%;
    z-index: 100;
    width: 100%;
  }
  .top-sec-page span.wave svg{
    width: 100%;
    height: 80px;
  }



  
/* start about section */

.about .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about .div-img{
    position: relative;
    width: 45%;
  }
  .about .div-img .img1{
    width: 100%;
    border-radius: 5px;
  }
  .about .div-img .img2{
    width: 250px;
    position: absolute;
    top: -20px;
    left: -40px;
    border: 8px solid #fff;
    border-top: 0;
    border-left: 0;
    border-radius: 5px;
  }
  .about .div-img .more-text{
    position: absolute;
    bottom: -20px;
    left: 50px;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    box-shadow: 3px 5px 10px #00000075;
    border-radius: 5px;
  }
  .about .div-img .more-text p{
    font-size: 12px;
  
  }
  .about .div-img .more-text .number{
    width: 200px;
    text-align: center;
    border-right: 3px solid #316AD6;
    padding: 3px;
    margin-right: 10px;
  }
  .about .div-img .more-text .number h1{
    color: #316AD6;
    font-size: 30px;
    font-weight: bolder;
  }
  
  .about .div-text{
    width: 50%;
  }
  .about .div-text span{
    font-size: 30px;
    font-weight: bold;
    color: #316AD6;
  }
  .about .div-text h1{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .about .div-text p{
    margin-bottom: 40px;
    font-size: 18px;
  }
  .about .div-text .btn{
    padding: 17px 50px;
  }



  
  
  .contact-sec .boxs{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
  }
  .contact-sec .boxs .box{
    width: 300px;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 5px 5px 10px #e6e3e3;
    border: 1px solid #a1a1a154;
    border-radius: 5px;
    text-align: center;
    top: 0;
    position: relative;
    transition: 0.3s ease;
  }
  .contact-sec .boxs .box:hover{
    top: -20px;
    border: 1px solid #316AD6;
  }
  .contact-sec .boxs .box svg{
    width: 80px;
    fill: #316AD6;
    margin-bottom: 20px;
  }
  
  .contact-sec .boxs .box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
  }




  /* Responsive Design */

@media (max-width:1000px) {
  .container{
    width: 90%;
  }

    /*-- about section Responsive --*/
  
    .about .div-img{
      width: 40%;
    }
    .about .div-img .img2{
      width: 150px;
    }
    .about .div-img .more-text .number h1{
      font-size: 25px;
      margin: 0px 0 10px;
    }
    .about .div-text p{
      font-size: 16px;
      margin-bottom: 20px;
    }

    
  }
 



@media (max-width:850px) {


    /*-- about section Responsive --*/


  .about .container{
    flex-direction: column;
  }
  .about .div-text{
    width: 100%;
    margin-bottom: 50px;
  }
  .about .div-img{
    width: 60%;
  }
}




@media (max-width:650px){

  .iconsfexid{
    left: 10px;

  }
  .iconsfexid svg{
    width: 45px;
  }

  .container{
    width: 100%;
  }
  section{
    padding: 70px 0;
  }

    /*-- about section Responsive --*/

    .about .div-text h1{
      font-size: 20px;
    }

  .about .div-img{
    width: 90%;
  }
  .about .div-img .img2{
    width: 130px;
  left: -20px;
  }
  .about .div-img .more-text{
    left: 20px;
    bottom: -70px;
  }

    
}


@media (max-width:350px){
  .contact-sec .boxs .box{
    width: 95%;
  }
}
/* زر جديد */
  
.btn-hatem {
  --color: #257dfb;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  border: none;
  background-color: transparent;
  margin: 30px auto;
}
.btn-hatem::before {
  content: '';
  z-index: 0;
  background-color: #316AD6;
  border: 2px solid #316AD6;
  border-radius: 2rem;
  width: 110%;
  height: 100%;
  position: absolute;
  transform: rotate(10deg);
  transition: .5s;
  opacity: 0.2;
}
a.btn-content {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  z-index: 2;
}
.btn-hatem div {
  background: #316AD6;
  border-radius: 20px;
  color: white;
  padding: 11px 10px;
  margin: 2px 5px;
  font-size: 18px;
  font-weight: 300;
}
.btn-hatem svg {
  transform: rotate(180deg);
  transition: .5s;
  width: 0;
  opacity: 0;
}
.btn-hatem:hover {
  cursor: pointer;
  filter: brightness(1.2);
  transform: scale(1.1);
}
.btn-hatem:hover::before {
  transform: rotate(0deg);
  opacity: 1;
}
.btn-hatem:hover svg {
  width: 25px;
  transform: translateX(0%);
  opacity: 1;
}


/* نافذة منبثقة */

.popup-call{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(5 29 40 / 79%);
  width: 100%;
  box-shadow: 0 2px 5px rgb(0 0 0 / 27%);
  overflow: hidden;
  z-index: 999999;
  height: 100%;
  transition: .2s;
  display: none;
}

.show{
  display: block;
}
.box-block{
  right: 50%;
  top: 50%;
  transform: translate(50%,-50%);
  margin: auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  border-radius: 15px;
  max-width: 500px;
  transition: 150ms;
  background: #fff;
  min-width: 340px;
  z-index: 33;
  border: 1px solid #041c36;
}
span.closepopup {
  position: absolute;
  left: 10px;
  background: #ff00007a;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: .2s;
}
.popup-boxed {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-boxed svg-box {
  width: 120px;
  height: 120px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #316AD6;
}
.popup-boxed svg {
  display: flex;
  width: 65px;
  justify-content: center;
  height: 65px;
  fill: #b5b2b2bd;
  transition: .2s;
}
popup-title--box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
popup-title--box h2 {
  margin-bottom: 10px;
  color: #141516;
  font-size: 26px;
  font-weight: 600;
}
popup-title--box p {
  font-size: 18px;
  font-weight: 400;
  color: #303178;
  text-align: center;
}
.popup-call .popup-boxnumber {
  margin: -5px;
}

.popup-boxnumber {
  display: flex;
  align-items: center;
  position: relative;
}
a.popup-phone {
  border: 1px solid #41438f;
  background: #41438f;
}

.popup-boxnumber a {
  padding: 11px 18px;
  color: #fff;
  border-radius: 15px;
  font-size: 20px;
  flex: 1;
  text-align: center;
  margin: 8px;
  transition: .2s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.popup-boxnumber a svg{
  width: 20px;
}
a.popup-whatsapp, button.btn-brand {
  background: #39bf64;
}

@media (max-width : 450px) {
  .box-block{
      padding: 10px;
      max-width: 330px;
      min-width: 300px;
  }
  .popup-boxed svg-box{
      width: 100px;
      height: 100px;
  }
  .popup-boxnumber a{
      font-size: 14px;
  }
}

/*مدن*/


.-teto-SingleWidget-Section.-YC-WidgetType-city__widget {
  background: #fff;
}


.-YC-Widgets-Inner-Row {
  padding: 20px 0;
  position: relative;
/*   margin-bottom: 100px; */
}

.YC-city-widget-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: var(--bg-shap);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  pointer-events: none;
}
.container {
  max-width: 1450px;
  margin: 0 auto;
}
.-defult-widgets-title-style-1 {
  max-width: 900px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  --primary-text: #3e3f5e;
}

.sup-title-widget-defualt {
  font-size: 20px;
  margin-bottom: 13px;
  position: relative;
  font-weight: 500;
  color: #3f4161;
  padding: 8px 16px;
  background-color: #f2de5d;
  border-radius: 24px;
  display: flex;
  width: max-content;
  margin-inline: auto;
}
.-widgets-h1-title {
  width: 100%;
  font-weight: 700;
  color: #434567;
  text-align: center;
  font-size: 40px;
  z-index: 1;
}
.P-content {
  color: #575b77;
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
}
.-Text-Mini-Image-widgets-right--section-s1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 15px;
}
.YC-city--list {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 150px;
  position: relative;
  flex: 1;
  max-width: 150px;
}
.--city--logoIcon {
  position: relative;
  min-width: 65px;
  height: 65px;
  align-items: center;
  background: #fff;
  z-index: 1;
  box-shadow: 0 4px 10px 5px #0501221a;
  border-radius: 67%;
  justify-content: center;
}

.--city--logoIcon, .-city-wrap- {
  flex-direction: column;
  display: flex;
}
.YC-city--list .--city--logoIcon i {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  transition: .3s;
  cursor: pointer;
  min-width: 45px;
  height: 45px;
  position: relative;
  z-index: 2;
  max-width: 46px;
  font-size: 28px;
 
  color: #585a63;
}
.YC-city--list .--city--logoIcon i:after {
  content: "";
  min-width: 50px;
  height: 50px;
  background-color: #efeef8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: -1;
  max-width: 50px;
}

.YC-city--list .marker-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #fff;
  z-index: 1;
  bottom: -6px;
  left: calc(50% - 20px);
  transform: rotate(45deg);
  border-radius: 10px;
}
.marker-pin {
  width: 20px;
  height: 20px;
  background-color: #ff11003d;
  border: 4px solid #f0effd;
  border-radius: 50%;
  margin-top: 15px;
  z-index: 0;
  position: relative;
  transform: rotateX(45deg);
}

.marker-pin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 103%;
  height: 104%;
  background: rgb(249 214 153);
  border-radius: 50%;
  animation: 1.5s ease-out infinite pulse-border;
  z-index: -1;
}
.YC-city--list>a {
  font-size:15px;
  margin-top: 3px;
}

.YC-Post-BTN, a {
  text-decoration: none;
}
@media only screen and (max-width: 845px) {
  .YC-city--list {
      max-width: 100%;
      min-width: 80px;
      flex: 1;
  }
}

@media only screen and (max-width: 580px) {
  .sup-title-widget-defualt {
      font-size: 13px;
  }

  .-widgets-h1-title {
      font-size: 29px !important;
  }
  .P-content {
      font-size: 15px;
      text-align: center;
      line-height: 1.6;
  }
}
@media only screen and (max-width: 480px) {
  .-widgets-h1-title {
      font-size: 22px !important;
  }
}

@media (max-width: 768px) {
    .footer-contact {
        justify-content: unset;
    }
}

/*test*/


    /* ==================== قائمة الهاتف - شكل احترافي ==================== */
    @media (max-width: 991px) {
        
        .nav-bar {
            background: #ffffff;
            padding-top: 80px;
        }

        .menu-items {
            flex-direction: column;
            gap: 6px;
        }

        .menu-items a {
            padding: 16px 22px;
            font-size: 1.12rem;
            font-weight: 500;
            color: #222;
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .menu-items a:hover,
        .menu-items .current a {
            background: #f0f4f8;
            color: #0a4d8c;
        }

        /* القوائم المنسدلة في الموبايل */
        .sub-menu {
            position: static !important;
            width: 100%;
            background: #b2ccff57;
            border-radius: 10px;
            margin: 8px 0 8px 30px;
            padding: 8px 0;
            box-shadow: none;
        }

        .sub-menu a {
            padding: 14px 30px;
            font-size: 1.05rem;
            color: #444;
        }

        .sub-menu a:hover {
            background: #e8ecef;
            color: #0a4d8c;
        }

        /* Nested Submenu في الموبايل */
        .sub-menu .sub-menu {
            margin-left: 30px;
            background: #f0f4f8;
        }

        /* تحسين زر الإغلاق */
        .close-menu {
            background: #0a4d8c;
            color: white;
            border-radius: 50%;
            width: 50px;
            height: 50px;
        }
    }

    /* قائمة الهيدر الفرعية للموبايل */
.sub-menu {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 8px 0;
    margin: 0;
}

/* خلى كل عنصر ياخد ارتفاعه الطبيعي */
.sub-menu li {
    height: auto;
}

/* الرابط نفسه يتمدد مع المحتوى */
.sub-menu a {
    display: block;
    height: auto;
    min-height: unset;
font-size: 14px;
    padding: 14px 18px;
    line-height: 1.2;

    white-space: normal;      /* يسمح بالنزول */
    word-break: break-word;

    overflow: visible;        /* مهم جدًا */
}

/* تأكد إن القائمة نفسها مش قافلة على المحتوى */
.sub-menu {
    height: auto;
    overflow: visible;
}