.elementor-73374 .elementor-element.elementor-element-05a94f9{--display:flex;}.elementor-73374 .elementor-element.elementor-element-79a0e6a{--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-3ea292c *//* t-sukuk.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;
  --red-light: #fff1f1;
  --red: #c62828;
  --amber-light: #fffbeb;
  --amber: #d97706;
  --font: 'Inter', sans-serif;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow-sm: 0 1px 4px rgba(10,31,68,0.07);
  --shadow-md: 0 4px 16px rgba(10,31,68,0.09);
  --shadow-lg: 0 8px 32px rgba(10,31,68,0.12);
}

/* ── Section ── */
.sukuk-article {
  font-family: var(--font);
  width: 100%;
  padding: 40px 0px;
  color: var(--text-body);
}

/* ── Disclaimer ── */
.sukuk-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--amber-light);
  border: 1.5px solid #fcd34d;
  border-left: 5px solid var(--amber);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  margin-bottom: 36px;
  font-size: 0.85rem;
  color: #78350f;
  line-height: 1.65;
}

.sukuk-disclaimer-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── Main Title ── */
.sukuk-main-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 10px;
}

.sukuk-gold-bar {
  width: 52px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin-bottom: 22px;
}

/* ── Body Text ── */
.sukuk-body {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.85;
  margin-bottom: 16px;
}

.sukuk-body strong {
  color: var(--navy);
  font-weight: 700;
}

/* ── Section Title (H2) ── */
.sukuk-section-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin-top: 48px;
  margin-bottom: 14px;
  padding-left: 14px;
  border-left: 4px solid var(--gold);
}

/* ── Sub Title (H3) ── */
.sukuk-sub-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.35;
  margin-top: 26px;
  margin-bottom: 10px;
}

/* ── Full Width Image ── */
.sukuk-img-wrap {
  width: 100%;
  margin: 36px 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}

.sukuk-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.sukuk-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(10,31,68,0.82) 0%, transparent 100%);
  color: rgba(255,255,255,0.9);
  font-size: 0.82rem;
  padding: 28px 20px 14px;
  font-style: italic;
}

/* ── Highlight Box ── */
.sukuk-highlight {
  background: var(--bg-light);
  border: 1.5px solid var(--border);
  border-left: 5px solid var(--navy);
  border-radius: var(--radius);
  padding: 22px 26px;
  margin: 28px 0;
  box-shadow: var(--shadow-sm);
}

.sukuk-highlight h3 {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sukuk-highlight h3::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
}

/* ── Bullet List ── */
.sukuk-bullet-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sukuk-bullet-list li {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.65;
  padding-left: 22px;
  position: relative;
}

.sukuk-bullet-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.4;
}

.sukuk-bullet-list li strong {
  color: var(--navy);
  font-weight: 700;
}

/* ── Key Facts Bar ── */
.sukuk-facts-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 28px 0;
}

.sukuk-fact-card {
  background: var(--navy);
  border-radius: var(--radius);
  padding: 20px 16px;
  text-align: center;
  box-shadow: var(--shadow-md);
}

.sukuk-fact-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1.2;
  margin-bottom: 6px;
}

.sukuk-fact-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.72);
  font-weight: 500;
  line-height: 1.4;
}

/* ── Table ── */
.sukuk-table-wrap {
  overflow-x: auto;
  margin: 22px 0 32px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  border: 1.5px solid var(--border);
}

.sukuk-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  min-width: 520px;
}

.sukuk-table thead tr {
  background: var(--navy);
  color: var(--white);
}

.sukuk-table thead th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sukuk-table thead th:first-child { border-radius: 8px 0 0 0; }
.sukuk-table thead th:last-child  { border-radius: 0 8px 0 0; }

.sukuk-table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}

.sukuk-table tbody tr:last-child { border-bottom: none; }
.sukuk-table tbody tr:nth-child(even) { background: var(--bg-light); }
.sukuk-table tbody tr:hover { background: #f0f6ff; }

.sukuk-table tbody td {
  padding: 13px 18px;
  color: var(--text-body);
  vertical-align: top;
  line-height: 1.55;
}

.sukuk-table tbody td:first-child {
  font-weight: 600;
  color: var(--navy);
}

.sukuk-table td.td-good {
  color: var(--green);
  font-weight: 600;
}

.sukuk-table td.td-note {
  color: var(--text-muted);
  font-style: italic;
}

/* ── Eligibility Checklist ── */
.sukuk-eligibility {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin: 22px 0 28px;
  box-shadow: var(--shadow-sm);
}

.sukuk-elig-header {
  background: var(--navy);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 20px;
}

.sukuk-elig-body {
  background: var(--white);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sukuk-elig-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.6;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.sukuk-elig-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sukuk-elig-icon {
  width: 26px;
  height: 26px;
  background: var(--bg-green);
  border: 1.5px solid #bbf7d0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  color: var(--green);
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

.sukuk-elig-label {
  font-weight: 700;
  color: var(--navy);
  display: block;
  margin-bottom: 2px;
  font-size: 0.88rem;
}

/* ── Steps ── */
.sukuk-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 22px 0 28px;
  position: relative;
}

.sukuk-steps::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 26px;
  bottom: 26px;
  width: 2px;
  background: var(--border);
  z-index: 0;
}

.sukuk-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 0 20px;
  position: relative;
  z-index: 1;
}

.sukuk-step:last-child { padding-bottom: 0; }

.sukuk-step-num {
  width: 38px;
  height: 38px;
  background: var(--navy);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(10,31,68,0.18);
  position: relative;
  z-index: 2;
}

.sukuk-step-content h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin: 8px 0 4px;
}

.sukuk-step-content p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* ── Benefits Grid ── */
.sukuk-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0 28px;
}

.sukuk-benefit-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 18px;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.sukuk-benefit-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--gold));
}

.sukuk-benefit-icon {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: block;
}

.sukuk-benefit-card h3 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 8px;
  line-height: 1.3;
}

.sukuk-benefit-card p {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* ── Risk Cards ── */
.sukuk-risks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 22px 0 28px;
}

.sukuk-risk-card {
  background: var(--red-light);
  border: 1.5px solid #fecaca;
  border-radius: var(--radius-sm);
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.sukuk-risk-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.sukuk-risk-card h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--red);
  margin: 0 0 5px;
  line-height: 1.3;
}

.sukuk-risk-card p {
  font-size: 0.83rem;
  color: #7f1d1d;
  line-height: 1.6;
  margin: 0;
}

/* ── Services Grid (A&A) ── */
.sukuk-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0 28px;
}

.sukuk-service-card {
  background: var(--bg-light);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 18px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.sukuk-service-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.sukuk-service-card h3 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 4px;
  line-height: 1.3;
}

.sukuk-service-card p {
  font-size: 0.81rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

/* ── CTA Banner ── */
.sukuk-cta {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: var(--radius);
  padding: 36px 40px;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.sukuk-cta::after {
  content: '';
  position: absolute;
  bottom: -40px; right: -40px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(201,168,76,0.07);
  pointer-events: none;
}

.sukuk-cta-left { flex: 1 1 auto; position: relative; z-index: 1; }

.sukuk-cta-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.sukuk-cta-eyebrow::before {
  content: '';
  display: inline-block;
  width: 18px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

.sukuk-cta-left h2 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 10px;
}

.sukuk-cta-left p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  max-width: 520px;
}

.sukuk-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.sukuk-btn-primary {
  display: inline-flex;
  align-items: 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.9rem;
  padding: 13px 24px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.18s, box-shadow 0.18s;
  box-shadow: 0 4px 14px rgba(46,125,50,0.28);
  white-space: nowrap;
}

.sukuk-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(46,125,50,0.34);
}

.sukuk-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 12px 24px;
  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;
}

.sukuk-btn-secondary:hover {
  background: rgba(255,255,255,0.14);
  border-color: var(--gold);
  transform: translateY(-1px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .sukuk-facts-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .sukuk-article { padding: 44px 24px; }
  .sukuk-main-title { font-size: 1.65rem; }
  .sukuk-section-title { font-size: 1.2rem; }
  .sukuk-benefits { grid-template-columns: repeat(2, 1fr); }
  .sukuk-services { grid-template-columns: repeat(2, 1fr); }
  .sukuk-cta { padding: 28px 28px; }
}

@media (max-width: 640px) {
  .sukuk-article { padding: 36px 16px; }
  .sukuk-main-title { font-size: 1.4rem; }
  .sukuk-section-title { font-size: 1.1rem; }
  .sukuk-facts-bar { grid-template-columns: repeat(2, 1fr); }
  .sukuk-benefits { grid-template-columns: 1fr; }
  .sukuk-risks { grid-template-columns: 1fr; }
  .sukuk-services { grid-template-columns: 1fr; }
  .sukuk-img-wrap img { height: 240px; }
  .sukuk-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }
  .sukuk-cta-btns { width: 100%; }
  .sukuk-btn-primary,
  .sukuk-btn-secondary { justify-content: center; width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a541586 *//* ==================== 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 */