.elementor-72970 .elementor-element.elementor-element-4c1460ac{--display:flex;}.elementor-72970 .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 *//* jebel-ali-intro.css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --navy-light: #1a3a6b;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --text-dark: #0a1f44;
  --text-body: #374151;
  --text-muted: #6b7280;
  --border: #e5e7eb;
  --bg-light: #f9fafb;
  --white: #ffffff;
  --font: 'Inter', sans-serif;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow-md: 0 4px 16px rgba(10,31,68,0.09);
}

/* ── Section ── */
.ja-intro-section {
  font-family: var(--font);
  width: 100%;
  padding: 0px 0px;
}

.ja-intro-inner {
  width: 100%;
  max-width: 100%;
}

/* ── Eyebrow ── */
.ja-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--green);
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.ja-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}

/* ── Heading ── */
.ja-intro-heading {
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.28;
  margin-bottom: 10px;
}

.ja-gold-bar {
  width: 52px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin-bottom: 26px;
}

/* ── Stat Bar ── */
.ja-stat-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.ja-stat-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 18px;
  box-shadow: var(--shadow-md);
  flex: 1 1 auto;
  min-width: 160px;
}

.ja-stat-pill-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}

.ja-stat-pill-val {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
}

.ja-stat-pill-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-muted);
  line-height: 1.3;
  margin-top: 1px;
}

.ja-stat-pill-divider {
  width: 1px;
  height: 34px;
  background: var(--border);
  flex-shrink: 0;
}

/* ── Body Text ── */
.ja-intro-body {
  font-size: 1rem;
  color: var(--text-body);
  line-height: 1.82;
  margin-bottom: 18px;
}

.ja-intro-body strong {
  color: var(--navy);
  font-weight: 700;
}

/* ── Highlight Block ── */
.ja-highlight-block {
  background: var(--bg-light);
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 16px 20px;
  margin-bottom: 18px;
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.72;
}

.ja-highlight-block strong {
  color: var(--navy);
  font-weight: 700;
}

/* ── What Comes Next Strip ── */
.ja-next-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--navy);
  border-radius: var(--radius);
  padding: 18px 24px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.ja-next-strip-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.ja-next-strip-text {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  flex: 1 1 auto;
}

.ja-next-strip-text strong {
  color: var(--gold);
  font-weight: 700;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .ja-intro-section {
    padding: 48px 24px;
  }

  .ja-intro-heading {
    font-size: 1.6rem;
  }
}

@media (max-width: 600px) {
  .ja-intro-section {
    padding: 36px 16px;
  }

  .ja-intro-heading {
    font-size: 1.3rem;
  }

  .ja-intro-body {
    font-size: 0.95rem;
  }

  .ja-stat-bar {
    flex-direction: column;
    gap: 10px;
  }

  .ja-stat-pill {
    min-width: unset;
    width: 100%;
  }

  .ja-next-strip {
    padding: 16px 18px;
  }

  .ja-next-strip-text {
    font-size: 0.88rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5146cd8 *//* jafza-article.css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --navy-light: #1a3a6b;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --text-dark: #0a1f44;
  --text-body: #374151;
  --text-muted: #6b7280;
  --border: #e5e7eb;
  --bg-light: #f9fafb;
  --bg-green: #f0fdf4;
  --white: #ffffff;
  --font: 'Inter', sans-serif;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow-md: 0 4px 16px rgba(10,31,68,0.09);
  --shadow-lg: 0 8px 32px rgba(10,31,68,0.12);
}

/* ── Section ── */
.jafza-article {
  font-family: var(--font);
  width: 100%;
  padding: 40px 0px;
  color: var(--text-body);
}

.jafza-article-inner {
  width: 100%;
  max-width: 100%;
}

/* ── Article Header ── */
.jafza-article-header {
  margin-bottom: 40px;
}

.jafza-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.jafza-eyebrow-line {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

.jafza-article-header h2 {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 16px;
}

.jafza-article-header .jafza-intro {
  font-size: 1rem;
  color: var(--text-body);
  line-height: 1.8;
  max-width: 820px;
}

/* ── Stats Row ── */
.jafza-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.jafza-stat-card {
  background: var(--navy);
  border-radius: var(--radius);
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
}

.jafza-stat-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
}

.jafza-stat-year {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.jafza-stat-value {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 4px;
}

.jafza-stat-growth {
  font-size: 0.78rem;
  font-weight: 600;
  color: #86efac;
  display: flex;
  align-items: center;
  gap: 4px;
}

.jafza-stat-note {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
  line-height: 1.4;
}

/* ── Image Full Width ── */
.jafza-image-full {
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: var(--shadow-lg);
  position: relative;
}

.jafza-image-full img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.jafza-image-caption {
  background: var(--navy);
  padding: 12px 18px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 8px;
}

.jafza-image-caption::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}

/* ── Highlight Box ── */
.jafza-highlight-box {
  background: var(--bg-light);
  border: 1.5px solid var(--border);
  border-left: 5px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 22px;
  margin-bottom: 36px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.jafza-highlight-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.jafza-highlight-box p {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.75;
  margin: 0;
}

.jafza-highlight-box strong {
  color: var(--navy);
  font-weight: 700;
}

/* ── Section Heading ── */
.jafza-section-h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 18px;
  padding-left: 14px;
  border-left: 4px solid var(--gold);
  position: relative;
}

/* ── Body Text ── */
.jafza-body-text {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 18px;
}

.jafza-body-text strong {
  color: var(--navy);
  font-weight: 700;
}

/* ── Three Factors Grid ── */
.jafza-factors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}

.jafza-factor-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 20px;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}

.jafza-factor-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.jafza-factor-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--gold) 100%);
}

.jafza-factor-num {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.jafza-factor-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.3;
}

.jafza-factor-desc {
  font-size: 0.87rem;
  color: var(--text-body);
  line-height: 1.7;
}

/* ── Two Column Layout ── */
.jafza-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
  align-items: start;
}

.jafza-two-col-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jafza-two-col-image {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: sticky;
  top: 24px;
}

.jafza-two-col-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.jafza-two-col-image figcaption {
  background: var(--navy);
  padding: 10px 16px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 7px;
}

.jafza-two-col-image figcaption::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}

/* ── Shippers Impact Cards ── */
.jafza-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.jafza-impact-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 18px;
  box-shadow: var(--shadow-md);
}

.jafza-impact-icon {
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: block;
}

.jafza-impact-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.3;
}

.jafza-impact-desc {
  font-size: 0.86rem;
  color: var(--text-body);
  line-height: 1.7;
}

/* ── JAFZA Business Implications ── */
.jafza-biz-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.jafza-biz-card {
  background: var(--bg-light);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.jafza-biz-card:hover {
  border-color: var(--navy);
  box-shadow: var(--shadow-md);
}

.jafza-biz-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.jafza-biz-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
  line-height: 1.3;
}

.jafza-biz-desc {
  font-size: 0.85rem;
  color: var(--text-body);
  line-height: 1.7;
}

/* ── Closing Quote ── */
.jafza-closing-quote {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: var(--radius);
  padding: 36px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.jafza-closing-quote::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 10rem;
  font-weight: 800;
  color: rgba(201,168,76,0.08);
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}

.jafza-closing-quote p {
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(255,255,255,0.88);
  line-height: 1.75;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.jafza-closing-quote strong {
  color: var(--gold);
  font-weight: 700;
}

/* ── Divider ── */
.jafza-divider {
  border: none;
  border-top: 1.5px solid var(--border);
  margin: 36px 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .jafza-factors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .jafza-stats-row {
    grid-template-columns: 1fr 1fr;
  }

  .jafza-two-col {
    grid-template-columns: 1fr;
  }

  .jafza-two-col-image {
    position: static;
  }
}

@media (max-width: 768px) {
  .jafza-article {
    padding: 40px 20px;
  }

  .jafza-article-header h2 {
    font-size: 1.45rem;
  }

  .jafza-stats-row {
    grid-template-columns: 1fr;
  }

  .jafza-factors-grid {
    grid-template-columns: 1fr;
  }

  .jafza-impact-grid {
    grid-template-columns: 1fr;
  }

  .jafza-biz-grid {
    grid-template-columns: 1fr;
  }

  .jafza-image-full img {
    height: 260px;
  }

  .jafza-two-col-image img {
    height: 260px;
  }

  .jafza-closing-quote {
    padding: 28px 22px;
  }

  .jafza-closing-quote p {
    font-size: 0.95rem;
  }

  .jafza-section-h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .jafza-article {
    padding: 32px 16px;
  }

  .jafza-article-header h2 {
    font-size: 1.25rem;
  }

  .jafza-highlight-box {
    flex-direction: column;
    gap: 10px;
  }

  .jafza-stat-value {
    font-size: 1.25rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c40986 *//* jafza-cta.css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --navy-light: #1a3a6b;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --text-dark: #0a1f44;
  --text-body: #374151;
  --text-muted: #6b7280;
  --border: #e5e7eb;
  --bg-light: #f9fafb;
  --bg-green: #f0fdf4;
  --white: #ffffff;
  --font: 'Inter', sans-serif;
  --radius: 12px;
  --radius-sm: 6px;
  --shadow-lg: 0 8px 40px rgba(10,31,68,0.13);
}

/* ── Section ── */
.jafza-cta-section {
  font-family: var(--font);
  width: 100%;
  padding: 40px 0;
}

/* ── Card ── */
.jafza-cta-card {
  width: 100%;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 52px 48px;
  position: relative;
  overflow: hidden;
}

/* Decorative circles */
.jafza-cta-card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(201,168,76,0.07);
  pointer-events: none;
}

.jafza-cta-card::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -50px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  pointer-events: none;
}

/* ── Eyebrow ── */
.jafza-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.jafza-cta-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

/* ── Heading ── */
.jafza-cta-card h2 {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  max-width: 720px;
}

/* ── Body ── */
.jafza-cta-body {
  font-size: 1rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
  max-width: 860px;
}

/* ── Highlights Strip ── */
.jafza-cta-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.jafza-cta-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 0.83rem;
  font-weight: 600;
  color: rgba(255,255,255,0.88);
  white-space: nowrap;
  transition: background 0.18s, border-color 0.18s;
}

.jafza-cta-tag:hover {
  background: rgba(255,255,255,0.13);
  border-color: var(--gold);
}

.jafza-cta-tag-icon {
  font-size: 0.95rem;
}

/* ── Divider ── */
.jafza-cta-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.10);
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

/* ── CTA Block ── */
.jafza-cta-block {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(201,168,76,0.25);
  border-radius: var(--radius);
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.jafza-cta-block-left {
  flex: 1 1 380px;
  min-width: 0;
}

.jafza-cta-block-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.jafza-cta-block h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 10px;
}

.jafza-cta-block p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin: 0;
}

/* ── Buttons ── */
.jafza-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  min-width: 220px;
}

.jafza-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%);
  color: var(--white);
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.93rem;
  padding: 14px 26px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.18s, box-shadow 0.18s;
  box-shadow: 0 4px 16px rgba(46,125,50,0.3);
  white-space: nowrap;
  text-align: center;
}

.jafza-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(46,125,50,0.38);
}

.jafza-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: rgba(255,255,255,0.85);
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.22);
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, transform 0.18s;
  white-space: nowrap;
  text-align: center;
}

.jafza-btn-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--gold);
  transform: translateY(-1px);
}

.jafza-btn-arrow {
  font-style: normal;
  transition: transform 0.18s;
}

.jafza-btn-primary:hover .jafza-btn-arrow,
.jafza-btn-secondary:hover .jafza-btn-arrow {
  transform: translateX(3px);
}

/* ── Trust Bar ── */
.jafza-trust-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  position: relative;
  z-index: 1;
}

.jafza-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.jafza-trust-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-light);
  flex-shrink: 0;
  animation: jafza-pulse 2.2s infinite;
}

@keyframes jafza-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.jafza-trust-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
}

.jafza-trust-sep {
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .jafza-cta-card {
    padding: 44px 36px;
  }
}

@media (max-width: 900px) {
  .jafza-cta-section {
    padding: 36px 0;
  }

  .jafza-cta-card {
    padding: 40px 32px;
  }

  .jafza-cta-card h2 {
    font-size: 1.6rem;
  }

  .jafza-cta-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 28px 28px;
  }

  .jafza-cta-block-left {
    flex: 1 1 100%;
  }

  .jafza-cta-btns {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    min-width: unset;
  }

  .jafza-btn-primary,
  .jafza-btn-secondary {
    flex: 1 1 auto;
  }
}

@media (max-width: 600px) {
  .jafza-cta-section {
    padding: 28px 0;
  }

  .jafza-cta-card {
    padding: 32px 20px;
    border-radius: 10px;
  }

  .jafza-cta-card h2 {
    font-size: 1.35rem;
  }

  .jafza-cta-body {
    font-size: 0.93rem;
  }

  .jafza-cta-block {
    padding: 22px 18px;
  }

  .jafza-cta-block h3 {
    font-size: 1.1rem;
  }

  .jafza-cta-btns {
    flex-direction: column;
  }

  .jafza-btn-primary,
  .jafza-btn-secondary {
    width: 100%;
    font-size: 0.9rem;
    padding: 13px 18px;
  }

  .jafza-trust-bar {
    gap: 12px;
  }

  .jafza-trust-sep {
    display: none;
  }

  .jafza-trust-label {
    font-size: 0.74rem;
  }
}/* 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 */