/*Custom CSS*/
/* Load Nunito font */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');
@media (max-width: 991px) {
  .dropdown-menu {
    display: none;
  }
  .dropdown-menu.show {
    display: block;
  }
}
/* Fix button + captcha alignment in RTL (Arabic) */
html[dir="rtl"] .prefooter .webform-ajax-form-wrapper .form-actions,
html[dir="rtl"] .prefooter .webform-ajax-form-wrapper .g-recaptcha {
  text-align: right !important;
  direction: rtl !important;
}

html[dir="rtl"] .prefooter .webform-ajax-form-wrapper .form-actions .btn {
  float: right !important; /* button moves to right */
}
html[dir="rtl"]  .prefooter.register-interest .prefooter .container .row {
    padding: 0;
    text-align: right !important;
}
html[dir="rtl"] .prefooter .form-control,
html[dir="rtl"] .prefooter label,
html[dir="rtl"] .prefooter h3,
html[dir="rtl"] .prefooter p {
  text-align: right;
}

html[dir="rtl"] .prefooter .row {
  flex-direction: row-reverse; /* makes .col-md-* start from the right */
}


@media (min-width: 1024px) {
    
    [dir="rtl"] body[class*="path-turnkey-solutions"] .short_desc h4 {  
  text-align: right;
    }
    [dir="ltr"] body[class*="path-turnkey-solutions"] .short_desc h4 {  
    text-align: left;
    }
    header .nav-bar .container-fluid .row .nav-item.dropdown .nav-link:before {
        display: none !important;
    }
.path-frontpage .about-section-1 .col-md-5 img {
     position:relative;
     top: 10px;
}
   .about-page .about-section-1 .col-md-5 img {
        position: relative;
        top: 80px;
    }
      body.about-page .img-row-wrapper .col-content h1 {
    font-size: 31px !important; /* Reduced size for desktop */
  }
}
@media (max-width: 767.98px) {
  /* Image centering and size */
  .about-page .col-12.d-md-none img {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
  }

  /* English text alignment */
  html:lang(en) .about-page .col-12.d-md-none h1,
  html:lang(en) .about-page .col-12.d-md-none h4,
  html:lang(en) .about-page .col-12.d-md-none p,
  html:lang(en) .about-page .col-12.d-md-none ul {
    text-align: left;
    margin-left: 10px;
    margin-right: 0;
  }

  /* Arabic text alignment */
  html:lang(ar) .about-page .col-12.d-md-none h1,
  html:lang(ar) .about-page .col-12.d-md-none h4,
  html:lang(ar) .about-page .col-12.d-md-none p,
  html:lang(ar) .about-page .col-12.d-md-none ul {
    text-align: right;
    margin-right: 10px;
    margin-left: 0;
  }
}


@media (max-width: 768px) {
      .col-12.d-md-none h1,
  .col-12.d-md-none h2 {
    font-size: 18px !important;
    font-family: 'Nunito', sans-serif !important;
    line-height: 1.4;
  }
 /* Arabic pages - force RTL */
html[lang="ar"] .img-row-wrapper {
  direction: rtl;
  text-align: right;
}

/* English pages - force LTR (just in case) */
html[lang="en"] .img-row-wrapper {
  direction: ltr;
  text-align: left;
}
   
.col-12.d-md-none h1 {
    font-size: 20px !important; /* smaller for mobile */
    line-height: 1.3;
  }
    /* Arabic pages (RTL) */
html[lang="ar"] .short_desc {
  direction: rtl;
  text-align: right;
}

/* English pages (LTR) */
html[lang="en"] .short_desc {
  direction: ltr;
  text-align: left;
}
    html[lang="ar"] .short_desc .field__item {
  direction: rtl !important;
  text-align: right !important;
}

/* English pages (Left-to-Right) */
html[lang="en"] .short_desc .field__item {
  direction: ltr !important;
  text-align: left !important;
}
      .about-section-1.placemakers .row {
    display: flex;
    flex-direction: column;
  }

  /* Move title above image */
  .about-section-1.placemakers .about-2 {
    order: -1;
  }
  /* Hide image column for all .placemakers */
  .placemakers .col-md-5 {
    display: none;
  }
}

@media (max-width: 767px) {
  .about.placemakers .col-md-6 .media--type-image {
    display: none !important;
  }
}
/* Desktop-only wide margins for About block , turnkey and strctures */
@media (min-width: 992px) {
  .img-row-wrapper {
    display: flex;
    justify-content: center;   /* horizontal center */
    align-items: center;       /* vertical center */
 
  }

  .img-row {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .img-row .col-img {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .img-row .col-content {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .img-row img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}


html, body {
    font-family: 'Nunito', sans-serif !important;
    
}
[dir="rtl"] .sub-nav-wrapper ul {
    display: flex;
    direction: rtl;
}
@media (min-width: 1024px) {
body[class*="path-turnkey-solutions"] .short_desc h4 {
    color: #b48a33;
    text-align: center;
    margin-top: 0;
}
}
/* Base styles */

/* =========================
   English / LTR Styles
   ========================= */
[dir="ltr"] body.path-structures .short_desc {
  font-family: 'Nunito', sans-serif;
  color: #333;
  line-height: 1.7;
  padding: 16px;
  max-width: 800px;
  margin-top: 60px;
  word-break: break-word;
  direction: ltr;
  text-align: left;
}

/* Headings */
[dir="ltr"] body.path-structures .short_desc h1,
[dir="ltr"] body.path-structures .short_desc h2,
[dir="ltr"] body.path-structures .short_desc h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
[dir="ltr"] body.path-structures .short_desc h1 {
  color: #C3932D;
  font-size: clamp(1.4rem, 5vw, 1.8rem);
  font-weight: 700;
}
[dir="ltr"] body.path-structures .short_desc h2 {
  font-size: clamp(1.2rem, 4.5vw, 1.4rem);
  font-weight: 600;
}
[dir="ltr"] body.path-structures .short_desc h3 {
  color: #C3932D;
  font-size: clamp(1rem, 4vw, 1.1rem);
  font-weight: 600;
}

/* Paragraphs */
[dir="ltr"] body.path-structures .short_desc p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* Lists */
[dir="ltr"] body.path-structures .short_desc ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}
[dir="ltr"] body.path-structures .short_desc ul li {
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0.5rem;
}
[dir="ltr"] body.path-structures .short_desc ul li::before {
  content: "•";
  color: #C3932D;
  position: absolute;
  top: 0;
  left: 0;
}

/* Links */
[dir="ltr"] body.path-structures .short_desc a {
  color: #C3932D;
  font-weight: 600;
  text-decoration: none;
}
[dir="ltr"] body.path-structures .short_desc a:hover {
  text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 600px) {
  [dir="ltr"] body.path-structures .short_desc {
    padding: 14px;
  }
  [dir="ltr"] body.path-structures .short_desc p,
  [dir="ltr"] body.path-structures .short_desc ul li {
    font-size: 0.95rem;
  }
  [dir="ltr"] body.path-structures .short_desc ul li {
    margin-bottom: 0.4rem;
  }
}


/* =========================
   Arabic / RTL Styles
   ========================= */
[dir="rtl"] body.path-structures .short_desc {
  font-family: 'Nunito', sans-serif;
  color: #333;
  line-height: 1.7;
  padding: 16px;
  max-width: 800px;
  margin-top: 60px;
  word-break: break-word;
  direction: rtl;
  text-align: right;
}

/* Headings */
[dir="rtl"] body.path-structures .short_desc h1,
[dir="rtl"] body.path-structures .short_desc h2,
[dir="rtl"] body.path-structures .short_desc h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
[dir="rtl"] body.path-structures .short_desc h1 {
  color: #C3932D;
  font-size: clamp(1.4rem, 5vw, 1.8rem);
  font-weight: 700;
}
[dir="rtl"] body.path-structures .short_desc h2 {
  font-size: clamp(1.2rem, 4.5vw, 1.4rem);
  font-weight: 600;
}
[dir="rtl"] body.path-structures .short_desc h3 {
  color: #C3932D;
  font-size: clamp(1rem, 4vw, 1.1rem);
  font-weight: 600;
}

/* Paragraphs */
[dir="rtl"] body.path-structures .short_desc p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* Lists */
[dir="rtl"] body.path-structures .short_desc ul {
  list-style: none;
  padding-right: 0;
  margin-bottom: 1rem;
}
[dir="rtl"] body.path-structures .short_desc ul li {
  padding-right: 1.4rem;
  position: relative;
  margin-bottom: 0.5rem;
}
[dir="rtl"] body.path-structures .short_desc ul li::before {
  content: "•";
  color: #C3932D;
  position: absolute;
  top: 0;
  right: 0;
}

/* Links */
[dir="rtl"] body.path-structures .short_desc a {
  color: #C3932D;
  font-weight: 600;
  text-decoration: none;
}
[dir="rtl"] body.path-structures .short_desc a:hover {
  text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 600px) {
 html[dir="rtl"] body.path-structures .short_desc,
  body[dir="rtl"] .short_desc,
  body.path-structures .short_desc[dir="rtl"] {
    padding: 14px;
    direction: rtl;
    text-align: right;
    font-size: 0.95rem;
  }
  [dir="rtl"] body.path-structures .short_desc {
    padding: 14px;
  }
  [dir="rtl"] body.path-structures .short_desc p,
  [dir="rtl"] body.path-structures .short_desc ul li {
    font-size: 0.95rem;
  }
  [dir="rtl"] body.path-structures .short_desc ul li {
    margin-bottom: 0.4rem;
  }
  
}


.watch-button {
  display: inline-flex;
  align-items: center;
  background-color: #b48a33;
  color: #fff;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 16px;
  text-decoration: none;
  gap: 6px;
  margin-top: 4px;
}
.region-footer-third p strong {
    filter: brightness(0) invert(1); /* Turns them white */
}
.image-container .play-icon {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 80px !important; /* Adjust size as needed */
    height: auto !important;
    opacity: 0.85 !important;
    transition: transform 0.3s ease, opacity 0.3s ease !important;
}

.image-container .play-icon:hover {
    transform: translate(-50%, -50%) scale(1.1) !important;
    opacity: 1 !important;
}

/* dna */
/* Mobile typography for pages with body.path-structures */


@media (max-width: 767px) {
.hero-section.project-hero-section .sub-nav-hero {
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    max-width: 75%;
    z-index: 3;
    margin: 0 auto;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
      /* Reduce heading size */
  body.royal-gard h2 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  /* Reduce intro paragraph size */
  body.royal-gard p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* Reduce feature text size */
  body.royal-gard div[style*="flex-wrap:wrap"] span {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
      body.desert h2 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
      body.desert .text-align-center {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  body.desert div[style*="flex-wrap:wrap"] span {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
      body.smart .text-align-center {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  body.smart div[style*="flex-wrap:wrap"] span {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
      body.steel .text-align-center {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  body.steel div[style*="flex-wrap:wrap"] span {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
      body.multi-story .text-align-center {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  body.multi-story div[style*="flex-wrap:wrap"] span {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
      body.path-pyramid h2.text-align-center {
    font-size: 20px !important;
    top: -10px !important; /* Adjust if you want less vertical offset */
  }

  body.path-pyramid .fade-in-up.delay-2 {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
    body.path-pyramid div[style*="flex-wrap:wrap"] span {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
    body.path-turnkey-solutions .img-row-1 {
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 0 10px !important;
    font-family: 'Nunito';
}

body.path-turnkey-solutions .img-row-1 .col-img {
    order: 0 !important;
    width: 100% !important;
    max-width: 400px !important; /* prevent super large images on wider phones */
    margin: 0 auto 15px auto !important; /* center horizontally, spacing below */
}



/* Adjust heading sizes for mobile */
body.path-turnkey-solutions .img-row-1 .col-content h1 {
    font-size: 20px !important;
    margin-bottom: 6px !important;
}

body.path-turnkey-solutions .img-row-1 .col-content h2 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

body.path-turnkey-solutions .img-row-1 .col-content p a {
    font-weight: 600 !important;
    font-size: 14px !important;
}

    body.path-structures .img-row-1 {
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 0 10px !important;
    font-family: 'Nunito';
  }

  body.path-structures .img-row-1 .col-img {
    order: 0 !important;
    width: 100% !important;
    max-width: 400px !important; /* prevent super large images on wider phones */
    margin: 0 auto 15px auto !important; /* center horizontally, spacing below */
  }

  body.path-structures .img-row-1 .col-content {
    order: 1 !important;
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 auto !important;
    text-align: center !important; /* center the headings and text for mobile */
    padding: 0 10px !important;
  }

  /* Adjust heading sizes for mobile */
  body.path-structures .img-row-1 .col-content h1 {
    font-size: 20px !important;
    margin-bottom: 6px !important;
  }

  body.path-structures .img-row-1 .col-content h2 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  body.path-structures .img-row-1 .col-content p a {
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  .sub-nav-hero .sub-nav-wrapper {
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none !important;  /* Firefox: hide scrollbar */
    -ms-overflow-style: none !important; /* IE 10+: hide scrollbar */

    margin: 0 !important;
    padding: 0 !important;
    max-height: 50px !important; /* adjust height as needed */
    line-height: 1 !important;
  }

  /* Hide scrollbar in WebKit browsers (Chrome, Safari) */
  .sub-nav-hero .sub-nav-wrapper::-webkit-scrollbar {
    display: none !important;
    height: 0 !important;
  }

  .sub-nav-hero .sub-nav-wrapper a {
    font-size: 13px !important;
    font-weight: 500;
    display: inline-block;
    padding: 10px 0 !important;
    color: #333;
    text-decoration: none;
    margin-bottom: 0 !important;
    padding-bottom: 6px !important;
    line-height: 1 !important;
    transition: color 0.3s ease;
  }

  .sub-nav-hero .sub-nav-wrapper a:hover {
    color: #000;
  }
}


@media (max-width: 767px) {
    .hero-section.project-hero-section .sub-nav-hero .sub-nav-wrapper ul li a {
    padding: 10px 0; !importannt
}
[dir=ltr] .hero-section.project-hero-section .sub-nav-hero .sub-nav-wrapper ul li:not(:last-child) {
    border-right: 1px solid #ffffff !important;
}
[dir="rtl"] .hero-section.project-hero-section .sub-nav-hero .sub-nav-wrapper ul li:not(:last-child) {
    border-left: 1px solid #ffffff !important;
    border-right: none !important;
}
    .short_title .field__item {
    color: #b48a33;
    font-size: 1.5rem !important;
    }
      .our-news-carousel.our-clients .news-image-wrap img {
        max-width: 100px !important; /* smaller size for mobile */
        height: auto !important;
        margin: 0 auto;
        display: block;
    }

    /* Optional: adjust slide width */
    .our-news-carousel.our-clients .slick-slide {
        width: 120px !important;
    }
        .section-title {
        color: #C3932D !important;;
        
        }
    .custom-block-wrapper .img-fluid {
    max-width: 100%;
    height: auto;
    position: relative;
}
    .short_desc {
        padding: 15px !important; /* Give breathing space on small screens */
        font-family: 'Nunito', sans-serif !important;
    }

    .short_desc h1 {
        font-size: 1.5rem !important;
    }

    .short_desc h2 {
        font-size: 18px !important;
    }

    .short_desc h3 {
        font-size: 16px !important;
    }

    .short_desc h1,
    .short_desc h2,
    .short_desc h3,
    .short_desc ul,
    .short_desc li {
        margin-bottom: 12px !important; /* Space between elements */
    }
.short_desc p {
        margin-bottom: 12px !important;
        font-size: 16px;
    }
    .short_desc ul {
        padding-left: 20px !important; /* Proper indentation for bullet points */
    }

    .short_desc li {
        margin-bottom: 8px !important; /* Space between list items */
    }
}

@media (max-width: 768px) {
    body[class*="path-turnkey-solutions"] .short_desc h4 {
    color: #b48a33;
    margin-top: 0;
}
  .dna-grid-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
      .features-wrapper {
    direction: rtl !important;
    text-align: right !important;
  }

  .features-wrapper .feature-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 15px !important;
  }

  .features-wrapper .feature-col {
    display: flex !important;
    flex-direction: row !important; /* icon stays on right in RTL */
    align-items: flex-start !important;
    gap: 8px !important;
    width: calc(50% - 8px) !important;
  }

  .features-wrapper .feature-col img {

    flex-shrink: 0 !important;
    width: 28px !important;
    height: auto !important;
    margin-top: 2px !important;
  }

  .features-wrapper .feature-col div {
    order: 1 !important; /* text to left of icon */
    font-size: 15px !important;
    line-height: 1.6 !important;
    font-weight: normal !important;
    margin: 0 !important;
    text-align: right !important;
  }
      /* container */
   .curved-design {
    padding: 0 16px !important;
    box-sizing: border-box !important;
  }

  /* make the features area a 2-column grid */
  .curved-design .features-two-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 16px !important;
    align-items: start !important;
    max-width: 100% !important;
    margin-top: 18px !important;
  }

  /* allow the feature items inside the column wrappers to become grid items */
  .curved-design .features-two-row > div {
    display: contents !important;
  }

  /* layout for each feature item */
  .curved-design .feature-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 4px 0 !important;
    box-sizing: border-box !important;
    min-height: 48px !important; /* keeps baseline alignment */
  }

  /* icon sizing and spacing */
  .curved-design .feature-item img.feature-icon,
  .curved-design .feature-item img {
    width: 28px !important;
    height: auto !important;
    flex: 0 0 28px !important;
    margin: 0 !important;
  }

  /* text block within item */
  .curved-design .feature-item > div {
    display: block !important;
    font-size: 12px !important; /* reduced */
  }
  .curved-design .feature-item > div strong {
    display: block !important;
    font-size: 12px !important; /* reduced */
    margin-bottom: 4px !important;
  }

  /* headings smaller */
  .curved-design h2 {
    font-size: 20px !important; /* reduced */
  }

  /* paragraphs smaller */
  .curved-design p {
    font-size: 16px !important; /* reduced */
    line-height: 1.6 !important;
  }

  /* hide horizontal rules to avoid extra clutter on mobile */
  .curved-design hr {
    display: block !important;
    border: 0;
    border-top: 1px solid #ccc; /* adjust color */
    margin: 16px 0;
  }

  /* RTL support (if page is dir="rtl") — puts icon visually on the right */
  [dir="rtl"] .curved-design .feature-item {
    flex-direction: row-reverse !important;
  }
  [dir="rtl"] .curved-design .feature-item img {
    margin-inline-start: 8px !important;
  }
      .royal-garden {
    flex-direction: column !important;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: hidden;
    gap: 15px;
  }
  .features-two-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px 30px; /* row gap / column gap */
    justify-items: start;
  }

  .features-two-row > div {
    flex: unset !important;
    max-width: 100% !important;
    text-align: left;
  }

  .features-two-row .feature-item {
    gap: 8px !important;
    align-items: flex-start !important;
  }

  .features-two-row img.feature-icon {
    width: 28px !important;
  }
  .royal-garden img {
    width: 100% !important;
    max-width: 500px; /* keeps it neat on large phones */
    height: auto !important;
  }
      body .steel-section {
    padding: 0 15px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Headline responsive */
  body .steel-section h3 {
    font-size: 20px !important;
    line-height: 1.4 !important;
    text-align: center !important;
  }

  /* Paragraph responsive */
  body .steel-section p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    text-align: justify !important;
    margin-top: 10px !important;
  }

  /* Image container responsive */
  body .steel-section img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto !important;
  }
      /* Container padding */
  body .animated-ltr-section .section-container,
  body .animated-rtl-section .section-container {
    padding: 0 15px !important;
    box-sizing: border-box !important;
  }

  /* Center headings */
  body .animated-ltr-section .section-title,
  body .animated-rtl-section .section-title,
  body .animated-ltr-section .section-subtitle,
  body .animated-rtl-section .section-subtitle {
    text-align: center !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  /* Paragraphs styling */
  body .animated-ltr-section .section-paragraph,
  body .animated-rtl-section .section-paragraph {
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: justify !important;
    margin-bottom: 15px !important;
  }

  /* Stack images */
  body .animated-ltr-section .image-gallery,
  body .animated-rtl-section .image-gallery {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-top: 20px !important;
  }

  /* Make images responsive */
  body .animated-ltr-section .image-gallery img,
  body .animated-rtl-section .image-gallery img {
    width: 100% !important;
    height: auto !important;
    border-radius: 6px !important;
  }
   .multi-story   .image-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px;
    overflow-x: visible !important;
  }
  /* Keep flex with wrapping */
  div[style*="display:flex"][style*="flex-wrap:wrap"] {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 15px !important; /* space on left/right */
    box-sizing: border-box !important;
    margin: 0 auto !important;
  }

  /* Each column takes ~48% so two fit per row */
div[style*="display:flex"][style*="flex-wrap:wrap"] > div {
    flex: 0 0 48% !important;
    max-width: 48% !important;
    box-sizing: border-box !important;
  }

  /* Icon + text alignment */
 div[style*="display:flex"][style*="align-items:flex-start"] {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  /* Icon size */
div[style*="display:flex"][style*="align-items:flex-start"] img {
    width: 28px !important;
    height: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  /* RTL adjustment */
  [dir="rtl"]  div[style*="display:flex"][style*="align-items:flex-start"] img {
    margin-inline-end: 10px !important;
  }

  /* LTR adjustment */
  [dir="ltr"]  div[style*="display:flex"][style*="align-items:flex-start"] img {
    margin-inline-start: 10px !important;
  }

  /* Text */
div[style*="display:flex"][style*="align-items:flex-start"] span {
    font-size: 15px !important;
    line-height: 1.5 !important;
    flex: 1 !important;
  }

  /* Left-align text for better readability */
 .multi-story .design-specs .fade-in-up {
    text-align: left !important;
  }
  .multi-story .image-container img {
    width: 100% !important;
    max-width: 400px; /* Optional: limit image width */
    height: auto;
  }
      body.curved .design-specification-section {
    padding: 20px;
    text-align: center;
  }

  /* Force columns to stack in order */
  body.curved .design-specification-section > div {
    display: block !important;
  }

  /* Make each feature item full width and centered */
  body.curved .design-specification-section .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  /* Make icons centered above text */
  body.curved .design-specification-section .feature-item img {
    display: block;
    margin: 0 auto 10px;
  }
 body.curved .image-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body.curved  .image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  body.curved  .image-container img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
}
.sub-header h1 {
    font-weight: 600 !important;
    color: #b48a33 !important;
}
.sub-header h1 span, .sub-header .h1 span {
    font-weight: 600 !important;
    color: #b48a33 !important;
}
/* Base container styles (desktop-first) */
body[class*="path-turnkey-solutions"] .short_desc,
body[class*="path-structures"] .short_desc {
  max-width: 960px;
  margin: 100px auto;
  padding: 20px 30px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  font-family: 'Nunito', sans-serif;
  color: #333;
  line-height: 1.6;
  font-size: 1.1rem;
}

/* Headings */
body[class*="path-turnkey-solutions"] .short_desc h1,
body[class*="path-turnkey-solutions"] .short_desc h2,
body[class*="path-turnkey-solutions"] .short_desc h3,
body[class*="path-structures"] .short_desc h1,
body[class*="path-structures"] .short_desc h2,
body[class*="path-structures"] .short_desc h3 {
  color: #b48a33;
  margin-top: 0;
}

/* Strong text */
body[class*="path-turnkey-solutions"] .short_desc strong,
body[class*="path-structures"] .short_desc strong {
  color: #C3932D;
  font-weight: 800;
}

/* Lists */
body[class*="path-turnkey-solutions"] .short_desc ul,
body[class*="path-structures"] .short_desc ul {
  margin: 1em 0;
  padding-left: 1.2em;
}

body[class*="path-turnkey-solutions"] .short_desc ul li,
body[class*="path-structures"] .short_desc ul li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1em;
}

body[class*="path-turnkey-solutions"] .short_desc ul li::before,
body[class*="path-structures"] .short_desc ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c4aa6a;
  font-weight: bold;
}

/* --- Mobile adjustments --- */
@media (max-width: 768px) {
body[class*="path-turnkey-solutions"] .short_desc h1{
    text-align: center !important;  
}
  body[class*="path-turnkey-solutions"] .short_desc,
  body[class*="path-structures"] .short_desc {
    margin: 20px auto;   /* Smaller top/bottom margins */
    padding: 15px;       /* Less padding so text has room */
    font-size: 1rem;     /* Slightly smaller for better fit */
    box-shadow: none;    /* Cleaner, flatter look on mobile */
  }

  body[class*="path-turnkey-solutions"] .short_desc h1,
  body[class*="path-turnkey-solutions"] .short_desc h2,
  body[class*="path-turnkey-solutions"] .short_desc h3,
  body[class*="path-structures"] .short_desc h1,
  body[class*="path-structures"] .short_desc h2,
  body[class*="path-structures"] .short_desc h3 {
    font-size: clamp(1.2rem, 5vw, 1.6rem); /* Responsive heading sizing */
  }
}

/* List items */
body[class*="path-turnkey-solutions"] .short_desc ul li,
body[class*="path-structures"] .short_desc ul li {
  margin-bottom: 0.5em;
  position: relative;
  padding-inline-start: 24px; /* works for both LTR and RTL */
}

/* Checkmark icon */
body[class*="path-turnkey-solutions"] .short_desc ul li::before,
body[class*="path-structures"] .short_desc ul li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0; /* Logical property for LTR/RTL auto adjustment */
  color: #c4aa6a;
  font-weight: bold;
  top: 0; /* Align vertically with text */
}


body:not([class*="path-structures"]):not([class*="path-turnkey-solutions"]) .short_desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #b48a33;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  border-radius: 0.5rem; /* Softer, smaller rounding */
  width: auto;
  max-width: 90%;
}



.short_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block; /* Needed to size the box to the text only */
  text-align: center;
  pointer-events: none;
  color: white; /* Optional: ensure text is readable */
  border-radius: 1rem; /* Rounded corners */
}


.short_title .field__item {
  color: #b48a33;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 1rem;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.our-dna-section {
  padding: 60px 0;
  font-family: 'Nunito', sans-serif;
}

.our-dna-title {
  font-size: 36px;
  font-family: 'Nunito', sans-serif;
  color: #b58500;
  text-align: left;
  margin-bottom: 40px;
}

.our-dna-title .light {
  font-weight: 400; /* regular */
}

.our-dna-title .bold {
  font-weight: 700; /* bold */
}
@media (min-width: 992px) {
.dna-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
 }
}

.dna-box {
  display: flex;
  align-items: center;
  border: 1px solid #b58500;
  padding: 20px;
  transition: all 0.3s ease;
  background: #fff;
}

.dna-box:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.dna-icon {
  width: 50px;
  margin-right: 15px;
}

.dna-icon img {
  max-width: 100%;
  height: auto;
  filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(375%) hue-rotate(10deg) brightness(92%) contrast(90%);
}

.dna-title {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.our-dna-wrapper {
  font-family: 'Nunito', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 15px;
}

.our-dna-heading {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: left;
}

.our-dna-heading .our {
  color: #b7861f;
  font-weight: 400;
}

.our-dna-heading .dna {
  color: #b7861f;
  font-weight: 700;
}

.our-dna-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px; /* vertical and horizontal spacing */
}

.dna-box {
  display: flex;
  align-items: center;
  padding: 25px;
  border: 1px solid #b7861f;
  background-color: #fff;
  min-height: 100px;
  transition: all 0.3s ease;
}

.dna-box:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07);
}
/* edge */
.our-edge-block {
  text-align: center;
  background: url('../images/about-2.png') no-repeat center center;
  background-size: cover;
  padding: 60px 20px;
  color: white;
  font-family: 'Nunito', sans-serif;
  min-height: 600px;
}

.our-edge-block .highlight {
  color: #ffffff;
  font-weight: 700;
}

.edge-description {
  max-width: 900px;
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.7;
}

.capacity-title {
  margin: 40px 0 20px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.capacity-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}

.stat .number {
  font-size: 32px;
  font-weight: bold;
  color: #d6a327; /* Gold-ish tone */
}

.stat .label {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
}
/* pacemaker css for mobile */
@media (max-width: 768px) {
    
      .placemakers .mission-wrap {
    align-items: center !important;
    text-align: center !important;
  }

  .placemakers .mission-wrap img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
    height: auto;
  }

  .placemakers .mission-wrap .heading-1,
  .placemakers .mission-wrap p {
    text-align: center !important;
  }
      .sustain-sec {
    padding: 1.5rem 1rem;
  }

[dir="ltr"] .sustain-sec h2,
[dir="ltr"] .sustain-sec h3 {
  text-align: left !important;
  font-size: 20px;
  margin-bottom: 1rem;
}

[dir="rtl"] .sustain-sec h2,
[dir="rtl"] .sustain-sec h3 {
  text-align: right !important;
  font-size: 20px;
  margin-bottom: 1rem;
}

 [dir="ltr"]  .sustain-sec p {
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
   [dir="rtl"]  .sustain-sec p {
    text-align: right;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
    
  .stats-container {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 1.5rem;
    right: 0 !important; /* Remove right offset causing misalignment */
  }

  .stat-box {
    flex: 1 1 45%; /* Two per row */
    text-align: center;
  }

  .button-wrapper {
    text-align: left;
    margin-bottom: 25px;
  }

  /* Optional: fix outer padding for mobile */
  .placemakers .col-md-7 > div {
    padding: 1rem !important;
  }

  /* Optional: scale down heading if needed */
  .placemakers h1 {
    font-size: 2rem !important;
  }
  
    body.path-frontpage .img-row {
    flex-direction: column !important;
    padding: 1rem !important;
    gap: 1.5rem;
  }

  body.path-frontpage .img-row .col-content,
  body.path-frontpage .img-row .col-img {
    padding: 0 !important;
    text-align: center;
  }

  body.path-frontpage .albaddad-section h1 {
    font-size: 1.8rem !important;
    line-height: 1.3;dad-section
    margin-bottom: 1rem;
  }

  body.path-frontpage .albaddad-section p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  body.path-frontpage .albaddad-section {
    padding: 0 0.5rem;
  }

  body.path-frontpage .img-row img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;
  }
    /* Stack content and make full-width */
  .feat-projects .col-md-3.offset-md-1 {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 1rem 1rem 2rem;
    text-align: center;
  }

  /* Title text */
  .feat-projects .col-md-3.offset-md-1 > div:first-child {
    font-size: 24px !important;
    line-height: 1.3;
  }

  /* Paragraph text */
  .feat-projects .col-md-3.offset-md-1 > div:nth-child(2) {
    font-size: 14px !important;
    line-height: 1.6;
    padding: 0 0.5rem;
  }

  /* Button */
  .feat-projects .col-md-3.offset-md-1 a > div {
    display: inline-block;
    font-size: 14px !important;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    margin-top: 1rem;
  }
    body.about-page .img-row {
    display: flex;
    flex-direction: column;
  }

  body.about-page .img-row .col-img {
    order: 0;
  }

  body.about-page .img-row .col-content {
    order: 1;
  }

  body.about-page .img-row .col-img,
  body.about-page .img-row .col-content {
    width: 100%;
    padding: 0 1rem;
  }
}

/* Newsletter */
.newsletter-container .newsletter-text {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.project-slide-item.slick-slide.slick-current.slick-active {
    display: none !important;
}
.newsletter-form {
  display: flex;
  max-width: 420px;
  margin-bottom: 12px;
}
.newsletter-form input[type="email"] {
  padding: 12px 15px;
  border: none;
  border-radius: 30px 0 0 30px;
  outline: none;
  flex-grow: 1;
  font-size: 14px;
  color: black;
}
.newsletter-form button {
    position: relative;
    top: 1.2px;
  padding: 12px 25px;
  border: none;
  background-color: #b48a33;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0 30px 30px 0;
  font-size: 14px;
  cursor: pointer;
}
.newsletter-form button:hover {
  background-color: #9e7427;
}
.newsletter-privacy {
  font-size: 11px;
  color: #c0c0c0;
  max-width: 400px;
}
.newsletter-privacy a {
  color: #b48a33;
  text-decoration: underline;
}
.image-row {
    padding: 50px 0;
    background-color: #f9f9f9;
  }
  footer.footer {
    background-color: #1c3324 !important;
    display: block;
}

  .image-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: nowrap;
    overflow-x: auto;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1s ease-out forwards;
  }

  .image-row:nth-of-type(2) .image-container {
    animation-delay: 0.3s;
  }

  .image-row:nth-of-type(3) .image-container {
    animation-delay: 0.6s;
  }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .image-container img {
    width: 600px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
  }
.newsletter-form .form-row {
  display: flex;
  flex-direction: row-reverse; /* هذا يضع الزر على اليمين */
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.newsletter-form input[type="email"]::placeholder {
  color: #666 !important;
}
.founder-name span {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;

}

@media (min-width: 992px) {
    .custom-block-wrapper .img-fluid {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 90px;
}
      .curved  .paragraph.paragraph--type--modular-tent-block.paragraph--view-mode--default {
        display: none;
    }
  .col-md-6.m-auto.aos-init.aos-animate {
    position: relative;
    top: -70px;
  }
  .about.placemakers img.img-fluid {
    position: relative;
    top: 15px !important;
}
.path-frontpage .placemakers  .img-fluid {
    max-width: 100%;
    height: auto;
    margin-top: 129px;
}

.high-capacity-block {
  margin-top: 60px; /* Adds space above */
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeInUp 1s ease-out;
}

[dir="rtl"] .stats-container.aos-init.aos-animate {
    position: relative;
    left: 70px !important;
}
.albaddad-section {
  padding: 16px;
  color: #333;
  background-color: #fff;
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
}

/* Paragraph styling */
.albaddad-section p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* Responsive font scaling for text */
@media (min-width: 600px) {
  .albaddad-section p {
    font-size: 1.1rem;
  }
}

@media (min-width: 900px) {
  .albaddad-section {
    padding: 42px;
    max-width: 800px;
    margin: 0 auto;
  }
}


.albaddad-section-ar {
  direction: rtl;
  text-align: right;
  font-family: 'Nunito', sans-serif;
  padding: 16px;
  color: #333;
  background-color: #fff;
  line-height: 1.6;
}

/* Paragraphs */
.albaddad-section-ar p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* Responsive scaling */
@media (min-width: 600px) {
  .albaddad-section-ar p {
    font-size: 1.1rem;
  }
}

@media (min-width: 900px) {
  .albaddad-section-ar {
    padding: 32px;
    max-width: 800px;
    margin: 0 auto;
  }
}


.about-page .button-wrapper {
   display:none; 
}

.sub-header h1, .sub-header .h1 {
    text-transform: uppercase;
     color: #b48a33 !important; 
    font-weight: 500;
    margin: 70px 0 5px;
}
.hero-section.project-hero-section {
  position: relative;
}
.quick-links a {
  white-space: nowrap !important;
}


/* Tablet */
@media (max-width: 768px) {
  .short_title .field__item {
    font-size: 2.2rem;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .short_title .field__item {
    font-size: 1.6rem;
  }
}


 @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 0.3s;
}
    .animated-ltr-section {
      background-color: #f9f9f9;
      padding: 60px 20px;
      opacity: 0;
      transform: translateY(40px);
      animation: fadeInUpLTR 1s ease-out forwards;
      animation-delay: 0.3s;
      animation-play-state: paused;
    }

    @keyframes fadeInUpLTR {
      0% {
        opacity: 0;
        transform: translateY(40px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    body {
      margin: 0;
      font-family: 'Nunito', sans-serif;
      background-color: #ffffff;
      color: #333;
      line-height: 1.8;
    }

    .animated-rtl-section {
      background-color: #f9f9f9;
      padding: 60px 20px;
      opacity: 0;
      transform: translateY(40px);
      animation: fadeInUpRTL 1s ease-out forwards;
      animation-delay: 0.3s;
      animation-play-state: paused;
    }

    @keyframes fadeInUpRTL {
      0% {
        opacity: 0;
        transform: translateY(40px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .section-container {
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .section-title {
      color: #C3932D;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .section-subtitle {
      color: #C3932D;
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 30px;
    }

    .section-paragraph {
      font-size: 16px;
      margin-bottom: 20px;
      text-align: justify;
    }

    .image-gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .image-gallery img {
      width: 100%;
      max-width: 550px;
      height: auto;
      border-radius: 10px;
      object-fit: cover;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .image-gallery img:hover {
      transform: scale(1.03);
    }

    @media (max-width: 768px) {
      .section-title {
        font-size: 24px;
      }

      .section-subtitle {
        font-size: 18px;
      }

      .section-paragraph {
        font-size: 15px;
      }

      .image-gallery {
        flex-direction: column;
        align-items: center;
      }
    }
@keyframes fadeInUpRTL {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply animation */
.animated-rtl-section {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUpRTL 1s ease-out forwards;
  animation-delay: 0.3s;
}

/* Animation keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation on scroll */
.high-capacity-block {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 0.2s;
}
.fade-in-up {
      opacity: 0;
      transform: translateY(30px);
      animation: fadeInUp 0.8s ease-out forwards;
    }

    .delay-1 { animation-delay: 0.2s; }
    .delay-2 { animation-delay: 0.4s; }
    .delay-3 { animation-delay: 0.6s; }
    .delay-4 { animation-delay: 0.8s; }
    .delay-5 { animation-delay: 1s; }
    .delay-6 { animation-delay: 1.2s; }

    @keyframes fadeInUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .feature-icon {
      transition: transform 0.3s ease, filter 0.3s ease;
    }

    .feature-icon:hover {
      transform: scale(1.1);
      filter: brightness(1.1);
    }

    .feature-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 30px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
    }


.hero-section.project-hero-section {
  position: relative;
}

@media (min-width: 992px) {
    .placemakers.video-content video,
.placemakers.video-content img {
    width: 100% !important;
    height: auto !important;
    max-height: 100vh !important; /* Increased from 580px */
    object-fit: cover !important;
    display: block !important;
}

    .placemakers.video-content {
        position: relative !important;
        width: 100% !important;
        height: 100vh !important; /* Full viewport height */
        overflow: hidden !important;
    }

    .placemakers.video-content video.video-desktop {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        z-index: 0 !important;
    }

    .placemakers.video-content .container {
        /*position: relative !important;*/
        z-index: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 100% !important;
        width: 100% !important;
    }
}

.block-field-blocknodeblogfield-blog-category {
  float: left;
  font-weight: 700;
  color: #a99c62;
  padding-right: 10px;
}
.block-field-blocknodeblogfield-blog-image {
  margin-bottom: 30px;
}
.block-field-blocknodeblogtitle {
  clear: both;
}
.feat-list {
  display: flex;
  justify-content: space-between;
  margin-top: -8px;
  margin-bottom: 37px;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.feat-list li {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.feat-list li:after {
  content: "";
  height: 2px;
  background: #a99c62;
  width: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.single-page-content .img-row {
  align-items: flex-end;
  margin-bottom: 100px;
  justify-content: center;
}
.single-page-content .img-row .title {
  margin-bottom: 40px;
}
.single-page-content .img-row .col-content .row-sub-content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  padding: 30px 0;
  margin-bottom: 40px;
  position: relative;
}
.single-page-content .img-row .col-content .row-sub-content .title:after {
  content: "";
  position: absolute;
  background: #a99c62;
  height: 2px;
  width: 88px;
  left: 0;
  bottom: 0;
}
.webform-confirmation {
  min-height: 250px;
  text-align: center;
  padding: 50px 20px;
}
.webform-confirmation .webform-confirmation__back a {
  display: block;
  background-color: #a99c62;
  color: #ffffff;
  text-decoration: none;
  padding: 6px 6px;
  text-transform: capitalize;
  transition: 0.3s linear;
  width: 150px;
  margin: auto;
}
.quote-wrap h4:before, .quote-wrap .h4:before, .quote-wrap h4:after, .quote-wrap .h4:after {
  background-image: url(../images/quote.png) !important;
}
/*   sustainability */
.img-row.img-row-1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  gap: 40px;
  font-family: 'Nunito';
}
.projects-hero-slider.slick-initialized.slick-slider {
    display: none;
}
.path-frontpage .img-row-1 .col-img {
  flex: 0 0 20%;
  max-width: 40%;
  display: flex;
  justify-content: flex-end; /* pushes image closer to text */
  padding-right: 20px;
  margin-top: 160px;
}


/* neom */
.paragraph--type--neom-slider {
	 height: 100%;
}
 .paragraph--type--neom-slider .content-section {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 height: 100%;
}
 .paragraph--type--neom-slider .field--name-field-add-blocks .neom-field-item {
	 display: flex;
	 justify-content: center;
}
 .paragraph--type--neom-slider .field--name-field-description {
	 padding: 5% 2% 1%;
}
 .paragraph--type--neom-slider .slick-list {
	 height: 100% !important;
}
 .neom-image-wrapper {
	 position: relative;
	 margin: auto;
	 width: 100%;
	 display: inline-block;
	 max-width: 65%;
}
 .neom-image-wrapper img {
	 width: 100%;
	 height: auto;
}
 .neom-image-wrapper .neom-item .field--name-field-description {
	 display: block;
	 padding: 0 0;
}
 .neom-item {
	 position: relative;
	 background: white;
	 margin-left: auto;
	 max-width: 92%;
	 text-align: center;
	 color: black;
	 margin-right: auto;
	 bottom: 60px;
	 left: 0;
	 right: 0;
	 margin-bottom: 10px;
	 padding: 25px 50px;
	 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	 z-index: 99;
}
 @media (max-width: 1440px) {
	 .paragraph--type--neom-slider .field--name-field-description {
		 padding: 8% 1% 2%;
	}
}
 @media (max-width: 991px) {
	 .neom-image-wrapper {
		 max-width: 85%;
	}
	 .neom-image-wrapper .neom-item {
		 padding: 10px 30px;
		 bottom: 35px;
	}
	 .paragraph--type--neom-slider .field--name-field-description {
		 padding: 0 1% 2%;
	}
}
 @media (max-width: 767px) {
	 .paragraph--type--neom-slider .slick-dots {
		 bottom: 0;
	}
}

 .paragraph .background-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.paragraph .content-section {
  position: relative;
  z-index: 1;
  padding: 60px 30px; /* adjust as needed */
  color: #fff; /* or any color suitable */
}
/* register - contact us */
.btn-1 a {
    display: block;
    background-color: #b48a33 !important;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 100px;
    transition: 0.3s linear;
}

ul.social {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
}

ul.social li {
  display: flex;
}

ul.social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  box-sizing: border-box;
}

ul.social li a:hover {
  /*background-color: #caa648;*/
  transform: scale(1.1);
}

ul.social li svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  transition: fill 0.3s ease;
}

footer.footer {
    background-color: #1c3324 !important;
    display: block;
}

.modular-tent-block {
  background-color: #fff;
  padding: 60px 20px;
  font-family: 'Nunito', sans-serif;
  color: #1c1c1c;
  margin-top: -140px;
}

/* Limit the width of content and align left */
 .modular-tent-block .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
/* Images container */
.tent-images-wrapper .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}

/* Each image block */
.tent-images-wrapper .field__item {
  width: 420px;
  height: 280px;
  overflow: hidden;
}

/* Image element styling */
 .tent-images-wrapper .field__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
}

/* dna */
.our-dna-section {
  padding: 60px 0;
  font-family: 'Nunito', sans-serif;
}

.our-dna-title {
  font-size: 36px;
  font-family: 'Nunito', sans-serif;
  color: #b58500;
  text-align: left;
  margin-bottom: 40px;
}

.our-dna-title .light {
  font-weight: 400; /* regular */
}

.our-dna-title .bold {
  font-weight: 700; /* bold */
}


.dna-box {
  display: flex;
  align-items: center;
  border: 1px solid #b58500;
  padding: 20px;
  transition: all 0.3s ease;
  background: #fff;
}

.dna-box:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.dna-icon {
  width: 50px;
  margin-right: 15px;
}

.dna-icon img {
  max-width: 100%;
  height: auto;
  filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(375%) hue-rotate(10deg) brightness(92%) contrast(90%);
}

.dna-title {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}


@media (max-width: 768px) {
  .dna-grid-wrapper {
    grid-template-columns: 1fr;
  }
}

.our-dna-wrapper {
  font-family: 'Nunito', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 15px;
}

.our-dna-heading {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: left;
}

.our-dna-heading .our {
  color: #b7861f;
  font-weight: 400;
}

.our-dna-heading .dna {
  color: #b7861f;
  font-weight: 700;
}

.our-dna-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px; /* vertical and horizontal spacing */
}

.dna-box {
  display: flex;
  align-items: center;
  padding: 25px;
  border: 1px solid #b7861f;
  background-color: #fff;
  min-height: 100px;
  transition: all 0.3s ease;
}

.dna-box:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07);
}


.news-image-wrap .img-fluid {
    max-width: 201px !important;
    height: auto;
}
/* ===== NAVBAR ALIGNMENT FIXES ===== */

.nav-bar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.nav-bar .row {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
}

.nav-bar .col-md-5,
.nav-bar .col-md-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Prevent text wrapping in nav links */
.navbar-nav .nav-link,
.dropdown-menu .dropdown-item {
  white-space: nowrap;
}

/* Right-side image and button cleanup */
.region-nav-additional .custom-block-wrapper img {
  margin-top: -160px;
  height: 60px;
  width: auto;
}

.region-nav-additional .btn-1 {
  margin: 0 !important;
}

/* Contact + Language Switch container */
.cta-lang-switch {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Center logo vertically */
.navbar-brand img {
  max-height: 60px;
  display: block;
  margin: 0 auto;
}
html[dir="rtl"] body.path-projects .slick-prev {
  left: 0 !important;
  right: auto !important;
  bottom: -65px !important;
  margin-left: 250px !important;
}

html[dir="rtl"] body.path-projects .slick-next {
  right: 0 !important;
  left: auto !important;
  bottom: -65px !important;
  margin-right: 230px !important;
}




/* Remove background when on the Turnkey Solutions page */
body.path-turnkey-solutions-main .short_title {
    background-color: transparent !important;
}

