@font-face {
    font-family: 'AEDCurrencySymbol';
    src: url('../fonts/aed-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.aed-currency-display {
    font-family: 'AEDCurrencySymbol', sans-serif !important;
    white-space: nowrap !important;
}
.main__logo{
    max-width: 40%;
    
}
.video-banner-logo {
  position: relative;
  width: 25vw;
  max-width: 220px;
}

.video-banner-logo.white{
  max-width: 40% !important;
}
@media (max-width: 768px) {
  .video-banner-logo {
    max-width: 80% !important;   /* your desired mobile width */
  }
  .video-banner-logo.white{
    max-width: 80% !important;
  }
}

.ml-100{
    margin-left: 100% !important;
}

  .main-video {
    flex: 1;
    min-width: 50%;
  }

  .main-video iframe {
    width: 100%;
    height: 350px;
    border-radius: 12px;
  }

  .side-videos {
    flex: 1;
    min-width: 35%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .side-video iframe {
    width: 50%;
    height: 160px;
    border-radius: 8px;
  }

  .video-meta {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    margin-left: 10px;
  }

  @media (max-width: 768px) {
    .video-grid {
      flex-direction: column;
    }
    .main-video{
        min-width:100%;
    }
    .main-video iframe,
    .side-video iframe {
      width: 100%;
      height: 220px; 
    }
  }
  .sub-video-desc{
    font-size: 12px;
    margin-top: 8px;
  }

  @media (max-width: 768px) {

    .side-video {
      flex-direction: column; /* stack like main video */
    }
  
    .side-video iframe {
      width: 100%;
      height: 220px; /* same feel as main video */
    }
  
    .side-video .video-meta {
      margin-left: 0;
      margin-top: 8px;
    }
  
    .sub-video-desc {
      display: block; /* ensure description is visible */
    }
  }
  
  .c-white{
    color: white !important;
  }
  .c-full-height{
    height: 100vh;
  }
  .banner__slide__content h1 {
    line-height: 6px !important;
  }
  .banner_desc{
    width: 78%;
    margin: auto;
  }
  .banner_sub_data{
    margin-top: 120px !important;
  }
  .consulting_link a {
    border: 1px solid white;
    color: white !important;
    background-color:transparent !important;
}
.logo__footer{
width : 50% !important;
}
.marquee-logo {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-logo-content {
  display: flex;
  gap: 30px; /* Space between logos */
  animation: marquee-scroll 50s linear infinite;
  width: max-content; /* Ensure smooth animation */
}

.marquee-logo-item img {
  width: 200px; /* Adjust size as needed */
  height: auto;
  display: block;
}

/* Keyframes for horizontal scrolling */
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee-container{
  max-width: 100% !important;
}
.about-heading{
  line-height: 45px !important;
  font-size: 35px;
}
.activities__meta {
  display: flex;
  flex-direction: column;
  align-items: center;     /* centers horizontally */
  justify-content: center; /* centers vertically if height set */
  text-align: center;
  width: 100%;
}
.activities__image__card .activities__meta {

  left: 0px !important;
}

.book-consultation-btn a {
  margin-top: 0px !important;
  border: 1px solid #AB8A62 !important;
  color: white !important;
  background-color:#AB8A62 !important;
}

.book-consultation-btn {
  margin-top: 0px !important;
}
.new_service_list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}

/* Style each service card */
.new_item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.new_item:hover {
  transform: translateY(-5px);
}

.service__item__icon {
  margin-bottom: 15px;
}

/* Center last 2 items on bottom row */
.service__list::after {
  content: "";
  grid-column: 2 / 3;
}

/* ✅ Responsive layout */
@media (max-width: 992px) { /* Tablets */
  .service__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .service__list::after {
    grid-column: auto;
  }
}

@media (max-width: 600px) { /* Mobile */
  .service__list {
    grid-template-columns: 1fr;
  }

  .service__list::after {
    display: none;
  }
}

.padding-custom {
  padding-top: 60px;
  padding-bottom: 40px;
}

.padding-gallery {
  padding-bottom: 110px;
}
.is__resturant{
  padding-top: 0px !important;
}
.padding-next-step {

  padding-bottom: 140px !important;
}

.about.is__resturant .about__images

 {

    left: 0% !important;
}
/*.reservation__meta .reservation__item {*/

/*  padding: 40px !important;*/
/*}*/
.section__padding_about {
  padding-top: 50px !important;
  padding-bottom: 120px !important;
}
.room__card__title{
  font-size: 18px !important;
  font-weight: bold !important;
}
.property-item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease;
}

.property-item.new-item {
  opacity: 0;
  transform: translateY(20px);
}
.page__hero__height_half {
  height: 400px !important;
}

.c-white{
  color: white !important;
}
.transparent-header{
  color: transparent !important;
}
.video-banner-grid {

  grid-template-columns: repeat(2, 1fr) !important;
}
.banner__area .swiper-slide .video__text__slider__title {
  margin-top: 0px !important;
}

.banner-arrow::before {

  color: white !important;
}
.full-screen{
  height: 100vh !important;
}
.about-section {
  position: relative;
  background-image: url('https://highperformancebuckets3.s3.eu-north-1.amazonaws.com/home/about_banner_desk.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Dark overlay for readability */
.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
  z-index: 1;
}

/* Text container */
.about-content {
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 12px;
  font-size: 16px !important;
  text-align: justify;
}

/* Subtitle styling */
.about-content .subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f8f9fa;
  font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .about-content {
      padding: 0px;
      text-align: justify;
      font-size: 18px !important;
line-height: 23px !important;
  }
  .about-section {
    position: relative;
    background-image: url('https://highperformancebuckets3.s3.eu-north-1.amazonaws.com/home/about_banner_mob.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* adjust opacity as needed */
    z-index: 1;
  }
  .about-us-desc{
    padding-right: 0% !important;
  }
}


@media (min-width: 1400px) {
  .container-custom {
      max-width: 900px !important;
  }
}

.attachment__caption {
  display: none !important;
}
.blog__details__content img {
  display: block !important;
  width: 100% !important;
  height: 50% !important;
  object-fit: contain !important;
  margin: 1.5rem auto;
  border-radius: 8px; /* optional, for nicer look */
}

.blog__details__content figure {
  max-width: 100%;
  margin: 1.5rem 0;
  text-align: center;
}
.rts__back__top {
  background: #b2a69b !important;
}
.logo-mob{
max-width: 90% !important;
padding: 20px !important;
}

@media screen and (max-width: 768px) {
  .banner__area.is__home__video .video__section__text {

      margin-top: 60% !important;
  }
}
.theme-btn.fill {
  background: transparent !important;
}
.theme-btn.fill.color {
  background: #b2a69b !important;
}
.theme-btn.fill.border {

  border: 1px #AB8A62;
  color: #b2a69b;
}
.btn-style::after {

  background: var(--btn-1);

}
:root {

  --btn-1: #b2a69b !important;
}
.plan__title {
  color: var(--heading-color);
  display: block;
  font-weight: 400;
  font-family: var(--glida);
}

.plan-summary.has__background {
  background-color: white;
}

.no-shadow:hover {
  box-shadow: 0px 0px 0px !important;
}
.text-bold{
  font-weight: 500 !important;
}
.summary-bottom{
  margin-bottom: 15px !important;
}
.room__card span{
  color: #b2a69b !important;
}
.load__more__link a:hover {
  background-color: #b2a69b !important;
  border: #b2a69b !important;
}
.gallery__item img {
  width: 100%;
  height: 250px; /* or any height you prefer */
  object-fit: cover;
  border-radius: 8px;
}

.activities__thumb img {

  object-fit: cover;
}

.section__padding_offplan {
  padding-top: 50px !important;
  padding-bottom: 10px !important;
}

@media (max-width: 767px) {
  .mt-20 {
      margin-top: 0 !important;
  }

  .footer__widget__wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 20px;
  }

  .logo__footer {
      margin: 0 auto;
      display: block;
  }

  .rts__widget ul {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      padding: 0;
      margin: 0;
  }

  .footer__social__link {
      display: flex;
      justify-content: center;
      gap: 15px;
  }
}




@media (max-width: 1024px) and (max-width: 820px){

  /* Center footer layout */
  .rts__footer.is__home__six .footer__widget__wrapper .rts__widget:nth-child(3) {
    justify-items: center !important;
}
  .footer__widget__wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  /* Center logo */
  .logo__footer {
      display: block;
      margin: 20px auto;
  }

  /* Phone + Email in ONE line with gap */
  .rts__widget.mt-20 ul {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      flex-wrap: nowrap; /* force same row */
  }

  .rts__widget.mt-20 ul li {
      list-style: none;
  }

  .rts__widget.mt-20 ul li a {
      display: inline-flex;
      align-items: center;
      white-space: nowrap;
  }

  /* Center social links */
  .footer__social__link {
      display: flex;
      justify-content: center;
      gap: 15px;
  }

  .footer__widget__wrapper .rts__widget ul li {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .video-grid {
    flex-direction: column;
  }
  .main-video{
      min-width:100%;
  }
  .main-video iframe,
  .side-video iframe {
    width: 100%;
    /* height: 220px;  */
  }
  /* .side-video {
    flex-direction: column; 
  } */
  .side-video .video-meta {
    margin-left: 10px !important;
    margin-top: 8px;
  }
  .side-video iframe {
    width: 100%;
    height: 220px; 
  }

  .side-video .video-meta {
    margin-left: 0;
    margin-top: 8px;
  }

  .sub-video-desc {
    display: block; 
  }
  .room__card__title {
    font-size: 14px !important;
}
}
.rts__back__top.show {

  bottom: 12% !important;
}
.service-title{
  font-size: 18px !important;
  font-weight: bold !important;
}
.service-description{
  font-size: 15px !important;
}
.banner__area.is__home__video {

   background-color: rgba(0, 0, 0, 0) !important; 
}
.testimoni_section__padding{
  padding-top: 110px;
     padding-bottom: 50px;
}

.about-content-desc{
  font-size: 14px ;
  line-height: 20px !important;
}
.about-us-desc{
  text-align: justify;
  padding-right: 11%;
}

.guideline_body {
  text-align: center;
}

.guideline {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.guideline_body .card-text{
  text-align: justify;
  font-size: 14px ;
}
.guideline_body .card-title{
  font-size: 16px ;
  font-weight: bold;
}

.setfull {
  max-width: 100% !important;
}
.vision_mision{
  color:  #AB8A62;
}

.contact-card {
  background-color: #f8f9fa;
  padding: 18px;
  max-width: 100%;
  font-family: Arial, sans-serif;
}

/* Center address */
.location-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  margin-bottom: 14px;
}

.location-icon {
  width: 22px;
  height: 22px;
}

.location-text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

/* Phone & email inline */
.contact-info-inline {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #444;
}

.contact-item i {
  font-size: 16px;
  color: #000;
}

.contact-item a {
  color: inherit;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .contact-info-inline {
    flex-direction: column;
    gap: 8px;
  }
  .location-card {

    text-align: justify;
  }
}
html, body {
  opacity: 1 !important;
  visibility: visible !important;
}
/* === Preloader overlay only (Lighthouse-safe) === */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.preloader.loaded {
  opacity: 0;
  pointer-events: none;
}

.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__mobile__menu .mean-container .mean-nav > ul li a.mean-expand {

    margin-top: 2% !important;
}

.testimonial__item__content .slider__text {
  font-size: 20px !important;
  line-height: 28px !important;

  margin-top: 2% !important;
}
.service-heading{
  font-size: 34px !important;
}
.service-value{
  font-size: 26px !important;
}
.slider__navigation {

  max-width: none !important;
  position: relative !important;
}
