.elementor-8513 .elementor-element.elementor-element-2ec3ddd{--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-8513 .elementor-element.elementor-element-175fe01{--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-8513 .elementor-element.elementor-element-cfdfe2b{--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-8513 .elementor-element.elementor-element-403e120{--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-8513 .elementor-element.elementor-element-61e34f4{--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-8513 .elementor-element.elementor-element-62a2a40{--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-8513 .elementor-element.elementor-element-13de722{--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-8513 .elementor-element.elementor-element-07d5569{--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-8513 .elementor-element.elementor-element-70780d3{--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-0e80a2f *//* ============================================
YATEER HOSPITALITY LANDING PAGE — SECTION 1: HERO
Scoped under .yt-hero to avoid theme conflicts.
============================================ */

.yt-hero {
  --navy: #0e2438;
  --navy-deep: #0a1a29;
  --gold: #d99a3f;
  --gold-light: #e8b565;
  --cream: #f7f5f0;
  position: relative;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--navy-deep);
  overflow: hidden;
  box-sizing: border-box;
}
.yt-hero *, .yt-hero *::before, .yt-hero *::after { box-sizing: border-box; }

.yt-hero__bg {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: flex;
  align-items: stretch;
}
.yt-hero__img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.yt-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,26,41,0.96) 0%, rgba(10,26,41,0.82) 35%, rgba(10,26,41,0.35) 65%, rgba(10,26,41,0.05) 100%);
}

.yt-hero__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 5vw;
  max-width: 640px;
}

.yt-hero__eyebrow {
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.yt-hero__title {
  color: #ffffff;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.12;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}

.yt-hero__desc {
  color: #d7dde3;
  font-size: 16px;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 0 34px;
}

.yt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.yt-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
}
.yt-btn--primary {
  background: var(--gold);
  color: var(--navy-deep);
}
.yt-btn--primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(217,154,63,0.35);
}
.yt-btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.55);
}
.yt-btn--outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
  transform: translateY(-2px);
}
.yt-btn__arrow { transition: transform 0.25s ease; }
.yt-btn--primary:hover .yt-btn__arrow { transform: translateX(4px); }
.yt-btn__play { font-size: 10px; }

.yt-hero__strip {
  position: relative;
  z-index: 2;
  background: var(--navy);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 26px 5vw;
  margin: -6px 4vw 0;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}

.yt-hero__strip-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.yt-hero__strip-item:last-child { border-right: none; }

.yt-hero__strip-icon {
  flex: none;
  width: 36px;
  height: 36px;
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.yt-hero__strip-icon svg { width: 26px; height: 26px; }

.yt-hero__strip-text { display: flex; flex-direction: column; gap: 3px; }
.yt-hero__strip-text strong {
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
}
.yt-hero__strip-text em {
  color: #b9c2cc;
  font-size: 12.5px;
  font-style: normal;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .yt-hero__strip { grid-template-columns: repeat(2, 1fr); row-gap: 22px; margin: -6px 3vw 0; }
  .yt-hero__strip-item:nth-child(2) { border-right: none; }
  .yt-hero__strip-item:nth-child(1),
  .yt-hero__strip-item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.12); padding-bottom: 18px; }
}

@media (max-width: 720px) {
  .yt-hero__bg, .yt-hero__img, .yt-hero__inner { min-height: 480px; }
  .yt-hero__inner { padding: 40px 6vw; max-width: 100%; }
  .yt-hero__overlay { background: linear-gradient(180deg, rgba(10,26,41,0.55) 0%, rgba(10,26,41,0.9) 65%, rgba(10,26,41,0.98) 100%); }
  .yt-hero__title { font-size: 30px; }
  .yt-hero__desc { font-size: 14.5px; }
  .yt-btn { padding: 13px 22px; font-size: 14px; width: 100%; justify-content: center; }
  .yt-hero__actions { flex-direction: column; }
  .yt-hero__strip { grid-template-columns: 1fr; margin: -6px 4vw 0; padding: 20px 6vw; }
  .yt-hero__strip-item { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.12); padding: 14px 0; }
  .yt-hero__strip-item:last-child { border-bottom: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6fe3941 *//* ============================================
YATEER — SECTION 2: WE BELIEVE
Scoped under .yt-believe
============================================ */

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

.yt-believe__grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  max-width: 1280px;
  margin: 0 auto;
}

.yt-believe__eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.yt-believe__title {
  color: var(--navy);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 18px;
}
.yt-believe__accent { color: var(--gold); }
.yt-believe__desc {
  color: #5c6773;
  font-size: 14.5px;
  line-height: 1.75;
  margin: 0;
  max-width: 280px;
}

.yt-believe__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 36px;
}

.yt-believe__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ececec;
  transition: transform 0.25s ease;
}
.yt-believe__item:hover { transform: translateY(-3px); }

.yt-believe__icon {
  flex: none;
  width: 40px;
  height: 40px;
  color: var(--navy);
  transition: color 0.25s ease, transform 0.25s ease;
}
.yt-believe__icon svg { width: 100%; height: 100%; }
.yt-believe__item:hover .yt-believe__icon { color: var(--gold); transform: scale(1.08); }

.yt-believe__item h3 {
  color: var(--navy);
  font-size: 15.5px;
  font-weight: 600;
  margin: 4px 0 8px;
}
.yt-believe__item p {
  color: #6b7480;
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .yt-believe__grid { grid-template-columns: 1fr; gap: 34px; }
  .yt-believe__desc { max-width: 100%; }
  .yt-believe__list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .yt-believe { padding: 56px 6vw; }
  .yt-believe__list { grid-template-columns: 1fr; gap: 24px; }
  .yt-believe__title { font-size: 26px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ee9cec *//* ============================================
YATEER — SECTION 3: THE HOSPITALITY JOURNEY
Scoped under .yt-journey
============================================ */

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

.yt-journey__head { text-align: center; margin-bottom: 46px; }
.yt-journey__eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.yt-journey__title {
  color: var(--navy);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin: 0;
}

.yt-journey__track {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
}
.yt-journey__track::-webkit-scrollbar { height: 6px; }
.yt-journey__track::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 4px; }

.yt-journey__step {
  flex: 1 0 108px;
  min-width: 108px;
  text-align: center;
  cursor: default;
  transition: transform 0.25s ease;
}
.yt-journey__step:hover { transform: translateY(-6px); }

.yt-journey__num {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.yt-journey__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--navy);
  box-shadow: 0 6px 16px rgba(14,36,56,0.08);
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.yt-journey__icon svg { width: 26px; height: 26px; }

.yt-journey__step:hover .yt-journey__icon {
  background: var(--gold);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(217,154,63,0.35);
}

.yt-journey__step h3 {
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 700;
  margin: 0 0 6px;
}
.yt-journey__step p {
  color: #7a7264;
  font-size: 11.5px;
  line-height: 1.55;
  margin: 0;
  padding: 0 4px;
}

.yt-journey__arrow {
  flex: none;
  align-self: center;
  color: #c7bfae;
  font-size: 18px;
  margin-top: -40px;
}

/* alternate accent colours for step 3 (Define) to match reference image */
.yt-journey__step[data-step="3"] .yt-journey__icon { color: var(--red); }
.yt-journey__step[data-step="3"]:hover .yt-journey__icon { background: var(--red); color: #fff; }
.yt-journey__step[data-step="3"] .yt-journey__num { color: var(--red); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .yt-journey__step p { display: none; }
  .yt-journey__arrow { margin-top: -18px; }
}

@media (max-width: 720px) {
  .yt-journey { padding: 50px 0 50px 6vw; }
  .yt-journey__head { padding: 0 6vw; margin-bottom: 30px; }
  .yt-journey__track {
    justify-content: flex-start;
    gap: 22px;
    padding-right: 6vw;
  }
  .yt-journey__step { flex: 0 0 auto; min-width: 84px; }
  .yt-journey__arrow { display: none; }
  .yt-journey__icon { width: 52px; height: 52px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e28a5f2 *//* ============================================
YATEER — SECTION 4: OUR SOLUTIONS
Scoped under .yt-solutions
============================================ */

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

.yt-solutions__head { text-align: center; margin-bottom: 46px; }
.yt-solutions__eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.yt-solutions__title {
  color: var(--navy);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin: 0;
}

.yt-solutions__grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.yt-solutions__card {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 22px 18px 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.yt-solutions__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(14,36,56,0.12);
  border-color: transparent;
}

.yt-solutions__icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: var(--gold);
  margin-bottom: 14px;
}
.yt-solutions__icon svg { width: 100%; height: 100%; }

.yt-solutions__card h3 {
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 14px;
  min-height: 40px;
}

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

.yt-solutions__card ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}
.yt-solutions__card li {
  color: #5c6773;
  font-size: 12px;
  line-height: 1.9;
  padding-left: 14px;
  position: relative;
}
.yt-solutions__card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.yt-solutions__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2f6d4f;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
}
.yt-solutions__link span { transition: transform 0.25s ease; }
.yt-solutions__link:hover span { transform: translateX(4px); }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .yt-solutions__grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
}
@media (max-width: 720px) {
  .yt-solutions { padding: 56px 6vw; }
  .yt-solutions__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .yt-solutions__card h3 { min-height: 0; font-size: 14px; }
}
@media (max-width: 460px) {
  .yt-solutions__grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30243aa *//* ============================================
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-7d8b812 *//* ============================================
YATEER — SECTION 6: WHY BUSINESSES WORK WITH YATEER
Scoped under .yt-stats
============================================ */

.yt-stats {
  --navy: #0e2438;
  --navy-deep: #0a1a29;
  --gold: #d99a3f;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--navy-deep);
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.yt-stats *, .yt-stats *::before, .yt-stats *::after { box-sizing: border-box; }

.yt-stats__inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  align-items: stretch;
}

.yt-stats__left {
  padding: 56px 5vw;
}

.yt-stats__eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.yt-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.yt-stats__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.yt-stats__icon { font-size: 20px; line-height: 1; margin-top: 2px; }

.yt-stats__num {
  display: block;
  color: var(--gold);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.yt-stats__num-text {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.yt-stats__label {
  display: block;
  color: #a9b2bc;
  font-size: 11.5px;
  line-height: 1.5;
  margin-top: 4px;
}

.yt-stats__img { width: 100%; height: 100%; min-height: 260px; }
.yt-stats__img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .yt-stats__inner { grid-template-columns: 1fr; }
  .yt-stats__img { min-height: 220px; }
  .yt-stats__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .yt-stats__left { padding: 44px 6vw; }
  .yt-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 26px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22ec256 *//* ============================================
YATEER — SECTION 7: LET'S BUILD SOMETHING MEANINGFUL
Scoped under .yt-cta
============================================ */

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

.yt-cta__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr 0.9fr;
  align-items: center;
  gap: 30px;
}

.yt-cta__left h2 {
  color: var(--navy);
  font-size: clamp(22px, 2.4vw, 27px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}
.yt-cta__left p {
  color: #6b7480;
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
  max-width: 320px;
}

.yt-cta__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-left: 1px solid #ddd6c8;
  border-right: 1px solid #ddd6c8;
  padding: 0 24px;
}
.yt-cta__step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.yt-cta__step span {
  flex: none;
  width: 26px;
  height: 26px;
  color: var(--navy);
}
.yt-cta__step span svg { width: 100%; height: 100%; }
.yt-cta__step strong {
  display: block;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
}
.yt-cta__step em {
  display: block;
  color: #8a8578;
  font-size: 11.5px;
  font-style: normal;
}

.yt-cta__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.yt-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--navy);
  text-decoration: none;
  font-weight: 700;
  font-size: 14.5px;
  padding: 15px 28px;
  border-radius: 4px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}
.yt-cta__btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(217,154,63,0.35); }
.yt-cta__btn span { transition: transform 0.25s ease; }
.yt-cta__btn:hover span { transform: translateX(4px); }

.yt-cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--navy);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 600;
}
.yt-cta__phone:hover { color: var(--gold); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .yt-cta__inner { grid-template-columns: 1fr; text-align: center; }
  .yt-cta__left p { margin: 0 auto; }
  .yt-cta__steps { border-left: none; border-right: none; border-top: 1px solid #ddd6c8; border-bottom: 1px solid #ddd6c8; padding: 24px 0; grid-template-columns: 1fr; gap: 16px; }
  .yt-cta__step { justify-content: center; text-align: left; max-width: 280px; margin: 0 auto; }
  .yt-cta__right { align-items: center; }
}

@media (max-width: 480px) {
  .yt-cta { padding: 40px 6vw; }
  .yt-cta__btn { width: 100%; justify-content: center; }
}/* End custom CSS */