.elementor-8570 .elementor-element.elementor-element-a439905{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8570 .elementor-element.elementor-element-51634d6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8570 .elementor-element.elementor-element-62c1a8c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8570 .elementor-element.elementor-element-e122656{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8570 .elementor-element.elementor-element-dbd5cae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8570 .elementor-element.elementor-element-73748b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-022f75b *//* ============================================
YATEER — SITE HEADER
Scoped under .yth-header
Brand colours from the Yateer logo: red #E31E24, black #141414.
============================================ */

.yth-header {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 999;
  box-sizing: border-box;
  transition: box-shadow 0.25s ease;
}
.yth-header *, .yth-header *::before, .yth-header *::after { box-sizing: border-box; }
.yth-header.is-scrolled { box-shadow: 0 6px 20px rgba(20,20,20,0.08); }

.yth-header__inner {
  max-width: 1320px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 5vw; gap: 20px;
  flex-wrap: wrap;
}

/* ---------- Logo ---------- */
.yth-header__logo {
  display: flex; align-items: center; text-decoration: none; flex: none;
}
.yth-header__logo-img {
  height: 44px; width: auto; display: block;
}

/* ---------- Nav ---------- */
.yth-header__nav { flex: 1 1 auto; display: flex; justify-content: center; }
.yth-header__menu { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; flex-wrap: wrap; }
.yth-header__item { position: relative; }
.yth-header__link {
  display: inline-flex; align-items: center; gap: 4px;
  background: none; border: none; cursor: pointer; font-family: inherit;
  color: var(--black); font-size: 14px; font-weight: 600; text-decoration: none;
  padding: 10px 16px; border-radius: 4px; transition: color 0.2s ease, background 0.2s ease;
}
.yth-header__link:hover { color: var(--red); background: #fff5f5; }
.yth-header__caret { font-size: 10px; transition: transform 0.25s ease; }
.yth-header__item--dropdown.is-open .yth-header__caret { transform: rotate(180deg); }

.yth-header__sublink--viewall { display: none; }

/* Dropdown (click-to-toggle on all screen sizes) */
.yth-header__dropdown {
  list-style: none; margin: 0; padding: 10px;
  position: absolute; top: calc(100% + 8px); left: 0;
  background: #fff; border: 1px solid #eee; border-radius: 8px;
  box-shadow: 0 16px 34px rgba(20,20,20,0.12);
  min-width: 260px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.yth-header__item--dropdown.is-open .yth-header__dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.yth-header__dropdown li + li { margin-top: 2px; }
.yth-header__dropdown a {
  display: block; color: var(--black); font-size: 13.5px; font-weight: 500;
  text-decoration: none; padding: 10px 14px; border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
.yth-header__dropdown a:hover { background: #fff4f4; color: var(--red); padding-left: 18px; }
.yth-header__dropdown li:first-child a { color: var(--red); font-weight: 700; border-bottom: 1px solid #f1f1f1; border-radius: 6px 6px 0 0; margin-bottom: 4px; padding-bottom: 12px; }

/* ---------- Actions ---------- */
.yth-header__actions { display: flex; align-items: center; gap: 14px; flex: none; }

.yth-header__contact {
  display: flex; align-items: center; gap: 10px;
  background: var(--red); color: #fff; text-decoration: none;
  padding: 10px 18px; border-radius: 30px;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.yth-header__contact:hover { background: #b3151a; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(227,30,36,0.3); }
.yth-header__contact-icon { width: 16px; height: 16px; flex: none; display: flex; }
.yth-header__contact-icon svg { width: 100%; height: 100%; }
.yth-header__contact-text { display: flex; flex-direction: column; line-height: 1.2; }
.yth-header__contact-label { font-size: 9.5px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; opacity: 0.85; }
.yth-header__contact-num { font-size: 13px; font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .yth-header__inner { padding: 12px 5vw; justify-content: space-between; }
  .yth-header__logo-img { height: 38px; }

  .yth-header__nav { order: 3; flex: 1 1 100%; justify-content: flex-start; }
  .yth-header__menu { gap: 2px; }
  .yth-header__link { padding: 9px 12px; font-size: 13.5px; }

  .yth-header__dropdown { left: 0; min-width: 240px; }

  .yth-header__contact-text { display: none; }
  .yth-header__contact { padding: 10px; }
}

@media (max-width: 480px) {
  .yth-header__logo-img { height: 32px; }
  .yth-header__menu { width: 100%; }
  .yth-header__link { flex: 1; justify-content: center; }
  .yth-header__dropdown { left: 0; right: 0; min-width: 0; width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14bc893 *//* ============================================
YATEER CASE STUDY — SECTION 1: HERO
Scoped under .yt-cs-hero
Brand colours pulled from the Yateer logo:
red #E31E24, black #141414, white.
============================================ */

.yt-cs-hero {
  --red: #e31e24;
  --red-dark: #b3151a;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  position: relative;
  background: var(--black);
  overflow: hidden;
  box-sizing: border-box;
}
.yt-cs-hero *, .yt-cs-hero *::before, .yt-cs-hero *::after { box-sizing: border-box; }

.yt-cs-hero__bg {
  position: relative;
  width: 100%;
  min-height: 480px;
}
.yt-cs-hero__img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.yt-cs-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,20,20,0.95) 0%, rgba(20,20,20,0.85) 40%, rgba(227,30,36,0.35) 100%);
}

.yt-cs-hero__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 5vw;
  max-width: 680px;
}

.yt-cs-hero__eyebrow {
  display: inline-block;
  color: #fff;
  background: var(--red);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 3px;
  margin: 0 0 20px;
  width: fit-content;
}

.yt-cs-hero__title {
  color: #ffffff;
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: 1.18;
  font-weight: 700;
  margin: 0 0 18px;
  letter-spacing: -0.5px;
}

.yt-cs-hero__desc {
  color: #d8d8d8;
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 0 36px;
}

.yt-cs-hero__meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 32px;
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 26px;
}
.yt-cs-hero__meta-item { display: flex; flex-direction: column; gap: 4px; }
.yt-cs-hero__meta-label {
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.yt-cs-hero__meta-value {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .yt-cs-hero__bg, .yt-cs-hero__img, .yt-cs-hero__inner { min-height: 560px; }
  .yt-cs-hero__inner { padding: 44px 6vw; max-width: 100%; }
  .yt-cs-hero__overlay { background: linear-gradient(180deg, rgba(20,20,20,0.55) 0%, rgba(20,20,20,0.92) 60%, rgba(20,20,20,0.98) 100%); }
  .yt-cs-hero__title { font-size: 28px; }
  .yt-cs-hero__meta { grid-template-columns: 1fr; gap: 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-547716f *//* ============================================
YATEER CASE STUDY — SECTION 2: PROJECT SNAPSHOT
Scoped under .yt-cs-snapshot
============================================ */

.yt-cs-snapshot {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  padding: 60px 5vw;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.yt-cs-snapshot *, .yt-cs-snapshot *::before, .yt-cs-snapshot *::after { box-sizing: border-box; }

.yt-cs-snapshot__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.yt-cs-snapshot__card {
  border: 1px solid #eee;
  border-top: 3px solid var(--red);
  border-radius: 8px;
  padding: 28px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.yt-cs-snapshot__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(20,20,20,0.08);
}

.yt-cs-snapshot__icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: var(--red);
  margin-bottom: 16px;
}
.yt-cs-snapshot__icon svg { width: 100%; height: 100%; }

.yt-cs-snapshot__card h3 {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 14px;
}

.yt-cs-snapshot__card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.yt-cs-snapshot__card li {
  color: #555;
  font-size: 13.5px;
  line-height: 1.7;
  padding: 6px 0 6px 16px;
  position: relative;
  border-bottom: 1px dashed #eee;
}
.yt-cs-snapshot__card li:last-child { border-bottom: none; }
.yt-cs-snapshot__card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 50%;
}
.yt-cs-snapshot__card li strong { color: var(--black); font-weight: 600; }
.yt-cs-snapshot__card li em { color: #888; font-style: normal; font-size: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .yt-cs-snapshot__grid { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 480px) {
  .yt-cs-snapshot { padding: 44px 6vw; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1590f3f *//* ============================================
YATEER CASE STUDY — SECTION 3: THE CHALLENGE & OBJECTIVE
Scoped under .yt-cs-challenge
============================================ */

.yt-cs-challenge {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f7f6f5;
  padding: 70px 5vw;
  box-sizing: border-box;
}
.yt-cs-challenge *, .yt-cs-challenge *::before, .yt-cs-challenge *::after { box-sizing: border-box; }

.yt-cs-challenge__wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.yt-cs-challenge__eyebrow {
  display: inline-block;
  color: var(--red);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--red);
}
.yt-cs-challenge__eyebrow--alt { color: var(--black); border-color: var(--black); }

.yt-cs-challenge__col h2 {
  color: var(--black);
  font-size: clamp(21px, 2.3vw, 26px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
}

.yt-cs-challenge__lead {
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 14px;
}
.yt-cs-challenge__col > p:not(.yt-cs-challenge__lead) {
  color: #666;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 22px;
}
.yt-cs-challenge__col strong { color: var(--red); }

.yt-cs-challenge__questions {
  background: #fff;
  border: 1px solid #eee;
  border-left: 3px solid var(--red);
  border-radius: 6px;
  padding: 22px 24px;
}
.yt-cs-challenge__questions-label {
  color: var(--black);
  font-size: 12.5px;
  font-weight: 700;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.yt-cs-challenge__questions ul { list-style: none; margin: 0; padding: 0; }
.yt-cs-challenge__questions li {
  color: #555;
  font-size: 13.5px;
  line-height: 1.6;
  padding: 8px 0 8px 22px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.yt-cs-challenge__questions li:last-child { border-bottom: none; }
.yt-cs-challenge__questions li::before {
  content: '?';
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--red);
  font-weight: 700;
  font-size: 13px;
}

.yt-cs-challenge__goals {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.yt-cs-challenge__goal {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 13px 18px;
  color: var(--black);
  font-size: 13.5px;
  font-weight: 500;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.yt-cs-challenge__goal:hover { transform: translateX(4px); border-color: var(--red); }
.yt-cs-challenge__goal span {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .yt-cs-challenge__wrap { grid-template-columns: 1fr; gap: 44px; }
}
@media (max-width: 480px) {
  .yt-cs-challenge { padding: 50px 6vw; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-848b5ba *//* ============================================
YATEER CASE STUDY — SECTION 4: OUR SOLUTION
Scoped under .yt-cs-solution
============================================ */

.yt-cs-solution {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  padding: 76px 5vw;
  box-sizing: border-box;
}
.yt-cs-solution *, .yt-cs-solution *::before, .yt-cs-solution *::after { box-sizing: border-box; }

.yt-cs-solution__head {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}
.yt-cs-solution__eyebrow {
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.yt-cs-solution__head h2 {
  color: var(--black);
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.yt-cs-solution__list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.yt-cs-solution__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid #eee;
  transition: background 0.25s ease;
}
.yt-cs-solution__item:last-child { border-bottom: none; }
.yt-cs-solution__item:hover { background: #fafafa; }

.yt-cs-solution__num {
  font-size: 40px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--red);
  line-height: 1;
  transition: color 0.25s ease;
}
.yt-cs-solution__item:hover .yt-cs-solution__num { color: var(--red); }

.yt-cs-solution__body h3 {
  color: var(--black);
  font-size: 17px;
  font-weight: 700;
  margin: 4px 0 10px;
}
.yt-cs-solution__body p {
  color: #666;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  max-width: 620px;
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
  .yt-cs-solution { padding: 54px 6vw; }
  .yt-cs-solution__item { grid-template-columns: 50px 1fr; gap: 14px; padding: 20px 0; }
  .yt-cs-solution__num { font-size: 30px; }
  .yt-cs-solution__body h3 { font-size: 15.5px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d08e204 *//* ============================================
YATEER CASE STUDY — SECTION 5: SCOPE OF WORK
Scoped under .yt-cs-scope
============================================ */

.yt-cs-scope {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--black);
  padding: 70px 5vw;
  box-sizing: border-box;
}
.yt-cs-scope *, .yt-cs-scope *::before, .yt-cs-scope *::after { box-sizing: border-box; }

.yt-cs-scope__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 26px;
}

.yt-cs-scope__col {
  border-radius: 10px;
  padding: 32px 30px;
}
.yt-cs-scope__col--yateer { background: var(--red); }
.yt-cs-scope__col--client { background: #232323; border: 1px solid #333; }

.yt-cs-scope__col h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 20px;
}
.yt-cs-scope__col h3 span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.yt-cs-scope__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 20px;
}
.yt-cs-scope__col--client ul { grid-template-columns: 1fr; }

.yt-cs-scope__col li {
  color: rgba(255,255,255,0.92);
  font-size: 13.5px;
  line-height: 2.1;
  padding-left: 18px;
  position: relative;
}
.yt-cs-scope__col li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.85);
}
.yt-cs-scope__col--client li::before { background: var(--red); }

/* ---------- Responsive ---------- */
@media (max-width: 820px) {
  .yt-cs-scope__grid { grid-template-columns: 1fr; }
  .yt-cs-scope__col--yateer ul { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .yt-cs-scope { padding: 50px 6vw; }
  .yt-cs-scope__col { padding: 26px 22px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4eb7b9 *//* ============================================
YATEER CASE STUDY — SECTION 6: 3D VISUALIZATION
Scoped under .yt-cs-3d
============================================ */

.yt-cs-3d {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f7f6f5;
  padding: 76px 5vw;
  box-sizing: border-box;
}
.yt-cs-3d *, .yt-cs-3d *::before, .yt-cs-3d *::after { box-sizing: border-box; }

.yt-cs-3d__head {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}
.yt-cs-3d__eyebrow {
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.yt-cs-3d__head h2 {
  color: var(--black);
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  margin: 0 0 16px;
}
.yt-cs-3d__intro {
  color: #666;
  font-size: 14.5px;
  line-height: 1.75;
  margin: 0;
}

.yt-cs-3d__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.yt-cs-3d__card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.yt-cs-3d__card:hover { box-shadow: 0 16px 32px rgba(20,20,20,0.1); transform: translateY(-3px); }

.yt-cs-3d__card h3 {
  color: var(--black);
  font-size: 15.5px;
  font-weight: 700;
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 3px solid var(--red);
}

.yt-cs-3d__embed {
  position: relative;
  width: 100%;
  padding-top: 62.5%; /* 16:10-ish */
  border-radius: 6px;
  overflow: hidden;
  background: #111;
}
.yt-cs-3d__embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.yt-cs-3d__credit {
  font-size: 11.5px;
  color: #999;
  margin: 12px 0 0;
  font-weight: 400;
}
.yt-cs-3d__credit a { color: var(--red); font-weight: 600; text-decoration: none; }
.yt-cs-3d__credit a:hover { text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .yt-cs-3d__grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .yt-cs-3d { padding: 54px 6vw; }
  .yt-cs-3d__embed { padding-top: 75%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83b98a3 *//* ============================================
YATEER CASE STUDY — SECTION 7: PROJECT GALLERY
Scoped under .yt-cs-gallery
============================================ */

.yt-cs-gallery {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #ffffff;
  padding: 76px 5vw;
  box-sizing: border-box;
}
.yt-cs-gallery *, .yt-cs-gallery *::before, .yt-cs-gallery *::after { box-sizing: border-box; }

.yt-cs-gallery__head { max-width: 900px; margin: 0 auto 30px; text-align: center; }
.yt-cs-gallery__eyebrow {
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.yt-cs-gallery__head h2 {
  color: var(--black);
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  margin: 0;
}

.yt-cs-gallery__tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.yt-cs-gallery__tab {
  background: #f2f2f2;
  border: none;
  color: var(--black);
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  padding: 11px 26px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.yt-cs-gallery__tab:hover { transform: translateY(-2px); }
.yt-cs-gallery__tab.is-active { background: var(--red); color: #fff; }

.yt-cs-gallery__grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.yt-cs-gallery__item {
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  cursor: zoom-in;
  background: #eee;
  position: relative;
}
.yt-cs-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.yt-cs-gallery__item:hover img { transform: scale(1.08); }
.yt-cs-gallery__item::after {
  content: '🔍';
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: rgba(20,20,20,0.6);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.yt-cs-gallery__item:hover::after { opacity: 1; }

/* Lightbox */
.yt-cs-gallery__lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10,10,10,0.94);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 30px;
}
.yt-cs-gallery__lightbox.is-open { display: flex; }
.yt-cs-gallery__lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.yt-cs-gallery__lightbox-close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.yt-cs-gallery__lightbox-close:hover { transform: scale(1.08); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .yt-cs-gallery__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .yt-cs-gallery { padding: 54px 6vw; }
  .yt-cs-gallery__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .yt-cs-gallery__tab { padding: 9px 20px; font-size: 12.5px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67e839b *//* ============================================
YATEER CASE STUDY — SECTION 8: TIMELINE & RESULTS
Scoped under .yt-cs-results
============================================ */

.yt-cs-results {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f7f6f5;
  padding: 76px 5vw;
  box-sizing: border-box;
}
.yt-cs-results *, .yt-cs-results *::before, .yt-cs-results *::after { box-sizing: border-box; }

.yt-cs-results__eyebrow {
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.yt-cs-results h2 {
  color: var(--black);
  font-size: clamp(21px, 2.6vw, 27px);
  font-weight: 700;
  margin: 0 0 36px;
}

.yt-cs-results__timeline { max-width: 1200px; margin: 0 auto 70px; }

.yt-cs-results__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}
.yt-cs-results__track::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 4%;
  right: 4%;
  height: 2px;
  background: #ddd;
}
.yt-cs-results__phase {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 26px;
  text-align: center;
}
.yt-cs-results__dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--red);
  z-index: 1;
}
.yt-cs-results__phase--done .yt-cs-results__dot { background: var(--red); }
.yt-cs-results__phase strong {
  color: var(--black);
  font-size: 13px;
  font-weight: 600;
}
.yt-cs-results__phase span {
  color: #888;
  font-size: 12px;
}
.yt-cs-results__phase--done span { color: var(--red); font-weight: 700; }

.yt-cs-results__outcomes { max-width: 1200px; margin: 0 auto; }

.yt-cs-results__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.yt-cs-results__card {
  background: #fff;
  border-radius: 8px;
  border-left: 4px solid var(--red);
  padding: 24px 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.yt-cs-results__card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(20,20,20,0.08); }
.yt-cs-results__card h3 {
  color: var(--black);
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
}
.yt-cs-results__card p {
  color: #666;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .yt-cs-results__track { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
  .yt-cs-results__track::before { display: none; }
  .yt-cs-results__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .yt-cs-results { padding: 54px 6vw; }
  .yt-cs-results__track { grid-template-columns: 1fr 1fr; }
  .yt-cs-results__grid { grid-template-columns: 1fr; }
  .yt-cs-results h2 { margin-bottom: 26px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-184acd8 *//* ============================================
YATEER CASE STUDY — SECTION 9: BUSINESS IMPACT
Scoped under .yt-cs-impact
============================================ */

.yt-cs-impact {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--black);
  padding: 80px 5vw;
  box-sizing: border-box;
}
.yt-cs-impact *, .yt-cs-impact *::before, .yt-cs-impact *::after { box-sizing: border-box; }

.yt-cs-impact__inner { max-width: 820px; margin: 0 auto; }

.yt-cs-impact__eyebrow {
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.yt-cs-impact h2 {
  color: #fff;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 26px;
}
.yt-cs-impact__body {
  color: #bbb;
  font-size: 14.5px;
  line-height: 1.8;
  margin: 0 0 28px;
}

.yt-cs-impact__quote {
  border-left: 3px solid var(--red);
  margin: 0 0 28px;
  padding: 6px 0 6px 24px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.55;
  font-style: normal;
}
.yt-cs-impact__quote em { color: var(--red); font-style: normal; font-weight: 700; }

.yt-cs-impact__deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.yt-cs-impact__deliverables span {
  background: #232323;
  border: 1px solid #333;
  color: #ddd;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 30px;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.yt-cs-impact__deliverables span:hover { background: var(--red); border-color: var(--red); color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
  .yt-cs-impact { padding: 56px 6vw; }
  .yt-cs-impact__quote { font-size: 16.5px; padding-left: 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4665a82 *//* ============================================
YATEER CASE STUDY — SECTION 10: FINAL CTA
Scoped under .yt-cs-cta
============================================ */

.yt-cs-cta {
  --red: #e31e24;
  --red-dark: #b3151a;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  padding: 80px 5vw;
  box-sizing: border-box;
  text-align: center;
}
.yt-cs-cta *, .yt-cs-cta *::before, .yt-cs-cta *::after { box-sizing: border-box; }

.yt-cs-cta__inner { max-width: 720px; margin: 0 auto; }

.yt-cs-cta h2 {
  color: #fff;
  font-size: clamp(23px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 18px;
}
.yt-cs-cta p {
  color: rgba(255,255,255,0.92);
  font-size: 14.5px;
  line-height: 1.75;
  margin: 0 0 12px;
}
.yt-cs-cta__sub { color: rgba(255,255,255,0.78); font-size: 13.5px; margin-bottom: 34px; }

.yt-cs-cta__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.yt-cs-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 4px;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  white-space: nowrap;
}
.yt-cs-cta__btn--primary {
  background: var(--black);
  color: #fff;
}
.yt-cs-cta__btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,0.3); }
.yt-cs-cta__btn--primary span { transition: transform 0.25s ease; }
.yt-cs-cta__btn--primary:hover span { transform: translateX(4px); }

.yt-cs-cta__btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
}
.yt-cs-cta__btn--outline:hover { background: rgba(255,255,255,0.15); border-color: #fff; transform: translateY(-2px); }

/* ---------- Responsive ---------- */
@media (max-width: 480px) {
  .yt-cs-cta { padding: 56px 6vw; }
  .yt-cs-cta__actions { flex-direction: column; }
  .yt-cs-cta__btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e99ca21 *//* ============================================
YATEER — SECTION 5: FEATURED PROJECTS
Scoped under .yt-projects
============================================ */

.yt-projects {
  --navy: #0e2438;
  --gold: #d99a3f;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f4f1ea;
  padding: 70px 5vw 80px;
  box-sizing: border-box;
}
.yt-projects *, .yt-projects *::before, .yt-projects *::after { box-sizing: border-box; }

.yt-projects__head {
  max-width: 1320px;
  margin: 0 auto 34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.yt-projects__eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.yt-projects__title {
  color: var(--navy);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  margin: 0;
}
.yt-projects__viewall {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  padding: 13px 22px;
  border-radius: 4px;
  transition: background 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}
.yt-projects__viewall:hover { background: var(--gold); transform: translateY(-2px); }

.yt-projects__row-wrap { position: relative; max-width: 1320px; margin: 0 auto; }

.yt-projects__row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: none;
}
.yt-projects__row::-webkit-scrollbar { display: none; }

.yt-projects__card { scroll-snap-align: start; }

.yt-projects__img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #ddd;
}
.yt-projects__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.yt-projects__card:hover .yt-projects__img img { transform: scale(1.08); }

.yt-projects__card h3 {
  color: var(--navy);
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
}
.yt-projects__card p {
  color: #8a8578;
  font-size: 12.5px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.yt-projects__nav {
  position: absolute;
  top: -66px;
  right: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: var(--navy);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, transform 0.25s ease;
}
.yt-projects__nav:hover { background: var(--gold); transform: scale(1.06); }

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .yt-projects { padding: 50px 6vw 60px; }
  .yt-projects__row { grid-auto-columns: minmax(78%, 1fr); gap: 16px; }
  .yt-projects__nav { top: -58px; width: 36px; height: 36px; }
  .yt-projects__head { align-items: flex-start; }
  .yt-projects__viewall { padding: 11px 18px; font-size: 12.5px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6198aaa *//* ============================================
YATEER — SITE FOOTER
Scoped under .ytf-footer
Brand colours from the Yateer logo: red #E31E24, black #141414.
============================================ */

.ytf-footer {
  --red: #e31e24;
  --black: #141414;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--black);
  box-sizing: border-box;
}
.ytf-footer *, .ytf-footer *::before, .ytf-footer *::after { box-sizing: border-box; }

.ytf-footer__top {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px;
  padding: 64px 5vw 50px;
}

/* ---------- Brand column ---------- */
.ytf-footer__logo { display: flex; flex-direction: column; text-decoration: none; line-height: 1; width: fit-content; margin-bottom: 18px; }
.ytf-footer__logo-mark { color: #fff; font-size: 22px; font-weight: 800; letter-spacing: 2px; }
.ytf-footer__logo-sub { color: var(--red); font-size: 9.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-top: 3px; }

.ytf-footer__tagline { color: #999; font-size: 13px; line-height: 1.7; margin: 0 0 18px; max-width: 300px; }

.ytf-footer__phone {
  display: inline-flex; align-items: center; gap: 8px;
  color: #fff; font-size: 14px; font-weight: 700; text-decoration: none;
  transition: color 0.2s ease;
}
.ytf-footer__phone:hover { color: var(--red); }

/* ---------- Link columns ---------- */
.ytf-footer__col h3 {
  color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  margin: 0 0 20px;
}
.ytf-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.ytf-footer__col a {
  color: #999; font-size: 13.5px; text-decoration: none; transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-block;
}
.ytf-footer__col a:hover { color: var(--red); padding-left: 4px; }

.ytf-footer__cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: #fff; font-size: 13.5px; font-weight: 700;
  text-decoration: none; padding: 12px 22px; border-radius: 4px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.ytf-footer__cta:hover { background: #b3151a; transform: translateY(-2px); }
.ytf-footer__cta span { transition: transform 0.25s ease; }
.ytf-footer__cta:hover span { transform: translateX(4px); }

/* ---------- Bottom bar ---------- */
.ytf-footer__bottom {
  border-top: 1px solid #262626;
  padding: 22px 5vw;
  text-align: center;
}
.ytf-footer__bottom p { color: #777; font-size: 12px; margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .ytf-footer__top { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; padding: 54px 6vw 40px; }
}
@media (max-width: 560px) {
  .ytf-footer__top { grid-template-columns: 1fr; gap: 32px; }
  .ytf-footer__tagline { max-width: 100%; }
}/* End custom CSS */