.elementor-72402 .elementor-element.elementor-element-4c1460ac{--display:flex;}.elementor-72402 .elementor-element.elementor-element-e488d53{--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-6236b82 *//* section-intro.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --text-dark: #1a1a2e;
  --text-body: #333333;
  --text-muted: #666666;
  --border: #e0e0e0;
  --white: #ffffff;
  --highlight-bg: #f4f9f4;
  --font: 'Inter', sans-serif;
}

/* ── Section ── */
.section-vc-intro {
  font-family: var(--font);
  color: var(--text-body);
  width: 100%;
  padding: 48px 0;
}

/* ── Layout Grid ── */
.vc-intro-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 0;
  align-items: stretch;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(10, 31, 68, 0.10);
}

/* ── Left: Image Panel ── */
.vc-intro-image-panel {
  position: relative;
  min-height: 480px;
  overflow: hidden;
}

.vc-intro-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Overlay gradient for depth */
.vc-intro-image-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 31, 68, 0.55) 0%,
    rgba(10, 31, 68, 0.10) 60%,
    transparent 100%
  );
  pointer-events: none;
}

/* Stat badge on image */
.vc-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 16px rgba(10, 31, 68, 0.18);
  max-width: 220px;
}

.vc-img-badge .badge-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--navy) 0%, #1a3a6b 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vc-img-badge .badge-icon svg {
  width: 20px;
  height: 20px;
}

.vc-img-badge .badge-text .badge-value {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
  display: block;
}

.vc-img-badge .badge-text .badge-label {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--text-muted);
  line-height: 1.3;
  display: block;
  margin-top: 2px;
}

/* Gold bar on top of image */
.vc-intro-image-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
  z-index: 2;
}

/* ── Right: Content Panel ── */
.vc-intro-content-panel {
  background: var(--white);
  padding: 40px 36px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  border-top: 4px solid var(--gold);
}

/* Tag */
.vc-content-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--green);
  background: #e8f5e9;
  border-radius: 4px;
  padding: 4px 12px;
  width: fit-content;
}

.vc-content-tag .tag-dot {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Heading */
.vc-content-heading {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  padding-left: 14px;
  border-left: 4px solid var(--gold);
  margin: 0;
}

/* Body paragraphs */
.vc-content-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vc-content-body p {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.75;
  margin: 0;
}

.vc-content-body p strong {
  color: var(--text-dark);
  font-weight: 600;
}

/* Highlight stat strip */
.vc-stat-strip {
  display: flex;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 4px;
}

.vc-stat-item {
  flex: 1;
  padding: 14px 16px;
  text-align: center;
  border-right: 1px solid var(--border);
}

.vc-stat-item:last-child {
  border-right: none;
}

.vc-stat-item .stat-val {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
}

.vc-stat-item .stat-lbl {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-top: 4px;
  line-height: 1.3;
}

/* Investor types pills */
.vc-investor-types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.vc-investor-types .inv-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--navy);
  background: #f0f4ff;
  border: 1px solid #d0daf5;
  border-radius: 20px;
  padding: 5px 12px;
  white-space: nowrap;
}

.vc-investor-types .inv-pill .pill-dot {
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── Responsive: Tablet ── */
@media (max-width: 1024px) {
  .vc-intro-grid {
    grid-template-columns: 360px 1fr;
  }

  .vc-intro-content-panel {
    padding: 32px 28px;
  }

  .vc-content-heading {
    font-size: 1.35rem;
  }
}

/* ── Responsive: Mobile ── */
@media (max-width: 768px) {
  .section-vc-intro {
    padding: 32px 0;
  }

  .vc-intro-grid {
    grid-template-columns: 1fr;
    border-radius: 10px;
  }

  .vc-intro-image-panel {
    min-height: 260px;
  }

  .vc-intro-image-panel::before {
    display: none;
  }

  .vc-intro-content-panel {
    border-top: 4px solid var(--gold);
    padding: 28px 22px;
    gap: 16px;
  }

  .vc-content-heading {
    font-size: 1.2rem;
  }

  .vc-stat-strip {
    flex-wrap: wrap;
  }

  .vc-stat-item {
    flex: 1 1 calc(50% - 1px);
    min-width: 120px;
  }

  .vc-stat-item:nth-child(2) {
    border-right: none;
  }

  .vc-stat-item:nth-child(3) {
    border-top: 1px solid var(--border);
    border-right: 1px solid var(--border);
  }

  .vc-img-badge {
    bottom: 16px;
    left: 16px;
    padding: 10px 14px;
    max-width: 190px;
  }
}

@media (max-width: 480px) {
  .vc-content-heading {
    font-size: 1.1rem;
  }

  .vc-content-body p {
    font-size: 0.93rem;
  }

  .vc-stat-item {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .vc-stat-item:last-child {
    border-bottom: none;
  }

  .vc-investor-types .inv-pill {
    font-size: 0.74rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0c8541 *//* why-dubai-investors.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --text-dark: #1a1a2e;
  --text-body: #333333;
  --text-muted: #555555;
  --border: #e0e0e0;
  --white: #ffffff;
  --highlight-bg: #f4f9f4;
  --card-bg: #ffffff;
  --font: 'Inter', sans-serif;
}

/* ── Section ── */
.section-why-dubai {
  font-family: var(--font);
  color: var(--text-body);
  width: 100%;
  padding: 0px 0px;
}

/* ── Section Main Heading ── */
.wd-main-heading {
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--gold);
  width: 100%;
}

/* ── Intro Text ── */
.wd-intro-text {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 12px;
  width: 100%;
}

/* ── Stats Row ── */
.wd-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0;
  width: 100%;
}

.wd-stat-card {
  background: var(--navy);
  border-radius: 10px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  overflow: hidden;
}

.wd-stat-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.wd-stat-card .stat-number {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1.1;
}

.wd-stat-card .stat-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

/* ── Key Incentives ── */
.wd-incentives {
  margin: 28px 0;
  width: 100%;
}

.wd-sub-heading {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
  position: relative;
  padding-left: 14px;
}

.wd-sub-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: calc(100% - 6px);
  width: 4px;
  background: var(--gold);
  border-radius: 2px;
}

.wd-incentives-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  width: 100%;
}

.wd-incentive-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card-bg);
  box-shadow: 0 1px 4px rgba(10, 31, 68, 0.05);
}

.wd-incentive-item .inc-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.wd-incentive-item .inc-text {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.55;
  font-weight: 400;
}

.wd-incentive-item .inc-text strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ── Investor Types Section ── */
.wd-investor-types {
  margin-top: 36px;
  width: 100%;
}

.wd-investor-intro {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 24px;
  padding: 16px 20px;
  background: var(--highlight-bg);
  border-left: 4px solid var(--green);
  border-radius: 6px;
}

/* ── Investor Cards ── */
.wd-investor-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  width: 100%;
}

.wd-investor-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px 20px;
  box-shadow: 0 2px 8px rgba(10, 31, 68, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}

.wd-investor-card:hover {
  box-shadow: 0 6px 20px rgba(10, 31, 68, 0.12);
  transform: translateY(-2px);
}

.wd-investor-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--green-light));
}

.wd-investor-card .card-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wd-investor-card .card-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.wd-investor-card .card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}

.wd-investor-card .card-ticket {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--green);
  background: #e8f5e9;
  border-radius: 20px;
  padding: 3px 12px;
  align-self: flex-start;
}

.wd-investor-card .card-body {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.wd-investor-card .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.wd-investor-card .card-tag {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--navy);
  background: #eef2f8;
  border-radius: 4px;
  padding: 3px 9px;
  letter-spacing: 0.03em;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .wd-stats-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .wd-investor-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .wd-main-heading {
    font-size: 1.5rem;
  }

  .wd-incentives-grid {
    grid-template-columns: 1fr;
  }

  .wd-investor-cards {
    grid-template-columns: 1fr;
  }

  .wd-stats-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .wd-stat-card .stat-number {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .wd-main-heading {
    font-size: 1.25rem;
  }

  .wd-sub-heading {
    font-size: 1.1rem;
  }

  .wd-stats-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .wd-stat-card {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 16px;
  }

  .wd-stat-card::after {
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: auto;
  }

  .wd-stat-card .stat-number {
    font-size: 1.5rem;
  }

  .wd-intro-text {
    font-size: 0.92rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e17bf8a *//* startup-geography.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --text-dark: #1a1a2e;
  --text-body: #333333;
  --text-muted: #555555;
  --border: #e0e0e0;
  --white: #ffffff;
  --highlight-bg: #f4f9f4;
  --card-bg: #ffffff;
  --font: 'Inter', sans-serif;
}

/* ── Section Base ── */
.section-startup-geo {
  font-family: var(--font);
  color: var(--text-body);
  width: 100%;
  padding: 0px 0;
}

/* ── Section Intro ── */
.sg-intro-text {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 28px;
  width: 100%;
}

/* ── Sub Heading ── */
.sg-section-heading {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--gold);
  width: 100%;
}

.sg-section-subtext {
  font-size: 0.97rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 24px;
}

/* ── Hub Cards Grid ── */
.sg-hub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
  width: 100%;
}

.sg-hub-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 2px 10px rgba(10, 31, 68, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}

.sg-hub-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--gold);
  border-radius: 10px 0 0 10px;
}

.sg-hub-card:hover {
  box-shadow: 0 6px 20px rgba(10, 31, 68, 0.12);
  transform: translateY(-2px);
}

.sg-hub-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sg-hub-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--navy) 0%, #1a3a6b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sg-hub-icon svg {
  width: 18px;
  height: 18px;
  fill: var(--gold);
}

.sg-hub-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}

.sg-hub-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #e8f5e9;
  color: var(--green);
  border-radius: 20px;
  padding: 2px 10px;
  align-self: flex-start;
}

.sg-hub-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.sg-hub-stat {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  background: #f0f4fa;
  border-radius: 6px;
  padding: 6px 10px;
  align-self: flex-start;
}

.sg-hub-stat svg {
  width: 13px;
  height: 13px;
  fill: var(--gold);
  flex-shrink: 0;
}

/* ── Image Block ── */
.sg-image-block {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(10, 31, 68, 0.10);
  position: relative;
}

.sg-image-block img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.sg-image-caption {
  background: linear-gradient(135deg, var(--navy) 0%, #1a3a6b 100%);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sg-image-caption svg {
  width: 16px;
  height: 16px;
  fill: var(--gold);
  flex-shrink: 0;
}

.sg-image-caption span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}

/* ── Divider ── */
.sg-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--gold), transparent);
  margin: 40px 0;
}

/* ── Angel Section ── */
.sg-angel-intro {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 16px;
}

/* ── Stats Row ── */
.sg-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 28px;
  width: 100%;
}

.sg-stat-card {
  background: linear-gradient(135deg, var(--navy) 0%, #1a3a6b 100%);
  border-radius: 10px;
  padding: 18px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sg-stat-card .stat-value {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1.2;
}

.sg-stat-card .stat-label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  line-height: 1.4;
}

/* ── Angel Body Text ── */
.sg-angel-body {
  font-size: 0.97rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 24px;
}

/* ── Two Column Tips ── */
.sg-tips-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
  width: 100%;
}

.sg-tips-card {
  border-radius: 10px;
  padding: 20px 22px;
  border: 1px solid var(--border);
}

.sg-tips-card.appeal {
  background: var(--highlight-bg);
  border-color: #c8e6c9;
}

.sg-tips-card.avoid {
  background: #fff8f6;
  border-color: #ffccbc;
}

.sg-tips-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.sg-tips-badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sg-tips-badge.green {
  background: var(--green);
}

.sg-tips-badge.red {
  background: #d32f2f;
}

.sg-tips-badge svg {
  width: 14px;
  height: 14px;
  fill: var(--white);
}

.sg-tips-card-title {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--navy);
}

.sg-tips-card ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.sg-tips-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.6;
}

.sg-tips-card ul li .tip-dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 7px;
}

.sg-tips-card.appeal ul li .tip-dot {
  background: var(--green);
}

.sg-tips-card.avoid ul li .tip-dot {
  background: #d32f2f;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .sg-hub-grid {
    grid-template-columns: 1fr;
  }

  .sg-stats-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .section-startup-geo {
    padding: 32px 0;
  }

  .sg-section-heading {
    font-size: 1.35rem;
  }

  .sg-tips-grid {
    grid-template-columns: 1fr;
  }

  .sg-image-block img {
    height: 220px;
  }

  .sg-stats-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sg-stat-card {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    text-align: left;
    padding: 14px 16px;
  }

  .sg-stat-card .stat-value {
    font-size: 1.15rem;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .sg-section-heading {
    font-size: 1.15rem;
  }

  .sg-hub-card {
    padding: 16px;
  }

  .sg-tips-card {
    padding: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-399ac68 *//* how-to-find-investors.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --text-dark: #1a1a2e;
  --text-body: #333333;
  --text-muted: #666666;
  --border: #e0e0e0;
  --white: #ffffff;
  --highlight-bg: #f4f9f4;
  --step-bg: #f7f9fc;
  --font: 'Inter', sans-serif;
}

/* ── Section ── */
.section-find-investors {
  font-family: var(--font);
  color: var(--text-body);
  width: 100%;
  padding: 0px 0;
}

/* ── Section Heading ── */
.fi-main-heading {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--gold);
  width: 100%;
}

/* ── Stat Callout ── */
.fi-stat-callout {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--highlight-bg);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  padding: 18px 22px;
  margin-bottom: 20px;
  width: 100%;
}

.fi-stat-callout .stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--green);
  line-height: 1;
  flex-shrink: 0;
  white-space: nowrap;
}

.fi-stat-callout .stat-text {
  font-size: 0.97rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.65;
  padding-top: 4px;
}

/* ── Intro Paragraph ── */
.fi-intro {
  font-size: 1rem;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 28px;
  width: 100%;
}

/* ── Sub Heading ── */
.fi-sub-heading {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
  position: relative;
  padding-left: 14px;
}

.fi-sub-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: calc(100% - 6px);
  width: 4px;
  background: var(--gold);
  border-radius: 2px;
}

/* ── Steps List ── */
.fi-steps-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fi-steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--step-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px 18px;
  width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.fi-steps-list li:hover {
  border-color: var(--gold);
  box-shadow: 0 2px 10px rgba(201, 168, 76, 0.12);
}

.fi-steps-list li .step-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--navy);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
  margin-top: 1px;
}

.fi-steps-list li .step-text {
  font-size: 0.96rem;
  color: var(--text-body);
  line-height: 1.65;
}

.fi-steps-list li .step-text strong {
  color: var(--text-dark);
}

/* ── Cross Border Tip ── */
.fi-tip-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fffbf0;
  border: 1px solid var(--gold);
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 36px;
  width: 100%;
}

.fi-tip-box .tip-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}

.fi-tip-box .tip-text {
  font-size: 0.96rem;
  color: var(--text-dark);
  line-height: 1.7;
  font-weight: 500;
}

/* ── Image Block ── */
.fi-image-block {
  width: 100%;
  margin-bottom: 36px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(10, 31, 68, 0.10);
  position: relative;
}

.fi-image-block img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 380px;
}

.fi-image-block .img-caption {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  padding: 8px 16px;
  font-style: italic;
  text-align: center;
}

/* ── VC Section Heading ── */
.fi-vc-heading {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--gold);
  width: 100%;
}

.fi-vc-intro {
  font-size: 0.97rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
  width: 100%;
}

/* ── VC Cards Grid ── */
.fi-vc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
  width: 100%;
}

.fi-vc-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}

.fi-vc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--gold) 100%);
}

.fi-vc-card:hover {
  box-shadow: 0 6px 24px rgba(10, 31, 68, 0.10);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.fi-vc-card .vc-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}

.fi-vc-card .vc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.fi-vc-card .vc-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 9px;
  border-radius: 20px;
  background: #e8f5e9;
  color: var(--green);
  letter-spacing: 0.02em;
}

.fi-vc-card .vc-tag.tag-stage {
  background: #e8eaf6;
  color: #283593;
}

.fi-vc-card .vc-tag.tag-sector {
  background: #e8f5e9;
  color: #1b5e20;
}

.fi-vc-card .vc-detail {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.6;
  flex: 1;
}

.fi-vc-card .vc-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}

.fi-vc-card .vc-meta .meta-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.fi-vc-card .vc-aum {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
}

/* ── Bottom Summary ── */
.fi-summary-box {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6b 100%);
  border-radius: 10px;
  padding: 22px 28px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.fi-summary-box .sum-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}

.fi-summary-box .sum-text {
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.75;
  font-weight: 400;
}

.fi-summary-box .sum-text strong {
  color: var(--gold-light);
  font-weight: 700;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .fi-vc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fi-main-heading,
  .fi-vc-heading {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .section-find-investors {
    padding: 32px 0;
  }

  .fi-main-heading,
  .fi-vc-heading {
    font-size: 1.35rem;
  }

  .fi-vc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .fi-stat-callout .stat-number {
    font-size: 1.8rem;
  }

  .fi-image-block img {
    max-height: 260px;
  }

  .fi-summary-box {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .fi-vc-grid {
    grid-template-columns: 1fr;
  }

  .fi-main-heading,
  .fi-vc-heading {
    font-size: 1.2rem;
  }

  .fi-stat-callout {
    flex-direction: column;
    gap: 8px;
  }

  .fi-stat-callout .stat-number {
    font-size: 2rem;
  }

  .fi-steps-list li {
    padding: 12px 14px;
  }

  .fi-steps-list li .step-text {
    font-size: 0.9rem;
  }

  .fi-summary-box {
    padding: 18px 16px;
  }

  .fi-summary-box .sum-text {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f94a630 *//* dubai-investors.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy: #0a1f44;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --text-dark: #1a1a2e;
  --text-body: #333333;
  --text-muted: #555555;
  --border: #e0e0e0;
  --white: #ffffff;
  --highlight-bg: #f4f9f4;
  --font: 'Inter', sans-serif;
}

/* ── Section ── */
.section-dubai-investors {
  font-family: var(--font);
  color: var(--text-body);
  width: 100%;
  padding: 0px 0 48px;
}

/* ── Main Heading ── */
.di-main-heading {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--gold);
  width: 100%;
}

/* ── Intro Text ── */
.di-intro {
  font-size: 1rem;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 28px;
  width: 100%;
}

/* ── Sub Heading ── */
.di-sub-heading {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
  position: relative;
  padding-left: 14px;
}

.di-sub-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: calc(100% - 6px);
  width: 4px;
  background: var(--gold);
  border-radius: 2px;
}

/* ── Criteria Grid ── */
.di-criteria-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 28px;
  width: 100%;
}

/* ── Criteria Card ── */
.di-card {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 1px 6px rgba(10, 31, 68, 0.06);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.di-card:hover {
  box-shadow: 0 4px 16px rgba(10, 31, 68, 0.10);
  border-color: var(--gold);
}

/* ── Card Icon ── */
.di-card-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--navy) 0%, #1a3a6b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
}

/* ── Card Body ── */
.di-card-body {
  flex: 1;
  min-width: 0;
}

.di-card-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.di-card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.di-card-desc strong {
  color: var(--text-dark);
  font-weight: 600;
}

/* ── Compliance Note ── */
.di-compliance-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff8e6;
  border: 1px solid #f0d080;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 28px;
  width: 100%;
}

.di-compliance-note .note-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 1px;
  line-height: 1;
}

.di-compliance-note p {
  font-size: 0.94rem;
  color: #5a3e00;
  line-height: 1.65;
  font-weight: 500;
}

/* ── Closing Text ── */
.di-closing {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 0;
  width: 100%;
  padding: 16px 20px;
  background: var(--highlight-bg);
  border-radius: 8px;
  border-left: 5px solid var(--green);
}

.di-closing a {
  color: var(--green);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s;
}

.di-closing a:hover {
  color: var(--green-light);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .di-main-heading {
    font-size: 1.5rem;
  }

  .di-criteria-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .di-card {
    padding: 14px 15px;
  }

  .di-card-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .section-dubai-investors {
    padding: 28px 0 36px;
  }

  .di-main-heading {
    font-size: 1.25rem;
  }

  .di-intro {
    font-size: 0.95rem;
  }

  .di-card-title {
    font-size: 0.83rem;
  }

  .di-card-desc {
    font-size: 0.87rem;
  }

  .di-compliance-note p {
    font-size: 0.88rem;
  }

  .di-closing {
    font-size: 0.92rem;
    padding: 14px 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ccbf2d *//* ==================== CTA BUTTONS CSS ==================== */

.aa-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0;
  align-items: stretch;
}

/* --- Base Button --- */
.aa-cta-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 300px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.aa-cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.aa-cta-btn:hover::before {
  opacity: 1;
}

/* --- Primary Button (Main Website) --- */
.aa-cta-primary {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.aa-cta-primary::before {
  background: #2a2a2a;
}

.aa-cta-primary .aa-cta-icon svg {
  stroke: #c8a84b;
}

.aa-cta-primary .aa-cta-label {
  color: #f0d080;
}

.aa-cta-primary .aa-cta-sub {
  color: #aaaaaa;
}

.aa-cta-primary .aa-cta-arrow {
  color: #c8a84b;
}

.aa-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,168,75,0.2);
  border-color: #c8a84b;
}

/* --- Secondary Button (Freezone + Mainland) --- */
.aa-cta-secondary {
  background: #ffffff;
  border-color: #c8a84b;
}

.aa-cta-secondary::before {
  background: linear-gradient(135deg, rgba(200,168,75,0.06), rgba(240,208,128,0.06));
}

.aa-cta-secondary .aa-cta-icon svg {
  stroke: #c8a84b;
}

.aa-cta-secondary .aa-cta-label {
  color: #1a1a1a;
}

.aa-cta-secondary .aa-cta-sub {
  color: #888888;
}

.aa-cta-secondary .aa-cta-arrow {
  color: #c8a84b;
}

.aa-cta-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,168,75,0.15);
  border-color: #b8922a;
  background: #fffdf5;
}

/* --- Gold Button (Contact / CTA) --- */
.aa-cta-gold {
  background: linear-gradient(135deg, #c8a84b 0%, #f0d080 50%, #c8a84b 100%);
  background-size: 200% auto;
  border-color: transparent;
}

.aa-cta-gold::before {
  background: linear-gradient(135deg, #b8922a 0%, #e0c060 50%, #b8922a 100%);
  background-size: 200% auto;
}

.aa-cta-gold .aa-cta-icon svg {
  stroke: #ffffff;
}

.aa-cta-gold .aa-cta-label {
  color: #ffffff;
}

.aa-cta-gold .aa-cta-sub {
  color: rgba(255,255,255,0.8);
}

.aa-cta-gold .aa-cta-arrow {
  color: #ffffff;
}

.aa-cta-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(200,168,75,0.45);
  background-position: right center;
}

/* --- Icon Wrapper --- */
.aa-cta-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.aa-cta-icon svg {
  width: 20px;
  height: 20px;
}

/* --- Text Block --- */
.aa-cta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  position: relative;
  z-index: 1;
}

.aa-cta-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

.aa-cta-sub {
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.3;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

/* --- Arrow --- */
.aa-cta-arrow {
  font-size: 18px;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.aa-cta-btn:hover .aa-cta-arrow {
  transform: translateX(4px);
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .aa-cta-wrapper {
    flex-direction: column;
    gap: 12px;
  }

  .aa-cta-btn {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  .aa-cta-btn {
    padding: 12px 16px;
  }

  .aa-cta-label {
    font-size: 13.5px;
  }

  .aa-cta-sub {
    font-size: 11px;
  }
}/* End custom CSS */