.elementor-72444 .elementor-element.elementor-element-4c1460ac{--display:flex;}.elementor-72444 .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 *//* blog-intro-section.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: #666666;
  --border: #e0e0e0;
  --white: #ffffff;
  --font: 'Inter', sans-serif;
}

/* ── Section ── */
.section-blog-intro {
  font-family: var(--font);
  width: 100%;
  padding: 0 0 48px;
}

/* ── Hero Image Block ── */
.bi-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 0;
}

.bi-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ── Gradient Overlay ── */
.bi-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 31, 68, 0.10) 0%,
    rgba(10, 31, 68, 0.30) 40%,
    rgba(10, 31, 68, 0.82) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 40px;
}

/* ── Category Tag on image ── */
.bi-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 14px;
  width: fit-content;
}

.bi-tag span.bi-dot {
  width: 6px;
  height: 6px;
  background: var(--navy);
  border-radius: 50%;
  display: inline-block;
}

/* ── Headline on image ── */
.bi-hero-headline {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
  max-width: 780px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

/* ── Meta Bar ── */
.bi-meta-bar {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--navy);
  border-radius: 0 0 10px 10px;
  padding: 14px 28px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.bi-meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255,255,255,0.80);
  padding: 4px 20px 4px 0;
  white-space: nowrap;
}

.bi-meta-item:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.18);
  margin-right: 20px;
}

.bi-meta-item svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.75;
}

.bi-meta-item strong {
  color: var(--gold-light);
  font-weight: 600;
}

/* ── Body Content ── */
.bi-body {
  width: 100%;
}

/* ── Alert Notice ── */
.bi-alert {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 28px;
}

.bi-alert-icon {
  font-size: 1.3rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 1px;
}

.bi-alert p {
  font-size: 0.95rem;
  font-weight: 600;
  color: #5d4000;
  line-height: 1.6;
}

.bi-alert p span {
  font-weight: 400;
  color: #7a5500;
}

/* ── Intro Paragraph ── */
.bi-intro-text {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--text-body);
  margin-bottom: 24px;
}

/* ── Divider ── */
.bi-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin: 28px 0;
}

/* ── Second paragraph ── */
.bi-secondary-text {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 32px;
}

/* ── What's Inside Strip ── */
.bi-inside-strip {
  background: var(--navy);
  border-radius: 10px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.bi-inside-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 20px;
  border-right: 1px solid rgba(255,255,255,0.15);
}

.bi-inside-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1 1 auto;
}

.bi-inside-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.88);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

.bi-inside-chip::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .bi-hero-headline {
    font-size: 1.55rem;
  }

  .bi-hero-overlay {
    padding: 28px 30px;
  }
}

@media (max-width: 768px) {
  .bi-hero {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }

  .bi-hero-overlay {
    padding: 20px 20px;
  }

  .bi-hero-headline {
    font-size: 1.2rem;
  }

  .bi-meta-bar {
    padding: 12px 20px;
    gap: 4px;
  }

  .bi-meta-item {
    font-size: 0.78rem;
    padding: 4px 12px 4px 0;
    margin-right: 12px;
  }

  .bi-intro-text {
    font-size: 0.97rem;
  }

  .bi-inside-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
  }

  .bi-inside-label {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .bi-hero {
    aspect-ratio: 4 / 3;
    border-radius: 6px;
  }

  .bi-hero-headline {
    font-size: 1.05rem;
    line-height: 1.3;
  }

  .bi-tag {
    font-size: 0.65rem;
    padding: 4px 10px;
  }

  .bi-hero-overlay {
    padding: 16px;
  }

  .bi-meta-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px 16px;
  }

  .bi-meta-item:not(:last-child) {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    width: 100%;
  }

  .bi-alert p {
    font-size: 0.88rem;
  }

  .bi-intro-text {
    font-size: 0.93rem;
    line-height: 1.75;
  }

  .bi-inside-chip {
    font-size: 0.78rem;
    padding: 5px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0c8541 *//* section-regional-response.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;
  --font: 'Inter', sans-serif;
}

/* ── Section Wrapper ── */
.section-regional {
  font-family: var(--font);
  color: var(--text-body);
  width: 100%;
  padding: 0 0 56px;
}

/* ── Hero Image Block ── */
.rr-hero {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  min-height: 320px;
  background: var(--navy);
  display: flex;
  align-items: flex-end;
}

.rr-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0.55;
}

.rr-hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 40px 36px;
  background: linear-gradient(to top, rgba(10,31,68,0.92) 0%, rgba(10,31,68,0.4) 70%, transparent 100%);
}

.rr-hero-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 4px;
  padding: 3px 12px;
  margin-bottom: 12px;
}

.rr-hero-title {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 680px;
}

/* ── Intro Block ── */
.rr-intro {
  margin-bottom: 36px;
}

.rr-intro p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-body);
  margin-bottom: 0;
}

/* ── Two-Col: Challenges + Quote ── */
.rr-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
  align-items: stretch;
}

/* Challenges Card */
.rr-challenges {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(10,31,68,0.06);
}

.rr-challenges-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.rr-challenges-title::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}

.rr-challenges ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rr-challenges ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.rr-challenges ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.rr-challenges ul li .ch-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  margin-top: 7px;
}

/* Quote Card */
.rr-quote-card {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6b 100%);
  border-radius: 10px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.rr-quote-card::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 8rem;
  color: rgba(201,168,76,0.15);
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}

.rr-quote-text {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255,255,255,0.92);
  line-height: 1.75;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.rr-quote-text strong {
  color: var(--gold-light);
  font-style: normal;
}

.rr-quote-source {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.rr-quote-source .qs-logo {
  flex-shrink: 0;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--gold-light);
  letter-spacing: 0.05em;
}

.rr-quote-source .qs-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.4;
}

/* Advisor Banner */
.rr-advisor-banner {
  background: var(--highlight-bg);
  border: 1px solid #c8e6c9;
  border-left: 5px solid var(--green);
  border-radius: 8px;
  padding: 16px 22px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.rr-advisor-banner .ab-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.rr-advisor-banner .ab-icon svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rr-advisor-banner p {
  font-size: 0.95rem;
  color: var(--text-dark);
  line-height: 1.65;
}

.rr-advisor-banner p a {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}

.rr-advisor-banner p a:hover {
  text-decoration: underline;
}

/* ── Pillar Section ── */
.rr-pillar-section {
  width: 100%;
}

.rr-pillar-header {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 28px;
}

.rr-pillar-heading {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  padding-left: 14px;
  position: relative;
}

.rr-pillar-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  height: calc(100% - 8px);
  width: 4px;
  background: var(--gold);
  border-radius: 2px;
}

.rr-pillar-heading span {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 6px;
}

/* ── Pillar Image Strip ── */
.rr-pillar-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 28px;
  height: 240px;
  position: relative;
}

.rr-pillar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.rr-pillar-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background: linear-gradient(to top, rgba(10,31,68,0.85) 0%, transparent 100%);
  font-size: 0.78rem;
  color: rgba(255,255,255,0.8);
  font-style: italic;
}

/* ── Date Badge ── */
.rr-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 24px;
}

.rr-date-badge svg {
  width: 14px;
  height: 14px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* ── Pillars Grid ── */
.rr-pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 0;
}

.rr-pillar-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(10,31,68,0.06);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}

.rr-pillar-card:hover {
  box-shadow: 0 6px 24px rgba(10,31,68,0.12);
  transform: translateY(-2px);
}

.rr-pillar-card-top {
  background: var(--navy);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.rr-pillar-number {
  width: 32px;
  height: 32px;
  background: var(--gold);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--navy);
  flex-shrink: 0;
}

.rr-pillar-card-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}

.rr-pillar-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rr-pillar-card-body p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Sub list inside pillar card */
.rr-pillar-sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rr-pillar-sublist li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.5;
}

.rr-pillar-sublist li .sl-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: var(--highlight-bg);
  border: 1px solid #c8e6c9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.rr-pillar-sublist li .sl-icon svg {
  width: 10px;
  height: 10px;
  stroke: var(--green);
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Tag row inside pillar body */
.rr-pillar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rr-pillar-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--navy);
  background: rgba(10,31,68,0.07);
  border-radius: 20px;
  padding: 3px 10px;
}

/* Continued lending — full-width last card */
.rr-pillar-card.full-width {
  grid-column: 1 / -1;
  flex-direction: row;
}

.rr-pillar-card.full-width .rr-pillar-card-top {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 220px;
  padding: 24px 24px;
}

.rr-pillar-card.full-width .rr-pillar-card-body {
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px;
}

.rr-pillar-card.full-width .rr-pillar-card-body p {
  flex: 1 1 280px;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .rr-two-col {
    grid-template-columns: 1fr;
  }

  .rr-pillars-grid {
    grid-template-columns: 1fr;
  }

  .rr-pillar-card.full-width {
    flex-direction: column;
  }

  .rr-pillar-card.full-width .rr-pillar-card-top {
    min-width: unset;
    flex-direction: row;
  }

  .rr-pillar-card.full-width .rr-pillar-card-body {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .rr-hero {
    min-height: 260px;
    border-radius: 8px;
  }

  .rr-hero-overlay {
    padding: 28px 22px 26px;
  }

  .rr-hero-title {
    font-size: 1.35rem;
  }

  .rr-pillar-heading {
    font-size: 1.15rem;
  }

  .rr-pillar-image {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .rr-hero {
    min-height: 210px;
  }

  .rr-hero-title {
    font-size: 1.1rem;
  }

  .rr-pillar-card-top {
    padding: 14px 16px;
  }

  .rr-pillar-card-body {
    padding: 16px;
  }

  .rr-challenges {
    padding: 20px 16px;
  }

  .rr-quote-card {
    padding: 24px 20px;
  }

  .rr-advisor-banner {
    padding: 14px 16px;
  }

  .rr-date-badge {
    font-size: 0.78rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-399ac68 *//* section-relief.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;
  --font: 'Inter', sans-serif;
}

/* ── Section Wrapper ── */
.section-relief {
  font-family: var(--font);
  color: var(--text-body);
  width: 100%;
  padding: 0 0 48px;
}

/* ── Block Spacing ── */
.relief-block {
  width: 100%;
  margin-bottom: 36px;
}

.relief-block:last-child {
  margin-bottom: 0;
}

/* ── Section Title (H2) ── */
.relief-h2 {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 16px;
  padding: 14px 20px;
  background: var(--navy);
  color: var(--white);
  border-left: 5px solid var(--gold);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.relief-h2 .section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 800;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── Section Title (H3) ── */
.relief-h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 20px 0 10px;
  padding-left: 12px;
  position: relative;
  line-height: 1.4;
}

.relief-h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: calc(100% - 6px);
  width: 3px;
  background: var(--gold);
  border-radius: 2px;
}

/* ── Intro Text ── */
.relief-intro {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 16px;
}

/* ── Stats Banner ── */
.relief-stat-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6b 100%);
  border-radius: 8px;
  padding: 18px 24px;
  margin-bottom: 20px;
}

.relief-stat-banner .stat-figure {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-light);
  white-space: nowrap;
  line-height: 1;
  flex-shrink: 0;
}

.relief-stat-banner .stat-divider {
  width: 2px;
  height: 42px;
  background: rgba(201, 168, 76, 0.35);
  border-radius: 2px;
  flex-shrink: 0;
}

.relief-stat-banner .stat-desc {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.88);
  font-weight: 500;
  line-height: 1.55;
}

/* ── Measures Grid ── */
.relief-measures-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.relief-measure-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 1px 4px rgba(10,31,68,0.06);
  transition: box-shadow 0.2s;
}

.relief-measure-card:hover {
  box-shadow: 0 3px 12px rgba(10,31,68,0.10);
}

.relief-measure-card .mc-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--highlight-bg);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.relief-measure-card .mc-text {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.45;
}

/* ── Info Note ── */
.relief-info-note {
  background: var(--highlight-bg);
  border-left: 4px solid var(--green);
  border-radius: 0 6px 6px 0;
  padding: 14px 18px;
  font-size: 0.93rem;
  color: var(--text-body);
  line-height: 1.7;
  margin-top: 4px;
}

.relief-info-note a {
  color: var(--green);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(46,125,50,0.35);
  text-underline-offset: 2px;
  transition: color 0.15s;
}

.relief-info-note a:hover {
  color: var(--green-light);
}

/* ── Sub Blocks (Fee Deferral items) ── */
.relief-sub-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}

.relief-sub-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 1px 5px rgba(10,31,68,0.06);
}

.relief-sub-card .sub-card-head {
  background: var(--navy);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.relief-sub-card .sub-card-head .sub-emoji {
  font-size: 1rem;
  line-height: 1;
}

.relief-sub-card .sub-card-head h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.relief-sub-card .sub-card-body {
  padding: 12px 16px;
}

.relief-sub-card .sub-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.relief-sub-card .sub-card-body ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.5;
}

.relief-sub-card .sub-card-body ul li::before {
  content: '';
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  margin-top: 6px;
}

/* ── Highlight Tag ── */
.relief-highlight-tag {
  display: inline-block;
  background: #fff8e1;
  color: #b45309;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 4px;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ── Customs Block ── */
.relief-customs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.relief-customs-card {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 1px 5px rgba(10,31,68,0.06);
}

.relief-customs-card .cc-head {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6b 100%);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.relief-customs-card .cc-head .cc-emoji {
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
}

.relief-customs-card .cc-head h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}

.relief-customs-card .cc-body {
  padding: 16px 18px;
  background: var(--white);
}

.relief-customs-card .cc-body p {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.65;
  margin-bottom: 10px;
}

.relief-customs-card .cc-body p:last-child {
  margin-bottom: 0;
}

.relief-customs-card .cc-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--highlight-bg);
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 10px;
}

.relief-customs-card .cc-stat .cs-from {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.relief-customs-card .cc-stat .cs-from span {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: #c62828;
}

.relief-customs-card .cc-stat .cs-arrow {
  font-size: 1.2rem;
  color: var(--gold);
  font-weight: 800;
  flex-shrink: 0;
}

.relief-customs-card .cc-stat .cs-to {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.relief-customs-card .cc-stat .cs-to span {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: #1b5e20;
}

.relief-customs-card .cc-stat .cs-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.4;
  flex: 1;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .relief-measures-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .relief-h2 {
    font-size: 1.2rem;
    padding: 12px 16px;
  }

  .relief-stat-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 18px;
  }

  .relief-stat-banner .stat-divider {
    width: 100%;
    height: 1px;
  }

  .relief-stat-banner .stat-figure {
    font-size: 1.6rem;
  }

  .relief-sub-blocks {
    grid-template-columns: 1fr;
  }

  .relief-customs-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .relief-measures-grid {
    grid-template-columns: 1fr;
  }

  .relief-h2 {
    font-size: 1.05rem;
  }

  .relief-h3 {
    font-size: 1rem;
  }

  .relief-intro {
    font-size: 0.93rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e018ae *//* difc-relief-section.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;
  --font: 'Inter', sans-serif;
}

.section-difc-relief {
  font-family: var(--font);
  color: var(--text-body);
  width: 100%;
  padding: 0px 0 48px;
}

/* ── Block spacing ── */
.dr-block {
  margin-bottom: 36px;
  width: 100%;
}

.dr-block:last-child {
  margin-bottom: 0;
}

/* ── Section Heading (H2) ── */
.dr-heading {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--gold);
}

/* ── Sub Heading (H3) ── */
.dr-subheading {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
  position: relative;
  padding-left: 13px;
}

.dr-subheading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: calc(100% - 6px);
  width: 4px;
  background: var(--gold);
  border-radius: 2px;
}

/* ── Small label heading (H4) ── */
.dr-label {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dr-label::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── Intro paragraph ── */
.dr-intro {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 20px;
}

/* ── Two-column card grid ── */
.dr-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 100%;
}

/* ── Card ── */
.dr-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: 0 1px 6px rgba(10, 31, 68, 0.06);
}

.dr-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dr-card ul li {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.55;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.dr-card ul li::before {
  content: '';
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  margin-top: 7px;
}

/* ── Single-col list card ── */
.dr-list-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: 0 1px 6px rgba(10, 31, 68, 0.06);
  width: 100%;
}

.dr-list-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dr-list-card ul li {
  font-size: 0.93rem;
  color: var(--text-body);
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.dr-list-card ul li::before {
  content: '';
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  margin-top: 7px;
}

/* ── Priorities block ── */
.dr-priorities {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.dr-priority-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 4px solid var(--navy);
  border-radius: 6px;
  padding: 14px 18px;
  box-shadow: 0 1px 4px rgba(10, 31, 68, 0.05);
}

.dr-priority-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.8rem;
  font-weight: 800;
  line-height: 1;
}

.dr-priority-item p {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.6;
  margin: 0;
}

/* ── Services checklist ── */
.dr-services-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.dr-service-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(10, 31, 68, 0.04);
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.6;
}

.dr-service-item .si-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.dr-service-item .si-icon svg {
  width: 11px;
  height: 11px;
}

.dr-service-item a {
  color: var(--green);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dr-service-item a:hover {
  color: var(--green-light);
}

/* ── Final thoughts box ── */
.dr-final-box {
  background: var(--highlight-bg);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  padding: 20px 24px;
  width: 100%;
}

.dr-final-box p {
  font-size: 0.97rem;
  color: var(--text-dark);
  line-height: 1.75;
  margin-bottom: 12px;
}

.dr-final-box p:last-child {
  margin-bottom: 0;
}

/* ── CTA Banner ── */
.dr-cta-banner {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6b 100%);
  border-radius: 10px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.dr-cta-banner .cta-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1 1 auto;
  min-width: 0;
}

.dr-cta-banner .cta-emoji {
  font-size: 1.8rem;
  line-height: 1;
  flex-shrink: 0;
}

.dr-cta-banner .cta-text p {
  font-size: 0.97rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
}

.dr-cta-banner .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--navy);
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.93rem;
  padding: 13px 26px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s, transform 0.2s;
}

.dr-cta-banner .cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* ── Divider ── */
.dr-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 32px 0;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .section-difc-relief {
    padding: 28px 0 36px;
  }

  .dr-heading {
    font-size: 1.3rem;
  }

  .dr-subheading {
    font-size: 1.05rem;
  }

  .dr-card-grid {
    grid-template-columns: 1fr;
  }

  .dr-cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .dr-cta-banner .cta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .dr-heading {
    font-size: 1.15rem;
  }

  .dr-final-box {
    padding: 16px 18px;
  }

  .dr-priority-item,
  .dr-service-item {
    padding: 12px 14px;
  }

  .dr-card {
    padding: 14px 16px;
  }
}/* 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 */