.elementor-73338 .elementor-element.elementor-element-05a94f9{--display:flex;}.elementor-73338 .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 *//* uae-flag-record.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;  --red-uae: #cc0001;  --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-sm: 0 1px 4px rgba(10,31,68,0.07);  --shadow-md: 0 4px 16px rgba(10,31,68,0.10);  --shadow-lg: 0 8px 32px rgba(10,31,68,0.13);}/* ── Section ── */.flag-record-section {  font-family: var(--font);  width: 100%;  padding: 60px 40px;  color: var(--text-body);}/* ── Article Header ── */.flag-record-header {  margin-bottom: 36px;}.flag-record-eyebrow {  display: inline-flex;  align-items: center;  gap: 8px;  font-size: 0.75rem;  font-weight: 700;  letter-spacing: 0.09em;  text-transform: uppercase;  color: var(--gold);  margin-bottom: 14px;}.flag-record-eyebrow::before {  content: '';  display: inline-block;  width: 22px;  height: 3px;  background: var(--gold);  border-radius: 2px;}.flag-record-header h1 {  font-size: 2.1rem;  font-weight: 800;  color: var(--navy);  line-height: 1.22;  margin-bottom: 14px;}.flag-record-gold-bar {  width: 54px;  height: 4px;  background: linear-gradient(90deg, var(--gold), var(--gold-light));  border-radius: 2px;  margin-bottom: 22px;}.flag-record-intro {  font-size: 1.05rem;  color: var(--text-body);  line-height: 1.85;  margin-bottom: 14px;}.flag-record-intro-lead {  font-size: 1rem;  color: var(--text-muted);  line-height: 1.8;  margin-bottom: 14px;  font-style: italic;  border-left: 3px solid var(--gold);  padding-left: 16px;}/* ── Hero Image ── */.flag-record-hero {  width: 100%;  margin: 32px 0;  border-radius: var(--radius);  overflow: hidden;  box-shadow: var(--shadow-lg);  position: relative;}.flag-record-hero img {  width: 100%;  height: auto;  display: block;  object-fit: cover;  max-height: 560px;}.flag-record-hero-caption {  background: rgba(10,31,68,0.88);  color: rgba(255,255,255,0.82);  font-size: 0.8rem;  padding: 10px 16px;  display: flex;  align-items: center;  gap: 7px;  line-height: 1.5;}.flag-record-hero-caption span {  color: var(--gold);  font-size: 0.9rem;}/* ── UAE Flag Stats Strip ── */.flag-stats-strip {  display: grid;  grid-template-columns: repeat(4, 1fr);  gap: 0;  margin: 32px 0;  border: 1.5px solid var(--border);  border-radius: var(--radius);  overflow: hidden;  box-shadow: var(--shadow-sm);}.flag-stat {  padding: 20px 18px;  text-align: center;  border-right: 1.5px solid var(--border);  background: var(--white);  position: relative;}.flag-stat:last-child { border-right: none; }.flag-stat::before {  content: '';  position: absolute;  top: 0; left: 0; right: 0;  height: 3px;}.flag-stat:nth-child(1)::before { background: var(--red-uae); }.flag-stat:nth-child(2)::before { background: var(--green); }.flag-stat:nth-child(3)::before { background: var(--navy); }.flag-stat:nth-child(4)::before { background: var(--gold); }.flag-stat-value {  font-size: 1.55rem;  font-weight: 800;  color: var(--navy);  line-height: 1.2;  margin-bottom: 4px;}.flag-stat-label {  font-size: 0.78rem;  color: var(--text-muted);  font-weight: 500;  line-height: 1.4;}/* ── Takeaways ── */.flag-takeaways {  background: var(--bg-light);  border: 1.5px solid var(--border);  border-left: 5px solid var(--navy);  border-radius: var(--radius);  padding: 24px 28px;  margin: 32px 0;}.flag-takeaways-title {  font-size: 0.8rem;  font-weight: 800;  letter-spacing: 0.09em;  text-transform: uppercase;  color: var(--navy);  margin-bottom: 16px;  display: flex;  align-items: center;  gap: 8px;}.flag-takeaways-title::before {  content: '';  display: inline-block;  width: 18px;  height: 3px;  background: var(--gold);  border-radius: 2px;}.flag-takeaways ul {  list-style: none;  padding: 0;  margin: 0;  display: flex;  flex-direction: column;  gap: 10px;}.flag-takeaways ul li {  font-size: 0.93rem;  color: var(--text-body);  line-height: 1.65;  display: flex;  align-items: flex-start;  gap: 10px;}.flag-takeaways ul li::before {  content: '✓';  color: var(--green);  font-weight: 800;  font-size: 0.82rem;  flex-shrink: 0;  margin-top: 2px;}/* ── Section Headings ── */.flag-record-section h2.flag-section-title {  font-size: 1.45rem;  font-weight: 800;  color: var(--navy);  line-height: 1.3;  margin-top: 44px;  margin-bottom: 14px;  padding-left: 14px;  border-left: 4px solid var(--gold);}/* ── Body Text ── */.flag-record-section p.flag-body {  font-size: 0.97rem;  color: var(--text-body);  line-height: 1.85;  margin-bottom: 14px;}/* ── Pull Quote ── */.flag-pullquote {  border-left: none;  border-top: 2px solid var(--gold);  border-bottom: 2px solid var(--gold);  padding: 22px 28px;  margin: 28px 0;  position: relative;}.flag-pullquote::before {  content: '"';  font-size: 5rem;  color: var(--gold);  opacity: 0.25;  font-family: Georgia, serif;  position: absolute;  top: -10px;  left: 10px;  line-height: 1;  pointer-events: none;}.flag-pullquote p {  font-size: 1.15rem;  font-weight: 600;  color: var(--navy);  line-height: 1.6;  margin: 0 0 8px;  font-style: italic;}.flag-pullquote cite {  font-size: 0.82rem;  color: var(--text-muted);  font-style: normal;  font-weight: 600;  display: flex;  align-items: center;  gap: 6px;}.flag-pullquote cite::before {  content: '—';  color: var(--gold);}/* ── Two Col Layout ── */.flag-two-col {  display: grid;  grid-template-columns: 1fr 1fr;  gap: 24px;  margin: 24px 0;}/* ── Engineering Card ── */.flag-eng-card {  background: var(--bg-light);  border: 1.5px solid var(--border);  border-radius: var(--radius);  padding: 22px;  box-shadow: var(--shadow-sm);}.flag-eng-card h3 {  font-size: 0.88rem;  font-weight: 700;  color: var(--navy);  margin: 0 0 14px;  display: flex;  align-items: center;  gap: 8px;}.flag-eng-card h3 span {  font-size: 1.1rem;}.flag-eng-list {  list-style: none;  padding: 0;  margin: 0;  display: flex;  flex-direction: column;  gap: 10px;}.flag-eng-list li {  display: flex;  align-items: flex-start;  gap: 10px;  font-size: 0.88rem;  color: var(--text-body);  line-height: 1.6;  padding-bottom: 10px;  border-bottom: 1px solid var(--border);}.flag-eng-list li:last-child {  border-bottom: none;  padding-bottom: 0;}.flag-eng-icon {  width: 28px;  height: 28px;  background: var(--navy);  border-radius: 50%;  display: flex;  align-items: center;  justify-content: center;  font-size: 0.85rem;  flex-shrink: 0;}.flag-eng-item-label {  font-weight: 700;  color: var(--navy);  display: block;  margin-bottom: 2px;}/* ── Timeline Card ── */.flag-timeline-card {  background: linear-gradient(145deg, var(--navy) 0%, var(--navy-light) 100%);  border-radius: var(--radius);  padding: 22px;  box-shadow: var(--shadow-md);}.flag-timeline-card h3 {  font-size: 0.88rem;  font-weight: 700;  color: var(--gold);  margin: 0 0 18px;  letter-spacing: 0.05em;  text-transform: uppercase;  display: flex;  align-items: center;  gap: 8px;}.flag-timeline {  list-style: none;  padding: 0;  margin: 0;  position: relative;}.flag-timeline::before {  content: '';  position: absolute;  left: 13px;  top: 4px;  bottom: 4px;  width: 2px;  background: rgba(201,168,76,0.25);}.flag-timeline li {  display: flex;  align-items: flex-start;  gap: 14px;  padding-bottom: 16px;  position: relative;}.flag-timeline li:last-child { padding-bottom: 0; }.flag-tl-dot {  width: 28px;  height: 28px;  border-radius: 50%;  background: var(--gold);  display: flex;  align-items: center;  justify-content: center;  font-size: 0.7rem;  font-weight: 800;  color: var(--navy);  flex-shrink: 0;  position: relative;  z-index: 1;}.flag-tl-content {}.flag-tl-date {  font-size: 0.75rem;  font-weight: 700;  color: var(--gold);  letter-spacing: 0.04em;  margin-bottom: 2px;}.flag-tl-text {  font-size: 0.87rem;  color: rgba(255,255,255,0.82);  line-height: 1.55;}/* ── Profile Card ── */.flag-profile {  display: flex;  align-items: flex-start;  gap: 20px;  background: var(--bg-light);  border: 1.5px solid var(--border);  border-radius: var(--radius);  padding: 24px;  margin: 24px 0;  box-shadow: var(--shadow-sm);}.flag-profile-icon {  width: 60px;  height: 60px;  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);  border-radius: 50%;  display: flex;  align-items: center;  justify-content: center;  font-size: 1.6rem;  flex-shrink: 0;  box-shadow: var(--shadow-md);}.flag-profile-name {  font-size: 1.05rem;  font-weight: 800;  color: var(--navy);  margin-bottom: 3px;}.flag-profile-title {  font-size: 0.8rem;  color: var(--gold);  font-weight: 600;  margin-bottom: 10px;}.flag-profile-tags {  display: flex;  flex-wrap: wrap;  gap: 6px;}.flag-profile-tag {  background: var(--navy);  color: var(--white);  font-size: 0.72rem;  font-weight: 600;  padding: 3px 10px;  border-radius: 20px;}/* ── Records Grid ── */.flag-records-grid {  display: grid;  grid-template-columns: repeat(3, 1fr);  gap: 12px;  margin: 20px 0;}.flag-record-item {  background: var(--white);  border: 1.5px solid var(--border);  border-radius: var(--radius-sm);  padding: 14px 16px;  text-align: center;  box-shadow: var(--shadow-sm);}.flag-record-item-num {  font-size: 1.6rem;  font-weight: 800;  color: var(--gold);  line-height: 1.1;  margin-bottom: 4px;}.flag-record-item-label {  font-size: 0.78rem;  color: var(--text-muted);  line-height: 1.4;  font-weight: 500;}/* ── Campaign Box ── */.flag-campaign-box {  background: linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%);  border-radius: var(--radius);  padding: 28px 32px;  margin: 28px 0;  position: relative;  overflow: hidden;}.flag-campaign-box::after {  content: '';  position: absolute;  right: -20px;  bottom: -20px;  width: 130px;  height: 130px;  border-radius: 50%;  background: rgba(255,255,255,0.08);  pointer-events: none;}.flag-campaign-box h3 {  font-size: 1.05rem;  font-weight: 800;  color: var(--white);  margin: 0 0 10px;}.flag-campaign-box p {  font-size: 0.92rem;  color: rgba(255,255,255,0.88);  line-height: 1.75;  margin: 0;  position: relative;  z-index: 1;}/* ── Closing Quote ── */.flag-closing-quote {  background: var(--navy);  border-radius: var(--radius);  padding: 32px;  margin-top: 36px;  text-align: center;}.flag-closing-quote p {  font-size: 1.15rem;  font-weight: 700;  color: var(--white);  line-height: 1.6;  margin: 0 0 14px;  font-style: italic;}.flag-closing-quote cite {  font-size: 0.85rem;  color: var(--gold);  font-style: normal;  font-weight: 600;}/* ── Video Embed ── */.flag-video-wrap {  width: 100%;  margin: 36px 0;}.flag-video-label {  font-size: 0.78rem;  font-weight: 700;  letter-spacing: 0.08em;  text-transform: uppercase;  color: var(--text-muted);  margin-bottom: 10px;  display: flex;  align-items: center;  gap: 7px;}.flag-video-label::before {  content: '';  display: inline-block;  width: 16px;  height: 2px;  background: var(--gold);  border-radius: 2px;}.flag-video-container {  position: relative;  width: 100%;  padding-top: 56.25%;  border-radius: var(--radius);  overflow: hidden;  box-shadow: var(--shadow-lg);  background: #000;}.flag-video-container iframe,.flag-video-container video {  position: absolute;  top: 0; left: 0;  width: 100%;  height: 100%;  border: none;  display: block;}.flag-video-caption {  font-size: 0.8rem;  color: var(--text-muted);  margin-top: 9px;  display: flex;  align-items: center;  gap: 5px;  font-style: italic;}/* ── Responsive ── */@media (max-width: 900px) {  .flag-record-section {    padding: 44px 24px;  }  .flag-stats-strip {    grid-template-columns: repeat(2, 1fr);  }  .flag-stats-strip .flag-stat:nth-child(2) {    border-right: none;  }  .flag-stats-strip .flag-stat:nth-child(3) {    border-top: 1.5px solid var(--border);  }  .flag-stats-strip .flag-stat:nth-child(4) {    border-top: 1.5px solid var(--border);  }  .flag-two-col {    grid-template-columns: 1fr;    gap: 16px;  }  .flag-records-grid {    grid-template-columns: repeat(3, 1fr);  }  .flag-record-section h2.flag-section-title {    font-size: 1.25rem;  }  .flag-record-header h1 {    font-size: 1.65rem;  }}@media (max-width: 600px) {  .flag-record-section {    padding: 36px 16px;  }  .flag-record-header h1 {    font-size: 1.35rem;  }  .flag-stats-strip {    grid-template-columns: repeat(2, 1fr);  }  .flag-records-grid {    grid-template-columns: repeat(2, 1fr);  }  .flag-profile {    flex-direction: column;    align-items: flex-start;    gap: 14px;  }  .flag-pullquote p {    font-size: 1rem;  }  .flag-campaign-box {    padding: 22px 20px;  }  .flag-closing-quote {    padding: 24px 18px;  }  .flag-closing-quote p {    font-size: 1rem;  }  .flag-takeaways {    padding: 18px;  }}/* 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 */