.elementor-2657 .elementor-element.elementor-element-9dadf3b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2657 .elementor-element.elementor-element-843ddd5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2657 .elementor-element.elementor-element-ffac8ab{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2657 .elementor-element.elementor-element-0328919{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2657 .elementor-element.elementor-element-4c469b5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2657 .elementor-element.elementor-element-21d2aa1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d009a79 *//* ============================================
   OFFSHORE UAE HERO SECTION - CUSTOM CSS
   ============================================ */

/* --- Google Fonts Import --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@700;800;900&display=swap');

/* --- CSS Variables --- */
:root {
  --navy: #1E3A8A;
  --navy-dark: #0F2461;
  --navy-light: #2D4FA0;
  --teal: #0F766E;
  --gold: #D4AF37;
  --gold-light: #F0D060;
  --gold-dark: #B8962E;
  --white: #FFFFFF;
  --off-white: #F8F6F0;
  --cream: #FDF9F0;
  --text-dark: #1A1A2E;
  --text-light: #6B7280;
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(212, 175, 55, 0.25);
  --shadow-gold: 0 0 30px rgba(212, 175, 55, 0.3);
  --shadow-navy: 0 20px 60px rgba(30, 58, 138, 0.4);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Keyframe Animations --- */
@keyframes uae-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes uae-fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes uae-shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes uae-pulse-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); }
  50% { box-shadow: 0 0 40px rgba(212, 175, 55, 0.8); }
}

@keyframes uae-float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

@keyframes uae-gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ============================================
   MAIN HERO WRAPPER
   ============================================ */

.uae-offshore-hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  background: linear-gradient(
    135deg,
    #0F2461 0%,
    #1E3A8A 30%,
    #1a5276 55%,
    #0F766E 100%
  );
  background-size: 400% 400%;
  animation: uae-gradient-shift 12s ease infinite;
  padding: 60px 20px;
  box-sizing: border-box;
}

/* --- Background Pattern Overlay --- */
.uae-offshore-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(15, 118, 110, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 60% 80%, rgba(30, 58, 138, 0.3) 0%, transparent 50%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23D4AF37' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* --- Decorative Skyline Shape (CSS Only) --- */
.uae-offshore-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3E%3Cpath fill='rgba(212,175,55,0.06)' d='M0,60 L40,60 L40,20 L60,20 L60,0 L80,0 L80,20 L100,20 L100,40 L120,40 L120,10 L130,10 L130,0 L140,0 L140,10 L150,10 L150,40 L180,40 L180,60 L220,60 L220,30 L240,30 L240,60 L280,60 L280,20 L300,20 L300,60 L340,60 L340,40 L360,40 L360,15 L370,15 L370,5 L380,5 L380,15 L390,15 L390,40 L420,40 L420,60 L480,60 L480,35 L500,35 L500,60 L540,60 L540,25 L560,25 L560,60 L600,60 L600,45 L620,45 L620,20 L630,20 L630,8 L640,8 L640,0 L650,0 L650,8 L660,8 L660,20 L670,20 L670,45 L700,45 L700,60 L740,60 L740,30 L760,30 L760,60 L800,60 L800,50 L820,50 L820,60 L860,60 L860,35 L880,35 L880,15 L895,15 L895,5 L905,5 L905,15 L920,15 L920,35 L940,35 L940,60 L980,60 L980,40 L1000,40 L1000,60 L1040,60 L1040,25 L1060,25 L1060,60 L1100,60 L1100,45 L1120,45 L1120,60 L1160,60 L1160,30 L1180,30 L1180,60 L1220,60 L1220,20 L1240,20 L1240,60 L1280,60 L1280,40 L1300,40 L1300,60 L1440,60 L1440,120 L0,120 Z'/%3E%3C/svg%3E") no-repeat bottom center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

/* --- Content Container --- */
.uae-hero-container {
  position: relative;
  z-index: 1;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}

/* ============================================
   GUIDE BADGE / PILL
   ============================================ */

.uae-guide-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(212, 175, 55, 0.1));
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 50px;
  padding: 8px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  animation: uae-fadeInUp 0.6s ease forwards;
  animation-delay: 0.1s;
  opacity: 0;
}

.uae-guide-badge .uae-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: uae-pulse-glow 2s ease-in-out infinite;
  flex-shrink: 0;
}

/* ============================================
   HERO HEADING H1
   ============================================ */

.uae-hero-h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--white);
  margin: 0;
  padding: 0;
  max-width: 900px;
  animation: uae-fadeInUp 0.7s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
  letter-spacing: -0.01em;
}

.uae-hero-h1 .uae-title-main {
  display: block;
  color: var(--white);
}

.uae-hero-h1 .uae-title-highlight {
  display: block;
  background: linear-gradient(
    90deg,
    var(--gold) 0%,
    var(--gold-light) 40%,
    var(--gold) 60%,
    var(--gold-light) 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uae-shimmer 3s linear infinite;
  animation-delay: 1s;
}

.uae-title-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
  border-radius: 2px;
  margin: 0 auto;
  animation: uae-fadeInUp 0.7s ease forwards;
  animation-delay: 0.4s;
  opacity: 0;
}

/* ============================================
   HERO PARAGRAPHS
   ============================================ */

.uae-hero-text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  width: 100%;
  text-align: left;
  animation: uae-fadeInUp 0.8s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.uae-hero-p {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  padding: 0;
}

.uae-hero-p strong,
.uae-hero-p .uae-keyword {
  color: var(--gold-light);
  font-weight: 600;
}

.uae-hero-p .uae-highlight-text {
  color: var(--white);
  font-weight: 500;
}

/* ============================================
   KEY HIGHLIGHTS CARDS
   ============================================ */

.uae-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  animation: uae-fadeInUp 0.9s ease forwards;
  animation-delay: 0.7s;
  opacity: 0;
}

.uae-highlight-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 20px 18px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  text-align: left;
  transition: var(--transition);
  cursor: default;
}

.uae-highlight-card:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(212, 175, 55, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(212, 175, 55, 0.15);
}

.uae-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.25), rgba(212, 175, 55, 0.1));
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: var(--transition);
}

.uae-highlight-card:hover .uae-card-icon {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.4), rgba(212, 175, 55, 0.2));
  transform: scale(1.1);
}

.uae-card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.uae-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold-light);
  margin: 0;
  line-height: 1.3;
}

.uae-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}

/* ============================================
   CTA BUTTONS
   ============================================ */

.uae-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  animation: uae-fadeInUp 1s ease forwards;
  animation-delay: 0.9s;
  opacity: 0;
}

/* Primary Button */
.uae-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
  background-size: 200% 200%;
  color: var(--navy-dark) !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.02em;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
  position: relative;
  overflow: hidden;
}

.uae-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50px;
}

.uae-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.6), 0 0 0 4px rgba(212, 175, 55, 0.2);
  background-position: right center;
}

.uae-btn-primary:hover::before {
  opacity: 1;
}

.uae-btn-primary:focus {
  outline: 3px solid var(--gold-light);
  outline-offset: 3px;
}

.uae-btn-primary span {
  position: relative;
  z-index: 1;
}

/* Secondary Button */
.uae-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  background: transparent;
  color: var(--white) !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

.uae-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--gold);
  color: var(--gold-light) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.uae-btn-secondary:focus {
  outline: 3px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
}

/* ============================================
   TRUST INDICATORS (bottom strip)
   ============================================ */

.uae-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 8px;
  animation: uae-fadeInUp 1.1s ease forwards;
  animation-delay: 1.1s;
  opacity: 0;
}

.uae-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  letter-spacing: 0.03em;
}

.uae-trust-item .uae-trust-icon {
  color: var(--gold);
  font-size: 0.9rem;
}

.uae-trust-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */

@media (max-width: 768px) {
  .uae-offshore-hero {
    min-height: auto;
    padding: 50px 16px 60px;
  }

  .uae-highlights-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .uae-hero-text-block {
    text-align: center;
  }

  .uae-cta-group {
    flex-direction: column;
    width: 100%;
  }

  .uae-btn-primary,
  .uae-btn-secondary {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .uae-trust-strip {
    gap: 12px;
  }

  .uae-trust-divider {
    display: none;
  }
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */

@media (max-width: 480px) {
  .uae-offshore-hero {
    padding: 40px 14px 50px;
  }

  .uae-hero-h1 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }

  .uae-hero-container {
    gap: 24px;
  }

  .uae-highlight-card {
    padding: 16px 14px;
  }

  .uae-card-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  .uae-trust-strip {
    flex-direction: column;
    gap: 8px;
  }
}

/* ============================================
   DARK MODE (auto)
   ============================================ */

@media (prefers-color-scheme: dark) {
  .uae-offshore-hero {
    background: linear-gradient(
      135deg,
      #080F24 0%,
      #0F2461 30%,
      #0F3460 55%,
      #073B3A 100%
    );
  }
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
  .uae-offshore-hero {
    background: white;
    min-height: auto;
  }

  .uae-hero-h1,
  .uae-hero-p,
  .uae-card-title,
  .uae-card-desc {
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
  }

  .uae-cta-group {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9f6b94 *//* ============================================
   KEY TAKEAWAYS + TABLE OF CONTENTS SECTION
   Elementor HTML Widget — Custom CSS
   ============================================ */

/* --- Keyframes (add only if not already in your CSS) --- */
@keyframes uae-fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes uae-checkPop {
  0%   { transform: scale(0) rotate(-10deg); opacity: 0; }
  70%  { transform: scale(1.2) rotate(3deg);  opacity: 1; }
  100% { transform: scale(1)   rotate(0deg);  opacity: 1; }
}

@keyframes uae-progressBar {
  from { width: 0%; }
  to   { width: 100%; }
}

@keyframes uae-shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

/* ============================================
   SECTION WRAPPER
   ============================================ */

.uae-takeaways-section {
  position: relative;
  width: 100%;
  background: #F8F6F0;
  padding: 80px 20px 90px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

/* Subtle top border accent */
.uae-takeaways-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1E3A8A, #D4AF37, #0F766E, #D4AF37, #1E3A8A);
  background-size: 200% auto;
  animation: uae-shimmer 4s linear infinite;
}

/* Light decorative background circle */
.uae-takeaways-section::after {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,58,138,0.05) 0%, transparent 70%);
  pointer-events: none;
}

/* --- Inner Container --- */
.uae-takeaways-container {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* ============================================
   SECTION LABEL (shared style)
   ============================================ */

.uae-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1E3A8A;
  margin-bottom: 12px;
}

.uae-section-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #D4AF37;
  border-radius: 2px;
}

/* ============================================
   SECTION HEADING (shared style)
   ============================================ */

.uae-section-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: #1E3A8A;
  margin: 0 0 8px;
  line-height: 1.2;
}

.uae-section-heading span {
  background: linear-gradient(90deg, #D4AF37 0%, #F0D060 50%, #D4AF37 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uae-shimmer 3s linear infinite;
}

/* ============================================
   KEY TAKEAWAYS BLOCK
   ============================================ */

.uae-takeaways-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.uae-takeaways-header {
  margin-bottom: 32px;
}

/* --- Takeaways List --- */
.uae-takeaways-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.uae-takeaway-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  border-radius: 0;
  border-left: 3px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  position: relative;
}

/* Alternating subtle rows */
.uae-takeaway-item:nth-child(odd) {
  background: rgba(30, 58, 138, 0.03);
}

.uae-takeaway-item:nth-child(even) {
  background: rgba(255, 255, 255, 0.7);
}

/* Bottom separator */
.uae-takeaway-item:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0; left: 24px; right: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(212,175,55,0.2), rgba(30,58,138,0.1), rgba(212,175,55,0.2));
}

.uae-takeaway-item:hover {
  border-left-color: #D4AF37;
  background: rgba(212, 175, 55, 0.06) !important;
  transform: translateX(6px);
}

.uae-takeaway-item:first-child {
  border-radius: 12px 12px 0 0;
}

.uae-takeaway-item:last-child {
  border-radius: 0 0 12px 12px;
}

.uae-takeaway-item:first-child:last-child {
  border-radius: 12px;
}

/* Outer card wrapper */
.uae-takeaways-list-wrapper {
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(30, 58, 138, 0.08);
}

/* Check Icon */
.uae-takeaway-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  box-shadow: 0 3px 10px rgba(30, 58, 138, 0.3);
  transition: all 0.3s ease;
}

.uae-takeaway-check svg {
  width: 13px;
  height: 13px;
  stroke: #D4AF37;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.uae-takeaway-item:hover .uae-takeaway-check {
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  box-shadow: 0 3px 14px rgba(212, 175, 55, 0.4);
}

.uae-takeaway-item:hover .uae-takeaway-check svg {
  stroke: #1E3A8A;
}

/* Takeaway Text */
.uae-takeaway-text {
  font-size: clamp(0.88rem, 1.8vw, 0.97rem);
  line-height: 1.7;
  color: #374151;
  font-weight: 400;
  margin: 0;
}

.uae-takeaway-text strong {
  color: #1E3A8A;
  font-weight: 600;
}

/* ============================================
   TABLE OF CONTENTS BLOCK
   ============================================ */

.uae-toc-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.uae-toc-header {
  margin-bottom: 28px;
}

/* TOC Card Container */
.uae-toc-card {
  background: #FFFFFF;
  border: 1px solid rgba(30, 58, 138, 0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(30, 58, 138, 0.1);
}

/* TOC Top Banner */
.uae-toc-banner {
  background: linear-gradient(135deg, #1E3A8A 0%, #0F2461 50%, #0F766E 100%);
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.uae-toc-banner-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.uae-toc-banner-icon {
  font-size: 1.4rem;
}

.uae-toc-banner-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.uae-toc-banner-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.uae-toc-banner-sub {
  font-size: 0.73rem;
  color: rgba(212, 175, 55, 0.9);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
}

.uae-toc-count-badge {
  background: rgba(212, 175, 55, 0.2);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 0.75rem;
  color: #F0D060;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/* TOC Items List */
.uae-toc-list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.uae-toc-item {
  position: relative;
}

.uae-toc-item:not(:last-child) {
  border-bottom: 1px solid rgba(30, 58, 138, 0.06);
}

.uae-toc-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 28px;
  text-decoration: none !important;
  color: #1F2937 !important;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  group: true;
}

.uae-toc-link::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: linear-gradient(90deg, rgba(212,175,55,0.1), transparent);
  transition: width 0.3s ease;
}

.uae-toc-link:hover::before {
  width: 100%;
}

.uae-toc-link:hover {
  color: #1E3A8A !important;
}

/* Number badge */
.uae-toc-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, rgba(30,58,138,0.08), rgba(30,58,138,0.04));
  border: 1.5px solid rgba(30, 58, 138, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1E3A8A;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.uae-toc-link:hover .uae-toc-num {
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  border-color: #1E3A8A;
  color: #D4AF37;
  transform: scale(1.05);
}

/* TOC Icon */
.uae-toc-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
  width: 22px;
  text-align: center;
  transition: transform 0.3s ease;
}

.uae-toc-link:hover .uae-toc-icon {
  transform: scale(1.2);
}

/* TOC Text group */
.uae-toc-text-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.uae-toc-title {
  font-size: clamp(0.88rem, 1.8vw, 0.96rem);
  font-weight: 600;
  color: inherit;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.uae-toc-subtitle {
  font-size: 0.74rem;
  color: #6B7280;
  font-weight: 400;
  line-height: 1.4;
}

/* Arrow */
.uae-toc-arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #D1D5DB;
  transition: all 0.3s ease;
}

.uae-toc-link:hover .uae-toc-arrow {
  color: #1E3A8A;
  transform: translateX(4px);
}

/* TOC Footer */
.uae-toc-footer {
  padding: 16px 28px;
  background: linear-gradient(135deg, rgba(30,58,138,0.03), rgba(15,118,110,0.03));
  border-top: 1px solid rgba(30,58,138,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.uae-toc-footer-note {
  font-size: 0.74rem;
  color: #9CA3AF;
  font-style: italic;
}

.uae-toc-footer-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #0F766E;
  background: rgba(15,118,110,0.08);
  border: 1px solid rgba(15,118,110,0.2);
  border-radius: 20px;
  padding: 3px 12px;
  letter-spacing: 0.05em;
}

/* ============================================
   PROGRESS DOTS (decorative)
   ============================================ */

.uae-progress-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 12px 0 0;
}

.uae-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(30,58,138,0.15);
}

.uae-dot.active {
  background: #D4AF37;
  width: 24px;
  border-radius: 4px;
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .uae-takeaways-section {
    padding: 60px 16px 70px;
  }

  .uae-takeaway-item {
    padding: 18px 16px;
  }

  .uae-toc-link {
    padding: 16px 18px;
    gap: 12px;
  }

  .uae-toc-banner {
    padding: 16px 18px;
  }

  .uae-toc-footer {
    padding: 14px 18px;
  }

  .uae-toc-subtitle {
    display: none;
  }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .uae-takeaways-section {
    padding: 48px 12px 56px;
  }

  .uae-section-heading {
    font-size: clamp(1.4rem, 6vw, 1.8rem);
  }

  .uae-toc-count-badge {
    display: none;
  }

  .uae-toc-arrow {
    display: none;
  }

  .uae-takeaway-item {
    padding: 14px 12px;
    gap: 12px;
  }

  .uae-takeaway-check {
    width: 24px;
    height: 24px;
  }

  .uae-takeaway-check svg {
    width: 11px;
    height: 11px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3632aa7 *//* ============================================
   WHAT IS UAE OFFSHORE + BENEFITS SECTION
   Elementor HTML Widget — Custom CSS
   ============================================ */

/* ============================================
   SECTION WRAPPER
   ============================================ */

.uae-content-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

/* Decorative background blobs */
.uae-content-section::before {
  content: '';
  position: absolute;
  top: -80px; left: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.uae-content-section::after {
  content: '';
  position: absolute;
  bottom: -100px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,58,138,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.uae-content-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

/* ============================================
   SHARED: SECTION LABEL & HEADING
   ============================================ */

.uae-label-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #0F766E;
  margin-bottom: 10px;
}

.uae-label-tag::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, #D4AF37, #F0D060);
  border-radius: 2px;
  flex-shrink: 0;
}

.uae-block-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #1E3A8A;
  margin: 0 0 6px;
  line-height: 1.2;
}

.uae-block-heading .uae-gold-word {
  background: linear-gradient(90deg, #B8962E, #D4AF37, #F0D060, #D4AF37);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uae-shimmer 3s linear infinite;
}

.uae-heading-rule {
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, #D4AF37, #F0D060);
  border-radius: 2px;
  margin: 14px 0 28px;
}

.uae-body-text {
  font-size: clamp(0.93rem, 1.8vw, 1.02rem);
  line-height: 1.82;
  color: #374151;
  margin: 0 0 18px;
}

.uae-body-text:last-of-type {
  margin-bottom: 0;
}

.uae-body-text strong {
  color: #1E3A8A;
  font-weight: 600;
}

.uae-body-text a {
  color: #1E3A8A;
  text-decoration: underline;
  text-decoration-color: rgba(212,175,55,0.6);
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.uae-body-text a:hover {
  color: #D4AF37;
}

/* ============================================
   WHAT IS OFFSHORE — DEFINITION BLOCK
   ============================================ */

.uae-definition-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* --- Alert / Misconception Banner --- */
.uae-alert-banner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: linear-gradient(135deg,
    rgba(239,68,68,0.06) 0%,
    rgba(239,68,68,0.03) 100%
  );
  border-left: 4px solid #EF4444;
  border-radius: 0 12px 12px 0;
  padding: 18px 22px;
  margin: 24px 0 0;
}

.uae-alert-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.uae-alert-text {
  font-size: 0.93rem;
  line-height: 1.7;
  color: #374151;
  margin: 0;
}

.uae-alert-text strong {
  color: #B91C1C;
  font-weight: 600;
}

/* ============================================
   KEY CHARACTERISTICS CARDS
   ============================================ */

.uae-characteristics-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.uae-char-subheading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: #1E3A8A;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.uae-char-subheading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(212,175,55,0.4), transparent);
  margin-left: 8px;
}

.uae-char-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.uae-char-card {
  background: linear-gradient(135deg, #F9FAFB, #FFFFFF);
  border: 1px solid rgba(30,58,138,0.1);
  border-radius: 16px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.uae-char-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1E3A8A, #D4AF37);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.uae-char-card:hover {
  border-color: rgba(212,175,55,0.35);
  box-shadow: 0 10px 36px rgba(30,58,138,0.12);
  transform: translateY(-4px);
}

.uae-char-card:hover::before {
  transform: scaleX(1);
}

.uae-char-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(30,58,138,0.1), rgba(30,58,138,0.05));
  border: 1px solid rgba(30,58,138,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.uae-char-card:hover .uae-char-icon-wrap {
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  border-color: #1E3A8A;
}

.uae-char-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1E3A8A;
  margin: 0;
  line-height: 1.3;
}

.uae-char-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #6B7280;
  margin: 0;
}

/* ============================================
   COMPARISON TABLE — 3 ENTITY TYPES
   ============================================ */

.uae-comparison-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.uae-compare-subheading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: #1E3A8A;
  margin: 0 0 8px;
}

.uae-compare-intro {
  font-size: 0.92rem;
  color: #6B7280;
  margin: 0 0 24px;
  line-height: 1.6;
}

/* Table Wrapper for horizontal scroll on mobile */
.uae-compare-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
  border: 1px solid rgba(30,58,138,0.12);
  box-shadow: 0 8px 32px rgba(30,58,138,0.1);
}

.uae-compare-table {
  width: 100%;
  min-width: 580px;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
}

/* Table Head */
.uae-compare-table thead tr {
  background: linear-gradient(135deg, #1E3A8A 0%, #0F2461 60%, #0F766E 100%);
}

.uae-compare-table thead th {
  padding: 18px 20px;
  text-align: left;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
}

.uae-compare-table thead th:first-child {
  border-radius: 0;
  color: rgba(212,175,55,0.9);
}

/* Featured column header */
.uae-compare-table thead th.uae-featured-col {
  background: rgba(212,175,55,0.18);
  color: #F0D060;
  position: relative;
}

.uae-compare-table thead th.uae-featured-col::after {
  content: '★ Recommended';
  display: block;
  font-size: 0.65rem;
  font-weight: 500;
  color: rgba(212,175,55,0.7);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 3px;
}

/* Table Body */
.uae-compare-table tbody tr {
  border-bottom: 1px solid rgba(30,58,138,0.07);
  transition: background 0.2s ease;
}

.uae-compare-table tbody tr:nth-child(even) {
  background: rgba(248,246,240,0.6);
}

.uae-compare-table tbody tr:nth-child(odd) {
  background: #FFFFFF;
}

.uae-compare-table tbody tr:hover {
  background: rgba(212,175,55,0.05);
}

.uae-compare-table tbody tr:last-child {
  border-bottom: none;
}

.uae-compare-table tbody td {
  padding: 16px 20px;
  font-size: 0.87rem;
  color: #374151;
  line-height: 1.5;
  vertical-align: top;
  border: none;
}

/* Row label column */
.uae-compare-table tbody td:first-child {
  font-weight: 700;
  color: #1E3A8A;
  font-size: 0.85rem;
  white-space: nowrap;
}

/* Featured column body */
.uae-compare-table tbody td.uae-featured-col {
  background: rgba(30,58,138,0.03);
  font-weight: 500;
  color: #1E3A8A;
  border-left: 2px solid rgba(212,175,55,0.3);
  border-right: 2px solid rgba(212,175,55,0.3);
}

.uae-compare-table tbody tr:last-child td.uae-featured-col {
  border-bottom: 2px solid rgba(212,175,55,0.3);
  border-radius: 0 0 0 0;
}

/* Status pills in table */
.uae-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.74rem;
  font-weight: 600;
  white-space: nowrap;
}

.uae-status-pill.no {
  background: rgba(239,68,68,0.1);
  color: #B91C1C;
}

.uae-status-pill.yes {
  background: rgba(34,197,94,0.1);
  color: #15803D;
}

.uae-status-pill.partial {
  background: rgba(234,179,8,0.1);
  color: #854D0E;
}

/* ============================================
   BENEFITS SECTION WRAPPER
   ============================================ */

.uae-benefits-section {
  position: relative;
  width: 100%;
  background: linear-gradient(160deg, #F0F4FF 0%, #F8F6F0 50%, #F0FDF9 100%);
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.uae-benefits-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231E3A8A' fill-opacity='0.025'%3E%3Cpath d='M20 20.5V18H0v5h5v5H0v5h20v-2.5c3.3-.3 6-3 6-6.3s-2.7-5.7-6-5.9v-.3zm0 5.8c1.7.3 3 1.7 3 3.5 0 2-1.3 3.5-3 3.7V26.3zM0 10h13.5a7 7 0 0 1 6.5 6H0v-6zm0-5h10a5 5 0 0 1 5 5H0V5z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.uae-benefits-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ── Benefits Intro ── */
.uae-benefits-intro {
  display: flex;
  flex-direction: column;
}

/* ============================================
   BENEFIT DETAIL CARDS
   ============================================ */

.uae-benefit-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.uae-benefit-card {
  background: #FFFFFF;
  border: 1px solid rgba(30,58,138,0.09);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(30,58,138,0.07);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.uae-benefit-card:hover {
  box-shadow: 0 16px 48px rgba(30,58,138,0.14);
  transform: translateY(-5px);
  border-color: rgba(212,175,55,0.3);
}

/* Card top accent bar */
.uae-benefit-card-accent {
  height: 4px;
  background: linear-gradient(90deg, #1E3A8A, #D4AF37, #0F766E);
  background-size: 200% auto;
  animation: uae-shimmer 4s linear infinite;
}

.uae-benefit-card-body {
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Card header row */
.uae-benefit-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.uae-benefit-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(30,58,138,0.25);
  transition: all 0.3s ease;
}

.uae-benefit-card:hover .uae-benefit-icon-circle {
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  box-shadow: 0 6px 20px rgba(212,175,55,0.35);
  transform: rotate(5deg) scale(1.05);
}

.uae-benefit-card-title-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.uae-benefit-number {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4AF37;
}

.uae-benefit-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 700;
  color: #1E3A8A;
  margin: 0;
  line-height: 1.25;
}

/* Card body text */
.uae-benefit-card-text {
  font-size: clamp(0.9rem, 1.8vw, 0.98rem);
  line-height: 1.82;
  color: #4B5563;
  margin: 0;
}

.uae-benefit-card-text strong {
  color: #1E3A8A;
  font-weight: 600;
}

/* Stat highlights inside cards */
.uae-stat-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.uae-stat-chip {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  background: linear-gradient(135deg,
    rgba(30,58,138,0.06),
    rgba(30,58,138,0.03)
  );
  border: 1px solid rgba(30,58,138,0.12);
  border-radius: 12px;
  padding: 10px 18px;
  transition: all 0.3s ease;
}

.uae-benefit-card:hover .uae-stat-chip {
  background: linear-gradient(135deg,
    rgba(212,175,55,0.12),
    rgba(212,175,55,0.06)
  );
  border-color: rgba(212,175,55,0.3);
}

.uae-stat-value {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1E3A8A;
  line-height: 1;
}

.uae-stat-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #6B7280;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .uae-content-section,
  .uae-benefits-section {
    padding: 60px 16px 70px;
  }

  .uae-content-container,
  .uae-benefits-container {
    gap: 52px;
  }

  .uae-char-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .uae-benefit-card-body {
    padding: 24px 20px;
  }

  .uae-stat-row {
    gap: 10px;
  }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .uae-content-section,
  .uae-benefits-section {
    padding: 48px 12px 56px;
  }

  .uae-char-card {
    padding: 18px 16px;
  }

  .uae-benefit-card-header {
    flex-wrap: wrap;
  }

  .uae-compare-table tbody td,
  .uae-compare-table thead th {
    padding: 12px 14px;
    font-size: 0.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a39f9c1 *//* ============================================
   UAE OFFSHORE INFOGRAPHIC SECTION
   Elementor HTML Widget — Custom CSS
   ============================================ */

/* ============================================
   INFOGRAPHIC WRAPPER
   ============================================ */

.uae-infographic {
  position: relative;
  width: 100%;
  background: linear-gradient(160deg, #0A1628 0%, #0F2461 40%, #0A1F3D 70%, #071A2E 100%);
  padding: 60px 20px 70px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

/* Star/dot background pattern */
.uae-infographic::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(0,210,200,0.07) 0%, transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(30,58,138,0.15) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(212,175,55,0.04) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.08)'/%3E%3Ccircle cx='10' cy='10' r='0.7' fill='rgba(255,255,255,0.06)'/%3E%3Ccircle cx='90' cy='20' r='0.5' fill='rgba(255,255,255,0.05)'/%3E%3Ccircle cx='20' cy='80' r='0.8' fill='rgba(255,255,255,0.07)'/%3E%3Ccircle cx='80' cy='90' r='0.6' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.uae-infographic-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* ============================================
   INFOGRAPHIC MAIN TITLE
   ============================================ */

.uae-ig-main-title-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.uae-ig-main-h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
  background: linear-gradient(135deg, #00D2C8 0%, #FFFFFF 50%, #00D2C8 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uae-shimmer 4s linear infinite;
}

.uae-ig-main-subtitle {
  font-size: clamp(0.82rem, 1.8vw, 0.92rem);
  color: rgba(255,255,255,0.55);
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0;
}

/* ============================================
   WHAT IS BOX
   ============================================ */

.uae-ig-what-box {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(0,210,200,0.25);
  border-radius: 16px;
  padding: 28px 28px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.uae-ig-what-box:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(0,210,200,0.45);
  box-shadow: 0 8px 30px rgba(0,210,200,0.1);
}

.uae-ig-what-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(0,210,200,0.5);
  background: rgba(0,210,200,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SVG Globe Icon */
.uae-ig-globe-svg {
  width: 30px;
  height: 30px;
}

.uae-ig-what-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.uae-ig-what-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.uae-ig-what-text {
  font-size: clamp(0.82rem, 1.6vw, 0.9rem);
  line-height: 1.72;
  color: rgba(255,255,255,0.72);
  margin: 0;
}

.uae-ig-what-text strong {
  color: #00D2C8;
  font-weight: 600;
}

.uae-ig-what-text .uae-ig-red {
  color: #FF6B6B;
  font-weight: 700;
}

/* ============================================
   BUSINESS STRUCTURE SECTION
   ============================================ */

.uae-ig-structure-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.uae-ig-block-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}

/* Three column grid */
.uae-ig-structure-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

/* Column card */
.uae-ig-col-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.uae-ig-col-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.3);
}

/* Featured (Offshore) column */
.uae-ig-col-card.uae-ig-featured {
  border-color: rgba(0,210,200,0.4);
  background: rgba(0,210,200,0.07);
  box-shadow: 0 0 0 1px rgba(0,210,200,0.2);
}

/* Card header */
.uae-ig-col-header {
  padding: 16px 14px 12px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.uae-ig-col-card.uae-ig-featured .uae-ig-col-header {
  border-bottom-color: rgba(0,210,200,0.2);
}

.uae-ig-col-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.9rem, 1.8vw, 1.05rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.2;
}

.uae-ig-col-card.uae-ig-featured .uae-ig-col-name {
  color: #00D2C8;
}

.uae-ig-col-tagline {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
  margin: 0;
}

/* Feature list inside card */
.uae-ig-col-features {
  list-style: none;
  margin: 0;
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uae-ig-col-feat {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: clamp(0.72rem, 1.4vw, 0.8rem);
  line-height: 1.5;
  color: rgba(255,255,255,0.75);
}

.uae-ig-feat-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  font-weight: 700;
  margin-top: 1px;
}

.uae-ig-feat-icon.green {
  background: rgba(34,197,94,0.2);
  color: #4ADE80;
  border: 1px solid rgba(34,197,94,0.4);
}

.uae-ig-feat-icon.red {
  background: rgba(239,68,68,0.2);
  color: #F87171;
  border: 1px solid rgba(239,68,68,0.4);
}

.uae-ig-feat-icon.yellow {
  background: rgba(234,179,8,0.2);
  color: #FBBF24;
  border: 1px solid rgba(234,179,8,0.4);
}

.uae-ig-col-feat strong {
  color: rgba(255,255,255,0.95);
  font-weight: 600;
}

/* ============================================
   TOP BENEFITS SECTION
   ============================================ */

.uae-ig-benefits-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.uae-ig-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.uae-ig-benefit-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 14px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s ease;
}

.uae-ig-benefit-card:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(0,210,200,0.3);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.uae-ig-ben-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.uae-ig-ben-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(0,210,200,0.12);
  border: 1px solid rgba(0,210,200,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.uae-ig-benefit-card:hover .uae-ig-ben-icon {
  background: rgba(0,210,200,0.22);
  border-color: rgba(0,210,200,0.5);
}

.uae-ig-ben-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.9rem, 1.8vw, 1.02rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.25;
}

.uae-ig-ben-text {
  font-size: clamp(0.76rem, 1.4vw, 0.83rem);
  line-height: 1.65;
  color: rgba(255,255,255,0.65);
  margin: 0;
}

.uae-ig-ben-text strong {
  color: #00D2C8;
  font-weight: 600;
}

/* ============================================
   JURISDICTIONS FOOTER STRIP
   ============================================ */

.uae-ig-jurisdictions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
}

.uae-ig-juris-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.uae-ig-juris-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.uae-ig-juris-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 22px;
  border-radius: 6px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  font-size: 0.85rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.uae-ig-juris-pill:hover {
  background: rgba(0,210,200,0.15);
  border-color: rgba(0,210,200,0.5);
  color: #00D2C8;
}

.uae-ig-website-link {
  font-size: 0.78rem;
  color: rgba(0,210,200,0.7);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
}

.uae-ig-website-link:hover {
  color: #00D2C8;
  text-decoration: underline;
}

/* ============================================
   DIVIDER LINE (decorative)
   ============================================ */

.uae-ig-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0,210,200,0.3),
    rgba(212,175,55,0.3),
    rgba(0,210,200,0.3),
    transparent
  );
  border: none;
  margin: 0;
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .uae-infographic {
    padding: 50px 16px 60px;
  }

  .uae-infographic-inner {
    gap: 40px;
  }

  .uae-ig-structure-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .uae-ig-col-card {
    flex-direction: row;
    align-items: stretch;
  }

  .uae-ig-col-header {
    border-bottom: none;
    border-right: 1px solid rgba(255,255,255,0.08);
    min-width: 120px;
    justify-content: center;
    padding: 16px 12px;
  }

  .uae-ig-col-features {
    padding: 12px 14px;
  }

  .uae-ig-what-box {
    flex-direction: column;
    gap: 14px;
    padding: 22px 20px;
  }

  .uae-ig-what-icon {
    width: 48px;
    height: 48px;
  }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .uae-infographic {
    padding: 40px 12px 50px;
  }

  .uae-infographic-inner {
    gap: 32px;
  }

  .uae-ig-benefits-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .uae-ig-col-card {
    flex-direction: column;
  }

  .uae-ig-col-header {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .uae-ig-juris-pills {
    gap: 8px;
  }

  .uae-ig-juris-pill {
    padding: 6px 16px;
    font-size: 0.78rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f131ad0 *//* ============================================
   JURISDICTION + FORMATION + POST-FORMATION
   + CTA SECTION — Custom CSS
   ============================================ */

/* ============================================
   SECTION: JURISDICTION COMPARISON
   ============================================ */

.uae-jurisdiction-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.uae-jurisdiction-section::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.uae-jurisdiction-section::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -60px;
  width: 350px; height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,58,138,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.uae-juris-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* ── Shared Label & Heading ── */
.uae-sec-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #0F766E;
  margin-bottom: 10px;
}

.uae-sec-label::before {
  content: '';
  display: inline-block;
  width: 20px; height: 2px;
  background: linear-gradient(90deg, #D4AF37, #F0D060);
  border-radius: 2px;
  flex-shrink: 0;
}

.uae-sec-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: #1E3A8A;
  margin: 0 0 6px;
  line-height: 1.2;
}

.uae-sec-h2 .gold {
  background: linear-gradient(90deg, #B8962E, #D4AF37, #F0D060, #D4AF37);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uae-shimmer 3s linear infinite;
}

.uae-sec-rule {
  width: 56px; height: 3px;
  background: linear-gradient(90deg, #D4AF37, #F0D060);
  border-radius: 2px;
  margin: 14px 0 24px;
}

.uae-sec-body {
  font-size: clamp(0.92rem, 1.8vw, 1.01rem);
  line-height: 1.82;
  color: #374151;
  margin: 0 0 16px;
}

.uae-sec-body strong { color: #1E3A8A; font-weight: 600; }
.uae-sec-body:last-of-type { margin-bottom: 0; }

/* ── Three Jurisdiction Cards ── */
.uae-juris-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.uae-juris-card {
  background: #F9FAFB;
  border: 1px solid rgba(30,58,138,0.1);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
  position: relative;
}

.uae-juris-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(30,58,138,0.14);
  border-color: rgba(212,175,55,0.35);
}

.uae-juris-card-top {
  padding: 24px 22px 18px;
  border-bottom: 1px solid rgba(30,58,138,0.07);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.uae-juris-card-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.uae-juris-card-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 700;
  color: #1E3A8A;
  margin: 0;
  line-height: 1.2;
}

.uae-juris-card-sub {
  font-size: 0.74rem;
  color: #6B7280;
  margin: 0;
  line-height: 1.4;
}

.uae-juris-card-body {
  padding: 18px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uae-juris-card-text {
  font-size: clamp(0.82rem, 1.5vw, 0.88rem);
  line-height: 1.7;
  color: #4B5563;
  margin: 0;
}

.uae-juris-card-text strong { color: #1E3A8A; font-weight: 600; }

.uae-juris-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  align-self: flex-start;
  margin-top: auto;
}

.uae-juris-badge.gold {
  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.35);
  color: #B8962E;
}

.uae-juris-badge.teal {
  background: rgba(15,118,110,0.1);
  border: 1px solid rgba(15,118,110,0.3);
  color: #0F766E;
}

.uae-juris-badge.navy {
  background: rgba(30,58,138,0.08);
  border: 1px solid rgba(30,58,138,0.2);
  color: #1E3A8A;
}

/* Top accent bar */
.uae-juris-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1E3A8A, #D4AF37);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.uae-juris-card:hover::before { transform: scaleX(1); }

/* Featured card */
.uae-juris-card.featured {
  border-color: rgba(212,175,55,0.3);
  background: linear-gradient(160deg, #FEFDF8, #F9FAFB);
}

.uae-juris-card.featured::before {
  transform: scaleX(1);
  background: linear-gradient(90deg, #D4AF37, #F0D060, #D4AF37);
}

/* ── Comparison Table ── */
.uae-juris-table-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.uae-juris-table-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: #1E3A8A;
  margin: 0;
}

.uae-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
  border: 1px solid rgba(30,58,138,0.12);
  box-shadow: 0 8px 32px rgba(30,58,138,0.1);
}

.uae-juris-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
}

.uae-juris-table thead tr {
  background: linear-gradient(135deg, #1E3A8A 0%, #0F2461 60%, #0F766E 100%);
}

.uae-juris-table thead th {
  padding: 16px 18px;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
}

.uae-juris-table thead th:first-child { color: rgba(212,175,55,0.9); }
.uae-juris-table thead th.rak-col { color: #F0D060; }

.uae-juris-table tbody tr {
  border-bottom: 1px solid rgba(30,58,138,0.07);
  transition: background 0.2s ease;
}

.uae-juris-table tbody tr:nth-child(even) { background: rgba(248,246,240,0.6); }
.uae-juris-table tbody tr:nth-child(odd)  { background: #FFFFFF; }
.uae-juris-table tbody tr:hover           { background: rgba(212,175,55,0.05); }
.uae-juris-table tbody tr:last-child      { border-bottom: none; }

.uae-juris-table tbody td {
  padding: 14px 18px;
  font-size: 0.85rem;
  color: #374151;
  line-height: 1.5;
  border: none;
  vertical-align: top;
}

.uae-juris-table tbody td:first-child {
  font-weight: 700;
  color: #1E3A8A;
  font-size: 0.82rem;
  white-space: nowrap;
}

.uae-juris-table tbody td.rak-col {
  background: rgba(212,175,55,0.05);
  border-left: 2px solid rgba(212,175,55,0.25);
  border-right: 2px solid rgba(212,175,55,0.25);
  font-weight: 500;
  color: #1E3A8A;
}

.uae-juris-table tbody tr:last-child td.rak-col {
  border-bottom: 2px solid rgba(212,175,55,0.25);
}

/* CTA note below table */
.uae-juris-table-note {
  background: linear-gradient(135deg, rgba(30,58,138,0.05), rgba(15,118,110,0.04));
  border: 1px solid rgba(30,58,138,0.1);
  border-left: 4px solid #D4AF37;
  border-radius: 0 12px 12px 0;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.uae-juris-note-text {
  font-size: 0.92rem;
  color: #374151;
  margin: 0;
  line-height: 1.6;
  flex: 1;
}

.uae-juris-note-text strong { color: #1E3A8A; }

.uae-inline-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 50px;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(30,58,138,0.3);
}

.uae-inline-cta:hover {
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  color: #1E3A8A !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212,175,55,0.4);
}

/* ============================================
   SECTION: FORMATION PROCESS
   ============================================ */

.uae-process-section {
  position: relative;
  width: 100%;
  background: linear-gradient(160deg, #F0F4FF 0%, #F8F6F0 50%, #F0FDF9 100%);
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.uae-process-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231E3A8A' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.uae-process-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 52px;
}

/* ── Steps ── */
.uae-steps-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

/* Vertical connector line */
.uae-steps-list::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 56px;
  bottom: 56px;
  width: 2px;
  background: linear-gradient(180deg,
    #D4AF37 0%,
    rgba(30,58,138,0.3) 50%,
    #0F766E 100%
  );
  z-index: 0;
}

.uae-step-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 0 0 36px;
  position: relative;
  z-index: 1;
}

.uae-step-item:last-child { padding-bottom: 0; }

/* Step number circle */
.uae-step-num {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  border: 3px solid #FFFFFF;
  box-shadow: 0 4px 16px rgba(30,58,138,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #D4AF37;
  transition: all 0.3s ease;
  z-index: 2;
}

.uae-step-item:hover .uae-step-num {
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  color: #1E3A8A;
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(212,175,55,0.4);
}

/* Step content card */
.uae-step-card {
  flex: 1;
  background: #FFFFFF;
  border: 1px solid rgba(30,58,138,0.1);
  border-radius: 18px;
  padding: 26px 26px;
  box-shadow: 0 4px 20px rgba(30,58,138,0.07);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.uae-step-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1E3A8A, #D4AF37);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.uae-step-item:hover .uae-step-card {
  box-shadow: 0 12px 40px rgba(30,58,138,0.13);
  transform: translateY(-3px);
  border-color: rgba(212,175,55,0.3);
}

.uae-step-item:hover .uae-step-card::before {
  transform: scaleX(1);
}

.uae-step-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4AF37;
  margin: 0 0 6px;
}

.uae-step-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 700;
  color: #1E3A8A;
  margin: 0 0 14px;
  line-height: 1.25;
}

.uae-step-text {
  font-size: clamp(0.87rem, 1.7vw, 0.95rem);
  line-height: 1.8;
  color: #4B5563;
  margin: 0 0 14px;
}

.uae-step-text strong { color: #1E3A8A; font-weight: 600; }
.uae-step-text:last-child { margin-bottom: 0; }

/* Doc list inside step */
.uae-doc-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(30,58,138,0.03);
  border: 1px solid rgba(30,58,138,0.08);
  border-radius: 12px;
  padding: 16px 18px;
}

.uae-doc-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.86rem;
  color: #374151;
  line-height: 1.55;
}

.uae-doc-list li::before {
  content: '→';
  color: #D4AF37;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Deliverables box */
.uae-deliverables-box {
  background: linear-gradient(135deg, rgba(30,58,138,0.05), rgba(15,118,110,0.04));
  border: 1px solid rgba(30,58,138,0.12);
  border-radius: 14px;
  padding: 18px 20px;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uae-deliverables-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1E3A8A;
  margin: 0;
}

.uae-deliverables-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.uae-deliverables-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  color: #374151;
  line-height: 1.5;
}

.uae-del-icon {
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.uae-deliverables-list li strong {
  color: #1E3A8A;
  font-weight: 600;
}

/* ============================================
   SECTION: POST-FORMATION
   ============================================ */

.uae-postform-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.uae-postform-container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 52px;
}

/* Partner callout */
.uae-partner-callout {
  background: linear-gradient(135deg, #1E3A8A 0%, #0F2461 60%, #0F766E 100%);
  border-radius: 18px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.uae-partner-callout-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.uae-partner-callout-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.uae-partner-callout-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.uae-partner-callout-sub {
  font-size: 0.86rem;
  color: rgba(212,175,55,0.9);
  margin: 0;
  line-height: 1.5;
}

/* Banking docs grid */
.uae-bank-docs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.uae-bank-doc-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(30,58,138,0.03);
  border: 1px solid rgba(30,58,138,0.09);
  border-radius: 12px;
  padding: 14px 16px;
  transition: all 0.3s ease;
}

.uae-bank-doc-item:hover {
  background: rgba(212,175,55,0.06);
  border-color: rgba(212,175,55,0.25);
  transform: translateY(-2px);
}

.uae-bank-doc-icon {
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.uae-bank-doc-text {
  font-size: 0.83rem;
  color: #374151;
  line-height: 1.5;
  margin: 0;
}

.uae-bank-doc-text strong {
  color: #1E3A8A;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

/* Compliance block */
.uae-compliance-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.uae-compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.uae-compliance-card {
  background: #F9FAFB;
  border: 1px solid rgba(30,58,138,0.1);
  border-radius: 16px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.uae-compliance-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1E3A8A, #D4AF37);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.uae-compliance-card:hover {
  box-shadow: 0 10px 32px rgba(30,58,138,0.11);
  transform: translateY(-4px);
  border-color: rgba(212,175,55,0.3);
}

.uae-compliance-card:hover::after { transform: scaleX(1); }

.uae-comp-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(30,58,138,0.1), rgba(30,58,138,0.05));
  border: 1px solid rgba(30,58,138,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}

.uae-compliance-card:hover .uae-comp-icon-wrap {
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
}

.uae-comp-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(0.95rem, 1.8vw, 1.08rem);
  font-weight: 700;
  color: #1E3A8A;
  margin: 0;
}

.uae-comp-text {
  font-size: clamp(0.82rem, 1.5vw, 0.88rem);
  line-height: 1.7;
  color: #4B5563;
  margin: 0;
}

.uae-comp-text strong { color: #1E3A8A; font-weight: 600; }

/* ============================================
   SEO PARAGRAPH BLOCK
   ============================================ */

.uae-seo-block {
  background: linear-gradient(135deg,
    rgba(30,58,138,0.04) 0%,
    rgba(212,175,55,0.04) 50%,
    rgba(15,118,110,0.04) 100%
  );
  border: 1px solid rgba(30,58,138,0.1);
  border-left: 4px solid #D4AF37;
  border-radius: 0 16px 16px 0;
  padding: 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.uae-seo-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0F766E;
}

.uae-seo-text {
  font-size: clamp(0.92rem, 1.8vw, 1rem);
  line-height: 1.82;
  color: #374151;
  margin: 0;
}

.uae-seo-text strong { color: #1E3A8A; font-weight: 600; }

.uae-seo-link {
  color: #1E3A8A;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(212,175,55,0.6);
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}

.uae-seo-link:hover {
  color: #D4AF37;
  text-decoration-color: #D4AF37;
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */

.uae-final-cta-section {
  position: relative;
  width: 100%;
  background: linear-gradient(
    135deg,
    #0F2461 0%,
    #1E3A8A 35%,
    #1a5276 65%,
    #0F766E 100%
  );
  background-size: 300% 300%;
  animation: uae-gradient-shift 10s ease infinite;
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
  text-align: center;
}

.uae-final-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(212,175,55,0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,0.04) 0%, transparent 40%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='rgba(255,255,255,0.025)'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3Ccircle cx='5'  cy='5'  r='1'/%3E%3Ccircle cx='55' cy='55' r='1'/%3E%3Ccircle cx='5'  cy='55' r='1'/%3E%3Ccircle cx='55' cy='5'  r='1'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.uae-final-cta-container {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.uae-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212,175,55,0.15);
  border: 1px solid rgba(212,175,55,0.4);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F0D060;
}

.uae-cta-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #D4AF37;
  animation: uae-pulse-glow 2s ease-in-out infinite;
}

.uae-cta-main-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.15;
}

.uae-cta-main-title .gold-line {
  display: block;
  background: linear-gradient(90deg, #D4AF37, #F0D060, #D4AF37);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uae-shimmer 3s linear infinite;
}

.uae-cta-body-text {
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.8;
  color: rgba(255,255,255,0.82);
  margin: 0;
  max-width: 680px;
}

.uae-cta-body-text strong {
  color: #F0D060;
  font-weight: 600;
}

/* USP strip */
.uae-cta-usps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.uae-cta-usp {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
}

.uae-cta-usp-icon {
  font-size: 1rem;
}

.uae-cta-usp-div {
  width: 1px; height: 18px;
  background: rgba(255,255,255,0.2);
}

/* Button group */
.uae-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.uae-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 18px 36px;
  background: linear-gradient(135deg, #B8962E, #D4AF37, #F0D060);
  background-size: 200% 200%;
  color: #0F2461 !important;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none !important;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 24px rgba(212,175,55,0.45);
  position: relative;
  overflow: hidden;
}

.uae-cta-btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(212,175,55,0.6),
              0 0 0 4px rgba(212,175,55,0.2);
  background-position: right center;
}

.uae-cta-btn-primary:focus {
  outline: 3px solid #F0D060;
  outline-offset: 3px;
}

.uae-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: transparent;
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.uae-cta-btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: #D4AF37;
  color: #F0D060 !important;
  transform: translateY(-3px);
}

.uae-cta-btn-secondary:focus {
  outline: 3px solid rgba(255,255,255,0.5);
  outline-offset: 3px;
}

/* Company credit */
.uae-cta-company-credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-top: 8px;
}

.uae-cta-company-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  color: #F0D060;
  margin: 0;
}

.uae-cta-company-tagline {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  margin: 0;
  letter-spacing: 0.05em;
}

.uae-cta-company-url {
  font-size: 0.78rem;
  color: rgba(0,210,200,0.8);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
}

.uae-cta-company-url:hover {
  color: #00D2C8;
  text-decoration: underline;
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .uae-jurisdiction-section,
  .uae-process-section,
  .uae-postform-section,
  .uae-final-cta-section {
    padding: 60px 16px 70px;
  }

  .uae-juris-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .uae-bank-docs-grid,
  .uae-compliance-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .uae-steps-list::before {
    left: 26px;
  }

  .uae-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .uae-cta-btn-primary,
  .uae-cta-btn-secondary {
    width: 100%;
    max-width: 340px;
    justify-content: center;
  }

  .uae-cta-usps {
    flex-direction: column;
    gap: 10px;
  }

  .uae-cta-usp-div { display: none; }

  .uae-partner-callout {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .uae-jurisdiction-section,
  .uae-process-section,
  .uae-postform-section,
  .uae-final-cta-section {
    padding: 48px 12px 56px;
  }

  .uae-step-item {
    gap: 14px;
  }

  .uae-step-num {
    width: 46px;
    height: 46px;
    font-size: 1rem;
  }

  .uae-steps-list::before {
    left: 22px;
  }

  .uae-step-card {
    padding: 20px 18px;
  }

  .uae-juris-table tbody td,
  .uae-juris-table thead th {
    padding: 12px 12px;
    font-size: 0.78rem;
  }

  .uae-seo-block {
    padding: 22px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b80f3aa *//* ============================================
   FAQ SECTION — Custom CSS
   Elementor HTML Widget
   ============================================ */

/* ============================================
   SECTION WRAPPER
   ============================================ */

.uae-faq-section {
  position: relative;
  width: 100%;
  background: linear-gradient(160deg, #F0F4FF 0%, #F8F6F0 50%, #F0FDF9 100%);
  padding: 90px 20px 100px;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

/* Background pattern */
.uae-faq-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(30,58,138,0.05) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(212,175,55,0.06) 0%, transparent 40%),
    url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='40' cy='40' r='1.5' fill='rgba(30,58,138,0.04)'/%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(212,175,55,0.04)'/%3E%3Ccircle cx='70' cy='70' r='1' fill='rgba(30,58,138,0.03)'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.uae-faq-container {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ============================================
   FAQ HEADER
   ============================================ */

.uae-faq-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.uae-faq-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #0F766E;
}

.uae-faq-label::before,
.uae-faq-label::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, #D4AF37, #F0D060);
  border-radius: 2px;
}

.uae-faq-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  color: #1E3A8A;
  margin: 0;
  line-height: 1.2;
}

.uae-faq-h2 .gold {
  background: linear-gradient(90deg, #B8962E, #D4AF37, #F0D060, #D4AF37);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: uae-shimmer 3s linear infinite;
}

.uae-faq-subtitle {
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  color: #6B7280;
  max-width: 560px;
  line-height: 1.65;
  margin: 0;
}

.uae-faq-rule {
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, #D4AF37, #F0D060);
  border-radius: 2px;
}

/* ============================================
   FAQ SCHEMA MARKUP NOTE
   (hidden visually, present for SEO)
   ============================================ */

.uae-faq-schema-note {
  display: none;
}

/* ============================================
   FAQ ACCORDION LIST
   ============================================ */

.uae-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ── Individual FAQ Item ── */
.uae-faq-item {
  background: #FFFFFF;
  border: 1px solid rgba(30,58,138,0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(30,58,138,0.06);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.uae-faq-item:hover {
  border-color: rgba(212,175,55,0.3);
  box-shadow: 0 8px 28px rgba(30,58,138,0.11);
}

.uae-faq-item.active {
  border-color: rgba(212,175,55,0.4);
  box-shadow: 0 10px 36px rgba(30,58,138,0.13);
}

/* ── FAQ Question Button ── */
.uae-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  transition: background 0.25s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.uae-faq-question:hover {
  background: rgba(30,58,138,0.02);
}

.uae-faq-item.active .uae-faq-question {
  background: linear-gradient(135deg,
    rgba(30,58,138,0.04),
    rgba(212,175,55,0.03)
  );
}

.uae-faq-question:focus-visible {
  outline: 3px solid rgba(30,58,138,0.4);
  outline-offset: -3px;
  border-radius: 16px 16px 0 0;
}

/* FAQ Number badge */
.uae-faq-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(30,58,138,0.1), rgba(30,58,138,0.05));
  border: 1.5px solid rgba(30,58,138,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1E3A8A;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.uae-faq-item.active .uae-faq-num {
  background: linear-gradient(135deg, #1E3A8A, #2D4FA0);
  border-color: #1E3A8A;
  color: #D4AF37;
}

/* FAQ Question text */
.uae-faq-q-text {
  flex: 1;
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.92rem, 1.8vw, 1.01rem);
  font-weight: 600;
  color: #1F2937;
  line-height: 1.45;
  margin: 0;
  transition: color 0.3s ease;
}

.uae-faq-item.active .uae-faq-q-text,
.uae-faq-item:hover .uae-faq-q-text {
  color: #1E3A8A;
}

/* FAQ Icon (plus/minus) */
.uae-faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(30,58,138,0.07);
  border: 1.5px solid rgba(30,58,138,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
  position: relative;
}

.uae-faq-icon::before,
.uae-faq-icon::after {
  content: '';
  position: absolute;
  background: #1E3A8A;
  border-radius: 2px;
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
}

/* Horizontal bar */
.uae-faq-icon::before {
  width: 12px;
  height: 2px;
}

/* Vertical bar */
.uae-faq-icon::after {
  width: 2px;
  height: 12px;
}

/* Rotate on active (becomes minus) */
.uae-faq-item.active .uae-faq-icon {
  background: linear-gradient(135deg, #D4AF37, #F0D060);
  border-color: #D4AF37;
  transform: rotate(45deg);
}

.uae-faq-item.active .uae-faq-icon::before,
.uae-faq-item.active .uae-faq-icon::after {
  background: #1E3A8A;
}

/* ── FAQ Answer Panel ── */
.uae-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4,0,0.2,1),
              opacity 0.35s ease,
              padding 0.35s ease;
  opacity: 0;
}

.uae-faq-item.active .uae-faq-answer {
  max-height: 500px;
  opacity: 1;
}

.uae-faq-answer-inner {
  padding: 0 24px 24px 72px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 1px solid rgba(30,58,138,0.07);
  padding-top: 18px;
}

.uae-faq-a-text {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.88rem, 1.7vw, 0.95rem);
  line-height: 1.82;
  color: #4B5563;
  margin: 0;
}

.uae-faq-a-text strong {
  color: #1E3A8A;
  font-weight: 600;
}

/* Answer highlight tag */
.uae-faq-highlight {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(30,58,138,0.05);
  border: 1px solid rgba(30,58,138,0.1);
  border-left: 3px solid #D4AF37;
  border-radius: 0 8px 8px 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1E3A8A;
  font-family: 'Inter', sans-serif;
}

/* CTA link inside answer */
.uae-faq-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #1E3A8A !important;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: underline !important;
  text-decoration-color: rgba(212,175,55,0.6) !important;
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}

.uae-faq-cta-link:hover {
  color: #D4AF37 !important;
  text-decoration-color: #D4AF37 !important;
}

/* ============================================
   FAQ BOTTOM CTA STRIP
   ============================================ */

.uae-faq-bottom-strip {
  background: linear-gradient(135deg, #1E3A8A 0%, #0F2461 55%, #0F766E 100%);
  border-radius: 20px;
  padding: 36px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.uae-faq-bottom-strip::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(212,175,55,0.08);
  pointer-events: none;
}

.uae-faq-strip-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.uae-faq-strip-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.uae-faq-strip-sub {
  font-size: 0.87rem;
  color: rgba(212,175,55,0.85);
  margin: 0;
  line-height: 1.5;
}

.uae-faq-strip-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  background: linear-gradient(135deg, #B8962E, #D4AF37, #F0D060);
  color: #0F2461 !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none !important;
  border-radius: 50px;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(212,175,55,0.4);
  flex-shrink: 0;
}

.uae-faq-strip-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(212,175,55,0.6);
  background: linear-gradient(135deg, #F0D060, #D4AF37);
}

.uae-faq-strip-btn:focus {
  outline: 3px solid #F0D060;
  outline-offset: 3px;
}

/* ============================================
   FAQ COUNTER STATS ROW
   ============================================ */

.uae-faq-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.uae-faq-stat-card {
  background: #FFFFFF;
  border: 1px solid rgba(30,58,138,0.1);
  border-radius: 14px;
  padding: 20px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(30,58,138,0.06);
}

.uae-faq-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(30,58,138,0.12);
  border-color: rgba(212,175,55,0.3);
}

.uae-faq-stat-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.uae-faq-stat-value {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  font-weight: 800;
  color: #1E3A8A;
  line-height: 1;
}

.uae-faq-stat-label {
  font-size: 0.74rem;
  font-weight: 600;
  color: #6B7280;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 768px) {
  .uae-faq-section {
    padding: 60px 16px 70px;
  }

  .uae-faq-container {
    gap: 36px;
  }

  .uae-faq-answer-inner {
    padding-left: 24px;
  }

  .uae-faq-bottom-strip {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
  }

  .uae-faq-strip-btn {
    width: 100%;
    justify-content: center;
  }

  .uae-faq-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 480px) {
  .uae-faq-section {
    padding: 48px 12px 56px;
  }

  .uae-faq-question {
    padding: 18px 16px;
    gap: 12px;
  }

  .uae-faq-answer-inner {
    padding: 16px 16px 20px;
  }

  .uae-faq-num {
    width: 28px;
    height: 28px;
    font-size: 0.7rem;
  }

  .uae-faq-icon {
    width: 24px;
    height: 24px;
  }

  .uae-faq-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .uae-faq-stat-card {
    flex-direction: row;
    text-align: left;
    gap: 14px;
    padding: 14px 16px;
  }

  .uae-faq-stat-label {
    text-align: left;
  }

  .uae-faq-bottom-strip {
    padding: 24px 18px;
  }
}/* End custom CSS */