/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
:root {
    --main-color:#BC9857;
    --var-color: #1C284B;
    --white-color:#fff;
    --black-color:#000000;
    --form-color:#F6F5F5;
}
.main_color{
    color:var(--main-color);
}
.main_back{
    background:var(--main-color);
}
.var_color{
    color:var(--var-color);
}
.var_back{
    background:var(--var-color);
}
.white_color{
    color:var(--white-color);
}
.white_back{
    background:var(--white-color);
}
.text_color{
    color:var(--text-color);
}
.text_back{
    background:var(--text-color);
}
.form_back{
    color:var(--form-color);
}

.colored svg path{
    stroke:var(--var-color);
}
/*.custom-btn{*/
/*    font-size:1.5rem;*/
/*    color:#fff;*/
/*    font-size: 1rem;*/
/*    font-style: normal;*/
/*    font-weight: 700; */
/*    margin:0 0.5rem;*/
/*    padding: 0.5rem 1rem;*/
/*    transition:all 0.3s ease-in-out;*/
/*    display:Flex;*/
/*    align-items:center;*/
/*    justify-content:center;*/
/*    border-radius: 0.125rem;*/
/*border: 1px solid #F8E4BF;*/
/*background: #BC9857;*/
/*backdrop-filter: blur(2px);*/
/*}*/
.btn,.custom-btn{ 
    color:#fff; 
    font-size: 1.125rem;
font-style: normal;
font-weight: 400;
    padding:0.5rem 2rem;
    transition:all 0.3s ease-in-out;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:var(--main-color);
    border:1px solid var(--main-color);
    box-shadow:none;
    outline:none;
    border-radius:0;
} 
.custom-btn:hover,header .custom-btn:nth-child(2):hover{
    background:#fff; 
    text-decoration:none;
    color:var(--main-color);
}
.btn:hover{
    background:var(--main-color);
    color:var(--var-color);
}
.head1{
    font-size:3rem; 
    font-weight:700;
}
.head2{
    font-size: 2.3rem;
}
.head3{
    font-size:1rem;
    font-weight:700;
}
.text1{
    font-size: 1.4rem;
}
.text2{
    font-size:1.5rem; 
}
.text3{
    font-size:1rem;
    font-weight:300;
}
.medium1{
    font-size:1.125rem;
    font-weight:500;
}



html {
    font-size:1rem;
}
body {
    background: #FFFFFF;
}
body {
    font-style: normal;
    font-weight: 500;
    overflow-x:hidden;
    font-family: 'GE SS Text';
    color: #0E1C33;
}
a:hover{
    text-decoration:none;
    color: var(--var-color);
}
*{
    transition:all 0.3s ease-in-out;
}
/* general */
.loading_screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
}
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.loader::after,
.loader::before {
  content: '';
  width: 48px;
  height: 48px;
  border: 2px solid #6D6D6D;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  animation: rotation 2s ease-in-out infinite;
}
.loader::after {
  border-color: #EF233C;
  animation-delay: 1s;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
.btn-default:hover, 
.btn-more:hover,
.btn:hover { 
}
.btn-default:focus, 
.btn-more:focus,
.btn:focus ,
button {
    outline: none !important;
}
.content_ a {
    color: #000;
    text-decoration: underline;
    border: 0;
}
.title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.title h3 {
   font-weight: 300;
    font-size: 4rem;
    color: #0E1C33;
    position: relative;
}
.companies .title h3{
    color:var(--var-color);
    padding-top:2rem
}
.title p {
    color: #F9FAFB;
    font-size: 1.4rem;
    font-weight: 300;
}
.main_title {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    margin: 0 0 1rem;
}
.single__header{
    margin-top:2rem;
    color:#fff;
    font-weight:300;
    font-size:1.5rem;
} 
.date{
    font-weight:400;
    font-size:1.65rem;
    color:var(--main-color);
}
.news-single img{
    padding:1rem 0;
}
.news-single p{
    color: #838080;
    font-size: 1.2rem;
}
.custom-navs {
}

.dropdown-toggle {
    background-color: transparent;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-toggle span{
    font-size:2rem;
    font-weight:normal;
}
.arrow {
    font-size: 18px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-menu .dropdown-item {
    cursor: pointer;
    font-size: 3.5rem;
    font-weight: normal;
    padding: 1rem 2rem 1rem 0;
    font-family: '29LT Baseet TRIAL TRIAL';
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f1f1f1;
}

 
.partners_section .title h3{
    padding-bottom: 2rem;
}
.container {
    /* max-width: 1100px; */
}
.custom-container{
    padding: 0 5rem;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}
.ls-media-unmute-active{
  opacity:0;
}
.error-404 {
    background: transparent
}
.not-found .page-content a {
    border: 0.2rem solid var(--var-color) !important;
}
.ls-nav-next:after ,
.ls-nav-prev:after {
    display: none
}
.ls-nav-next {
    background: url(../images/Up.svg)center /100%;
    width: 4rem !important;
    height: 4rem !important;
    right: 8% !important;
    left:auto;
    bottom: 28% !important;
    top:auto !important;
    transform: rotate(0deg);
    background-size: 100% 100%;
}
.ls-nav-prev {
    background: url(../images/Up.svg)center /100%;
    width: 4rem !important;
    height: 4rem !important;
    right: 12% !important;
    bottom: 28% !important;
    top:auto !important;;
    left:auto !important;;
    transform: rotate(180deg);
}
.ls-v6 .ls-nav-next:hover{
   background: url(../images/Up.svg)center /100%;
    width: 4rem !important;
    height: 4rem !important;
    right: 8% !important;
    left:auto;
    bottom: 28% !important;
    top:auto !important;
    transform: rotate(0deg) !important;
    background-size: 100% 100%;
}
.ls-v6 .ls-nav-prev:hover{
    background: url(../images/Up.svg)center /100%;
    width: 4rem !important;
    height: 4rem !important;
    right: 12% !important;
    bottom: 28% !important;
    top:auto !important;;
    left:auto !important;;
    transform: rotate(180deg) !important;
}
.slick-dots {
    left: 17rem;
    width: auto;
    bottom: -7rem;
}
.slick-dots li {
    margin: 0;
    width: unset;
    height: unset;
}
.slick-dots li button {
    padding: 0;
    width: 0.9rem;
    height: 0.9rem;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0.1rem;
    transition: all 0.5s ease-in-out;
}
.slick-dots li.slick-active button {
    background: #fff;
}
.slick-dots li button:before {
    display: none;
}
/* header */  
header.fixed-header{
    background:#0E1C33;
    top:0;
    right:0;
} 
header {
    transition: all 0.5s ease-in-out;
    padding: 2rem 0;
        position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    z-index: 1111;
}
header .container .row { 
}
.home header{ 
}
header{
    width: 100%; 
}
header.fixed-header { 
    z-index: 1111111;
    position: fixed;
    width: 100%;
    transition: all 0.5s ease-in-out;
    animation: fade 3s; 
}
header .header__logo{

}
header .header__logo img {
      
}
 header .left{
     max-width:85%;
 }
header .language li a {
    font-weight: 500 !important;
}
header .menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding:  0 0;
} 
header .left ul{
    list-style:none;
    margin:0;
    display: flex;
    align-items:center;
    padding:0;
    height:100%;
}
header .top ul li a{
    font-family: 'Aileron';
    color:#F8EFD7;
    font-size:1.25rem;
}
header .top ul li{
    margin-left:1rem;
}
header .menu li{
    padding: 0 1.5rem;
}
 header .menu li a {
    color: #fff;
   font-size: 1rem;
font-style: normal;
font-weight: 500;
    transition: all 0.5s ease-in-out; 
    padding: 0;
    position: relative;
}
header .menu li:hover > a {
    color: var(--var-color);
    text-decoration:none;
}
header .menu li a:after{
    content:'';
    position:absolute;
    right:0;
    bottom:-5px;
    height:2px;
    border-radius:10px;
    width:0;
    background:#EEC27D;
    transition:all 0.3s ease-in-out;
}
header .menu li:hover a:after {
   width:100%;
} 
header .wpml-ls-menu-item .wpml-ls-display { 
    font-size: 1rem;
    color: #fff;
    font-size: 1rem;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
}
 header .menu ul li:hover > a {
    color: var(--var-color)
}
header .menu ul li:hover > a {
    color: var(--var-color)
}
 header .menu li.menu-item-has-children:after {
  
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
header .menu li.menu-item-has-children:after {
    position: absolute;
    top: 30%;
    border-right: 3px solid #727171;
    border-bottom: 3px solid #727171;
    border-radius:2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.85rem;
    height: 0.85rem;
    content: "";
    right: -0.1rem;
    z-index: 9999999999;
}
.home header .menu li ul {
    list-style: none;
    display: none;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
    background: #fff;
    border-radius: 1rem;
    padding: 0;
}
header .menu li ul {
    list-style: none;
    display: none;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
    background: #fff;
    border-radius: 1rem;
    padding: 0;
}
.home header .menu li.menu-item-has-children:hover ul {
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    z-index: 99;
    top: 1.7rem;
    width: 27rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border: 1px solid var(--var-color);
    text-align: center
}
header .menu li.menu-item-has-children:hover ul {
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    z-index: 99;
    top: 1.7rem;
    width: 27rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border: 1px solid var(--var-color);
    text-align: center
}
header .menu li.menu-item-has-children {
    position: relative;
}
.home header .menu li ul li a {
    padding:1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-bottom: 1px solid #DDDDDD;
    color: var(--main-color);
}
header .menu li ul li a {
    padding:1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-bottom: 1px solid #DDDDDD;
    color: var(--main-color);
}
header .menu li ul li:last-of-type a {
    border: none
}
.home header.fixed-header .menu li a{ 
}
.home header.fixed-header .menu li.menu-item-has-children:after{
     
}
.home header.fixed-header .header-bottom .search,
.home header.fixed-header .header-bottom ul{
    background: transparent; 
}
.home header.fixed-header .header-bottom .search #searchform input,
.home header.fixed-header .wpml-ls-menu-item .wpml-ls-display{
     
}
.home header.fixed-header .header-bottom .search #searchform span svg path{
    fill:#A78D78;
}
.home header.fixed-header .header-bottom .search #searchform input::placeholder{
    color:#A78D78;
}
.home header.fixed-header .wpml-ls-menu-item .wpml-ls-display{
    
}
.header-bottom .menu li a {
    /*background: url(../images/n.png) no-repeat top right 10%*/
}
header .btn--search {
    background: transparent;
    border: 0;
}
 header .request a {
    background: #BD9F58;
    border-color: #BD9F58
} 
 header .vision  {
    text-align: left;
}
header .vision img {
    width: 80%;
} 
.top .left_links h3 {
    color:#F8EFD7;
    font-weight:300;
    font-size:1.25rem;
    margin-bottom:0;
    margin-left:1rem;
}
.top .wpml-ls-legacy-dropdown a{
    background:transparent;
    border:none;
    color:#F8EFD7;
    font-weight:400;
    font-family:'Graphik Arabic';
    padding-bottom:0;
}
header .left .bottom{
    border-top:1px solid #FFFFFF20;
    padding-top:2rem;
    margin-top:2rem;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    background:url('../images/Arrow-Bottom.png') no-repeat center;
    border:none;
    width:1rem;
    height:100%;
    background-size:100%;
    top:0;
}
.wpml-ls-legacy-dropdown {
    margin-left: 2rem;
    width: auto;
    max-width: 100%;
}

/* main_slider */
.main__slider {
    position: relative;
}
.main__slider .shape { 
}
.main__slider .swiper-slide:after {
     
}
.main__slider h1{
color:#fff;
font-size:3rem;
font-weight:700;
	max-width:550px;line-height: 64px; /* 100% */

} 
.main__slider p{
color:#fff;
font-weight:500;
font-size:16px;
	max-width:570px;
} 
.media img,
.media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main__slider .content { background: linear-gradient(181.01deg, rgba(14, 26, 51, 0.3) 0.87%, rgba(14, 26, 51, 0.6) 99.13%);
    position: absolute;
    top: 0rem;
    right: 0%;
	width:100%;
	height:100%;
    color: var(--white-color);
    z-index: 99;
    padding-left: 0rem; 
    will-change: transform, opacity;
}
.main__slider .content{ 
	display:flex;
	align-items:flex-start;
	justify-content:center;
    flex-direction: column;
    padding:0 3rem;
}
.main__slider .content .btn{
	margin-top:1.5rem;
	}
/* social__media */
.social__media {}
.social__media ul {
    padding: 0;
}
.social__media ul li {
    text-align: center;
    padding: 9px 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5a689357;
    margin: 0 1rem;
}
.social__media ul li svg { 
    max-height:2rem;
}
.social__media ul li svg path{ 
}
.contact-btn {
  position: fixed;
    left: -4.8rem;
    top: 59%;
    z-index: 9999;
    display:inline-block;
    transform:rotateZ(-90deg);
}
.contact-btn a{  
    border: 0;
    border-radius: 0rem;
    padding: 1.5rem 3rem !important;
    background: var(--var-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}
#exampleModal .modal-dialog {
    max-width: 45%;
}
#exampleModal .modal-content {
    background: #012434;
    border-radius: 5rem;
    padding: 3rem;
    border: 0;
}
#exampleModal .modal-content .gform_title  {
    color: #fff;
    font-size: 2.4rem !important;;
}
#exampleModal .modal-content .close {
    opacity: 1;
}
#exampleModal .modal-content .close svg {
    width: 3rem;
}
#exampleModal .modal-content .gform_fields  {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
#exampleModal .modal-content .gfield  {
    background: #fff !important;
    width: 47% !important;
    padding: 1rem !important;
    border-radius: 0.4rem;
}
#exampleModal .modal-content .gform_fields .gfield:last-child {
    width: 100% !important;
}
#exampleModal .modal-content .gfield label {
    color: #C0C0C0;
}
#exampleModal .modal-content .gfield .ginput_container {
    margin: 0;
}
#exampleModal .modal-content .gfield input ,
#exampleModal .modal-content .gfield textarea {
    color: #C0C0C0;
    border: 0;
    margin: 0;
}
#exampleModal .modal-content .gfield textarea::placeholder ,
#exampleModal .modal-content .gfield input::placeholder {
    color: #C0C0C0;
    font-size: 1.5rem;
}
#exampleModal .modal-content .gform_button {
    width: 100%;
    background: #BD7303;
    border: 0;
    padding: 2rem;
    border-radius: 0.4rem;
    font-size: 1.5rem;
    
    display: flex;
    margin: 3rem 0 0;
    justify-content: center;
}
header .social__media ul{
    flex-direction:row-reverse;
}
/* about__section_one */
.about__section{ 
    padding:5rem 0 0rem 0;
  position:relative;
    overflow:hidden; 
    border-bottom:1rem solid  #BC9857;
    border-right:0.5rem solid  #BC9857;
    border-left:0.5rem solid  #BC9857;
}
.about__section .about__images{ 
}
.about__section .about__images .image{
    height:100%;
}
.about__section .title .head3{
     border-radius: 0.125rem;
     color:#fff;
padding: 0.75rem;
}
.about__section .title {
    gap: 0.75rem;
}
.about__section .text .head1,.about__section  .head1,.text .head1{
    
    max-width: 30rem;
    margin-bottom:3rem;
}
.page-about.about__section .text .head1,.page-about.about__section  .head1,.page-about .text .head1{
    
    max-width: 59rem;
    margin-bottom:1.5rem;
}
.about__section .text .text1{
      color: rgba(28, 40, 75, 0.70);

text-align: right; 
font-size: 1.5rem;
font-style: normal;
font-weight: 300;
} 
.page-about.about__section{
    border:None;
}
.page-about .about__section  .text1{
    color: #000;
text-align: right; 
font-size: 1.5rem;
font-style: normal;
font-weight: 300;
line-height: 2.0625rem; /* 137.5% */
text-transform: uppercase;
}

.about__section .text .text1 h3{
    color: #1C284B; 
font-size: 2.5rem;
font-style: normal;
font-weight: 500;
line-height: 100%;
letter-spacing: -0.075rem;
margin-bottom:2rem;
}
.about__section .text {
     margin-bottom:2rem;
     padding-right:2rem;
}
.about__section .text span{
     margin-left:5rem;
    display: inline-block;
}
.about__section .text .text1 span{ 
} 
.about__section .numbers{
    margin:2rem 0;
}
.about__section .numbers .item{
    width:50%;
    margin:1rem 0;
}
.about__section .numbers .head2{
    font-weight:bold;
    direction:ltr;
    display:inline-block;
}

.about__section .numbers .text1{
    font-weight:200;
    margin-top:1rem;
    max-width: 13rem;
}

/* =========================
   Our Approach Section
========================= */
.approach__section {
    background: rgba(188, 152, 87, 0.10);
    padding: 5rem 0;
    margin-top:5rem;
}

.approach__inner {
    display: flex;
    align-items: center;
    gap: 4rem;
}

/* Left: Image */
.approach__image {
    flex: 0 0 42%;
    max-width: 42%;
    border-radius: 0.75rem;
    overflow: hidden;
}
.approach__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.75rem;
}

/* Right: Content */
.approach__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: right;
    align-items: flex-start;
}

.approach__title {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--main-color);
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.045rem;
}

.approach__text {
    font-size: 1rem;
    line-height: 1.8;
    color: #1C284B;
    opacity: 0.85;
    max-width: 38rem;
}
.approach__text p {
    margin: 0 0 1rem;
}
.approach__text p:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .approach__inner {
        flex-direction: column-reverse;
        gap: 2.5rem;
    }
    .approach__image {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    .approach__content {
        width: 100%;
        align-items: flex-end;
    }
    .approach__title {
        font-size: 1.75rem;
    }
}


/* about__section__items (statistics-style) */
.about__section__items {
    margin: 5rem 0;
}
.about__section__items .item { 
    position:relative;
    margin-bottom: 2rem;
    justify-content: center;
    align-items: center !important; 
    text-align: right;
    transition: all 0.3s ease-in-out;
    border-radius: 0.125rem;
    overflow:hidden;
border: 1px solid rgba(0, 0, 0, 0.16);
background: linear-gradient(0deg, rgba(28, 40, 75, 0.70) 0%, rgba(28, 40, 75, 0.70) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat, #FFF;
}
.about__section__items .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}
.about__section__items .item .about__item-content  {
    position:absolute;
    width:100%;
    height :100%;
    right:0;
    top:0;
    padding: 1.5rem 1.5rem 2.125rem 1.5rem;

}
.about__section__items .item .about__item-icon-wrap  {
    display: flex;
width: 3.125rem;
height: 3.125rem;
padding: 0.75rem 1rem;
justify-content: center;
align-items: center;
gap: 0.625rem;
border-radius: 0.5rem;
border: 1px solid #FFF;
background: #FFF;
}
.about__section__items .item .about__item-content-wrap{
     gap: 0.75rem;
}
.about__section__items .item .about__item-desc {
    
}


.about__item-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.15) 100%);
    transition: background 0.4s ease;
    z-index: 1;
}
.about__item-card:hover::before {
    background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0.25) 100%);
}
.about__item-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
}
.about__item-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.about__item-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}
.about__item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.about__item-icon img {
    width: 1.6rem;
    height: 1.6rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.about__item-text {
    color: rgba(255,255,255,0.9);
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}
.about__item-card:hover .about__item-text {
    max-height: 10rem;
    opacity: 1;
}



    
/* =========================
   Projects Section
========================= */
.projects__section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Swiper fills full viewport height */
.projects-swiper {
    width: 100%;
    height: 100vh;
    min-height: 600px; 
    overflow: hidden;
}

.projects__slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding:16rem 0;
}

/* Dark overall overlay */
.projects__section  .projects__overlay--dark {
    position: absolute;
    inset: 0;
    background: rgba(28, 40, 75, 0.42);
    z-index: 1;
    pointer-events: none;
}

/* Gold gradient on left side */
.projects__section  .projects__overlay--gold {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 36rem;
    background: linear-gradient(100deg, rgba(196, 168, 121, 0.90) 0%, rgba(1, 15, 25, 0.05) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Container z-index above overlays */
.projects__section .projects__container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Content block (right side) */
.projects__section  .projects__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    max-width: 42rem;
    text-align: right;
}

/* Badge pill */
.projects__section .projects__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 0.75rem;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.025rem;
}

/* Title */
.projects__section  .projects__title {
    font-size: 3.75rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.1125rem;
    margin: 0;
}

/* Location row */
.projects__section .projects__location {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.0225rem;
}
.projects__section .projects__pin {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
}

/* Excerpt */
.projects__section .projects__excerpt {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.2;
    letter-spacing: -0.02rem;
    margin: 0;
    max-width: 41.4375rem;
}

/* CTA Button */
.projects__section .projects__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    height: 3rem;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 0.125rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.25s ease;
}
.projects__section .projects__btn:hover {
    opacity: 0.88;
    color: #fff;
}
.projects__section .projects__btn svg { 
}

/* Diamond pagination */
.projects__section .projects__pagination {
    position: absolute;
    bottom: 4rem !important;
    right: 4rem !important;
    left: 0;
    display: flex;
    justify-content: flex-start;
    padding-right: 1.5rem;
    z-index: 10;
}
.projects__section .projects__pagination .swiper-pagination-bullet {
    width: 0.9375rem;
    height: 0.9375rem;
    background: transparent;
    border: 1.5px solid #fff;
    border-radius: 0;
    transform: rotate(45deg);
    opacity: 1;
    margin: 0 0.3125rem;
    transition: background 0.3s, border-color 0.3s;
}
.projects__section .projects__pagination .swiper-pagination-bullet-active {
    background: #f8e4bf;
    border-color: #f8e4bf;
}

/* Responsive */
@media (max-width: 992px) {
    .projects-swiper {
        max-height: 650px;
    }
    .projects__section .projects__title {
        font-size: 2.5rem;
    }
   .projects__section  .projects__overlay--gold {
        width: 20rem;
    }
}
@media (max-width: 768px) {
    body .gform_wrapper .gfield .iti--inline-dropdown .iti__dropdown-content{
        left:0;
    }
    .projects-swiper {
        
        height: auto;
        min-height: 440px;
        max-height: none;
    }
    .about__section__items .item .about__item-content{
        padding:2.5rem 2.5rem 2.125rem 2.5rem;
    }
    .text3 {
    font-size: 1.5rem;
    font-weight: 300;
}
.head2 {
    font-size: 2.85rem;
}
.about__section .text span {
    margin-left: 0rem;
}
.about__section__items .item .about__item-icon-wrap {
     
    width: 4.125rem;
    height: 4.125rem;
}
  .projects__section   .projects__content {
        max-width: 100%;
        gap: 1rem;
    }
    .projects__section .projects__title {
        font-size: 2rem;
    }
    .projects__section .projects__excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .projects__section .projects__overlay--gold {
        width: 0;
        display: none;
    }
   .projects__section  .projects__badge {
        font-size: 1rem;
    }
   .projects__section  .projects__pagination {
        justify-content: center;
        padding-right: 0;
    }
}


/* media_section */
 
/* contact__section */
 
/* partners_section */
 
/* map_section */
 
/* newsletter */
.newsletterLayer{
    position:relative;
}
.newsletter .title{
    justify-content:right;
    display: block;
}
.newsletter .title h3{
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    padding-bottom: 1rem;
}
.newsletter .newsletter_form{
    padding: 0 6px;
    border-radius: .5rem;
}
.newsletter form label ,
.newsletter form .es-field-wrap {
    width: 100%;
    margin: 0;
}
.newsletter form input.es_txt_email {
    width: 100%;
    margin: 0;
    font-size: 1.2rem;
    padding: 11px 3rem;
    color: #b0abb2;
    font-weight: 300;
    background: transparent;
    border: 1px solid #5d698f;
    border-radius: 5px;
}
.newsletter form input.es_txt_email::placeholder{
    color:#5d698f;
    height:100px;
    font-size:1.1rem
}
.newsletter form input[type="submit"] {
    border-radius: 4px;
    font-weight: 400;
    padding: 1rem 2rem;
    background: var(--main-color);
    font-size: 1rem;
    border: none;
    width: 100%;
    color: #fff;
    margin: 1rem 0;
}
/* breadcrumbs */
#breadcrumbs {
    position: relative;
    background: url(../images/breadcrumpLayer.jpg)no-repeat center;
    padding: 11rem 0 4rem;
    background-size: 100% 100%;
    margin: 0 0 4rem;
}
#breadcrumbs:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: linear-gradient(181deg, rgba(14, 26, 51, 0.30) 0.87%, rgba(14, 26, 51, 0.60) 99.13%);
}
#breadcrumbs .text h3{
    border-radius:30px;
    padding: 0;
    margin: 1rem 0;
    margin-left: auto;
}
#breadcrumbs  .text a ,
#breadcrumbs .text h3 {
    color: #FFF;
text-align: right; 
font-size: 1.125rem;
font-style: normal;
font-weight: 700;
line-height: 4.625rem; /* 411.111% */
text-transform: uppercase;
    position: relative;
    z-index: 9;
}
#breadcrumbs h2 {
    color: #FFF;
text-align: right; 
font-size: 3.125rem;
font-style: normal;
font-weight: 700;
line-height: 4.625rem; /* 148% */
text-transform: uppercase;
    
    position: relative;
    z-index: 9;
    text-align: center;
}
#breadcrumbs h3 {
    color: #fff;
}
.plans__section.plansPage{
    background:transparent;
    padding:0;
}
.posts_section.postPage{
    padding: 0;
    background: transparent;
}
.posts_section.postPage .item{
    margin:0 0 2rem;
}
.posts_section.postPage .item .caption a{
    flex-direction: inherit;
    justify-content: flex-start;
}
/* =========================
   Projects Archive Section
========================= */
.projects-archive {
    padding: 4rem 0;
    background: #fff;
}

/* Card */
.project-card {
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(28, 40, 75, 0.12);
}

/* Image */
.project-card__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ccc;
    position:relative;
}
.project-card__image .swiper-pagination-bullet{
       display:inline-block;
    width: 0.71925rem;
height: 0.71925rem;border-radius: 0.71925rem;
background: #FFF;
opacity:1;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display:none;
}
.project-card__image .swiper-pagination-bullet-active{
    background:var(--main-color);
}
.project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.project-card:hover .project-card__image img {
    /*transform: scale(1.06);*/
}

/* Info area */
.project-card__info {
    background: #f8f5ee;
    padding: 1.5rem 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: right;
    position: relative;
}

/* Location */
.project-card__location {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--main-color);
    font-size: 0.9375rem;
    font-weight: 500;
}
.project-card__location svg {
    flex-shrink: 0;
    opacity: 0.8;
}

/* Title */
.project-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1C284B;
    margin: 0.25rem 0 1.5rem;
    line-height: 1.3;
}
.project-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.project-card__title a:hover {
    color: var(--main-color);
}

/* Circular gold arrow button */
.project-card__arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
    align-self: flex-end;
    transition: background 0.25s ease, transform 0.25s ease;
    flex-shrink: 0;
}
.project-card__arrow-btn:hover {
    background: #a07840;
    transform: scale(1.08);
    color: #fff;
}
.project-card__arrow-btn svg {
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .project-card__title {
        font-size: 1.25rem;
    }
}

.post-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 4rem 0 0;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.post-nav .pager li span ,
.post-nav .pager li a {
    /* padding: 1rem; */
    color: var(--white-color);
    background: #0E1C33;
    margin: 0;
    border-radius: 10px;
    width: 12rem;
    height: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0;
}
.post-nav .pager li.active span ,
.post-nav .pager li.active a {
    background: #E4E4E4;
    color: #E4E4E4;
}
.post-nav .pager li a.arr.prev span svg {
    transform: rotate(-90deg);
}
.post-nav .pager li  span svg{
    height:2rem;
}
.post-nav .pager li  span svg path{
    stroke:#fff;
}
.post-nav .pager li a.arr[title="Next"] span svg {
    transform: rotate(180deg)
}
.alm-load-more-btn.more,.alm-btn-wrap .alm-load-more-btn{
    background: #EEC27D !important;
    color: #0E1C33 !important;
    border-radius: 0 !important;
    padding: 1.7rem 12rem !important;
    border: none !important;
    height: auto !important; 
}
/* projects-page */

.iti__flag-container {
    right: unset !important;
    left: 0 !important;
    direction: ltr !important;
    color: #707070;
    font-size: 1.3rem;
}
.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
}
.iti__flag-container .iti__arrow {
    display: none;
}
.upload__file {
    position: relative;
}
.upload__file .ginput_container {
    /* border-radius:1rem; */
    /* padding: 1.7rem; */
    position: relative;
    /* background: #F7F7F8; */
}
.gform_wrapper.gravity-theme .ginput_preview {
    margin: 28px 0 0 !important;
}
.page .gform_wrapper .gform_fields .gfield.upload__file .ginput_container input {
    /*padding: 0 !important;*/
    /*z-index: 9999999;*/
    /*position: relative;*/
}
.upload__file  .gfield_description {
    position: absolute;
    top: 2rem;
    color: #C0C0C0;
}
.upload__file .validation_message {
    top: unset;
    bottom: 1rem;
    font-size: 1.2rem !important;
}
.upload__file  input{
    opacity: 0;
    width: 100% !important;
    height: 66px !important;
    position: absolute;
    z-index: 999;
    top: -25px;
}
.gform_fileupload_rules {
    display: none !important;
}
.upload__file .ginput_container {
    /*color: #B6B7B8;*/
    /* position: absolute; */
    /* top: 2.9rem; */
    /* right: 9px; */
    /*padding: 6px !important;*/
    /*background: url(../images/upload.png) no-repeat left 10% center/9%;*/
    /*font-size: 1.5rem !important;*/
    /*font-weight: 400;*/
    /*display: block !important;*/
    /* border: 1px solid #BD9F58; */
    /*padding: 1rem !important;*/
    /*font-size: 1.4rem !important;*/
    /*height: 5rem;*/
    /*font-weight: 300;*/
    /*color: #000;*/
    /*padding: 2rem !important;*/
}
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {
    border: none !important;
}
/* contact-page */
 
.fullPageMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    transition: 0.5s;
    z-index: 9999999999;
    backdrop-filter: blur(10px);
background: rgba(0,0,0,0.4);
}

.fullPageMenu.active {
    left: -100%;
}

.fullPageMenu .nav {
    display: block;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* padding: 4rem 0; */
}
.fullPageMenu .nav .header__logo {
    text-align: center;
    padding: 2rem;
    border-bottom: 1px solid #ffffff98;
    margin-bottom: 2rem; 
}
.fullPageMenu .nav img {
    width: 50%;
    margin: auto;
}
.fullPageMenu .nav ul li img{
    width:auto;
}

.fullPageMenu .nav ul {
    position: relative;
    padding: 0 2rem;
    height:auto;
}

.fullPageMenu .nav ul li {
    position: relative;
    list-style: none;
    padding: 0 20px;
    margin: 5px 0;
    /*overflow: hidden;*/
}


.fullPageMenu .nav ul li:hover {
    transition: transform 0.5s ease-in-out;
    color: #BD7303
}

.fullPageMenu .nav ul li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2;
    display: block;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}
.fullPageMenu .top ul li { 
    padding: 0 10px;
}
.fullPageMenu .nav ul ul {
    display: none;
    padding:0;
}
.fullPageMenu  .wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu{
    position:absolute;
}
.fullPageMenu  .wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu li a{
display:flex;
}
.fullPageMenu .nav  li:hover  ul.wpml-ls-sub-menu,.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
    display: block;
}

.fullPageMenu .nav ul .wpml-ls-legacy-dropdown > ul{
    display: block;
}
.fullPageMenu .nav ul .wpml-ls-legacy-dropdown  *{
    padding:0 !important;
    
    margin: 0 !important;
}
.rtl .fullPageMenu .nav ul .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 10px;
    padding-left: calc(0px + 1.4em) !important;
}
.fullPageMenu .custom-btn {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
    margin: 0 0.5rem;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0 4rem;
}
.fullPageMenu .social__media  h3{
    color:#fff;
    padding-right:4rem;
    margin:0;
}
.fullPageMenu .social__media ul li{
    padding:0;
}
.menuclose {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index:99;
}
.menuclose svg path {
    fill: #fff
}
.iti__country-list {
    left:0;
}
.dropdown-toggle::after{
    display:none !important;
}
@keyframes animloader {
  0% {
    height: 40px;
    transform: translateY(0);
  }
  100% {
    height: 10px;
    transform: translateY(30px);
  }
}

@keyframes animloader1 {
  0% {
    height: 48px;
  }
  100% {
    height: 4.8px;
  }
}
 
.main{
    position:relative;
}
.our_story{
    position:absolute;
    left: 20%;
    bottom: 10%;
    z-index:111;
}
.our_story a{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    color:#FFFFFF;
    font-weight:100;
    font-size:2rem;
}
.our_story a span{
    width:150px;
    height:150px;
    border:1px solid #F8EFD7;
    border-radius:50%;
    display:inline-flex;
    align-items: center;
    justify-content:center;
}
.main .search {
    position:absolute;
    top: 60%;
    right:10rem;
    z-index:11111111;
    display:inline-block;
}
.search form{
    width: 21rem;
}
.search .input-group{
    padding:1rem 2rem;
    background:#fff;
    display:flex !important;
    flex-direction:row-reverse;
    text-align:right;
}
.search .input-group label{
    color:#2C3C4D;
    font-weight:500;
    font-size:1rem;
    margin: 0;
}
.search .input-group input{
    text-align:right;
    border:none;
     color:#ABABAB;
    font-weight:500;
    font-size:1rem;
}
.search .input-group button{
    background:#1B4C47;
    padding:1rem 1rem;
}
footer .head_foot_menu ul li a{
    padding:0 1rem;
}
footer .footer__top .header__logo img{
    max-width:15rem;
}
footer .head_foot_menu {
    background: #084D45;
    padding: 2rem 1rem;
}
.about__title{ 
    display: flex;
    align-items: center;
    max-width: 420px;
    gap:1rem;
}
.about__title h1{
    
    max-width: 70%;
}
.statistics__section{ background: transparent; padding: 7rem 0 5rem 0; position: relative; } 
.statistics__section .img{ position:absolute; top:0; left:0; width:100%; height:100%; } 
.statistics__section .item{ background:transparent; flex: 1; min-width:50%; position:relative; z-index:11; }
.statistics__section .item.fist_item{ height:100%; } .statistics__section .item:hover{ transition:all 0.3s ease-in-out; transform:translateY(-10px); } 
.statistics__section .item .number { direction:ltr;
color: #FFF; text-align: right; 
color: #FFF;
text-align: right;
font-family: "Helvetica Neue";
font-size: 2.1875rem;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 2.40625rem */
letter-spacing: -0.04375rem;   
display:inline-block;
} 
.statistics__section .item.fist_item .number {
    color: #FFF;
text-align: right;
font-family: "Helvetica Neue";
font-size: 5rem;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 5.5rem */
letter-spacing: -0.1rem;
}
.statistics__section .item .title{ color: #FFF; text-align: right; 
font-size: 1.6875rem; font-style: normal; font-weight: 700; line-height: 110%; /* 2.75rem */ letter-spacing: -0.025rem; }
.statistics__section .item .text{ color: rgba(255, 255, 255, 0.60); text-align: right; font-size: 1.0625rem; font-style: normal; font-weight: 500; line-height: 120%; /* 1.5rem */ letter-spacing: -0.025rem; }
.statistics__section .item.fist_item .text{
    font-size: 1.25rem;
}
.statistics__section .item.fist_item .title{
    font-size: 2.5rem;
}
.statistics__section .img img{
    width:100%;
    height:100%;
}

    
/* ============================================================
   SINGLE PROJECT PAGE  (single-projects.php)
   ============================================================ */

/* --- Shared utilities --- */
.sp-section-header {
    margin-bottom: 2.5rem;
    position: relative;
    text-align: right;
    display:inline-flex;
}
.sp-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1c284b;
    margin: 0;
    display: inline-block;
    position: relative;
}
.sp-section-title::after { 
}
.sp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #f8e4bf;
    transition: all 0.3s ease;
}
.sp-btn--gold {
    background: var(--main-color);
    color: #fff;
}
.sp-btn--gold:hover {
    background: var(--var-color);
    color: #fff;
}
 

/* --- Intro (gallery + info) --- */
.sp-intro {
    background: #fff;
    padding: 2rem 0 4rem 0;
}
.sp-intro__inner {  
    align-items: start; 
    background: #F8F5EE;
    padding:1rem 1.5rem;
}
/* Images side */
.sp-intro__images { display: flex; flex-direction: column; gap: 1rem;padding-left:1.5rem; }
.sp-intro__main-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}
.sp-intro__sub-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}
.sp-intro__sub-img {
    position: relative;
    display: block;
    overflow: hidden;
}
.sp-intro__sub-img img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.sp-intro__sub-img:hover img { transform: scale(1.05); }
.sp-intro__gallery-count {
    position: absolute;
    inset: 0;
    background: rgba(14,26,51,0.55);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-intro__sub-gallery-hidden { display: none; }

/* Info side */
.sp-intro__info {
    background: #FFF;
    height:100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-align: right;
    justify-content:center;
    align-items: flex-start;
    padding: 1rem 1.75rem;
}
.sp-intro__location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-start;
    color: var(--main-color);
    font-size: 1rem;
    font-weight: 500;
}
.sp-intro__location svg { flex-shrink: 0; color: var(--main-color); }
.sp-intro__title {
    font-size: 2rem;
    font-weight: 700;
    color: #1c284b;
    margin: 0;
    line-height: 1.3;
}
.sp-intro__stats {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    flex-wrap: wrap; 
    padding:  0;
}
.sp-intro__stat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #7c7c7c;
    font-size: 0.9375rem;
    flex-direction: row;
}
.sp-intro__stat svg { color: var(--main-color); }
.sp-intro__desc {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(0,0,0,0.8);
}
.sp-intro__desc p{
    margin:0;
}

/* --- Units Table --- */
.sp-units {
    background: #fff;
    padding: 2rem 0;
}
.sp-units__filters {
    display: inline-flex;
    flex-direction: row;
    gap: 0.75rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.sp-units__filter {
    padding: 0.5rem 1.5rem;
    border: none;
    background: rgba(188,152,87,0.12);
    color: var(--main-color);
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 2px;
}
.sp-units__filter--active,
.sp-units__filter:hover {
    background: var(--main-color);
    color: #fff;
}
.sp-units__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
/* Unit Card */
.sp-unit-card {
    background: #fff;
    border: 1px solid var(--main-color);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: right;
    position: relative;
    transition: box-shadow 0.3s ease;
}
.sp-unit-card:hover { box-shadow: 0 6px 20px rgba(188,152,87,0.2); }
.sp-unit-card__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    padding: 0.2rem 0.75rem;
    border-radius: 1px;
    background: var(--main-color);
}
.sp-unit-card__badge--available { background: #33a366; }
.sp-unit-card__badge--reserved  { background: var(--main-color); }
.sp-unit-card__badge--sold      { background: var(--var-color); }
.sp-unit-card__number {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1c284b;
    margin-top: 1.25rem;
}
.sp-unit-card__price { display: flex;  gap: 0.1rem;align-items:center; }
.sp-unit-card__price-val { font-size: 1.625rem; font-weight: 700; color: var(--main-color); }
.sp-unit-card__price-cur { font-size: 0.8125rem; color: #555; }
.sp-unit-card__attrs {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap; 
    padding-top: 0.75rem;
}
.sp-unit-card__attr {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width:45%;
    font-size: 0.875rem;
    color: #2d3744;
    flex-direction: row;
}
.sp-unit-card__attr svg { color: var(--main-color); }
.sp-unit-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--var-color);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.7rem 1rem;
    text-decoration: none;
    margin-top: auto;
    transition: background 0.3s ease;
}
.sp-unit-card__btn:hover { background: var(--main-color); color: #fff; }

/* --- Project Details Grid --- */
.sp-details {
    padding: 4rem 0;
    background: #fff;
}
.sp-details__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
}
.sp-details__row {
    display: flex;
    background: #f8f5ee;
    
    justify-content: space-between;
}
.sp-details__row:nth-child(odd) .sp-details__cell--left { }
.sp-details__cell {
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
}
.sp-details__cell--right { justify-content: flex-end; }
.sp-details__label {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--main-color);
}
.sp-details__val {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1c284b;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.sp-details__val small {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #555;
    display: block;
}
.sp-details__extra {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(0,0,0,0.8);
    text-align: right;
}

/* --- Map --- */
.sp-map {
    padding: 0.5rem 0; 
}
.sp-map__container {
    border-radius: 4px;
    overflow: hidden;
}
.sp-map__container iframe {
    display: block;
    width: 100%;
    height: 500px;
    border: 0;
}

/* --- Features --- */
.sp-features {
    padding: 4rem 0;
    background: #0B133805;
}
.sp-features.sp-guarantees{
    background:#F8F5EE;
}
.sp-features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.sp-feature-card {
    background: #fff; 
    padding: 2rem 1.5rem;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.sp-features.sp-guarantees .sp-feature-card{
    text-align:center;
    align-items: center;
    background:transparent;
}
.sp-feature-card:hover {
    box-shadow: 0 6px 20px rgba(188,152,87,0.15);
    transform: translateY(-3px);
}
.sp-feature-card__icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-features.sp-guarantees .sp-feature-card__icon{
    background: #FFF;
    width:4.5rem;
    height:4.5rem;
    padding:1rem;
    display:flex;
    align-items:center;
    justify-content:center;
}
.sp-feature-card__icon img { width: 100%; height: 100%; object-fit: contain; }
.sp-feature-card__icon--default { color: var(--main-color); }
.sp-feature-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #1c284b;
    margin: 0;
}
.sp-features.sp-guarantees .sp-feature-card__title{
    font-size:2rem;
}
.sp-feature-card__desc {
    font-size: 0.8125rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}
.sp-features.sp-guarantees .sp-feature-card__desc{
    font-size:1.125rem;
}

/* --- Floor Plans --- */
.sp-plans {
    padding: 4rem 0 6rem 0;
    background: #F3F3F5;
}
.sp-plans__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.sp-plan-card { overflow: hidden; }
.sp-plan-card a { display: block; }
.sp-plan-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.sp-plan-card:hover img { transform: scale(1.05); }

/* --- Responsive --- */
@media (max-width: 1199px) {
    .sp-units__grid { grid-template-columns: repeat(3, 1fr); }
    .sp-features__grid { grid-template-columns: repeat(3, 1fr); }
    .sp-plans__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
    .sp-hero { height: 300px; }
    .sp-hero__title { font-size: 2rem; } 
    .sp-intro__main-img img { height: 260px; }
    .sp-details__grid { grid-template-columns: 1fr; }
    .sp-units__grid { grid-template-columns: repeat(2, 1fr); }
    .sp-features__grid { grid-template-columns: repeat(2, 1fr); }
    .sp-plans__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .sp-hero { height: 240px; }
    .sp-hero__title { font-size: 1.5rem; }
    .sp-units__grid { grid-template-columns: 1fr; }
    .sp-features__grid {/* grid-template-columns: 1fr; */}
    .sp-plans__grid { grid-template-columns: repeat(2, 1fr); }
    .sp-details__row { grid-template-columns: 1fr; }
    .sp-details__cell--right { justify-content: flex-start; }
    .sp-intro__sub-gallery { grid-template-columns: repeat(2, 1fr); }
}


/* ===== NEW UNIT RESERVATION MODAL (.unit_model) ===== */
.unit_model .modal-content {
    background: #fff;
    border-radius: 8px;
    border: none;
    padding: 0;
    overflow: hidden;
}
.unit_model .modal-header {
    border-bottom: none;
    padding: 1.5rem 1.5rem 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.unit_model .modal-header .close {
    opacity: 1;
    text-shadow: none;
}
.unit_model .modal-header .close svg rect {
    fill: #f5f5f5 !important;
}
.unit_model .modal-header .close svg path {
    fill: #999 !important;
}
.unit_model .modal-body {
    padding: 3rem 2.5rem;
    font-family: inherit;
    text-align: right;
    direction: rtl;
}
.unit_model .single-unit .item .top {
    border-bottom: 2px solid #f8f5ee;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: flex-end;
}
.unit_model .single-unit .item .top .text {
    text-align: right;
    width: 100%;
}
.unit_model .single-unit .item .top .text h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #111;
    margin: 0 0 0.75rem 0;
}
.unit_model .single-unit .item .top .text p {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--var-color);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}
.unit_model .single-unit .item .top .text p::after {
    content: "ريال سعودي";
    font-size: 1rem;
    color: #111;
    font-weight: 700;
}
.unit_model .center_ {
    border-bottom: 2px solid #f8f5ee;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}
.unit_model .center_ .sp-unit-card__attrs {
    justify-content: space-between;
    border: none;
    padding: 0;
    flex-direction: row-reverse;
}
.unit_model .center_ .sp-unit-card__attr {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
    width:30%;
}
.unit_model .center_ .sp-unit-card__attr svg {
    margin-left: 0.5rem;
}
.unit_model .area_det {
    margin-bottom: 2rem;
}
.unit_model .area_det h1 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 1.25rem;
}
.unit_model .area_det .d-flex {
    flex-wrap: nowrap;
    gap: 1.5rem;
}
.unit_model .area_det .right.d-flex {
    display: flex;
    flex: 2;
    gap: 0;
    border: 1px solid #e0d8c3;
    border-radius: 4px;
}
.unit_model .area_det .ar-item {
    flex: 1;
    text-align: center;
    padding: 1.25rem 1rem;
    border-left: 1px solid #e0d8c3;
}
.unit_model .area_det .ar-item:last-child {
    border-left: none;
}
.unit_model .area_det .left {
    flex: 1;
    border: 1px solid #e0d8c3;
    border-radius: 4px;
    padding: 1.25rem 1rem;
    text-align: center;
}
.unit_model .area_det h2 {
    font-size: 0.95rem;
    color: #666;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}
.unit_model .area_det p {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111;
    margin: 0;
    direction: ltr; /* keep numbers readable */
    display: inline-block;
}
.unit_model .another_desc {
    margin-bottom: 2rem;
}
.unit_model .another_desc h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 1.25rem;
}
.unit_model .another_desc p {
    border: 1px solid #ccc;
    padding: 1.25rem;
    border-radius: 4px;
    font-size: 1.1rem;
    color: #111;
    font-weight: 600;
    margin: 0;
    line-height: 1.6;
}
.unit_model .form_unit {
    background-color: #f7f5ed;
    padding: 3rem 2.5rem;
    border-radius: 4px;
}
.unit_model .form_unit .tit_single p {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 1.5rem 0;
    text-align: center;
}
.unit_model .form_unit .gform_wrapper {
    margin: 0;
}
.unit_model .form_unit input[type="text"],
.unit_model .form_unit input[type="email"],
.unit_model .form_unit input[type="tel"] {
    background: #fff !important;
    border: none !important;
    padding: 1.25rem 1.5rem !important;
    border-radius: 2px !important;
    width: 100% !important;
    margin-bottom: 1.25rem !important;
    font-family: inherit !important;
    font-size: 1.05rem !important;
    color: #333 !important;
    box-shadow: none !important;
    text-align: right;
}
.unit_model .form_unit input[type="text"]::placeholder,
.unit_model .form_unit input[type="email"]::placeholder,
.unit_model .form_unit input[type="tel"]::placeholder {
    color: #111;
    font-weight: 600;
}
.unit_model .form_unit input[type="submit"],
.unit_model .form_unit button[type="submit"] {
    background: #bc9857 !important;
    color: #fff !important;
    border: none !important;
    width: 100% !important;
    padding: 1.25rem !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
    margin-top: 0.5rem;
}
.unit_model .form_unit input[type="submit"]:hover,
.unit_model .form_unit button[type="submit"]:hover {
    background: #a38247 !important;
}

@media (max-width: 768px) {
    .unit_model .area_det .d-flex {
        flex-direction: column;
    }
    .unit_model .area_det .right.d-flex {
        flex-direction: row; /* keep inner side-by-side */
    }
    .unit_model .modal-body {
        padding: 2rem 1.5rem;
    }
}
.sp-unit-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    justify-content: flex-start;
}
.sp-unit-card__actions a,
.sp-unit-card__actions button {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-family: inherit;
    text-decoration: none;
    transition: all 0.3s;
    box-sizing: border-box;
}
.sp-unit-card__btn {
     background: var(--var-color);
    color: #fff !important;
    
}
.sp-unit-card__btn:hover {
    background: var(--main-color);
    color: #fff !important;
}
.sp-unit-cart_btn {background: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color) !important;
}
.sp-unit-cart_btn:hover {
    background: var(--main-color);
}

/* ===== PROJECT IMAGE SLIDER ===== */
.sp-project-slider {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 0px;
}
.sp-slider-item {
    outline: none;
}
.sp-slider-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.sp-project-slider .slick-arrow {
    position: absolute;
    top: 50%;
    /*transform: translateY(-50%);*/
    z-index: 10;
    border-radius: 2.1875rem;
background: #BC9857;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.sp-project-slider .slick-prev:before,.sp-project-slider .slick-next:before{
    display:none;
}
.sp-project-slider .slick-arrow:hover {
    background: var(--var-color);
    color: #fff;
}
.sp-project-slider .slick-prev {
    right: 15px;
}
.sp-project-slider .slick-next {
    left: 15px;
}
.sp-project-slider .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.sp-project-slider .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s;
}
.sp-project-slider .slick-dots li.slick-active button {
    background: var(--var-color);
    transform: scale(1.2);
}
.sp-container{
    padding:0 1.5rem;
}
.sp-map__container{
    position:relative;
}
.sp-map__container:before{
    content:'';
    position:absolute;
    width:100%;
    background: linear-gradient(180deg, rgba(241, 241, 241, 0.00) 0%, #FFF 58.5%);
    height:12rem;
    top:-4rem;
    right:0;
    transform:rotate(180deg);
}
.sp-map__container:after{
    content:'';
    position:absolute;
    width:100%;
    background: linear-gradient(180deg, rgba(241, 241, 241, 0.00) 0%, #FFF 58.5%);
    height:12rem;
    bottom:-4rem;
    right:0; 
}
.map_embed-title{
    color: #2A2753;
text-align: right; 
font-size: 1.875rem;
font-style: normal;
font-weight: 700;
line-height: 2.5rem; /* 133.333% */
}
.map_embed{
    padding-bottom:4rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content:center;
}
.map_embed .sp-em-card{
    width:30%;
    margin:1rem 0;
    display: flex;
    align-items: center;
}
.map_embed .sp-em-card__title{
    color: #2A2753; 
font-size: 2rem;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.map_embed .sp-em-card__desc{
    color: #707070; 
font-size: 0.9375rem;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.sp-em-card__icon{
    padding-left:1rem;
    margin-left:1rem;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    display:inline-flex;
    border-left: 2px solid #0E0F2310;
}


@media (max-width: 991px) {
    .sp-slider-item img {
        height: 350px;
    }
}
@media (max-width: 575px) {
    .sp-slider-item img {
        height: 250px;
    }
}

.projects_section{
    /*padding: 5rem 0 0;*/
    position: relative;
}
.projects_section .owl-buttons{
    position:absolute;
    top: 2px;
    left: 20%;
    z-index: 999;
}
.projects_section .owl-buttons .owl-prev{right: 57%;position: relative;}
.projects_section .owl-buttons .owl-next{right: -7%;position: relative;}

.projects_section .owl-buttons img{
    width: 9%;
}
.projects_section .owl-buttons span{
    padding: 1.4rem;
    font-size: 1.5rem;
}
.projects_section .owl-theme .owl-controls .owl-buttons div{
    color:#0E1C33;
    opacity:1;
    background:transparent;
}
.projects_section .topTitle{
    padding-bottom:4rem;
}
.projects_section .container-fluid{
    padding:0;
}
.projects_section .item{
    margin-bottom: 74px;
    position: relative;
}
.projects_section .item .caption{
    background: #0E1C33;
    padding: 5rem 4rem 0 13rem;
    position: relative;
    min-height: 599px;
}
.projects_section .item .caption p{
    color:#fff;
    font-size: 1.7rem;
    font-weight: 100;
}
.projects_section .item .caption h4{
    color:#fff;
    font-size: 2.7rem;
    padding: 9rem 0 0;
    text-align: left;
    font-weight: 300;
    width: 56%;
}
.projects_section .itemLeft{
    position:relative;
}
.projects_section .itemLeft:after{
    position:absolute;
    content:'';
    background:#EEC27D;
    left: 62px;
    top: 40%;
    width: 10%;
    height: 58%;
}
.projects_section .itemLeft .image{
    position: relative;
    right: -18%;
    top: 61px;
    z-index: 9;
}
.contact__section{
}
.contact-page{
}
.contact-page .form{
    padding-right:1rem;
}
.contact-page .form h3{
    color:var(--main-color);
}
.contact-page .form p{
    color: #9d9898;
}
.page-template-page-contact footer .map{
    display:none;
}
.page-template-page-contact .map .info{
    width:auto;
}
.contact-page .footerPage{
    background:transparent;
    padding: 0;
}
.contact-page .footerPage .map{
    width:auto;
    display:block;
}
.contact-page .form h2{
    font-size:4rem;
    color:#0E1C33;
    font-weight:500;
}
.contact__section .right h1{
    color:#F9FAFB;
    font-size:2.6rem;
    font-weight:normal;
}
.contact__section .right p{
    color:#E3E3E370;
    font-weight:normal;
    font-size:1.3rem;
    width:70%;
}
.contact__section .right .interest_part{
    padding-top:3rem;
}
.contact__section .right .interest_part h1{
    
}
.contact__section .right ul{
    padding:0;
    list-style:none;
    padding-top:2rem
}

.contact__section .right .interest_part ul li{
    padding-bottom:1rem;
}
.contact__section .right ul li span:last-of-type{
    color:#E3E3E370;
    font-weight:normal;
    font-size:1.3rem;
    padding-right:0.5rem
}
.contact__section .form{
    background:#fff;
    position: relative;
}
.contact__section .form:before{
    position:absolute;
    content:"";
    top:-20px;
    right:-20px;
    width:60px;
    height:60px;
    background:url('../images/interset.png') no-repeat;
    background-size:100% 100%;
}
.contact__section .form h1{
    color:#12141D;;
    font-size:1.75rem;
    font-weight:normal;
    text-align:center;
    padding-bottom:3rem;
}
.contact__section .form h5{
    color:#12141D70;
    font-size:1rem;
    font-weight:normal;
    text-align:center;
    padding-bottom: 5rem;
}
.contact-page.servReq .gform_wrapper .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
.contact-page.servReq{
    padding:0;
}
.contact-page.servReq .form{
    padding: 0 0 5rem;
}
.contact-page.servReq .container{
    width:65%;
}
.page .gform_wrapper .gform_fields .gfield select {
    -webkit-appearance: none; 
    appearance: none
}
.page .gform_wrapper .gform_fields .gfield .ginput_container_select {
    position: relative;
}
.page .gform_wrapper .gform_fields .gfield .ginput_container_select::after {
    position: absolute;
    content: "";
    top: 22px;
    left: 21px;
    width: 2rem;
    height: 2rem;
    background: url(../images/arrow-down.png) no-repeat center/ 45%;
}
.contact-page.servReq h1{
    color:#0E1C33;
    font-size:4rem;
    font-weight:500;
}
.contact-page.servReq .gform_wrapper.gravity-theme .gfield{
    width: 48%;
}
.contact-page.servReq .gform_wrapper.gravity-theme .gfield:last-of-type{
    width:100%;
}
.contact__section .form ul li label{
    color:#12141D !important;
    font-size:1rem !important;
}
.contact__section .form .gfield input,
.contact__section .form .gfield textarea,
.contact__section .form .gfield select{
    height: 4rem;
    border: none;
    padding: 0 1rem !important;
    font-size: 1.2rem !important;
    color:#00000094 !important;
    border-radius: 5px;
    font-weight:300 !important;
    background: #bc98572b;
}
.contact__section .form ul li:last-of-type{
   width:100%; 
}
.contact__section .form .gfield textarea{
    border-color:#70707070;
    border-radius: .7rem;
    width:100%;
    padding: 2rem;
    height: 14rem;
}
.contact__section .form  input::placeholder,
.contact__section .form textarea::placeholder,
.contact__section .form select::placeholder{
    font-size:1.2rem !important;
    color:#00000094 !important;
    font-weight:300 !important;
}
.contact__section .form ul li .btn,
.contact__section .gform_footer input.button,
.contact__section .gform_footer input[type=submit]{
    background:var(--main-color)!important;
    text-align:center !important;
    color: #fff !important;
    font-weight:normal !important;
    font-size:1.3rem !important;
    border-color: #EEC27D !important;
    border-radius: 0;
    padding:.5rem 3rem;
}
body .gform_wrapper .gfield .iti__country-container{
    right: auto !important;
    left:0 !important;
}
.vision_goals_section{
    position:relative;
}
.vision_goals_section:after{
    position:absolute;
    content:'';
    background:url(../images/visionLayer.png)no-repeat;
    width: 658px;
    height: 1121px;
    right: 138px;
    top: -76px;
    background-size: cover;
}
.vision_goals_section .content{
    padding: 7rem 27px 0;
    text-align:center;
}
.vision_goals_section .content h4{
    font-size: 3rem;
    font-weight:200;
    color:#0E1C33;
    padding-bottom: 5rem;
    width: 60%;
    margin: auto;
}
.vision_goals_section .goals_content .content h4{text-align: right;display: flex;justify-content: left;width: -webkit-fill-available;}
.vision_goals_section .content p{
    font-size:1.9rem;
    font-weight:200;
    color:#0E1C33;
    padding-bottom: 1rem;
    text-align: justify;
    margin: auto;
}
/* =========================
Leadership Section
========================= */
.leadership__section {
background: #fff;
}
.leadership__item {
margin-bottom:2rem
}
.leadership__item.leadership__item--odd .row {
flex-direction:row-reverse;
}
.leadership__content {
padding: 2rem 3rem;
display: flex;
flex-direction: column;
gap: 0.75rem;
align-items: flex-start;
}
.leadership__label {
display: inline-flex;
width:auto;
align-items: center;
justify-content: center;
padding: 0.5rem 1rem;
border-radius: 0.125rem;
background: rgba(188, 152, 87, 0.10);
margin-bottom: 0.5rem;padding: 0.75rem;
justify-content: center;
align-items: center;
gap: 0.5rem;color: #BC9857;
text-align: center;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 1.2rem */
letter-spacing: -0.02rem;
}
.leadership__name {
color: #1C284B;
text-align: right;
font-size: 1.875rem;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 2.0625rem */
letter-spacing: -0.01875rem;
}
.leadership__role {
color: #BC9857;
text-align: right;
font-size: 2.5rem;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 2.75rem */
letter-spacing: -0.025rem;
}
.leadership__text {color: rgba(28, 40, 75, 0.90);
text-align: right;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 1.4rem */
letter-spacing: -0.01rem;
}
.leadership__btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
align-self: flex-start;
}
.leadership__image {
height: 100%;
overflow: hidden;
}
.leadership__image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
}
@media (max-width: 768px) {
.leadership__content {
padding: 1.5rem 1rem;
}
.leadership__image {min-height: 280px;
}
.leadership__role {
font-size: 1.5rem;
}
}
.plans__section{
    text-align:center;
    padding: 10rem 0 5rem;
    background: url(../images/planLayer.png)no-repeat;
    background-size: 100% 100%;
}
.plans__section .title h3{
    color:var(--main-color);
    background: #bc98571c;
    padding: .9rem;
    font-size: 1.3rem;
    font-weight: 500;
    border-radius: .3rem;
}
.plans__section .title h2{
    color:#1C284B;
    padding: 2rem 0 3rem;
    font-weight:600;
    font-size:3rem;
}
.plans__section .item{
    position: relative;
    margin: .5rem 1rem 4rem;
    transition:all .4s;
    padding-top: 1rem;
}
.plans__section .item:hover{
    transform:scale(1.1);
    transition:all .4s;
}
.plans__section .item .caption{
    position:absolute;
    top: auto;
    bottom: 2rem;
    right:2rem;
    text-align:right;
    color:#fff;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.plans__section .item .caption > div:first-of-type{
    position: relative;
    top: 4rem;
}
.plans__section .item .caption p{
    font-size: 1.3rem;
    color: #fdfdfd82;
    margin: 0;
}
.plans__section .item .caption .file a{
    background: #7e809991;
    color:#fff;
    display: inline-block;
    padding: 10px 15px;
    margin: 6px 0;
}
.plans__section .item:hover .caption .file a{
    background:var(--main-color);
}
.posts_section{
    padding:4rem 0;
    background:#FDF9F1;
}
.posts_section .title h2{
    color:var(--main-color);
    font-size:3rem;
    font-weight: 800;
}
.posts_section .title p{
    color:var(--main-color);
    font-size:1.2rem;
    width:70%;
    text-align:center;
}
.posts_section .item h5{
    color:var(--main-color);
    font-size:1rem;
}
.posts_section .item .caption a{
    display:flex;
    justify-content: end;
    flex-direction: row-reverse;
    color:var(--main-color);
}
.posts_section .item .caption a .icon{
    padding-left:.5rem;
}
 .topTitle{
    display:flex;
    justify-content:space-between;
    padding: 2rem 0;
    align-items: center;
}
 .topTitle .title h2{
    font-weight:300;
    font-size:4rem;
    color: #0E1C33;
}
 .topTitle .more a{
    background:#EEC27D;
    color: #0E1C33;
    padding: 1rem 4rem 1.3rem;
    font-size: 1.7rem;
    font-weight: 400;
}
.posts_section .item{
    margin: 2rem 0.5rem;
    background:#fff;
    border-radius: 5px;
    box-shadow: 0 3px 46px #cccccc61;
    padding: .5rem;
}
.posts_section .item:hover{
    transform:scale(.9);
    transition:all .4s;
}
.posts_section .item .caption{
    padding: 1rem;
}
.posts_section .item .caption p{
    color: #1c284b6b;
    font-weight:400;
    font-size: 1rem;
}
.posts_section .item h4{
    color: #1C284B;
    font-weight:400;
    font-size: 1.3rem;
}
.posts_section .more,
.plans__section .more{
    margin:auto;
    text-align:center;
    display: flex;
    justify-content: center;
}
.posts_section .more a,
.plans__section .more a{
    background:var(--main-color);
    font-size:1.3rem;
    color:#fff;
    padding: .9rem 2rem;
    display:flex;
    width:fit-content;
    border-radius:.3rem;
     transition:all .4s;
}
.posts_section .more:hover a,
.plans__section .more:hover a{
    background:var(--var-color);
    transition:all .4s;
}
.owl-carousel{
    direction:ltr !important;
}
footer .head_foot_menu{ 
    background: #084D45;
    padding: 2rem 8rem;
    margin: 2rem auto 2rem auto; 
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
footer .tot_footer{
    /*text-align:center;*/
}
footer .head_foot_menu ul{
    display:flex;
    align-items:center;
    flex-direction: row;
    justify-content:center;
}
footer .head_foot_menu ul li a{
    font-weight:normal;
    color:#ACC5C3;
    font-size:1rem;
    padding:0 2rem;
}
footer .footer__top .address{
    padding:1rem 0;
}
footer .footer__top .address a{
    color:#fff;
    font-size:1rem;
    font-weight:normal;
}
footer .footer__top .titel{
    
}
footer .footer__top .titel h2{
    color:#fff;
    font-size: 2rem;
    font-weight: 100;
    padding-bottom:2rem;
}
footer .footer__top .menus ul {
  padding: 0;
  list-style: none;
}
.footer-widget-title{
    border:none;
    color:var(--main-color);
    font-weight:700;
    font-size:1.5rem;
    padding:0;
    margin-bottom:1rem;
}
.footer-widget-title:before{
    display:none;
}
footer .footer__top .menus ul  li a{
    font-size: 1.1rem;
    font-weight: 100;
    color: #adb5cd;
    line-height:24px;
    padding: 6px 0;
    display: inline-block;
}
footer .footer__right{
    text-align:right;
}
footer .footer__right p{
    color: #a4afd3;
    font-size: 1.2rem;
    font-weight: 100;
}
footer .footer__right h4{
    color:#fff;
    font-size: 1.2rem;
    font-weight: 100;
}
.footer__bottom{
    border-top: 1px solid #6b79a5;
    padding: 2rem 1rem 1rem;
}
footer .rowaad{
    text-align:left;
}
footer .rowaad span{
    padding-left:0.5rem;
}
footer .rowaad span a{
    color: #ccc;
    font-size: 1.2rem;
    font-weight: 100;
}
footer .rowaad svg path{
    fill:var(--main-color);
}
footer{
    padding: 2rem 0 0;
    background: #1C284B;
}
footer .footerLogo{
    padding:1rem;
    color: #b0b4c1;
}
footer .footerLogo p{
    padding:1rem;
}
.map{
border-radius:1rem;
overflow:hidden;
margin:auto;
position: relative;
z-index: 99;
}
.map .info{position:absolute;background:#fff;border-radius: .5rem;padding: 2rem;left: 3%;top: 4rem;width: 28%;}
.map .info li{display: flex;align-items: baseline;}
.map .info li:last-of-type h4{
    color:var(--main-color);
    font-size:1.5rem;
    padding-bottom:1rem;
}
.map .info li:last-of-type{
    padding-top:2rem;
    display:block;
}
.map .info li .icon{
padding-bottom:1rem;
}
.map .info li h4{
font-size: 1.7rem;
font-weight:400;
margin: 0;
}
.map .info li a{font-size: 1.2rem;color:#0E1C33;}
.map .info li svg{
width: 27px;
}
footer .social__media{
    padding:1rem 0;
}
footer .social__media ul li svg{
    width:19px;
}
footer .head_foot_menu ul{
    display:flex;
    align-items:center;
    flex-direction: row;
    justify-content:center;
}  
footer .head_foot_menu ul li a{
    font-weight:normal;
    color:#ACC5C3;
    font-size:1rem;
    padding:0 2rem;
}
footer .footer__top .address{
    padding:2rem 0 1rem 0;
}
footer .footer__top {
    padding:3rem 0;
}
footer .footer__top .address a{
    color:#fff;
    font-size:1rem;
    font-weight:normal;
}  
.about-page{
    padding-bottom:8rem
}
.about-page h2,
.about-page-title h2{
    color:#F9FAFB;
    font-size:3rem;
    font-weight:bold;
}
.about-page p,
.about-page-title p{
    color:#F9FAFB;
    font-size:1.6rem;
    font-weight:300;
}
.about-page-title .custom-container .row{
    padding:2rem 0rem 3rem 0rem;
    border-bottom:1px solid #E3E3E337;
    margin-bottom:3rem
}
.about-page-title p{
    
}
.about-page .image{
    padding-right:1rem;
    position:Relative;
}
.about-page .image span{
    position:absolute;
    right:44%;
    top:43%;
}
.about-page .image span svg{
    max-width:5rem;
}
.fancybox-slide>*{
    padding:0 !important;
    border:none !important;
}
.pro-gallery .slick-slide img{
    max-height:400px;
    width:100%;
}
.pro-nav .slick-slide{
    margin:1rem 1rem 0 1rem; 
}
.Project_facilities {
    text-align:center;
    color:#fff;
    padding:5rem 0;
}
.Project_facilities h3{
    font-weight:bold;
    font-size:2.5rem;
    margin-bottom:2rem;
    color:#fff;
    text-align:center;
}
.map h3{
    color:var(--main-color)
}
.Project_facilities .items_ {
    display:flex;
    flex-direction:column;
    text-align:center;
    font-weight:500;
    font-size:1.2rem;
    background:#1B4C47;
    border:1px solid #427671;
    width:180px;
    height:180px;
    align-items:center;
    justify-content:center;
    margin: 2rem 2rem;
}
.Project_facilities .items_ img{
    margin-bottom:2rem;
}
.projects_section.news_section_page{ 
    padding-top:0;
    margin-top: 0;
}
 .news_section_page .title{
   border-bottom:1px solid #E3E3E338;  
     margin-bottom:3rem;
}
 .news_section_page  .item{
     margin:1rem 0;
 }
.news_section_page  .item .caption{
    background:transparent;
    padding:1rem 0 2rem 5rem;
}
.news_section_page  .item .caption .date{
    color:#427671;
    font-size:1rem;
    font-weight:500;
    margin:1rem 0;
}
.news_section_page  .item .caption a{
    color:#FFFFFF;
    font-weight:bold;
    font-size:1.8rem;
}
.news_section_page  .item  img{
    border-radius:10px;
}
.news-single{ 
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.news-single .head1,.news-single  .text{
    text-align:center;
    
    margin: 0 auto;
}
.news-single .text .head1{
    max-width:50%;
}
.faq{
    padding-bottom: 6rem; 
}
.faq .panel-group{
    /*width:70%;*/
}
.faq .panel-group .panel{
    width:100%;
    margin-bottom:2.25rem;
    border-radius: 0.4rem;
    border: #084D45;
    background: #084D45;
}
.faq  .panel-group .panel-title a{
    width:100%;
    display: flex;
    padding: 1.25rem 2.25rem;
    padding-right:4rem;
    align-items: center;
    justify-content: space-between;
    color:#fff;
    font-weight: 500;
    font-size: 1.4rem;
}
.faq  .panel-group .panel .panel-body{
    padding: 0 4.25rem 1.625rem 10rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight:500;
    line-height:1.8;
}
/* =========================
   Services Banners Section
========================= */
.services-banners{
  padding: 10rem 0;
  position: relative;
  min-height: 800px;
}
.services-banners .services_image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.services-banners .services_image:before{
    content:'';
    background: linear-gradient(0deg, rgba(4, 4, 4, 0.20) 0%, rgba(4, 4, 4, 0.20) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    position:absolute;
    width:100%;
    height:100%;
    right:0;
    top:0;
    opacity:0.2;
}
.services-banners .services_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-banners .custom-container{  
}

/* Header row */
.services-banners__head{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.services-banners__head .head3{
    border-radius: 0.25rem;
border: 1px solid rgba(255, 255, 255, 0.20);
background: rgba(255, 255, 255, 0.10);
display: flex;
width: 6.1875rem;
padding: 0.625rem 0.75rem;
justify-content: center;
align-items: center;
gap: 0.5rem;
font-weight: 700;
color:#fff;
}
.services-banners__head .head1{
    max-width:26rem;
}
.services-banners__title{
  margin: 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}

.services-banners__more.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center; 
/*  border: 1px solid #FFF;*/
/*color: #BC9857;*/
/*background: #FFF;*/
/*  text-decoration: none;*/
/*  font-weight: 700;*/
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.services-banners__more.btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}

/* Grid */
.services-banners__grid{
  
}

.project-card__image .swiper {
  width: 100%;
  height: 100%;
}

.project-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Card */
.service-card{ 
  overflow: hidden;
}

.service-card__page{
    padding:1.15rem;
    background: #F8F5EE;
    max-height: 500px;
}
.service-card__page:Hover{ 
    max-height: 700px;
}
.services-banners__grid{
    gap:2.5rem;
    display:flex;
    flex-direction:column;
}
/* Clickable full-card link */
.service-card__link{
  position: relative;
  display: flex;
  align-items:center;
  height: 100%;
  min-height: 6.25rem;
  overflow: hidden;
  text-decoration: none;
  /* background: #111; */
  isolation: isolate;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

/* Normal state: number + title side by side */
.service-card__default {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-radius: 0.625rem;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.10);
    transition: all 0.35s ease;
    padding: 1.25rem 2.5rem;
    gap: 0.625rem;
}

.service-card__num {
    font-family: 'Inter Display', sans-serif;
    font-size: 1.875rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.05625rem;
    flex-shrink: 0;
    transition: all 0.35s ease;
}


/* Image */
.service-card__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform .7s ease;
  filter: saturate(1.05) contrast(1.02);
}

/* Dark gradient overlay */
.service-card__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.76) 0%,
    rgba(0,0,0,.44) 48%,
    rgba(0,0,0,.14) 78%,
    rgba(0,0,0,0) 100%
  );
  transition: .35s ease;
}

.service-card__heading { 
    transition: all 0.35s ease;
}

/* Hover state: hidden by default */
.service-card__hover {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0.625rem;
    gap: 0.8125rem;
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.5rem;
    transition: all 0.35s ease;
}

.service-card__heading--hover {
    font-size: 2rem;
    font-weight: 700;
    color: var(--main-color);
    margin: 0;
    text-align: right;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.service-card__text {
    color: #BC9857;
text-align: right; 
font-size: 1.25rem;
font-style: normal;
font-weight: 300;
line-height: 110%; /* 1.375rem */
letter-spacing: -0.0125rem;
    opacity: 0.80;
    text-align: right; 
    margin: 0;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}

/* Hover transitions */
.service-card:hover .service-card__link {
    background: #fff;
    border-color: #fff;
    border-radius: 0.625rem;
    min-height:12.5rem;
}

.service-card:hover .service-card__default {
    opacity: 0;
    transform: translateY(-10px);
}

.service-card:hover .service-card__hover {
    opacity: 1;
    transform: translateY(0);
}
.service-card{
    position:relative;
}
.service-card:after{
    content:'';
    position:absolute;
    border-radius: 0.625rem !important;;
    background: linear-gradient(90deg, #BC9857 0%, rgba(86, 70, 40, 0.00) 100%);
    width:100%;
    height:100%;
    right:-15px;
    bottom:-15px;
    z-index:-1;opacity: 0;
    transform: translateY(-10px);
}
.service-card:hover:after{
     opacity: 1;
    transform: translateY(0);
}

/* Content overlay (glass) */
.service-card__content{ 
  z-index: 2;

  padding: 16px 16px;
  border-radius: 14px;

  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transform: translateY(10px);
  transition: transform .35s ease, background .35s ease;
}

.service-card__heading{ 
font-size: 2rem;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 2.6rem */
letter-spacing: -0.02rem;
  color: #fff;
  margin: 0;
}

.service-card__text{
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
  color: black;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 3;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
}

.service-card__cta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: #fff;
  opacity: .95;
}

.service-card__arrow{
  display: inline-block;
  transform: translateX(0);
  transition: transform .3s ease;
}

/* Hover */
.service-card__link:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  border-color: rgba(255,255,255,.22);
}

.service-card__link:hover .service-card__img{
  transform: scale(1.12);
}

.service-card__link:hover .service-card__overlay{
  background: linear-gradient(
    to top,
    rgba(0,0,0,.84) 0%,
    rgba(0,0,0,.52) 48%,
    rgba(0,0,0,.20) 78%,
    rgba(0,0,0,0) 100%
  );
}

.service-card__link:hover .service-card__content{
  transform: translateY(0);
  background: rgba(255,255,255,.13);
}

.service-card__link:hover .service-card__arrow{
  transform: translateX(4px);
}
  
/* ===== SERVICES ARCHIVE (.service-card) ===== */
.services-archive-page {
    background: transparent; /* Light background behind cards */
    padding: 5rem 0;
}
.service-card {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service-card:hover { 
    transform: translateY(-5px);
    
}
.service-card__image {
    width: 100%;
    overflow: hidden;
}
.service-card__image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.service-card:hover .service-card__image img {
    transform: scale(1.05);
}
.service-card__info {
    padding: 2rem 1.5rem;
    text-align: right;
    display: flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction: column;
    flex: 1;
}
.service-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
}
.service-card__title a {
    color: #1c284b;
    text-decoration: none;
    transition: color 0.3s;
}
.service-card__title a:hover {
    color: var(--var-color);
}
.service-card.service-card__page:after{
    display:None;
}
.service-card__excerpt {
    color: rgba(0, 0, 0, 0.90);

text-align: right; 
font-size: 0.9375rem;
    line-height: 1.7; 
  margin-bottom: 1rem;
    flex: 1; /* Pushes button to bottom */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition:all 0.3s ease-in-out;
}

.service-card.service-card__page:hover > .service-card__info > .service-card__excerpt{
    
    -webkit-line-clamp: 4;
}
.service-card__btn {
    display: inline-flex;
    width: auto;
    background: #bc9857;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    padding:0.65rem 1rem;
    border-radius: 2px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.service-card__btn:hover {
    background: #a38247;
    color: #fff;
}
.about__sec__vision{
    background:#0E1C33;
    color:#ffffff;
    margin:8rem 0;
    padding:5rem 0;
    z-index: 1111111;
    position: relative;
}
.about__sec__vision .text{   
font-weight:300;
    padding-left:30%; 
}
.about__sec__vision:after{
    content:'';
    position:absolute;
    width:0.2px;
    height:100%;
    left:52%;
    top:0;
    background:#fff;
}
.about__sec__vision .head1{ 
font-weight:500;
    margin-top:8rem;
}
.project-single  .details{
    color:#EEC27D;
    font-weight: 400;
    font-size: 1.7rem;
}
.view_post,.view_post:hover{ 
    position: relative;  
    background: #EEC27D;
    color: #0E1C33;
    margin:1rem 0;
    padding: 1.25rem 3.5rem 1rem 3.5rem;
    width: fit-content;
    font-size: 1.5rem;
    transform:Scale(0);
    display:inline-flex;
    transition: all 0.3s ease-in-out;   
}
.item:hover .view_post {
    transform:Scale(1);
}
.posts_section .item .image{
    overflow:hidden;
    border-radius:3px;
}


@media(max-width: 1500px) and (min-width: 1200px) {
    .custom-container{
    padding: 0 4rem;
    }
}

@media(max-width:768px) {
    html {
        font-size: 11px;
    }
    header{
        width: 100%;
        position: relative;
        background: var(--main-color);
    }
   .custom-container {
     padding: 0 3rem;
     }
    .menuicon line{
        stroke:#fff;
    }
    header .header__logo img {
     }
    header .menu {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
 
    body.rtl .gform_legacy_markup_wrapper ul li, .project-single .gfield{
        width: 100% !important
    }
    body.rtl .gform_legacy_markup_wrapper ul > li.gfield, .project-single .gfield {
        width: 100% !important
    }
    
    html[dir=rtl] .gform_legacy_markup_wrapper {
        /* padding-right: 0 !important; */
    }
    .search .input-group button svg{
        max-width:1.5rem;
        max-height:1.5rem;
    }
    
    .search .input-group {
        padding: 0.5rem 1rem;
    }
    .search form {
        width: 18rem;
    }
    .search .input-group input {
        padding: 0;
    }
    .main .search { 
        right: 3rem;
    }
    .single.projects_section .title h3 {
        width: 100%;
    }
    .single.projects_section .title .details {
        width: 100%;
    }
    .projects_section{
        margin-bottom:10rem;
    }
    .projects_section .container-fluid{
        padding:0 15px;
    }
    .projects_section .itemLeft:after{
        left: -14px;
    }
     .projects_section .owl-buttons{
        left:0;
        position: initial;
    }
    .projects_section .owl-buttons .owl-next{
        right:0;
    }
    .projects_section .owl-buttons .owl-prev{
        right:0;
    }
    .projects_section .item{
        margin:0;
    }
    .projects_section .item .caption{
        padding:2rem 1rem;
        min-height: auto;
    }
    .projects_section .item .caption p{
        font-size:1.3rem;
    }
    .projects_section .itemLeft .image{
        right:0;
        top: 0;
    }
    .projects_section .item .caption h4{
        width:auto;
        padding: 0;
        float: none;
        font-size: 1.7rem;
        font-weight: 500;
    }
    .vision_goals_section .content h4{
        font-size:2.5rem;
    }
    .vision_goals_section .goals_content .content h4{
        justify-content:center;
    }
    .vision_goals_section .content{
        padding:1rem 0;
    }
    .vision_goals_section:after{
       display:none;
    }
    .posts_section .item .caption{
        padding:1rem;
    }
    .posts_section .item h4{
        font-size:1.4rem;
    }
    .newsletter{
        width:auto;
        padding: 2rem;
    }
    .newsletter .title h3{
        font-size:2.5rem;
    }
    footer .map{
        width:auto;
    }
    footer .map .info{
        width: 54%;
        padding: 1rem 2rem;
    }
    footer .logomap{
        left:-30%;
        top:40%;
    }
    footer .logomap img{
        width:40%;
    }
    footer .footer__right{
        text-align:center;
    }
    footer .rowaad{
        text-align:center;
    }
    .projPage .viewProj{
        float: none;
        text-align: center;
        left: 0;
        right: 5%;
    }
    .projPage .projItem{
        margin-bottom:5rem;
    }
    .posts_section.postPage .item{
        margin:1rem 0;
    }
    .contact__section .form{
        padding:2rem 0;
    }
    .contact-page.servReq .container{
        width:85%;
    }
    .contact-page.servReq .gform_wrapper.gravity-theme .gfield{
        width:100%;
    }
    footer .footer__top .menus ul{
        flex-wrap: wrap;
    }
    footer .footer__top .menus ul li a{
        padding:1.3rem;
        padding: 0;
    }
    .gallery_banners img { 
    max-height: 400px;
       }
     .gallery_banners   .head2 {
    font-size: 1.8rem;
       }
       .desc_banners p {
    width: 100%;
    font-size: 1rem;
       }
           
    #breadcrumbs { 
        /*padding: 4rem 0 4rem;*/
        padding: 15rem 0 2rem;
    }
    #breadcrumbs h2 { 
    font-size: 3rem;
    }
  
    #breadcrumbs .text a, #breadcrumbs .text h3 {
        font-size: 1.2rem;
        line-height:2rem;
    }
.our_story a span{
    width:60px;
    height:60px; 
}
.our_story a span svg{
    width:20px;
}

.desc_banners .head1 {
    font-size: 2rem;
}
.gallery_banners:hover .desc_banners h2{
    padding-bottom:100px;
}
    
}
@media(max-width: 768px ) and (min-width: 500px) {
    html {
        font-size: 10px;
    }
    
}
@media(max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 12px;
    }
      .projects_section{
        margin-bottom:10rem;
    }
    .projects_section .container-fluid{
        padding:0 15px;
    }
    .projects_section .itemLeft:after{
        left: -14px;
    }
     .projects_section .owl-buttons{
        left:0;
        position: initial;
    }
    .projects_section .owl-buttons .owl-next{
        right:0;
    }
    .projects_section .owl-buttons .owl-prev{
        right:0;
    }
    .projects_section .item{
        margin:0;
    }
    .projects_section .item .caption{
        padding: 2rem 4rem;
        min-height: auto;
    }
    .projects_section .item .caption p{
        font-size:1.3rem;
    }
    .projects_section .itemLeft .image{
        right:0;
        top: 0;
    }
    .projects_section .item .caption h4{
        width:auto;
        padding: 0;
        float: none;
        font-size: 1.7rem;
        font-weight: 500;
    }
    .vision_goals_section .content h4{
        font-size:2.5rem;
    }
    .vision_goals_section .content{
        padding:1rem 0;
    }
    .vision_goals_section:after{
       display:none;
    }
    .posts_section .item .caption{
        padding:1rem;
    }
    .posts_section .item h4{
        font-size:1.4rem;
    }
    .newsletter{
        width:auto;
        padding: 2rem;
    }
    .newsletter .title h3{
        font-size:2.5rem;
    }
    footer .map{
        width:auto;
    }
    footer .map .info{
        width: 54%;
        padding: 1rem 2rem;
    }
    .projPage .viewProj{
        float: none;
        text-align: center;
        left: 0;
        right: 5%;
    }
    .projPage .projItem{
        margin-bottom:5rem;
    }
    .posts_section.postPage .item{
        margin:1rem 0;
    }
    .contact__section .form{
        padding:2rem 0;
    }
    .contact-page.servReq .container{
        width:85%;
    }
    .contact-page.servReq .gform_wrapper.gravity-theme .gfield{
        width:100%;
    }
   
}
@media(max-width: 1191px) and (min-width: 992px) {
    html {
        font-size: 12px;
    }
    .projects_section .item .caption h4{
        padding:0;
    }
    .vision_goals_section:after{
        width:25%;
    }
    
}
@media(max-width: 1367px) and (min-width: 1191px) {
    html {
        /* font-size: 11px; */
    }
    .projects_section .container-fluid{
        padding:0 15px;
    }
    
}
@media(max-width: 1366px) and (min-width: 1200px) {
    html {
        font-size: 1rem;
    }
     
}
 @media(max-width:768px) {
     .statistics__section .item.fist_item{
         padding:1.3rem;
     }
       .media img, .media video {
    width: 100%;
    min-height: 100vh !important;
    object-fit: cover;
}
.main__slider .content { 
    padding: 130px 3rem;
    height: auto;
        min-height: 100%;
}
.main__slider h1 { 
    font-size: 2rem; 
    line-height: 30px;
}

.main__slider p { 
    font-size: 14px;
}
        header.main-wrap{
            padding:0;
        }
     .about__section .text .text1 h3{
         padding:1rem 0 0;
     }
     .posts_section .more a, .plans__section .more a{
         align-items: anchor-center;
     }
     .map .info{
         width:auto;
     }
     .page .gform_wrapper .gform_fields .gfield .ginput_container_select::after{
         top:10px;
     }
     .plans__section .item .caption{height:90%;}
     .services-banners { min-height: auto;}
    .statistics__section .row{ justify-content: center !important;}
    .statistics__section .item.fist_item {align-items: center !important;}
     .statistics__section .item {text-align: center !important; align-items: center !important;}.statistics__section .img{overflow: hidden;}
        .statistics__section .img img{
                width: auto;
                max-width: fit-content;
                height:100%;
        }
 }
 