:root{
    --light-blue: #92b5c7;
    --dark-blue: #003768;
    --black-text: #020305;
    --grey-text: #686A6E;
    --logo-width: 120px;
    --header-height: 70px;
}

.loader span {
    border-width: 1px;
    border-style: solid;
    border-color: var(--light-blue) transparent transparent;
    border-image: initial;
    border-top: 1px solid var(--light-blue);
    border-radius: 50%;
}

@font-face {
  font-family: "Noto Sans", sans-serif;
  src: local("gill-sans-Light"), url("../fonts/Gill\ Sans\ Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans", sans-serif;
  src: local("gill-sans-Regular"), url("../fonts/Gill\ Sans.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans", sans-serif;
  src: local("gill-sans-Medium"), url("../fonts/Gill\ Sans\ Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans", sans-serif;
  src: local("gill-sans-Bold"), url("../fonts/Gill\ Sans\ Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans", sans-serif;
  src: local("gill-sans-Black"), url("../fonts/Gill\ Sans\ Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
   font-family: "Noto Sans", sans-serif;
   src: local("Manal"), url("../fonts/manal.ttf") format("truetype");
}

body,
.navbar .navbar-nav .nav-link,
h1, h2, h3, h4, h5, h6,
p,
.footer-contact-phone,
.booking-box .head-box h4,
.butn-dark a,
.services .content .info h6,
.section-title,
.section-subtitle,
.butn-light a,
.booking-box .head-box h6,
.rooms1 .item .con .permalink,
.navbar .dropdown-menu .dropdown-item,
.header .caption h4,
.header .caption h1
{
    /* font-family: 'gill sans', sans-serif; */
    font-family: "Noto Sans", sans-serif;
}

.section-subtitle,.booking-box .head-box h6  {
    letter-spacing: 2px;
}

.nav-scroll .navbar-toggler-icon, .nav-scroll .icon-bar {
    color: var(--light-blue);
}

.navbar .navbar-nav .active {
    color: var(--light-blue) !important;
}

.nav-link.language-link {
    transition: all .4s;
}

.navbar .navbar-nav .nav-link:hover,
.nav-link.language-link:hover {
    color: var(--light-blue);
}

.navbar .dropdown-menu .dropdown:hover > .dropdown-item, .navbar .dropdown-menu .dropdown-item.active, .navbar .dropdown-menu .dropdown-item:hover {
    color: var(--light-blue);
}

.about .animate-box img {
    height: 100%;
    object-fit: cover;
}

.butn-light a:after {
    background: var(--light-blue);
}

.butn-light a:hover span {
    color: #fff;
}

.butn-light a {
    transition: all 0.3s ease;
}

.butn-light a:hover {
    border-color: var(--light-blue);
}

.section-title{
    color: var(--black-text);
}

p,.section-subtitle{
    color: var(--grey-text);
}

.bg-cream {
    background: rgba(72, 139, 197, 0.3);
}

.facilities > .col:first-of-type{
    color: #fff;
}

.rooms1 .item .con {
    bottom: -58px;
}

.rooms1 .item:hover .con {
    bottom: 0px;
}

.rooms1 .item .con .permalink a:hover, .rooms1 .item .con .permalink i:hover {
    color: var(--light-blue);
}

.services .content .info h6 {
    color: var(--grey-text);
}

.butn-dark a {
    background: #012D54;
    color: #fff;
}

.services .content .cont h4 {
    color: var(--black-text);
}

.input1_inner:after {
    color: var(--light-blue);
}

.input1_inner.input_name:after {
    content: "\e602";
}

.input1_inner.input_email:after {
    content: "\e75a";
}

.input1_inner.input_phone:after {
    content: "\e621";
}

.input1_inner.input_message:after {
    content: "\e644";
}

.booking-box {
    background: rgb(194, 220, 238);
}

.footer-top {
    background-color: #003768;
}

.footer-language select {
    background: #012D54;
    color: #fff;
    border: 1px solid #012D54;
}
.footer-language i {
    color: #fff;
}

.footer-bottom {
    background-color: #012D54;
}

.footer-about-text,
.footer-explore-list li a,
.footer-contact-text {
    color: #D9D9D9;
}

.footer-explore-list li a:before,.footer-contact-mail:before {
    background-color: #D9D9D9;
}

.footer-contact-mail:hover:before {
    background-color: var(--light-blue);
}

.footer-bottom-copy-right {
    color: var(--light-blue);
}

.row.facilities {
}

.navbar{
    position: fixed;
    top: -100px;
    left: 0px;
    width: 100%;
    transform: translateY(100px);
    box-shadow: rgba(15, 36, 84, 0.05) 0px 5px 15px;
    height: var(--header-height);
    background: rgb(255, 255, 255);
    padding: 0px;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 1300px) {
    .navbar{
        padding-inline: 40px;
    }
}

.slider-fade .owl-dots {
    bottom: 50px;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    width: auto;
    gap: 8px;
}
.slider-fade .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    flex-shrink: 0;
}

.slider-fade .owl-dots .owl-dot.active {
    border-color: var(--light-blue);
    background: var(--light-blue);
}

.header {
    min-height: unset;
    height: calc(100vh - var(--header-height));
    margin-top: var(--header-height);
}

.navbar .navbar-nav .nav-link {
    letter-spacing: 0px;
}

.news-container{
    max-width: 1700px;
}

.rooms1 .item .line{
    margin-bottom: 15px;
}

.nav-scroll .logo-img {
    padding: 0px;
}

@media screen and (max-width: 991px) {
    .nav-scroll .logo-wrapper {
        padding: 0px;
        padding-inline-start: 15px;
    }
}

.navbar .navbar-nav .nav-link.language-link{
    display: flex;
    align-items: center;
    gap: 2px;
}

.navbar .navbar-nav .nav-link.language-link path{ 
    transition: all 0.4s;
}

.navbar .navbar-nav .nav-link.language-link:hover path{
    stroke: var(--light-blue);
}

.footer-bottom-copy-right {
    font-size: 0.9375rem;
}

.modal .butn-dark a{
    font-size: 0.875rem;
    padding: 9px 12px;
}

.ar-text,
.ar-text span{
    font-family: 'Manal Sans', sans-serif !important;
}

.nav-scroll .logo-img {
    width: var(--logo-width);
}

@media (min-width: 992px) {
    .navbar-collapse .navbar-nav {
        margin-inline: auto;
        /*transform: translateX(calc(-1 * var(--logo-width)));*/
        /* transform: translateX(-45px); */
        /* 45 = (width of language selector - logo)/2 */
    }
    .navbar .dropdown-menu {
        width: auto;
    }
}

.slider-fade .owl-item {
    height: 100%;
}

.owl-dots.disabled{
    display: none !important;
}
/**/
@media screen and (max-width: 991px) {
    .nav-scroll .logo-wrapper {
        margin-inline-end: auto;
    }
    .nav-scroll .navbar-collapse{
        order: 5;
    }
}
/**/
.rooms1 .item .con .facilities > div:last-child {
    text-align: end;
}

.owl-carousel .owl-dots{
        display: flex;
    justify-content: center;
    gap: 12px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #cac5c5;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: transparent;
    transform: scale(1.01);
}

.owl-carousel .owl-dots .owl-dot.active:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #2a5f7c; /* Your brand color */
    border-radius: 50%;
    top: -2px;
    left: -2px;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: #a0a0a0;
}

.footer-contact-phone {
    font-size: 0.9375rem;
}

.footer-top .footer-column {
    margin-bottom: 0rem;
}

@media (max-width: 767px) {
    .footer-top .footer-column {
        margin-bottom: 1.5rem;
    }
}

.footer-top {
    padding: 60px 0 60px 0;
}

.services .container > .row{
    margin-inline: 0px;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
}

.footer-bottom-inner .bottom-links{
    color: var(--light-blue);
}

.footer .footer-top .row .col-md-4:last-child{
    display: flex;
    justify-content: flex-end;
}

.navbar .search-btn{
    margin-inline-end: 25px;
}

.navbar .search-btn {
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.25, 7, 0.79, 0.38);
    transition: transform .5s cubic-bezier(0.25, 7, 0.79, 0.38);
}
.navbar .search-btn:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
 .owl-dots .owl-dot span{
    display: none!important;
}
.owl-theme .owl-nav.disabled + .owl-dots{
    display: flex;
}
@media (max-width:768px) {
    .footer .footer-top .row .col-md-4:last-child{
        justify-content: flex-start;
    }
}
.team .info {
    min-height: 140px;
}
.team .owl-carousel .owl-item img{
    height: 400px;
    object-fit: cover;
}

header h1{
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}
  
 header p{
   text-align: center;
   margin-bottom: 0;
 }

.hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: #003768;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #003768;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #003768;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255,255,255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #003768;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(254,254,254);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media(min-width: 768px){
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }
  
  .flag {
    font-size: 18px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media(min-width: 992px){
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}
.strategy-content.services .img img{
  height: 100%;
  object-fit: cover;

}
.team.services h3{
margin-bottom: 5px;
}
.team.bg-cream .item .img img{
  height: 250px;
  object-fit: cover;

}
.banner-header h1{
  font-size: 1.75rem;
}
@media (min-width:992px) and (max-width:1500px) {
  .navbar .navbar-nav .nav-link{
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-collapse .navbar-nav{
    gap: 10px;
  }
  .navbar .dropdown-menu .dropdown-item{
        font-size: 12px;

  }
}
.relations-section h5 {
  font-size: 12px;
}
.org-chart {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

h1 {
  font-size: 24px;
  margin-bottom: 40px;
  color: #333;
}

.level {
  margin-bottom: 30px;
}

.chairman {
  background-color: #003768;
  color: white;
  padding: 15px;
  font-weight: bold;
  border-radius: 8px;
  display: inline-block;
}

.committees {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.box {
  background-color: var(--light-blue);
  padding: 15px;
  border-radius: 8px;
  width: 220px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: relative;
  color: #222222;
}

.sub-box {
  background-color: #ffffff;
  margin-top: 10px;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  color: #222222;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.sub-sub-box {
  background-color: #f0f0f0;
  margin-top: 8px;
  padding: 8px;
  border-radius: 6px;
  font-size: 13px;
}
     .form-group input,
        .form-group textarea,
        .form-group select {
            border: 2px solid #e9ecef;
            border-radius: 10px;
            padding: 6px 20px;
            font-size: 14px;
            transition: all 0.3s ease;
            background: #f8f9fa;
            height: 50px;
            /* Ensure consistent height */
            line-height: 1.5;
        }
     
        .form-group textarea {
            height: auto;
            /* Allow textarea to be taller */
            min-height: 120px;
        }

        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #012D54;
            background: white;
            box-shadow: 0 0 0 0.2rem rgba(1, 45, 84, 0.1);
            outline: none;
        }

        .form-group select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 15px center;
            background-size: 16px;
        }
        .form-group select{
          margin-bottom: 15px;
        }
        .form-group{
          text-align: right;
        }
        .submitBtn{
          background-color: #003768;
          width: 150px;
          height: 50px;
         border: 2px solid #e9ecef;
            border-radius: 10px;
          color: #fff;        }
      .gallery-top{
 margin-bottom: 40px;
 padding: 40px 0;
 height: fit-content;
      }


      .project-description{
        padding-top: 80px;
      }
      .project-description .img-desc{
        height: 300px;
        object-fit: cover;
        padding-bottom: 30px;
      }
      .gallery-top .property-card {
        height: 575px;
      }
      .dropdown-item, .navbar .navbar-nav .nav-link, .navbar .navbar-collapse{
        font-weight: 700;
      }
      .team .info h6,
      .team .info p{
        text-align: center;
      }
       @media (min-width:992px) {
        .contact-card{
          height: 700px;
        }
      }
     .team .info {
    border-radius: 0 0 8px 8px;
    background-color: #f8f9fa;
}
.team.bg-cream .item .img img  {
    border-radius:  8px 8px 0 0;
}
.bg-cream {
    background: #fff;
}
.team .info .social{
      background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;

}
.property-overlay{
  background:linear-gradient(135deg, rgba(1, 45, 84, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%)
}
.property-category{
  background: linear-gradient(135deg, #012D54, #014a7b);
}

.progress-wrap svg.progress-circle path {
    stroke: #014a7b;
}
.news-pagination-wrap li a,
.news-pagination-wrap li a:hover{
  border: 0;
}