/* =====================================================
   TECHNOICONIC — UAE / DUBAI PAGE CLUSTER
   Every class is prefixed .ti-uae- so nothing here can touch
   the existing India / Delhi pages. Loads AFTER page.css and
   reuses its brand variables (--ti-*).
   ===================================================== */

:root {
  --ti-uae-navy: #0b2c3f;
  --ti-uae-navy-2: #123f56;
}

/* progressive reveal — content stays visible if JS is off */
.ti-js .ti-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.ti-js .ti-reveal.is-in { opacity: 1; transform: none; }
.ti-js .ti-reveal.d1 { transition-delay: .08s; }
.ti-js .ti-reveal.d2 { transition-delay: .16s; }
.ti-js .ti-reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .ti-js .ti-reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- shared bits ---------- */
.ti-uae-section { padding: 84px 0; background: var(--ti-white); position: relative; }
.ti-uae-section.ti-uae-alt { background: var(--ti-light-bg); }
.ti-uae-head { text-align: center; max-width: 820px; margin: 0 auto 48px; }
.ti-uae-head .ti-section-title { font-size: 38px; margin-bottom: 14px; }
.ti-uae-head .ti-section-desc { margin: 0 auto; font-size: 16.5px; }

.ti-uae-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 14px 32px; border-radius: 50px; margin: 0;
  font-weight: 700; font-size: 15.5px; text-decoration: none; transition: var(--ti-transition);
  box-shadow: 0 8px 22px rgba(0,0,0,.18); border: 0; cursor: pointer;
}
.ti-uae-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.24); text-decoration: none; }
.ti-uae-btn-orange { background: var(--ti-accent); color: #fff !important; }
.ti-uae-btn-orange:hover { background: var(--ti-accent-dark); color: #fff !important; }
.ti-uae-btn-green { background: var(--ti-green); color: #fff !important; }
.ti-uae-btn-green:hover { background: var(--ti-green-dark); color: #fff !important; }
.ti-uae-btn-blue { background: var(--ti-primary); color: #fff !important; }
.ti-uae-btn-blue:hover { background: var(--ti-primary-dark); color: #fff !important; }
.ti-uae-btn-white { background: #fff; color: var(--ti-primary) !important; }
.ti-uae-btn-white:hover { color: var(--ti-accent-dark) !important; }

/* ---------- HERO ---------- */
.ti-uae-hero {
  position: relative; overflow: hidden; color: #fff;
  padding: 92px 0 150px;
  background:
    radial-gradient(900px 420px at 88% 8%, rgba(238,127,28,.30) 0%, rgba(238,127,28,0) 60%),
    radial-gradient(700px 500px at 0% 100%, rgba(47,139,179,.45) 0%, rgba(47,139,179,0) 65%),
    linear-gradient(135deg, var(--ti-uae-navy) 0%, var(--ti-uae-navy-2) 52%, #1d6889 100%);
}
.ti-uae-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1.4px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 70%);
  mask-image: linear-gradient(90deg, #000 0%, transparent 70%);
}
.ti-uae-skyline {
  position: absolute; left: 0; right: 0; bottom: 0; height: 130px; opacity: .09;
  background: url('../images/uae/skyline.svg') center bottom / cover no-repeat; z-index: 1; pointer-events: none;
}
.ti-uae-hero .container { position: relative; z-index: 3; }
.ti-uae-proof {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  color: #fff; font-weight: 700; font-size: 12.5px; letter-spacing: .8px; text-transform: uppercase;
  padding: 8px 18px; border-radius: 40px; backdrop-filter: blur(6px);
}
.ti-uae-proof i { color: var(--ti-accent-light); }
.ti-uae-h1 {
  font-family: Ubuntu, Arial, Helvetica, sans-serif; font-weight: 700; color: #fff;
  font-size: 50px; line-height: 1.16; margin: 0 0 20px; text-align: left;
}
.ti-uae-h1 span { color: var(--ti-accent-light); }
.ti-uae-sub { color: #d6e7ef !important; font-size: 18px !important; line-height: 1.7; max-width: 590px; margin: 0; text-align: left; }
.ti-uae-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.ti-uae-micro { color: #b9d3df !important; font-size: 14px !important; margin: 16px 0 0; }
.ti-uae-chips { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.ti-uae-chips li {
  font-size: 13px; font-weight: 500; color: #eaf5fa; padding: 6px 15px; border-radius: 30px;
  border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.07);
}
.ti-uae-chips li i { color: var(--ti-accent-light); margin-right: 6px; }

/* hero collage (desktop only — background images, never fetched on phones) */
.ti-uae-collage { display: none; }
@media (min-width: 992px) {
  .ti-uae-collage { display: block; position: relative; height: 470px; }
  .ti-uae-shot {
    position: absolute; border-radius: 18px; background-size: cover; background-position: center;
    background-color: #d8e6ec; box-shadow: 0 26px 60px rgba(0,0,0,.38); border: 5px solid #fff;
  }
  .ti-uae-shot.s1 { width: 340px; height: 340px; right: 10px; top: 0; background-image: url('../portfolio/web/veda-mania-sm.webp'); transform: rotate(3deg); z-index: 2; }
  .ti-uae-shot.s2 { width: 250px; height: 250px; left: 0; bottom: 6px; background-image: url('../portfolio/web/eurotek-sm.webp'); transform: rotate(-5deg); z-index: 3; }
  .ti-uae-shot.s3 { width: 210px; height: 210px; right: 0; bottom: 0; background-image: url('../portfolio/web/joshi-trophy-sm.webp'); transform: rotate(6deg); z-index: 1; }
  .ti-uae-float {
    position: absolute; z-index: 4; background: #fff; color: var(--ti-heading); border-radius: 14px;
    padding: 11px 16px; font-size: 13.5px; font-weight: 700; box-shadow: 0 14px 34px rgba(0,0,0,.28);
    display: flex; align-items: center; gap: 10px; animation: tiUaeFloat 5s ease-in-out infinite;
  }
  .ti-uae-float i { width: 32px; height: 32px; line-height: 32px; text-align: center; border-radius: 50%; color: #fff; font-size: 16px; }
  .ti-uae-float.f1 { left: 34px; top: 40px; }
  .ti-uae-float.f1 i { background: var(--ti-green); }
  .ti-uae-float.f2 { right: 40px; bottom: 150px; animation-delay: 1.4s; }
  .ti-uae-float.f2 i { background: var(--ti-accent); }
}
@keyframes tiUaeFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce) { .ti-uae-float { animation: none !important; } }

/* ---------- STATS (overlaps hero) ---------- */
.ti-uae-stats { position: relative; z-index: 6; margin-top: -78px; padding-bottom: 8px; }
.ti-uae-stat {
  background: #fff; border-radius: 18px; padding: 30px 18px 26px; text-align: center; height: 100%;
  box-shadow: 0 18px 46px rgba(16,40,58,.16); border: 1px solid var(--ti-border); border-bottom: 4px solid var(--ti-accent);
  transition: var(--ti-transition);
}
.ti-uae-stat:hover { transform: translateY(-6px); }
.ti-uae-stat .num {
  display: block; font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 40px; line-height: 1.1;
  background: linear-gradient(90deg, var(--ti-primary), var(--ti-accent)); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ti-uae-stat .lbl { display: block; margin-top: 8px; font-weight: 700; color: var(--ti-heading); font-size: 15.5px; }
.ti-uae-stat .sub { display: block; margin-top: 4px; font-size: 13px; color: var(--ti-text); line-height: 1.5; }

/* ---------- PROBLEMS ---------- */
.ti-uae-prob-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ti-uae-prob {
  display: flex; gap: 18px; align-items: flex-start; background: #fff; border: 1px solid var(--ti-border);
  border-radius: 16px; padding: 24px 22px; box-shadow: var(--ti-shadow); transition: var(--ti-transition);
}
.ti-uae-prob:hover { transform: translateY(-5px); box-shadow: var(--ti-shadow-hover); border-color: var(--ti-accent); }
.ti-uae-prob:last-child { grid-column: 1 / -1; }
.ti-uae-prob .ic {
  flex: 0 0 54px; width: 54px; height: 54px; line-height: 54px; text-align: center; border-radius: 16px; font-size: 23px;
  color: #fff; background: linear-gradient(135deg, var(--ti-primary), var(--ti-primary-light));
}
.ti-uae-prob h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 600; font-size: 18px; color: var(--ti-heading); margin: 2px 0 6px; }
.ti-uae-prob p { margin: 0; font-size: 14.5px; }
.ti-uae-lead-col .ti-section-title { font-size: 36px; text-align: left; }
.ti-uae-lead-col p { font-size: 16.5px; }

/* ---------- SERVICES ---------- */
.ti-uae-svc {
  position: relative; background: #fff; border: 1px solid var(--ti-border); border-radius: 20px; text-align: center;
  padding: 44px 30px 36px; height: 100%; box-shadow: var(--ti-shadow); transition: var(--ti-transition); overflow: hidden;
}
.ti-uae-svc::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px;
  background: linear-gradient(90deg, var(--ti-primary), var(--ti-accent)); transform: scaleX(0); transform-origin: left; transition: transform .4s ease;
}
.ti-uae-svc:hover { transform: translateY(-9px); box-shadow: var(--ti-shadow-hover); }
.ti-uae-svc:hover::before { transform: scaleX(1); }
.ti-uae-svc .ic {
  width: 84px; height: 84px; line-height: 84px; margin: 0 auto 24px; border-radius: 50%; font-size: 34px; color: #fff;
  background: linear-gradient(135deg, var(--ti-accent), var(--ti-accent-dark)); box-shadow: 0 12px 26px rgba(238,127,28,.35); transition: var(--ti-transition);
}
.ti-uae-svc:hover .ic { background: linear-gradient(135deg, var(--ti-primary), var(--ti-primary-dark)); box-shadow: 0 12px 26px rgba(37,112,146,.35); transform: rotate(-6deg) scale(1.05); }
.ti-uae-svc h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 21px; color: var(--ti-heading); margin-bottom: 12px; }
.ti-uae-svc p { font-size: 15px; line-height: 1.75; margin: 0 0 22px; }
.ti-uae-link {
  display: inline-block; font-weight: 700; font-size: 14px; color: var(--ti-primary); text-decoration: none;
  padding: 9px 20px; border-radius: 30px; background: rgba(37,112,146,.09); transition: var(--ti-transition);
}
.ti-uae-svc:hover .ti-uae-link, .ti-uae-link:hover { background: var(--ti-accent); color: #fff; text-decoration: none; }

/* ---------- UAE SPLIT + PHONE ---------- */
.ti-uae-phone-wrap { display: flex; justify-content: center; position: relative; }
.ti-uae-phone-wrap::before {
  content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(37,211,102,.22), rgba(37,211,102,0) 68%);
}
.ti-uae-phone {
  position: relative; width: 300px; border-radius: 40px; border: 10px solid #0d1b26; background: #ece5dd;
  box-shadow: 0 34px 70px rgba(16,40,58,.32); overflow: hidden;
}
.ti-uae-phone .bar { background: #075e54; color: #fff; padding: 14px 16px; display: flex; align-items: center; gap: 11px; }
.ti-uae-phone .av { width: 36px; height: 36px; border-radius: 50%; background: #fff; color: var(--ti-accent); font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.ti-uae-phone .bar b { display: block; font-size: 14px; line-height: 1.2; }
.ti-uae-phone .bar small { font-size: 11px; opacity: .85; }
.ti-uae-phone .chat { padding: 18px 12px 16px; min-height: 330px; display: flex; flex-direction: column; gap: 10px;
  background-image: radial-gradient(rgba(0,0,0,.05) 1px, transparent 1.4px); background-size: 16px 16px; }
.ti-uae-bub { max-width: 84%; padding: 9px 12px 7px; border-radius: 12px; font-size: 12.5px; line-height: 1.5; color: #1f2c34; box-shadow: 0 1px 1px rgba(0,0,0,.12); }
.ti-uae-bub small { display: block; text-align: right; font-size: 10px; color: #7a8a92; margin-top: 2px; }
.ti-uae-bub.out { align-self: flex-end; background: #dcf8c6; border-top-right-radius: 3px; }
.ti-uae-bub.in { align-self: flex-start; background: #fff; border-top-left-radius: 3px; }
.ti-uae-phone .input { background: #f0f0f0; padding: 10px 12px; font-size: 12px; color: #8a9aa2; display: flex; align-items: center; gap: 8px; }
.ti-uae-phone .input span { flex: 1; background: #fff; border-radius: 20px; padding: 7px 12px; }
.ti-uae-phone .input i { color: #075e54; }
.ti-uae-cap { text-align: center; font-size: 12.5px; color: var(--ti-text); margin-top: 18px; }

.ti-uae-feat { display: flex; gap: 18px; align-items: flex-start; padding: 20px 22px; border-radius: 16px; background: #fff; border: 1px solid var(--ti-border); box-shadow: var(--ti-shadow); margin-bottom: 16px; transition: var(--ti-transition); }
.ti-uae-feat:hover { transform: translateX(6px); border-color: var(--ti-accent); box-shadow: var(--ti-shadow-hover); }
.ti-uae-feat .ic { flex: 0 0 50px; width: 50px; height: 50px; line-height: 50px; text-align: center; border-radius: 50%; background: var(--ti-gradient-soft); color: var(--ti-primary); font-size: 21px; }
.ti-uae-feat h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 600; font-size: 17.5px; color: var(--ti-heading); margin: 0 0 6px; }
.ti-uae-feat p { margin: 0; font-size: 14.5px; line-height: 1.7; }

/* ---------- WHY (dark) ---------- */
.ti-uae-dark {
  color: #fff; padding: 88px 0; position: relative; overflow: hidden;
  background: radial-gradient(700px 400px at 100% 0%, rgba(238,127,28,.25), rgba(238,127,28,0) 60%), linear-gradient(135deg, var(--ti-uae-navy), var(--ti-uae-navy-2));
}
.ti-uae-dark .ti-section-title { color: #fff; text-align: left; font-size: 38px; }
.ti-uae-dark p { color: #d3e6ee; }
.ti-uae-why-img { position: relative; }
.ti-uae-why-img img { width: 100%; height: auto; border-radius: 22px; box-shadow: 0 30px 60px rgba(0,0,0,.4); display: block; border: 5px solid rgba(255,255,255,.9); }
.ti-uae-badge {
  position: absolute; left: -14px; bottom: 26px; background: var(--ti-accent); color: #fff; border-radius: 16px; padding: 14px 20px;
  box-shadow: 0 16px 34px rgba(0,0,0,.35); font-weight: 700; line-height: 1.3;
}
.ti-uae-badge b { display: block; font-size: 26px; }
.ti-uae-badge span { font-size: 13px; font-weight: 500; }
.ti-uae-why-item { display: flex; gap: 18px; margin-bottom: 26px; }
.ti-uae-why-item .n {
  flex: 0 0 52px; width: 52px; height: 52px; line-height: 52px; text-align: center; border-radius: 50%; font-weight: 700; font-size: 20px;
  color: var(--ti-accent-light); border: 2px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08);
}
.ti-uae-why-item h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 600; font-size: 20px; color: #fff; margin: 4px 0 8px; }
.ti-uae-why-item p { margin: 0; font-size: 15.5px; line-height: 1.75; }

/* ---------- WORK ---------- */
.ti-uae-project {
  position: relative; background: #fff; border: 1px solid var(--ti-border); border-radius: 22px; overflow: hidden; height: 100%;
  box-shadow: var(--ti-shadow); transition: var(--ti-transition);
}
.ti-uae-project:hover { transform: translateY(-8px); box-shadow: var(--ti-shadow-hover); }
.ti-uae-project .pic { position: relative; overflow: hidden; background: var(--ti-light-bg); }
.ti-uae-project .pic img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .6s ease; }
.ti-uae-project:hover .pic img { transform: scale(1.05); }
.ti-uae-tag {
  display: inline-block; background: rgba(238,127,28,.12); color: #c4650e; font-size: 12px; font-weight: 700;
  letter-spacing: .4px; padding: 5px 14px; border-radius: 30px; margin-bottom: 12px;
}
.ti-uae-project-body { padding: 24px 26px 28px; }
.ti-uae-project-body h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 19.5px; color: var(--ti-heading); margin-bottom: 10px; }
.ti-uae-project-body p { margin: 0; font-size: 15px; line-height: 1.75; }

/* ---------- PROCESS ---------- */
.ti-uae-steps { padding: 84px 0 0; background: var(--ti-light-bg); }
.ti-uae-step {
  position: relative; background: #fff; border-radius: 18px; padding: 44px 22px 28px; text-align: center; height: 100%;
  margin-bottom: 0; box-shadow: var(--ti-shadow); border: 1px solid var(--ti-border); transition: var(--ti-transition);
}
.ti-uae-step:hover { transform: translateY(-8px); box-shadow: var(--ti-shadow-hover); }
.ti-uae-step .no {
  position: absolute; left: 50%; top: -26px; transform: translateX(-50%); width: 54px; height: 54px; line-height: 54px; border-radius: 50%;
  font-weight: 700; font-size: 19px; color: #fff; background: linear-gradient(135deg, var(--ti-accent), var(--ti-accent-dark));
  box-shadow: 0 10px 22px rgba(238,127,28,.4); border: 4px solid var(--ti-light-bg);
}
.ti-uae-step h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 19px; color: var(--ti-heading); margin-bottom: 10px; }
.ti-uae-step p { margin: 0; font-size: 14.5px; line-height: 1.7; }
.ti-uae-steps .row { padding-top: 30px; }
.ti-uae-steps .row > div { padding-bottom: 52px; }

.ti-uae-banner {
  position: relative; margin-top: 30px; padding: 70px 0; color: #fff; text-align: center; overflow: hidden;
  background: linear-gradient(rgba(11,44,63,.86), rgba(18,63,86,.9)), url('../images/uae/process-bg.webp') center / cover no-repeat;
}
.ti-uae-banner h2 { color: #fff; font-size: 32px; margin-bottom: 12px; }
.ti-uae-banner p { color: #dcecf4; font-size: 17px; max-width: 700px; margin: 0 auto 26px; }

/* ---------- COST ---------- */
.ti-uae-cost {
  background: #fff; border: 1px solid var(--ti-border); border-radius: 20px; text-align: center; padding: 36px 26px 30px; height: 100%;
  box-shadow: var(--ti-shadow); transition: var(--ti-transition); border-top: 4px solid var(--ti-primary);
}
.ti-uae-cost:hover { transform: translateY(-8px); box-shadow: var(--ti-shadow-hover); border-top-color: var(--ti-accent); }
.ti-uae-cost .ic {
  width: 74px; height: 74px; margin: 0 auto 20px; border-radius: 50%; color: #fff; font-size: 30px; line-height: 74px;
  background: linear-gradient(135deg, var(--ti-primary), var(--ti-primary-dark)); box-shadow: 0 12px 26px rgba(37,112,146,.32); transition: var(--ti-transition);
}
.ti-uae-cost:hover .ic { background: linear-gradient(135deg, var(--ti-accent), var(--ti-accent-dark)); box-shadow: 0 12px 26px rgba(238,127,28,.35); transform: rotate(-6deg) scale(1.06); }
.ti-uae-cost h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 19px; color: var(--ti-heading); margin-bottom: 10px; }
.ti-uae-cost p { margin: 0; font-size: 14.5px; line-height: 1.7; }

.ti-uae-always {
  margin-top: 30px; border-radius: 22px; padding: 36px 34px; color: #fff; text-align: center;
  background: radial-gradient(500px 240px at 100% 0%, rgba(238,127,28,.3), rgba(238,127,28,0) 65%), linear-gradient(135deg, var(--ti-uae-navy), var(--ti-uae-navy-2));
  box-shadow: 0 22px 50px rgba(16,40,58,.25);
}
.ti-uae-always h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 24px; color: #fff; margin-bottom: 18px; }
.ti-uae-always ul { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.ti-uae-always li { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); padding: 10px 22px; border-radius: 40px; font-weight: 500; font-size: 15px; }
.ti-uae-always li i { color: var(--ti-accent-light); margin-right: 8px; }
.ti-uae-always p { color: #d3e6ee !important; max-width: 760px; margin: 0 auto 24px; }

/* ---------- FAQ ---------- */
.ti-uae-faq-side {
  position: sticky; top: 100px; border-radius: 22px; padding: 38px 30px; color: #fff; text-align: center;
  background: radial-gradient(360px 220px at 100% 0%, rgba(238,127,28,.35), rgba(238,127,28,0) 65%), linear-gradient(135deg, var(--ti-uae-navy), var(--ti-uae-navy-2));
  box-shadow: 0 22px 50px rgba(16,40,58,.25);
}
.ti-uae-faq-side .ic { width: 70px; height: 70px; line-height: 70px; border-radius: 50%; background: var(--ti-green); font-size: 34px; margin: 0 auto 18px; }
.ti-uae-faq-side h2 { color: #fff; font-size: 26px; margin-bottom: 12px; }
.ti-uae-faq-side p { color: #d3e6ee; }
.ti-uae-faq-title { text-align: left; font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 34px; color: var(--ti-heading); margin-bottom: 24px; }
.ti-uae-faq .accordion-body p { margin: 0; font-size: 15px; line-height: 1.75; }
.ti-uae-faq .accordion-item { margin-bottom: 14px; }
.ti-uae-faq .accordion-button { font-size: 16.5px; }

/* ---------- FINAL CTA ---------- */
.ti-uae-final {
  position: relative; overflow: hidden; text-align: center; color: #fff; padding: 88px 0 110px;
  background: radial-gradient(700px 360px at 50% 0%, rgba(238,127,28,.3), rgba(238,127,28,0) 65%), linear-gradient(135deg, var(--ti-uae-navy), #1a5470 60%, #257092);
}
.ti-uae-final .container { position: relative; z-index: 3; }
.ti-uae-final h2 { color: #fff; font-size: 40px; margin-bottom: 16px; }
.ti-uae-final p { color: #d6e7ef; font-size: 17px; max-width: 760px; margin: 0 auto; }
.ti-uae-final .ti-uae-cta-row { justify-content: center; margin-top: 34px; }
.ti-uae-final .ti-uae-chips { justify-content: center; }

/* one consistent, bolder icon size everywhere */
.ti-uae-svc .ic i, .ti-uae-prob .ic i, .ti-uae-feat .ic i, .ti-uae-cost .ic i {
  display: inline-block; width: 1.1em; text-align: center; line-height: inherit; -webkit-text-stroke: .7px currentColor;
}
.ti-uae-cost .ic i { font-size: 30px; }
.ti-uae-left { text-align: left; }
.ti-uae-lp { font-size: 16.5px; }

/* ---------- MOTION (GSAP-style feel, plain CSS/JS, no library) ---------- */
@keyframes tiUaeIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
.ti-uae-hero .ti-uae-proof { animation: tiUaeIn .8s .05s both; }
.ti-uae-hero .ti-uae-h1 { animation: tiUaeIn .9s .2s both; }
.ti-uae-hero .ti-uae-sub { animation: tiUaeIn .9s .35s both; }
.ti-uae-hero .ti-uae-cta-row { animation: tiUaeIn .9s .5s both; }
.ti-uae-hero .ti-uae-micro { animation: tiUaeIn .9s .6s both; }
.ti-uae-hero .ti-uae-chips { animation: tiUaeIn .9s .7s both; }
.ti-uae-hero .ti-uae-collage { animation: tiUaeIn 1.1s .4s both; }
.ti-uae-h1 span { background: linear-gradient(90deg, #ffb877, #ffd9a3, #ffb877); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: tiUaeShine 4s linear infinite; }
@keyframes tiUaeShine { to { background-position: 200% center; } }
.ti-uae-shot { transform: rotate(var(--r,0deg)) translateY(var(--py,0px)); }
.ti-uae-shot.s1 { --r: 3deg; } .ti-uae-shot.s2 { --r: -5deg; } .ti-uae-shot.s3 { --r: 6deg; }
.ti-uae-progress { position: fixed; left: 0; top: 0; right: 0; height: 3px; z-index: 9999; pointer-events: none; }
.ti-uae-progress i { display: block; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--ti-primary), var(--ti-accent)); }

.ti-js .ti-reveal, .ti-js .ti-g { transition-timing-function: cubic-bezier(.2,.7,.2,1); }
.ti-js .ti-g { opacity: 0; transform: translateY(30px); transition-property: opacity, transform; transition-duration: .85s; }
.ti-js .ti-g[data-g="left"] { transform: translateX(-46px); }
.ti-js .ti-g[data-g="right"] { transform: translateX(46px); }
.ti-js .ti-g[data-g="zoom"] { transform: scale(.9); }
.ti-js .ti-g.is-in { opacity: 1; transform: none; }
.ti-js .ti-uae-feat.ti-reveal { transform: translateX(46px); }
.ti-js .ti-uae-svc.ti-reveal, .ti-js .ti-uae-cost.ti-reveal { transform: translateY(44px) scale(.94); }
.ti-js .ti-uae-step.ti-reveal { transform: translateY(40px) rotate(-1.5deg); }
.ti-js .ti-uae-feat.ti-reveal.is-in, .ti-js .ti-uae-svc.ti-reveal.is-in, .ti-js .ti-uae-cost.ti-reveal.is-in, .ti-js .ti-uae-step.ti-reveal.is-in { transform: none; }
@media (prefers-reduced-motion: reduce) {
  .ti-js .ti-g { opacity: 1; transform: none; transition: none; }
  .ti-uae-hero [class*="ti-uae-"] { animation: none !important; }
  .ti-uae-h1 span { animation: none; }
}

/* ---------- DUBAI FOCUS BANNER ---------- */
.ti-uae-dubai {
  position: relative; overflow: hidden; color: #fff; text-align: center; min-height: 800px; padding: 96px 0 0;
  display: flex; align-items: flex-start; background: #071c2a;
}
.ti-uae-dubai-bg {
  position: absolute; left: 0; right: 0; bottom: -30px; height: 62%; z-index: 0;
  background: url('../images/uae/dubai-skyline-sunset.webp') center bottom / cover no-repeat; transform: translateY(var(--py,0px));
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 30%); mask-image: linear-gradient(180deg, transparent 0, #000 30%);
}
.ti-uae-dubai::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(7,28,42,.0) 0%, rgba(7,28,42,.0) 40%, rgba(7,28,42,.25) 100%); }
.ti-uae-dubai .container { position: relative; z-index: 2; width: 100%; }
.ti-uae-dubai-in { max-width: 980px; margin: 0 auto; }
.ti-uae-dubai-pill {
  display: inline-block; margin-bottom: 20px; padding: 8px 20px; border-radius: 40px; font-size: 12.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
  background: rgba(238,127,28,.9); color: #fff; box-shadow: 0 10px 26px rgba(238,127,28,.4);
}
.ti-uae-dubai h2 { color: #fff; font-size: 44px; line-height: 1.2; margin-bottom: 18px; text-shadow: 0 6px 30px rgba(0,0,0,.35); }
.ti-uae-dubai h2 span { color: #ffc27a; }
.ti-uae-dubai p { color: #e6f1f6; font-size: 18px; max-width: 640px; margin: 0 auto; }
.ti-uae-dubai .ti-uae-cta-row { justify-content: center; margin-top: 30px; }

/* ---------- PROJECTS SLIDER ---------- */
.ti-uae-slider { position: relative; }
.ti-uae-track { position: relative; display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 8px 0 46px; -webkit-overflow-scrolling: touch; }
.ti-uae-track::-webkit-scrollbar { display: none; }
.ti-uae-slide {
  flex: 0 0 100%; scroll-snap-align: start; display: grid; grid-template-columns: 1.02fr 1fr; min-height: 520px; overflow: hidden;
  border-radius: 28px; box-shadow: 0 16px 36px rgba(16,40,58,.22); background: var(--ti-uae-navy);
}
.ti-uae-slide-pic { position: relative; overflow: hidden; background: #dfeaf0; }
.ti-uae-slide-pic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.1); transition: transform 1.6s cubic-bezier(.2,.7,.2,1); }
.ti-uae-slide.on .ti-uae-slide-pic img { transform: scale(1); }
.ti-uae-slide-info {
  position: relative; padding: 56px 50px; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  background: radial-gradient(420px 260px at 100% 0%, rgba(238,127,28,.3), rgba(238,127,28,0) 70%), linear-gradient(135deg, var(--ti-uae-navy), var(--ti-uae-navy-2));
}
.ti-uae-slide-info > * { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.ti-uae-slide.on .ti-uae-slide-info > * { opacity: 1; transform: none; }
.ti-uae-slide.on .ti-uae-slide-info > *:nth-child(2) { transition-delay: .1s; }
.ti-uae-slide.on .ti-uae-slide-info > *:nth-child(3) { transition-delay: .2s; }
.ti-uae-slide.on .ti-uae-slide-info > *:nth-child(4) { transition-delay: .3s; }
.ti-uae-slide-info .no { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 72px; line-height: 1; color: rgba(255,255,255,.16); margin-bottom: 14px; }
.ti-uae-slide-info .no i { font-style: normal; font-size: 18px; margin-left: 8px; color: rgba(255,255,255,.45); }
.ti-uae-slide-info .ti-uae-tag { background: rgba(238,127,28,.22); color: #ffc27a; }
.ti-uae-slide-info h3 { font-family: Ubuntu, Arial, sans-serif; font-weight: 700; font-size: 30px; line-height: 1.25; color: #fff; margin: 0 0 16px; }
.ti-uae-slide-info p { color: #d3e6ee; font-size: 16px; line-height: 1.8; margin: 0; }
.ti-uae-ctrl { display: flex; align-items: center; justify-content: center; gap: 22px; }
.ti-uae-arrow {
  width: 54px; height: 54px; border-radius: 50%; border: 2px solid var(--ti-primary); background: #fff; color: var(--ti-primary);
  font-size: 30px; line-height: 1; padding: 0 0 4px; cursor: pointer; transition: var(--ti-transition); box-shadow: var(--ti-shadow);
}
.ti-uae-arrow:hover { background: var(--ti-accent); border-color: var(--ti-accent); color: #fff; transform: scale(1.08); }
.ti-uae-dots { display: flex; align-items: center; gap: 10px; }
.ti-uae-dots button { width: 11px; height: 11px; border-radius: 10px; border: 0; padding: 0; background: #b9cfdb; cursor: pointer; transition: all .35s ease; }
.ti-uae-dots button.on { width: 34px; background: var(--ti-accent); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991px) {
  .ti-uae-section { padding: 52px 0; }
  .ti-uae-dark, .ti-uae-final { padding: 52px 0; }
  .ti-uae-steps { padding-top: 52px; }
  .ti-uae-hero { padding: 52px 0 110px; }
  .ti-uae-h1 { font-size: 38px; }
  .ti-uae-head .ti-section-title, .ti-uae-dark .ti-section-title, .ti-uae-lead-col .ti-section-title { font-size: 29px; }
  .ti-uae-lead-col { text-align: center; margin-bottom: 30px; }
  .ti-uae-lead-col .ti-section-title { text-align: center; }
  .ti-uae-prob-list { grid-template-columns: 1fr; }
  .ti-uae-phone-wrap { margin-bottom: 36px; }
  .ti-uae-faq-side { position: static; margin-bottom: 30px; }
  .ti-uae-faq-title { text-align: center; }
  .ti-uae-why-img { max-width: 560px; margin: 0 auto 34px; }
  .ti-uae-badge { left: 10px; }
  .ti-uae-dark .ti-section-title { text-align: center; }
  .ti-uae-left { text-align: center; }
  .ti-uae-dubai h2 { font-size: 34px; }
  .ti-uae-dubai { min-height: 720px; }
  .ti-uae-slide { grid-template-columns: 1fr; min-height: 0; }
  .ti-uae-slide-pic { aspect-ratio: 16 / 10; }
  .ti-uae-slide-info { padding: 34px 32px 38px; }
  .ti-uae-slide-info .no { font-size: 52px; }
}
@media (max-width: 767px) {
  .ti-uae-section { padding: 36px 0; }
  .ti-uae-dark { padding: 36px 0; }
  .ti-uae-section .mb-4 { margin-bottom: 14px !important; }
  .ti-uae-hero { padding: 26px 0 80px; }
  .ti-uae-proof { font-size: 10.5px; padding: 6px 12px; margin-bottom: 12px; letter-spacing: .4px; }
  .ti-uae-h1 { font-size: 24px; margin-bottom: 10px; }
  .ti-uae-sub { font-size: 14px !important; line-height: 1.6; }
  .ti-uae-cta-row { flex-direction: column; gap: 9px; margin-top: 18px; }
  .ti-uae-btn { width: 100%; min-height: 46px; padding: 11px 20px; font-size: 14.5px; }
  .ti-uae-micro { font-size: 12px !important; margin-top: 10px; }
  .ti-uae-chips { margin-top: 14px; gap: 6px; }
  .ti-uae-chips li { font-size: 11.5px; padding: 4px 10px; }
  .ti-uae-stats { margin-top: -52px; }
  .ti-uae-stat { padding: 16px 8px 14px; }
  .ti-uae-stat .num { font-size: 26px; }
  .ti-uae-stat .lbl { font-size: 13px; margin-top: 5px; }
  .ti-uae-stat .sub { font-size: 11px; }
  .ti-uae-head { margin-bottom: 22px; }
  .ti-uae-head .ti-section-title, .ti-uae-dark .ti-section-title, .ti-uae-lead-col .ti-section-title { font-size: 22px; margin-bottom: 8px; }
  .ti-uae-head .ti-section-desc, .ti-uae-lead-col p, .ti-uae-lp { font-size: 13.5px; line-height: 1.65; }
  .ti-uae-svc { padding: 24px 18px 20px; border-radius: 16px; }
  .ti-uae-svc .ic { width: 56px; height: 56px; line-height: 56px; font-size: 23px; margin-bottom: 14px; }
  .ti-uae-svc h3 { font-size: 17.5px; margin-bottom: 8px; }
  .ti-uae-svc p { font-size: 13.5px; line-height: 1.65; margin-bottom: 14px; }
  .ti-uae-link { font-size: 12.5px; padding: 7px 16px; }
  .ti-uae-prob { padding: 14px; gap: 12px; border-radius: 14px; }
  .ti-uae-prob-list { gap: 12px; }
  .ti-uae-prob .ic { flex-basis: 42px; width: 42px; height: 42px; line-height: 42px; font-size: 18px; border-radius: 12px; }
  .ti-uae-prob h3 { font-size: 15.5px; }
  .ti-uae-prob p { font-size: 13.5px; }
  .ti-uae-feat { padding: 14px; gap: 12px; margin-bottom: 12px; border-radius: 14px; }
  .ti-uae-feat:hover { transform: none; }
  .ti-uae-feat .ic { flex-basis: 42px; width: 42px; height: 42px; line-height: 42px; font-size: 18px; }
  .ti-uae-feat h3 { font-size: 15.5px; margin-bottom: 4px; }
  .ti-uae-feat p { font-size: 13.5px; line-height: 1.6; }
  .ti-uae-phone { width: 250px; }
  .ti-uae-phone-wrap { margin-bottom: 26px; }
  .ti-uae-why-img { margin-bottom: 24px; }
  .ti-uae-why-item { gap: 12px; margin-bottom: 16px; }
  .ti-uae-why-item .n { flex-basis: 40px; width: 40px; height: 40px; line-height: 38px; font-size: 16px; }
  .ti-uae-why-item h3 { font-size: 16.5px; margin: 2px 0 5px; }
  .ti-uae-why-item p { font-size: 13.5px; line-height: 1.65; }
  .ti-uae-badge { padding: 10px 14px; bottom: 16px; }
  .ti-uae-badge b { font-size: 18px; }
  .ti-uae-badge span { font-size: 11.5px; }
  .ti-uae-steps { padding: 36px 0 0; }
  .ti-uae-steps .row > div { padding-bottom: 42px; }
  .ti-uae-step { padding: 34px 16px 18px; border-radius: 14px; }
  .ti-uae-step h3 { font-size: 16.5px; margin-bottom: 6px; }
  .ti-uae-step p { font-size: 13.5px; line-height: 1.6; }
  .ti-uae-step .no { width: 46px; height: 46px; line-height: 46px; font-size: 16px; top: -23px; }
  .ti-uae-banner { padding: 36px 0; margin-top: 0; }
  .ti-uae-banner h2 { font-size: 21px; }
  .ti-uae-banner p { font-size: 13.5px; margin-bottom: 18px; }
  .ti-uae-dubai { min-height: 0; padding: 44px 0 230px; }
  .ti-uae-dubai-bg { height: 300px; }
  .ti-uae-dubai-bg { background-position: 42% bottom; }
  .ti-uae-dubai-pill { font-size: 10.5px; padding: 6px 14px; margin-bottom: 14px; letter-spacing: .6px; }
  .ti-uae-dubai h2 { font-size: 23px; margin-bottom: 10px; }
  .ti-uae-dubai p { font-size: 14px; }
  .ti-uae-dubai .ti-uae-cta-row { margin-top: 20px; }
  .ti-uae-slide { border-radius: 18px; }
  .ti-uae-slide-pic { aspect-ratio: 1 / 1; }
  .ti-uae-slide-info { padding: 22px 20px 26px; }
  .ti-uae-slide-info .no { font-size: 38px; margin-bottom: 8px; }
  .ti-uae-slide-info .no i { font-size: 14px; }
  .ti-uae-slide-info h3 { font-size: 19px; margin-bottom: 10px; }
  .ti-uae-slide-info p { font-size: 13.5px; line-height: 1.65; }
  .ti-uae-track { padding-bottom: 22px; gap: 14px; }
  .ti-uae-arrow { width: 44px; height: 44px; font-size: 26px; }
  .ti-uae-cost { padding: 22px 16px 18px; border-radius: 16px; }
  .ti-uae-cost .ic { width: 58px; height: 58px; line-height: 58px; margin-bottom: 12px; }
  .ti-uae-cost .ic i { font-size: 24px; }
  .ti-uae-cost h3 { font-size: 17px; margin-bottom: 6px; }
  .ti-uae-cost p { font-size: 13.5px; line-height: 1.6; }
  .ti-uae-always { padding: 22px 16px; margin-top: 10px; border-radius: 16px; }
  .ti-uae-always h3 { font-size: 18px; margin-bottom: 12px; }
  .ti-uae-always ul { gap: 8px; margin-bottom: 14px; }
  .ti-uae-always li { font-size: 12.5px; padding: 6px 13px; }
  .ti-uae-always p { font-size: 13.5px; margin-bottom: 16px; }
  .ti-uae-faq-side { padding: 24px 18px; border-radius: 16px; margin-bottom: 20px; }
  .ti-uae-faq-side .ic { width: 54px; height: 54px; line-height: 54px; font-size: 26px; margin-bottom: 12px; }
  .ti-uae-faq-side h2 { font-size: 21px; margin-bottom: 8px; }
  .ti-uae-faq-side p { font-size: 13.5px; }
  .ti-uae-faq-title { font-size: 22px; margin-bottom: 14px; }
  .ti-uae-faq .accordion-item { margin-bottom: 10px; }
  .ti-uae-faq .accordion-button { font-size: 14.5px; padding: 13px 15px; }
  .ti-uae-faq .accordion-body { padding: 0 15px 14px; }
  .ti-uae-faq .accordion-body p { font-size: 13.5px; line-height: 1.65; }
  .ti-uae-final { padding: 38px 0 70px; }
  .ti-uae-final h2 { font-size: 23px; margin-bottom: 10px; }
  .ti-uae-final p { font-size: 13.5px; line-height: 1.65; }
  .ti-uae-final .ti-uae-cta-row { margin-top: 20px; }
}

/* ---------- hero "what we do" trio + mobile polish ---------- */
.ti-uae-what { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 12px; animation: tiUaeIn .9s .45s both; }
.ti-uae-what li {
  display: flex; align-items: center; gap: 10px; padding: 11px 18px; border-radius: 14px; color: #fff;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(6px);
}
.ti-uae-what li i { color: var(--ti-accent-light); font-size: 20px; width: 22px; text-align: center; }
.ti-uae-what li b { font-weight: 700; font-size: 14.5px; }
@media (max-width: 767px) {
  .ti-uae-what { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 16px; }
  .ti-uae-what li { flex-direction: column; gap: 5px; padding: 11px 4px 10px; text-align: center; border-radius: 12px; }
  .ti-uae-what li i { font-size: 20px; }
  .ti-uae-what li b { font-size: 11.5px; line-height: 1.25; }
  .ti-uae-hide-m { display: none; }
  .ti-uae-stat .sub { display: none; }
  .ti-uae-stat { padding: 14px 8px 12px; }
  .ti-uae-stats .row { margin: 0 -6px; }
  .ti-uae-stats .row > div { padding: 0 6px; }
  /* services: compact app-style rows instead of tall stacked cards */
  .ti-uae-svc { display: grid; grid-template-columns: 52px 1fr; column-gap: 14px; text-align: left; padding: 18px 16px; align-items: start; }
  .ti-uae-svc .ic { grid-row: 1 / 4; width: 52px; height: 52px; line-height: 52px; font-size: 21px; margin: 0; }
  .ti-uae-svc h3 { margin: 0 0 4px; font-size: 16.5px; }
  .ti-uae-svc p { margin: 0 0 10px; font-size: 13px; line-height: 1.55; }
  .ti-uae-svc .ti-uae-link { justify-self: start; font-size: 12px; padding: 6px 14px; }
  .ti-uae-svc:hover .ic { transform: none; }
}

/* sticky left column in "Built for the UAE" */
.ti-uae-sticky { position: sticky; top: 110px; }
.ti-uae-phone-photo { display: none; }
@media (min-width: 992px) {
  .ti-uae-phone-wrap { padding: 20px 0 0 40px; }
  .ti-uae-phone { z-index: 2; }
  .ti-uae-phone-photo {
    display: block; position: absolute; z-index: 1; left: -6px; top: 6px; width: 250px; height: 250px; border-radius: 20px; border: 5px solid #fff;
    background: #d8e6ec url('../portfolio/web/eurotek-sm.webp') center / cover no-repeat; box-shadow: 0 22px 50px rgba(16,40,58,.28); transform: rotate(-6deg);
  }
}
@media (max-width: 991px) { .ti-uae-sticky { position: static; } }
/* site-wide "section { overflow:hidden }" would break position:sticky — clip sideways only */
.ti-uae-section { overflow: visible; overflow-x: clip; }

/* slider: never crop the project mock-ups, never clip the card shadow */
.ti-uae-track { margin: 0 -24px; padding: 8px 24px 52px; scroll-padding: 0 24px; }
.ti-uae-slide { box-shadow: 0 16px 28px -10px rgba(16,40,58,.32); min-height: 0; grid-template-columns: minmax(0, 540px) 1fr; }
.ti-uae-slide-pic { aspect-ratio: 1 / 1; }
.ti-uae-slide-pic img { position: static; height: 100%; }
@media (max-width: 991px) {
  .ti-uae-slide { grid-template-columns: 1fr; }
  .ti-uae-slide-pic { aspect-ratio: auto; height: 560px; background: #dfeaf0; }
  .ti-uae-slide-pic img { object-fit: contain; }
}
@media (max-width: 767px) {
  .ti-uae-track { margin: 0 -12px; padding: 6px 12px 40px; scroll-padding: 0 12px; }
  .ti-uae-slide-pic { aspect-ratio: 1 / 1; height: auto; }
}

/* Work slider and "How We Work" share the same background — keep the gap between them tight */
.ti-uae-work { padding-bottom: 8px; }
.ti-uae-steps { padding-top: 34px; }
@media (max-width: 991px) { .ti-uae-work { padding-bottom: 4px; } .ti-uae-steps { padding-top: 24px; } }
@media (max-width: 767px) { .ti-uae-work { padding-bottom: 0; } .ti-uae-steps { padding-top: 14px; } }
.ti-uae-steps .row { padding-top: 12px; }
.ti-uae-steps .row > div:nth-last-child(-n+3) { padding-bottom: 26px; }
.ti-uae-banner { margin-top: 0; }
@media (max-width: 767px) { .ti-uae-steps .row > div:last-child { padding-bottom: 28px; } }
@media (max-width: 767px) {
  .ti-uae-steps { padding-top: 26px; }
  .ti-uae-svc .ti-uae-link { white-space: nowrap; font-size: 11.5px; padding: 6px 12px; }
}

/* global fix: full-width buttons must not overflow */
.ti-uae-btn{box-sizing:border-box;max-width:100%}

/* hub hero photo banner */
.ti-uae-herophoto { position: relative; margin: 46px 0 0; border-radius: 22px; overflow: hidden; line-height: 0; box-shadow: 0 28px 60px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.18); animation: tiUaeIn 1.1s .5s both; }
.ti-uae-herophoto img { display: block; width: 100%; height: auto; aspect-ratio: 21 / 9; object-fit: cover; object-position: center center; }
.ti-uae-herophoto .ti-uae-float { line-height: 1.3; }
.ti-uae-herophoto .ti-uae-float.f1 { left: auto; right: 24px; top: 22px; }
.ti-uae-herophoto .ti-uae-float.f2 { left: auto; right: 24px; bottom: 22px; }
.ti-uae-hero { padding-bottom: 130px; }
@media (max-width: 991px) { .ti-uae-herophoto { margin-top: 30px; border-radius: 18px; } .ti-uae-herophoto img { aspect-ratio: 2 / 1; } }
@media (max-width: 767px) { .ti-uae-herophoto { margin-top: 22px; border-radius: 16px; } .ti-uae-herophoto img { aspect-ratio: 3 / 2; object-position: 22% center; } .ti-uae-herophoto .ti-uae-float { display: none; } .ti-uae-hero { padding-bottom: 70px; } }
@media (min-width: 992px) {
  .ti-uae-hero .col-lg-8 { flex: 0 0 100%; max-width: 100%; text-align: center; }
  .ti-uae-hero .ti-uae-h1 { max-width: 980px; margin-left: auto; margin-right: auto; }
  .ti-uae-hero .ti-uae-sub, .ti-uae-hero .ti-uae-micro { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
  .ti-uae-hero .ti-uae-what, .ti-uae-hero .ti-uae-chips, .ti-uae-hero .ti-uae-cta-row { justify-content: center; }
}
