
@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url('../font/DINNextLTArabic-Regular.woff2') format('woff2'),
        url('../font/DINNextLTArabic-Regular.woff') format('woff'),
        url('../font/DINNextLTArabic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    
}
body {
    direction: rtl;
    font-family: 'DIN Next LT Arabic';
    font-style: normal;
    color: #24262A;
    letter-spacing: 0px;
    background: #fff;
    font-size:16px;
    line-height:20px;
    padding: 0px;
    margin: 0px 0px 0;
    font-weight: 300;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.news-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.news-loader .spinner {
    width: 60px;
    height: 60px;
    font-size: 0;
    color: transparent;
    position: relative;
    border-radius: 50%;
    border: 3px solid rgba(110, 40, 19, 0.12);
    border-top-color: #6E2813;
    border-right-color: #FFB89E;
    animation: premiumSpin 0.8s linear infinite;
    box-shadow: 0 0 20px rgba(255, 184, 158, 0.15);
}
section#next-section {
    scroll-margin-top: 80px;
}
@keyframes premiumSpin {
    100% {
        transform: rotate(360deg);
    }
}
@media (min-width: 1300px) {
    body .container {
        max-width: 1324px;
    }
}
@media (min-width: 1400px) {
    body .container {
        max-width: 1324px;
    }
}
@media (min-width: 1800px) {
    body .container {
        max-width: 80%;
    }
}
@media (max-width: 1299px) {
    body .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%
    }
}
@media (max-width: 1024px) {
    body .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%
    }
}
@media (max-width: 767px) {
    body .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home section.talktous-wrap.section-space-top.section-space-bottom {
    padding-bottom: 25px;
}

}
img {
    max-width: 100%;
}

@media (min-width: 1350px) {
    body .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 1370px;
    }
}
@media (min-width: 1800px) {
    body .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 90%;
    }
}
@media (max-width: 1349px) {
    body .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
    }
}
@media (max-width: 1299px) {
    body .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%
    }
}
@media (max-width: 1024px) {
    body .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%
    }
}
@media (max-width: 767px) {
    body .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.section-space-top-0 {
    padding-top: 0px !important;
}
.section-space-bottom-0 {
    padding-top: 0px !important;
}
.section-space-top {
    padding-top:60px;
}
.section-space-bottom {
    padding-bottom: 60px;
}


.inner-section-space-bottom {
    padding-bottom: 60px;
}

@media (max-width: 1024px) {
    .section-space-top {
    padding-top:50px;
}
.section-space-bottom {
    padding-bottom: 50px;
}
}
@media (max-width: 991px) {
    .inner-section-space-bottom {
        padding-bottom: 40px;
    }
}
.inner-section-space-top {
    padding-top: 60px;
}

@media (max-width: 1024px) {
    .inner-section-space-top {
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .section-space-top {
    padding-top:49px;
}
.section-space-bottom {
    padding-bottom: 49px;
}
    .inner-section-space-top {
        padding-top: 40px;
    }
}
h1 {
    font-size: 96px;
    line-height: 96px;
    padding: 0px;
    margin: 0px 0px 40px;
    font-weight: 300;
    font-family: 'DIN Next LT Arabic';
}
.inner-banner h1{
    font-size: 80px;
    line-height: 80px;
    padding: 0px;
    margin: 0px 0px 0;
    font-weight: 400;
    font-family: 'DIN Next LT Arabic';
}
h2 {
    font-size: 62px;
    line-height: 62px;
    padding: 0px;
    margin: 0px 0px 30px;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-family: 'DIN Next LT Arabic';
}
h3 {
    font-size: 36px;
    line-height: 39px;
    padding: 0px;
    margin: 0px 0px 20px;
    font-weight: 400;
    font-family: 'DIN Next LT Arabic';
}
h4 {
    font-size: 24px;
    line-height: 30px;
    padding: 0px;
    margin: 0px 0px 20px;
    font-weight: 400;
    font-family: 'DIN Next LT Arabic';
}
h5 {
    font-size:14px;
    line-height: 18px;
    padding: 0px;
    margin: 0px 0px 10px;
    font-weight: 300;
    letter-spacing: 0.3em;
    font-family: 'DIN Next LT Arabic';
    text-transform: uppercase;
}

p {
    font-size:16px;
    line-height:20px;
    padding: 0px;
    margin: 0px 0px 30px;
    font-weight: 300;
    font-style: normal;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 90px;
        line-height: 90px;
        padding: 0px;
        margin: 0px 0px 20px;
    }
    h2 {
        font-size: 36px;
        line-height: 36px;
        padding: 0px;
        margin: 0px 0px 24px;
    }
    h3 {
        font-size: 28px;
        line-height: 28px;
        padding: 0px;
        margin: 0px 0px 22px;
    }
    h4 {
        font-size: 16px;
        line-height: 100%;
        padding: 0px;
        margin: 0px 0px 15px;
    }
    h5 {
        font-size:14px;
        line-height: 18px;
        padding: 0px;
        margin: 0px 0px 10px;
    }

    p {
        font-size:16px;
        line-height:20px;
        padding: 0px;
        margin: 0px 0px 30px;
        font-weight: 300;
    }
 
}
@media (max-width: 991px) {
     h1 {
        font-size: 90px;
        line-height: 90px;
        padding: 0px;
        margin: 0px 0px 20px;
    }
    h2 {
        font-size: 36px;
        line-height: 36px;
        padding: 0px;
        margin: 0px 0px 24px;
    }
    h3 {
        font-size: 28px;
        line-height: 28px;
        padding: 0px;
        margin: 0px 0px 20px;
    }
   h4 {
        font-size: 16px;
        line-height: 100%;
        padding: 0px;
        margin: 0px 0px 15px;
    }
    h5 {
        font-size: 14px;
        line-height: 18px;
        padding: 0px;
        margin: 0px 0px 8px;
    }

    p {
        font-size:14px;
        line-height:18px;
        padding: 0px;
        margin: 0px 0px 24px;
        font-weight: 300;
    }   

}
@media (max-width: 420px) {
 .news-featured-body p{
    display: none;
 } 
}



.map-container iframe{
    width: 100%!important; 
    height: 669px!important;
}

.img-for-fixed {
  width: 100%!important; 
  height:auto !important;
  object-fit: cover!important;
}

.location-section .location-head{
  margin-left: auto;
  margin-right: 0;
}

 .pinnacle-planning-wrap .tab-content{
      overflow: hidden;
 }



 .btn-cover-slider-arrows .art-nav__btn.swiper-button-lock{
    display: none;
 }

 .map-container::before{
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 50%;
  height: 100%;
  display: block;
  content: "";
  background: radial-gradient(ellipse farthest-side at 100% 0%, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 65%, transparent 85%);
 }

 @media (max-width: 767px) {
     .map-container::before{
        width: 100%;
     }
     img-for-fixed {
    width: 100% !important;
    max-height:inherit !important;
    height:auto !important;
    object-fit: cover !important;
}

     .news-read-more__icon img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(35%) saturate(1500%) hue-rotate(340deg) brightness(70%) contrast(105%);
    }
 }

 body .map-container::after{
    background: linear-gradient(180deg, rgba(38, 45, 35, 0) 0%, rgba(13, 18, 13, 0.81) 100%);
    height: 300px;

}


body .stats-container {
    display: flex;
    flex-wrap: nowrap; 
    overflow: hidden;
    overflow-x: auto;
    gap: 0; /* No gap between items */
    
    padding: 0;
    text-align: center;
    margin: auto;
    max-width: 1200px;
    width: 100%;
    scroll-snap-type: x mandatory; 
    padding-bottom: 10px;

    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    cursor: grab;
    user-select: none;
}

body .stats-container > div {
    flex-shrink: 0; 
    /* Exactly 25% width for each of the 4 visible items */
    flex-basis: 25%; 
    scroll-snap-align: start;
    box-sizing: border-box;
}



@media (max-width: 768px) {
    body .stats-container > div{
    flex-basis: 70%;
}
}


.stats-container::-webkit-scrollbar {
    height: 5px !important;        /* Gives it a highly visible but thin 5px height */
    display: block !important;     /* Forces Chrome/Safari to draw it */
}

.stats-container::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #FFB89E 0%, #6E2813 100%)!important;
    border-radius: 10px !important;
}

.stats-container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05) !important; /* Adds a super faint track line so you can tell it's scrollable */
}


/* for menu */

input:-internal-autofill-selected { 
    background-color: transparent !important; 
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    background-color: transparent !important;
    transition: background-color 9999s ease-in-out 0s;
}


.page-id-48 .privacy-terms, .page-id-3 .privacy-terms  {
margin-top: 150px;
margin-bottom: 80px;
}
.page-id-48 .privacy-terms .container p, .page-id-3 .privacy-terms .container p{
font-weight: 300;
font-size: 16px;
line-height: 20px;
letter-spacing: 0%;
   
}
.page-id-48 .privacy-terms .container h2, .page-id-3 .privacy-terms .container h2{
    font-size: 36px;
    line-height: 39px;
    padding: 0px;
    margin: 0px 0px 20px;
    font-weight: 400;
}
.page-id-48 .privacy-terms .container ul, .page-id-3 .privacy-terms .container ul{
        margin-bottom: 20px;
    list-style: outside;
    padding-right: 25px;
    padding-left: 0;
}
.page-id-48 .privacy-terms .container ul li, .page-id-3 .privacy-terms .container ul li{
    margin-bottom: 10px;
}
.page-id-48 .privacy-terms .container a, .page-id-3 .privacy-terms .container a{
    color: #6E2813;
}
.page-id-48 .privacy-terms .container a:hover, .page-id-3 .privacy-terms .container a:hover{
    color: #FFB89E;
}


@media (min-width: 1024px) {

    body .home-header{
        padding-top: 0;
    }

    body .main-menu-wrap{
        padding-bottom: 0;
    }

    body .main-nav > li.menu-item{
        padding-top: 29px;
        padding-bottom: 29px;
    }

    body .enquire-btn{
            margin-top: 21px;
    }

    body .lan{
            margin-top: 20px;
            display: none;
    }

    body li.menu-item-has-children>a{
        padding-left: 7px;
        padding-right: 0;
    }

}