.elementor-77211 .elementor-element.elementor-element-beb7b97 > .elementor-container{text-align:justify;}.elementor-77211 .elementor-element.elementor-element-494dc71{--spacer-size:10px;}.elementor-77211 .elementor-element.elementor-element-4494e78{text-align:start;}.elementor-77211 .elementor-element.elementor-element-b3c7021{--spacer-size:10px;}.elementor-77211 .elementor-element.elementor-element-717dc6b{text-align:start;}.elementor-77211 .elementor-element.elementor-element-ae0805e{text-align:start;}.elementor-77211 .elementor-element.elementor-element-d67e567{text-align:start;}.elementor-77211 .elementor-element.elementor-element-11d97c4{text-align:start;}.elementor-77211 .elementor-element.elementor-element-4d4963e{text-align:start;}.elementor-77211 .elementor-element.elementor-element-6e45adc{text-align:start;}.elementor-77211 .elementor-element.elementor-element-861ee4d{text-align:start;}.elementor-77211 .elementor-element.elementor-element-5528182{text-align:start;}.elementor-77211 .elementor-element.elementor-element-a9fc772{text-align:start;}.elementor-77211 .elementor-element.elementor-element-d072de1{text-align:start;}/* Start custom CSS for html, class: .elementor-element-beab58c *//* ============================================
   HERO SECTION — Free Online Gratuity Calculator UAE
   Brand Colors:
   --navy:  #1a2340
   --gold:  #c9a84c
   --white: #ffffff
   --light-gray: #f5f6f8
   --text-dark: #1a2340
   --text-muted: #4a5568
============================================ */

:root {
  --brand-navy: #1a2340;
  --brand-gold: #c9a84c;
  --brand-gold-dark: #a8883d;
  --brand-white: #ffffff;
  --brand-light: #f5f6f8;
  --brand-border: #e2e5ec;
  --text-dark: #1a2340;
  --text-muted: #4a5568;
  --text-light: #6b7280;
  --shadow-sm: 0 2px 8px rgba(26, 35, 64, 0.08);
  --shadow-md: 0 4px 20px rgba(26, 35, 64, 0.12);
  --shadow-lg: 0 8px 40px rgba(26, 35, 64, 0.16);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --font-primary: 'Inter', 'Segoe UI', Arial, sans-serif;
}

/* ── Section Wrapper ── */
.hero-section {
  width: 100%;
  padding: 72px 24px 80px;
  font-family: var(--font-primary);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--brand-border);
}

/* ── Container ── */
.hero-container {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

/* ── Trust Badge Row ── */
.hero-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 16px;
  border: 1.5px solid var(--brand-gold);
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brand-navy);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* ── H1 Heading ── */
.hero-heading {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--brand-navy);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.hero-heading-highlight {
  color: var(--brand-gold);
  display: inline;
}

/* ── Subheadline ── */
.hero-subheading {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 700px;
  margin: 0 auto 28px;
}

.hero-subheading strong {
  color: var(--brand-navy);
  font-weight: 700;
}

/* ── Gold Divider ── */
.hero-divider {
  width: 64px;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--brand-gold),
    var(--brand-gold-dark)
  );
  border-radius: 2px;
  margin: 0 auto 28px;
}

/* ── Intro Paragraph ── */
.hero-intro {
  font-size: 1rem;
  color: var(--text-dark);
  line-height: 1.8;
  margin: 0 0 28px;
  text-align: left;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.hero-intro strong {
  color: var(--brand-navy);
  font-weight: 700;
}

/* ── Highlight Box ── */
.hero-highlight-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 24px;
  border-left: 4px solid var(--brand-gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: rgba(201, 168, 76, 0.06);
  text-align: left;
  max-width: 740px;
  margin: 0 auto 36px;
}

.hero-highlight-icon {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 2px;
  flex-shrink: 0;
}

.hero-highlight-box p {
  margin: 0;
  font-size: 0.97rem;
  color: var(--text-dark);
  line-height: 1.7;
}

.hero-highlight-box strong {
  color: var(--brand-navy);
  font-weight: 700;
}

/* ── Content Grid (What You'll Find) ── */
.hero-content-grid {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: left;
}

.hero-content-grid-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.hero-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.93rem;
  color: var(--text-dark);
  line-height: 1.5;
}

.check-icon {
  color: var(--brand-gold);
  font-size: 0.8rem;
  font-weight: 900;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ── CTA Wrapper ── */
.hero-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* ── CTA Button ── */
.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  background: linear-gradient(
    135deg,
    var(--brand-gold) 0%,
    var(--brand-gold-dark) 100%
  );
  color: var(--brand-navy);
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  border-radius: var(--radius-sm);
  letter-spacing: 0.01em;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.35);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.hero-cta-btn:hover,
.hero-cta-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201, 168, 76, 0.45);
  background: linear-gradient(
    135deg,
    #d4b35a 0%,
    var(--brand-gold) 100%
  );
  outline: none;
}

.hero-cta-btn:active {
  transform: translateY(0);
}

.cta-arrow {
  font-size: 1.2rem;
  font-weight: 900;
  transition: transform 0.2s ease;
}

.hero-cta-btn:hover .cta-arrow {
  transform: translateX(4px);
}

/* ── CTA Sub-links ── */
.hero-cta-sub {
  font-size: 0.875rem;
  color: var(--text-light);
  margin: 0;
}

.hero-inline-link {
  color: var(--brand-gold-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s ease;
}

.hero-inline-link:hover,
.hero-inline-link:focus-visible {
  color: var(--brand-navy);
  outline: none;
}

/* ── Decorative Image (optional visual) ── */
.hero-image-wrapper {
  display: none; /* Toggle to block if visual is used */
  max-width: 600px;
  margin: 40px auto 0;
}

.hero-image {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

/* ============================================
   RESPONSIVE — Tablet (max 768px)
============================================ */
@media (max-width: 768px) {
  .hero-section {
    padding: 48px 20px 60px;
  }

  .hero-heading {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .hero-checklist {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-highlight-box {
    flex-direction: column;
    gap: 10px;
    padding: 16px 18px;
  }

  .hero-cta-btn {
    padding: 16px 28px;
    font-size: 0.97rem;
    width: 100%;
    justify-content: center;
  }

  .hero-trust-badges {
    gap: 7px;
  }

  .badge {
    font-size: 0.72rem;
    padding: 5px 12px;
  }
}

/* ============================================
   RESPONSIVE — Mobile (max 480px)
============================================ */
@media (max-width: 480px) {
  .hero-section {
    padding: 36px 16px 48px;
  }

  .hero-heading {
    font-size: 1.45rem;
    letter-spacing: -0.01em;
  }

  .hero-subheading {
    font-size: 0.94rem;
  }

  .hero-intro {
    font-size: 0.93rem;
  }

  .hero-cta-btn {
    padding: 14px 20px;
    font-size: 0.9rem;
    letter-spacing: 0;
  }

  .hero-content-grid {
    margin-bottom: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63c26c8 *//* ============================================
   SECTION: key-takeaways
   Brand Colors from A&A Associate Logo:
   --aa-blue  : #1B3A8C  (deep royal blue)
   --aa-gold  : #C9A84C  (rich gold)
   --aa-cream : #F5EDD8  (warm cream/beige)
   --aa-white : #FFFFFF
   --aa-text  : #1A1A2E  (near black)
   --aa-gray  : #6B7280
============================================ */

:root {
  --aa-blue:   #1B3A8C;
  --aa-blue-light: #2D55B8;
  --aa-gold:   #C9A84C;
  --aa-gold-light: #E2C97A;
  --aa-cream:  #F5EDD8;
  --aa-white:  #FFFFFF;
  --aa-text:   #1A1A2E;
  --aa-gray:   #6B7280;
  --aa-border: #E2D9C8;
  --aa-radius: 12px;
  --aa-shadow: 0 4px 20px rgba(27, 58, 140, 0.08);
}

/* --- Section Wrapper --- */
.kt-section {
  padding: 72px 20px;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  color: var(--aa-text);
}

.kt-container {
  max-width: 860px;
  margin: 0 auto;
}

/* --- Heading --- */
.kt-heading-wrap {
  margin-bottom: 40px;
}

.kt-heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--aa-blue);
  margin: 0 0 14px 0;
  line-height: 1.3;
  border-left: 4px solid var(--aa-gold);
  padding-left: 16px;
}

.kt-subtext {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--aa-gray);
  padding-left: 20px;
  margin: 0;
}

.kt-subtext strong {
  color: var(--aa-blue);
}

/* --- Rules Block --- */
.kt-rules-block {
  border: 1.5px solid var(--aa-border);
  border-radius: var(--aa-radius);
  padding: 32px 36px;
  margin-bottom: 32px;
  box-shadow: var(--aa-shadow);
  position: relative;
}

.kt-rules-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--aa-blue) 0%, var(--aa-gold) 100%);
  border-radius: var(--aa-radius) 0 0 var(--aa-radius);
}

.kt-rules-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.kt-rules-icon {
  font-size: 1.3rem;
}

.kt-rules-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--aa-blue);
  margin: 0;
  letter-spacing: 0.01em;
}

/* --- Rules List --- */
.kt-rules-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.kt-rule-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  line-height: 1.6;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--aa-border);
}

.kt-rule-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.kt-pin {
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.kt-rule-item strong {
  color: var(--aa-blue);
}

.kt-highlight {
  color: var(--aa-gold);
  font-weight: 700;
}

.kt-badge {
  display: inline-block;
  background: var(--aa-cream);
  color: var(--aa-blue);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  border: 1px solid var(--aa-gold-light);
  margin-left: 6px;
  vertical-align: middle;
  letter-spacing: 0.03em;
}

/* --- Pills Row --- */
.kt-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.kt-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.kt-pill--blue {
  background: rgba(27, 58, 140, 0.08);
  color: var(--aa-blue);
  border: 1.5px solid rgba(27, 58, 140, 0.2);
}

.kt-pill--gold {
  background: rgba(201, 168, 76, 0.1);
  color: #8a6a1a;
  border: 1.5px solid rgba(201, 168, 76, 0.35);
}

/* --- Why This Matters Box --- */
.kt-matters-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-radius: var(--aa-radius);
  border: 1.5px solid var(--aa-gold-light);
  padding: 24px 28px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}

.kt-matters-box::after {
  content: '🔑';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  opacity: 0.06;
  pointer-events: none;
}

.kt-matters-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}

.kt-matters-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--aa-blue);
  margin: 0 0 6px 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.kt-matters-text {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--aa-text);
  margin: 0;
}

/* --- Links --- */
.kt-link {
  color: var(--aa-blue);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--aa-gold);
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.kt-link:hover {
  color: var(--aa-gold);
}

/* --- External Links Row --- */
.kt-links-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kt-ext-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 8px;
  border: 1.5px solid var(--aa-blue);
  color: var(--aa-blue);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.22s ease;
  background: transparent;
}

.kt-ext-link:hover {
  background: var(--aa-blue);
  color: var(--aa-white);
  border-color: var(--aa-blue);
}

.kt-ext-icon {
  font-size: 1rem;
}

.kt-ext-arrow {
  font-size: 0.8rem;
  opacity: 0.6;
  margin-left: 2px;
}

/* ============================================
   RESPONSIVE
============================================ */

@media (max-width: 640px) {

  .kt-section {
    padding: 48px 16px;
  }

  .kt-rules-block {
    padding: 24px 20px;
  }

  .kt-matters-box {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }

  .kt-pills-row {
    gap: 8px;
  }

  .kt-pill {
    font-size: 0.8rem;
    padding: 7px 13px;
  }

  .kt-links-row {
    flex-direction: column;
  }

  .kt-ext-link {
    width: 100%;
    justify-content: center;
  }

  .kt-heading {
    font-size: 1.35rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f94cc5 *//* ==========================================
   SECTION CSS: #calculator-tool
   A&A Associate Brand Colors:
   Primary Blue  : #1E3A8A
   Secondary Blue: #2B4FBF
   Gold          : #C9A84C
   Gold Light    : #F0D080
   Text Dark     : #1A1A2E
   Text Mid      : #4A4A6A
   Border Light  : #E8E0CC
   White         : #FFFFFF
   ========================================== */

/* ── Root Variables ── */
:root {
  --aa-blue:        #1E3A8A;
  --aa-blue-mid:    #2B4FBF;
  --aa-blue-light:  #EEF2FB;
  --aa-gold:        #C9A84C;
  --aa-gold-light:  #F5E9C8;
  --aa-gold-border: #D4AF37;
  --aa-text-dark:   #1A1A2E;
  --aa-text-mid:    #4A4A6A;
  --aa-text-light:  #6B7280;
  --aa-border:      #DDE3F0;
  --aa-white:       #FFFFFF;
  --aa-success:     #16A34A;
  --aa-warning:     #B45309;
  --aa-error:       #DC2626;
  --aa-radius:      12px;
  --aa-radius-sm:   8px;
  --aa-shadow:      0 4px 24px rgba(30, 58, 138, 0.10);
  --aa-shadow-lg:   0 8px 40px rgba(30, 58, 138, 0.16);
  --aa-transition:  all 0.25s ease;
}

/* ── Section Wrapper ── */
.calc-section {
  padding: 72px 0 80px;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  color: var(--aa-text-dark);
}

/* ── Container ── */
.calc-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Heading Block ── */
.calc-heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.calc-badge {
  display: inline-block;
  background: var(--aa-gold-light);
  color: var(--aa-gold);
  border: 1px solid var(--aa-gold-border);
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 16px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.calc-heading {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  color: var(--aa-blue);
  line-height: 1.25;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.calc-subheading {
  font-size: 1rem;
  color: var(--aa-text-mid);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

.calc-subheading strong {
  color: var(--aa-blue);
}

/* ── Main Calculator Card ── */
.calc-card {
  border: 1.5px solid var(--aa-border);
  border-radius: var(--aa-radius);
  box-shadow: var(--aa-shadow-lg);
  overflow: hidden;
  background: var(--aa-white);
}

/* ── Card Header ── */
.calc-card-header {
  background: var(--aa-blue);
  padding: 28px 36px 24px;
  text-align: center;
  border-bottom: 3px solid var(--aa-gold);
}

.calc-card-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 8px;
}

.calc-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--aa-white);
  margin: 0 0 8px;
}

.calc-card-subtitle {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  line-height: 1.6;
}

.calc-card-subtitle strong {
  color: var(--aa-gold-light);
}

/* ── Form ── */
.calc-form {
  padding: 32px 36px 28px;
}

.calc-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
}

/* ── Field Group ── */
.calc-field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.calc-field-group--full {
  grid-column: 1 / -1;
}

/* ── Label ── */
.calc-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--aa-blue);
  display: flex;
  flex-direction: column;
  gap: 2px;
  letter-spacing: 0.01em;
}

.calc-label-note {
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--aa-text-light);
}

/* ── Input Wrapper ── */
.calc-input-wrap {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--aa-border);
  border-radius: var(--aa-radius-sm);
  overflow: hidden;
  transition: var(--aa-transition);
}

.calc-input-wrap:focus-within {
  border-color: var(--aa-blue-mid);
  box-shadow: 0 0 0 3px rgba(43, 79, 191, 0.12);
}

.calc-input-prefix {
  background: var(--aa-blue-light);
  color: var(--aa-blue);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0 12px;
  height: 46px;
  display: flex;
  align-items: center;
  border-right: 1.5px solid var(--aa-border);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── Inputs ── */
.calc-input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  font-size: 0.95rem;
  color: var(--aa-text-dark);
  border: 1.5px solid var(--aa-border);
  border-radius: var(--aa-radius-sm);
  outline: none;
  background: var(--aa-white);
  transition: var(--aa-transition);
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.calc-input-wrap .calc-input {
  border: none;
  border-radius: 0;
  flex: 1;
  min-width: 0; /* FIX: prevents input overflow inside flex container */
}

.calc-input:focus {
  border-color: var(--aa-blue-mid);
  box-shadow: 0 0 0 3px rgba(43, 79, 191, 0.12);
}

.calc-input--date {
  cursor: pointer;
}

/* ── Select ── */
.calc-select {
  width: 100%;
  height: 46px;
  padding: 0 40px 0 14px; /* FIX: consistent padding with room for arrow */
  font-size: 0.95rem;
  color: var(--aa-text-dark);
  border: 1.5px solid var(--aa-border);
  border-radius: var(--aa-radius-sm);
  outline: none;
  background: var(--aa-white);
  cursor: pointer;
  transition: var(--aa-transition);
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231E3A8A' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  box-sizing: border-box;
}

.calc-select:focus {
  border-color: var(--aa-blue-mid);
  box-shadow: 0 0 0 3px rgba(43, 79, 191, 0.12);
}

.calc-select option[value=""][disabled] {
  color: var(--aa-text-light);
}

/* ── Calculate Button ── */
.calc-btn-wrap {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.calc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--aa-gold);
  color: var(--aa-white);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 15px 36px;
  border: none;           /* FIX: explicitly no border */
  border-radius: 50px;
  cursor: pointer;
  transition: var(--aa-transition);
  box-shadow: 0 4px 18px rgba(201, 168, 76, 0.40);
  font-family: inherit;
  text-align: center;
  min-width: 280px;
  max-width: 100%;        /* FIX: prevents overflow */
  box-sizing: border-box;
  white-space: nowrap;    /* FIX: keeps text on one line */
  line-height: 1.4;       /* FIX: ensures text is vertically visible */
}

.calc-btn:hover {
  background: #B8962E;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201, 168, 76, 0.50);
}

.calc-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(201, 168, 76, 0.30);
}

/* ── Result Box ── */
.calc-result {
  display: none;
  border-top: 2px dashed var(--aa-border);
  padding: 32px 36px 28px;
  animation: calcFadeIn 0.4s ease;
}

.calc-result.is-visible {
  display: block;
}

@keyframes calcFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Result Header ── */
.calc-result-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.calc-result-icon {
  font-size: 1.5rem;
}

.calc-result-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--aa-blue);
  margin: 0;
}

/* ── Result Grid ── */
.calc-result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

/* ── Result Item ── */
.calc-result-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 20px;
  border: 1.5px solid var(--aa-border);
  border-radius: var(--aa-radius-sm);
  background: var(--aa-blue-light);
  transition: var(--aa-transition);
}

.calc-result-item--highlight {
  grid-column: 1 / -1;
  border-color: var(--aa-gold);
  background: var(--aa-gold-light);
}

.calc-result-item--note {
  grid-column: 1 / -1;
  border-color: #FCD34D;
  background: #FFFBEB;
}

.calc-result-label {
  font-size: 0.80rem;
  font-weight: 600;
  color: var(--aa-text-mid);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.calc-result-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--aa-blue);
}

.calc-result-value--total {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--aa-gold);
}

/* ── Error Message ── */
.calc-error {
  background: #FEF2F2;
  border: 1px solid #FECACA;
  border-radius: var(--aa-radius-sm);
  color: var(--aa-error);
  font-size: 0.90rem;
  font-weight: 600;
  padding: 12px 16px;
  margin-bottom: 16px;
}

/* ── Post-Result CTA ── */
.calc-result-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border: 1.5px solid var(--aa-border);
  border-radius: var(--aa-radius-sm);
  flex-wrap: wrap;
  box-sizing: border-box;
}

.calc-result-cta-text {
  font-size: 0.90rem;
  color: var(--aa-text-mid);
  margin: 0;
  flex: 1;
  min-width: 0; /* FIX: prevents text overflow in flex */
}

.calc-result-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--aa-blue);
  color: var(--aa-white);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  transition: var(--aa-transition);
  box-sizing: border-box;
}

.calc-result-cta-btn:hover {
  background: var(--aa-blue-mid);
  transform: translateY(-1px);
}

/* ── Pro Tip Box ── */
.calc-protip {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 24px;
  padding: 18px 22px;
  border-left: 4px solid var(--aa-gold);
  border-radius: 0 var(--aa-radius-sm) var(--aa-radius-sm) 0;
  border-top: 1px solid var(--aa-gold-light);
  border-right: 1px solid var(--aa-gold-light);
  border-bottom: 1px solid var(--aa-gold-light);
  box-sizing: border-box;
}

.calc-protip-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.calc-protip-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0; /* FIX: prevents content overflow */
}

.calc-protip-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--aa-gold);
}

.calc-protip-text {
  font-size: 0.88rem;
  color: var(--aa-text-mid);
  margin: 0;
  line-height: 1.65;
  word-wrap: break-word; /* FIX: long words wrap correctly */
}

.calc-protip-text strong {
  color: var(--aa-blue);
}

/* ── External Links Row ── */
.calc-links-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.calc-links-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--aa-text-light);
  white-space: nowrap;
}

.calc-ext-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--aa-blue);
  text-decoration: none;
  padding: 5px 14px;
  border: 1.5px solid var(--aa-border);
  border-radius: 20px;
  transition: var(--aa-transition);
}

.calc-ext-link:hover {
  border-color: var(--aa-blue-mid);
  color: var(--aa-blue-mid);
  background: var(--aa-blue-light);
}

/* ==========================================
   RESPONSIVE — Tablet & Mobile
   ========================================== */

@media (max-width: 768px) {

  .calc-section {
    padding: 48px 0 56px;
  }

  .calc-container {
    padding: 0 16px;
  }

  .calc-card-header {
    padding: 22px 20px 18px;
  }

  .calc-form {
    padding: 24px 20px 20px;
  }

  .calc-form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .calc-result {
    padding: 24px 20px 20px;
  }

  .calc-result-grid {
    grid-template-columns: 1fr;
  }

  .calc-result-item--highlight {
    grid-column: 1;
  }

  .calc-result-item--note {
    grid-column: 1;
  }

  .calc-result-value--total {
    font-size: 1.35rem;
  }

  /* FIX: Button mobile — contained, proper height, text visible */
  .calc-btn-wrap {
    padding: 0;          /* remove any inherited padding */
    margin-top: 24px;
  }

  .calc-btn {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    padding: 15px 20px;  /* FIX: was 24px 24px — now balanced */
    font-size: 0.92rem;
    white-space: normal; /* allow wrap on very small screens if needed */
    word-break: keep-all;
  }

  .calc-result-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .calc-result-cta-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;  /* FIX: consistent touch target */
  }

  .calc-links-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .calc-heading {
    font-size: 1.4rem;
  }

  /* FIX: prevent card from bleeding outside viewport */
  .calc-card {
    overflow: hidden;
  }

}

@media (max-width: 480px) {

  .calc-section {
    padding: 36px 0 44px;
  }

  .calc-container {
    padding: 0 12px; /* FIX: slightly tighter on very small screens */
  }

  .calc-card-title {
    font-size: 1.05rem;
  }

  .calc-heading {
    font-size: 1.25rem;
  }

  .calc-card-header {
    padding: 18px 16px 16px;
  }

  .calc-form {
    padding: 20px 16px 16px;
  }

  .calc-result {
    padding: 20px 16px 16px;
  }

  /* FIX: ensure inputs don't overflow on very small screens */
  .calc-input,
  .calc-select {
    font-size: 0.9rem; /* prevents iOS auto-zoom (needs 16px ideally) */
  }

  .calc-btn {
    font-size: 0.9rem;
    padding: 14px 16px;
  }

  .calc-protip {
    padding: 14px 16px;
    gap: 10px;
  }

  .calc-result-cta {
    padding: 14px 16px;
  }

}

/* ==========================================
   iOS ZOOM FIX
   Prevents iOS from zooming in on input focus
   ========================================== */
@media (max-width: 768px) {
  .calc-input,
  .calc-select {
    font-size: 16px !important; /* iOS requires min 16px to prevent zoom */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e5ac6c *//* ============================================
   SECTION: what-is-gratuity-uae
   Brand Colors:
   Navy Blue  → #1E3A8A
   Gold       → #C9A84C
   Text Gray  → #3D3D3D
   Light Gray → #6B6B6B
============================================ */

#what-is-gratuity-uae {
  padding: 64px 24px;
  background: transparent;
}

.gratuity-info-container {
  max-width: 860px;
  margin: 0 auto;
}

/* H2 Heading */
.gratuity-info-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1E3A8A;
  margin-bottom: 20px;
  line-height: 1.3;
  border-bottom: 2px solid #C9A84C;
  padding-bottom: 12px;
}

/* H3 Subheadings */
.gratuity-info-subheading {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1E3A8A;
  margin-top: 36px;
  margin-bottom: 12px;
}

/* Intro Paragraph */
.gratuity-info-intro {
  font-size: 1.05rem;
  color: #3D3D3D;
  line-height: 1.8;
  margin-bottom: 8px;
}

/* Body Paragraphs */
.gratuity-info-text {
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* Unordered List */
.gratuity-info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.gratuity-info-list li {
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.8;
  padding: 8px 0 8px 20px;
  border-bottom: 1px solid #f0ece2;
  position: relative;
}

.gratuity-info-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #C9A84C;
}

/* Bold label inside list item */
.gratuity-list-label {
  font-weight: 600;
  color: #1E3A8A;
  margin-right: 6px;
}

/* Inline Links */
.gratuity-info-link {
  color: #C9A84C;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.gratuity-info-link:hover {
  color: #1E3A8A;
  border-bottom-color: #1E3A8A;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 768px) {
  .gratuity-info-heading {
    font-size: 1.5rem;
  }

  .gratuity-info-subheading {
    font-size: 1.1rem;
  }

  .gratuity-info-intro,
  .gratuity-info-text,
  .gratuity-info-list li {
    font-size: 0.97rem;
  }

  #what-is-gratuity-uae {
    padding: 48px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52891a5 *//* ============================================
   SECTION: how-to-calculate-gratuity-uae
   Brand colours: Navy #1B3A7A | Gold #C9A84C
   ============================================ */

/* ---------- Layout ---------- */
.gratuity-steps-section {
  padding: 72px 24px;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  color: #1a1a1a;
}

.gratuity-steps-container {
  max-width: 860px;
  margin: 0 auto;
}

/* ---------- Section heading ---------- */
.gratuity-steps-heading {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  color: #1B3A7A;
  line-height: 1.25;
  margin: 0 0 20px;
}

/* ---------- Intro paragraph ---------- */
.gratuity-steps-intro {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #3a3a3a;
  margin: 0 0 48px;
}

/* ---------- Step row ---------- */
.gratuity-step {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 0;
}

/* ---------- Step number ---------- */
.step-number {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #C9A84C;
  color: #1B3A7A;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 4px;
}

/* ---------- Step body ---------- */
.step-content {
  flex: 1;
  padding-bottom: 36px;
}

.step-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1B3A7A;
  margin: 0 0 10px;
}

.step-desc {
  font-size: 1rem;
  line-height: 1.75;
  color: #3a3a3a;
  margin: 0 0 14px;
}

/* ---------- List inside step ---------- */
.step-list {
  margin: 0 0 14px;
  padding-left: 0;
  list-style: none;
}

.step-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 0.97rem;
  line-height: 1.65;
  color: #3a3a3a;
}

.step-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #C9A84C;
}

.list-label {
  font-weight: 600;
  color: #1B3A7A;
}

/* ---------- Example callout ---------- */
.step-example {
  font-size: 0.96rem;
  line-height: 1.65;
  color: #3a3a3a;
  border-left: 3px solid #C9A84C;
  padding-left: 14px;
  margin: 14px 0 0;
}

/* ---------- Formula lines ---------- */
.step-formula-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #C9A84C;
  margin: 16px 0 4px;
}

.step-formula {
  font-size: 1rem;
  font-weight: 700;
  color: #1B3A7A;
  font-family: 'Courier New', Courier, monospace;
  margin: 0 0 4px;
  padding-left: 4px;
}

/* ---------- Step note ---------- */
.step-note {
  font-size: 0.93rem;
  line-height: 1.7;
  color: #555;
  margin: 18px 0 0;
  padding-left: 14px;
  border-left: 3px solid #1B3A7A;
}

/* ---------- Table ---------- */
.step-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 18px;
  font-size: 0.96rem;
}

.step-table thead tr {
  border-bottom: 2px solid #1B3A7A;
}

.step-table th {
  text-align: left;
  padding: 10px 14px;
  font-weight: 700;
  color: #ffffff;
  font-size: 0.93rem;
}

.step-table td {
  padding: 10px 14px;
  color: #3a3a3a;
  border-bottom: 1px solid #e8e8e8;
}

.step-table tbody tr:last-child td {
  border-bottom: none;
}

.entitlement-none {
  color: #b91c1c;
  font-weight: 600;
}

.entitlement-partial {
  color: #C9A84C;
  font-weight: 600;
}

.entitlement-full {
  color: #166534;
  font-weight: 600;
}

/* ---------- Divider between steps ---------- */
.step-divider {
  width: calc(100% - 80px);
  margin: 0 0 36px 80px;
  height: 1px;
  background-color: #e8e8e8;
}

/* ---------- CTA area ---------- */
.gratuity-steps-cta {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}

.cta-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0 0 22px;
}

.cta-text a {
  color: #1B3A7A;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cta-text a:hover {
  color: #C9A84C;
}

.cta-button {
  display: inline-block;
  padding: 14px 36px;
  background-color: #1B3A7A;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  letter-spacing: 0.02em;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.cta-button:hover {
  background-color: #C9A84C;
  color: #ffffff;
}

/* ---------- Reference line ---------- */
.gratuity-steps-reference {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #777;
  margin: 24px 0 0;
  text-align: center;
}

.gratuity-steps-reference a {
  color: #1B3A7A;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gratuity-steps-reference a:hover {
  color: #C9A84C;
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
  .gratuity-steps-section {
    padding: 48px 16px;
  }

  .gratuity-step {
    flex-direction: column;
    gap: 14px;
  }

  .step-divider {
    width: 100%;
    margin-left: 0;
  }

  .step-number {
    width: 44px;
    height: 44px;
    font-size: 0.9rem;
  }

  .step-title {
    font-size: 1.1rem;
  }

  .step-table th,
  .step-table td {
    padding: 8px 10px;
    font-size: 0.88rem;
  }

  .cta-button {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34925c4 *//* ============================================
   SECTION: gratuity-formula-uae
   Brand Colours from A&A Associate Logo:
   Primary Blue  : #1E3A8A
   Gold          : #C9A84C
   Light Gold    : #F5EDD6
   Text Dark     : #1a1a2e
   Text Body     : #3d3d3d
   Border Light  : #e8e0cc
============================================ */

#gratuity-formula-uae,
.gratuity-formula-section {
  padding: 72px 24px;
  max-width: 100%;
}

.gf-container {
  max-width: 860px;
  margin: 0 auto;
}

/* ── Heading ── */
.gf-heading {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  color: #1E3A8A;
  line-height: 1.3;
  margin: 0 0 20px;
  border-left: 4px solid #C9A84C;
  padding-left: 16px;
}

.gf-subheading {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1E3A8A;
  margin: 0 0 14px;
}

/* ── Intro paragraph ── */
.gf-intro {
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 1.8;
  margin: 0 0 40px;
}

.gf-intro a,
.gf-tip a {
  color: #1E3A8A;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gf-intro a:hover,
.gf-tip a:hover {
  color: #C9A84C;
}

/* ── Formula Block ── */
.gf-formula-block {
  margin: 0 0 44px;
}

.gf-formula-code {
  border-left: 3px solid #C9A84C;
  padding: 4px 0 4px 20px;
}

.gf-formula-code p {
  font-size: 0.97rem;
  color: #1a1a2e;
  line-height: 2;
  margin: 0;
  font-family: 'Courier New', Courier, monospace;
}

.gf-formula-label {
  color: #1E3A8A;
  font-weight: 700;
  font-family: 'Courier New', Courier, monospace;
}

.gf-formula-code em {
  color: #888;
  font-size: 0.9rem;
}

/* ── Worked Example ── */
.gf-example-block {
  margin: 0 0 44px;
}

.gf-example-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gf-example-list li {
  font-size: 0.97rem;
  color: #3d3d3d;
  padding: 10px 0;
  border-bottom: 1px solid #e8e0cc;
  line-height: 1.6;
}

.gf-example-list li:last-child {
  border-bottom: none;
}

.gf-step-label {
  color: #1E3A8A;
  font-weight: 600;
  margin-right: 8px;
}

.gf-total-line {
  padding-top: 14px !important;
}

.gf-total-amount {
  color: #C9A84C;
  font-size: 1.2rem;
}

/* ── Caps & Rules ── */
.gf-rules-block {
  margin: 0 0 44px;
}

.gf-rules-list {
  padding-left: 20px;
  margin: 0;
}

.gf-rules-list li {
  font-size: 0.97rem;
  color: #3d3d3d;
  line-height: 1.8;
  margin-bottom: 10px;
  list-style-type: disc;
}

.gf-rules-list li::marker {
  color: #C9A84C;
}

/* ── Salary Table Block ── */
.gf-salary-block {
  margin: 0 0 44px;
}

.gf-salary-intro {
  font-size: 0.97rem;
  color: #3d3d3d;
  line-height: 1.8;
  margin: 0 0 16px;
}

.gf-salary-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.gf-salary-table thead tr {
  border-bottom: 2px solid #C9A84C;
}

.gf-th-included,
.gf-th-excluded {
  padding: 12px 16px;
  font-weight: 700;
  font-size: 0.92rem;
  text-align: left;
  width: 50%;
}

.gf-th-included {
  color: #1E3A8A;
}

.gf-th-excluded {
  color: #b44c00;
}

.gf-salary-table tbody td {
  padding: 10px 16px;
  color: #3d3d3d;
  border-bottom: 1px solid #e8e0cc;
  vertical-align: top;
}

.gf-salary-table tbody tr:last-child td {
  border-bottom: none;
}

.gf-salary-table tbody tr:nth-child(odd) td {
  color: #3d3d3d;
}

/* ── Tip Note ── */
.gf-tip {
  font-size: 0.93rem;
  color: #555;
  line-height: 1.8;
  border-top: 1px solid #e8e0cc;
  padding-top: 20px;
  margin: 0 0 40px;
}

/* ── Figure / Image ── */
.gf-figure {
  margin: 0;
}

.gf-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.gf-figure figcaption {
  font-size: 0.82rem;
  color: #888;
  margin-top: 8px;
  text-align: center;
}

/* ── Responsive ── */
@media (max-width: 600px) {
  #gratuity-formula-uae,
  .gratuity-formula-section {
    padding: 48px 16px;
  }

  .gf-heading {
    font-size: 1.35rem;
  }

  .gf-salary-table,
  .gf-salary-table thead,
  .gf-salary-table tbody,
  .gf-salary-table tr,
  .gf-salary-table td,
  .gf-salary-table th {
    display: block;
    width: 100%;
  }

  .gf-salary-table thead tr {
    display: flex;
    justify-content: space-between;
  }

  .gf-th-included,
  .gf-th-excluded {
    width: 50%;
    font-size: 0.85rem;
    padding: 10px 10px;
  }

  .gf-salary-table tbody tr {
    display: flex;
    border-bottom: 1px solid #e8e0cc;
  }

  .gf-salary-table tbody td {
    width: 50%;
    padding: 8px 10px;
    font-size: 0.88rem;
    border-bottom: none;
  }

  .gf-formula-code p {
    font-size: 0.82rem;
    word-break: break-word;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68ccc5a *//* =============================================
   SECTION: limited-contract-gratuity
   Brand Colours from A&A Associate Logo:
   Primary Blue   : #1E3A8A
   Gold           : #C9A84C
   Light Gold     : #F5EDD6
   Body Text      : #1A1A2E
   Muted Text     : #4A4A6A
============================================= */

#limited-contract-gratuity {
  padding: 64px 20px;
  background: #ffffff;
}

.lcg-container {
  max-width: 860px;
  margin: 0 auto;
}

/* ── Heading ── */
.lcg-heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #1E3A8A;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* ── Subheadings ── */
.lcg-subheading {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1E3A8A;
  margin: 40px 0 14px;
  padding-bottom: 6px;
  border-bottom: 2px solid #C9A84C;
  display: inline-block;
}

/* ── Intro Paragraph ── */
.lcg-intro {
  font-size: 1rem;
  line-height: 1.8;
  color: #1A1A2E;
  margin-bottom: 32px;
}

/* ── Table ── */
.lcg-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  font-size: 0.95rem;
}

.lcg-table thead tr {
  border-bottom: 2px solid #1E3A8A;
}

.lcg-table thead th {
  text-align: left;
  padding: 12px 14px;
  font-weight: 700;
  color: #ffffff;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lcg-table tbody tr {
  border-bottom: 1px solid #e8e8f0;
}

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

.lcg-table tbody td {
  padding: 13px 14px;
  color: #1A1A2E;
  vertical-align: middle;
  line-height: 1.6;
}

/* ── Status Labels ── */
.lcg-status {
  font-weight: 600;
  font-size: 0.9rem;
}

.lcg-full {
  color: #1E3A8A;
}

.lcg-partial {
  color: #C9A84C;
}

.lcg-none {
  color: #b0362a;
}

/* ── Worked Example List ── */
.lcg-example-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.lcg-example-list li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  font-size: 0.97rem;
  color: #1A1A2E;
  border-bottom: 1px solid #f0f0f8;
  line-height: 1.6;
}

.lcg-example-list li:last-child {
  border-bottom: none;
}

.lcg-label {
  font-weight: 600;
  color: #4A4A6A;
  min-width: 200px;
  flex-shrink: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lcg-total {
  margin-top: 6px;
}

.lcg-total .lcg-label {
  color: #1E3A8A;
}

.lcg-total {
  font-weight: 700;
  font-size: 1.05rem !important;
  color: #1E3A8A !important;
}

/* ── Update Text ── */
.lcg-update-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #1A1A2E;
  margin-bottom: 18px;
}

/* ── CTA Line ── */
.lcg-cta-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #4A4A6A;
  margin-top: 32px;
}

.lcg-link {
  color: #C9A84C;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.lcg-link:hover {
  color: #1E3A8A;
  border-bottom-color: #1E3A8A;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  #limited-contract-gratuity {
    padding: 44px 16px;
  }

  .lcg-table thead th,
  .lcg-table tbody td {
    padding: 10px 8px;
    font-size: 0.88rem;
  }

  .lcg-label {
    min-width: 140px;
    font-size: 0.82rem;
  }

  .lcg-example-list li {
    flex-direction: column;
    gap: 4px;
  }

  .lcg-heading {
    font-size: 1.35rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77a7bc9 *//* ============================================
   SECTION: unlimited-contract-gratuity
   Brand Colors from A&A Associate Logo:
   Primary Blue   : #1E3A8A
   Gold / Accent  : #C9A84C
   Light Gold Bg  : transparent (no bg color)
   Text Default   : #2D2D2D
   ============================================ */

#unlimited-contract-gratuity,
.uae-unlimited-gratuity-section {
  padding: 60px 20px;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #2D2D2D;
  line-height: 1.75;
}

.uae-unlimited-gratuity-container {
  max-width: 860px;
  margin: 0 auto;
}

/* H2 Heading */
.uae-unlimited-gratuity-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1E3A8A;
  margin-bottom: 20px;
  line-height: 1.3;
  border-bottom: 3px solid #C9A84C;
  padding-bottom: 12px;
}

/* H3 Subheadings */
.uae-unlimited-gratuity-subheading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1E3A8A;
  margin-top: 40px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 14px;
}

.uae-unlimited-gratuity-subheading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  height: 70%;
  width: 4px;
  background-color: #C9A84C;
  border-radius: 2px;
}

/* Intro and Body Paragraphs */
.uae-unlimited-gratuity-intro,
.uae-unlimited-gratuity-text {
  font-size: 1rem;
  color: #2D2D2D;
  margin-bottom: 20px;
  line-height: 1.8;
}

/* Tables */
.uae-unlimited-gratuity-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
  font-size: 0.97rem;
}

.uae-unlimited-gratuity-table thead tr {
  border-bottom: 2px solid #1E3A8A;
}

.uae-unlimited-gratuity-table thead th {
  text-align: left;
  padding: 12px 16px;
  font-weight: 700;
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.uae-unlimited-gratuity-table tbody tr {
  border-bottom: 1px solid #E5E7EB;
}

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

.uae-unlimited-gratuity-table tbody td {
  padding: 12px 16px;
  color: #2D2D2D;
  vertical-align: top;
}

/* Table Cell: No Gratuity */
.uae-unlimited-gratuity-none {
  color: #B91C1C;
  font-weight: 500;
}

/* Table Cell: Partial Gratuity */
.uae-unlimited-gratuity-partial {
  color: #C9A84C;
  font-weight: 500;
}

/* Table Cell: Full Gratuity */
.uae-unlimited-gratuity-full {
  color: #166534;
  font-weight: 500;
}

/* Example List */
.uae-unlimited-gratuity-example-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.uae-unlimited-gratuity-example-list li {
  font-size: 1rem;
  color: #2D2D2D;
  padding: 10px 0;
  border-bottom: 1px solid #E5E7EB;
  line-height: 1.7;
}

.uae-unlimited-gratuity-example-list li:last-child {
  border-bottom: none;
  color: #1E3A8A;
  font-weight: 600;
  font-size: 1.05rem;
}

.uae-unlimited-gratuity-label {
  font-weight: 600;
  color: #1E3A8A;
  margin-right: 6px;
}

/* Inline Links */
.uae-unlimited-gratuity-link {
  color: #C9A84C;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s ease;
}

.uae-unlimited-gratuity-link:hover {
  color: #1E3A8A;
  text-decoration: underline;
}

/* ============================================
   RESPONSIVE — Mobile (max 640px)
   ============================================ */
@media (max-width: 640px) {

  #unlimited-contract-gratuity,
  .uae-unlimited-gratuity-section {
    padding: 40px 16px;
  }

  .uae-unlimited-gratuity-heading {
    font-size: 1.5rem;
  }

  .uae-unlimited-gratuity-subheading {
    font-size: 1.1rem;
  }

  .uae-unlimited-gratuity-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .uae-unlimited-gratuity-table thead th,
  .uae-unlimited-gratuity-table tbody td {
    padding: 10px 12px;
    font-size: 0.9rem;
    white-space: nowrap;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36b5c4b *//* =============================================
   SECTION: final-settlement-uae
   Brand Colors:
   Royal Blue  → #1E3A8A
   Gold        → #C9A84C
   Light Gold  → #e8c96a
   Text Dark   → #1a1a2e
   Text Body   → #333333
   ============================================= */

.fs-section {
  padding: 72px 0;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #333333;
}

.fs-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Heading ── */
.fs-heading {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  color: #1E3A8A;
  line-height: 1.3;
  margin: 0 0 20px 0;
  padding-bottom: 14px;
  border-bottom: 2px solid #C9A84C;
}

/* ── Subheadings ── */
.fs-subheading {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1E3A8A;
  margin: 40px 0 12px 0;
}

/* ── Intro paragraph ── */
.fs-intro {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444444;
  margin: 0 0 12px 0;
}

/* ── Formula Block ── */
.fs-formula-block {
  margin: 8px 0 0 0;
}

.fs-formula-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 3px solid #C9A84C;
  padding-left: 20px;
}

.fs-formula-list li {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
}

.fs-formula-label {
  font-weight: 700;
  color: #1E3A8A;
  font-size: 1.05rem;
}

.fs-formula-equals {
  color: #C9A84C;
  font-weight: 700;
  margin-left: 8px;
}

.fs-plus {
  display: inline-block;
  width: 18px;
  color: #1E3A8A;
  font-weight: 700;
  font-size: 1.1rem;
}

.fs-minus {
  display: inline-block;
  width: 18px;
  color: #C9A84C;
  font-weight: 700;
  font-size: 1.1rem;
}

.fs-formula-list em {
  font-size: 0.9rem;
  color: #666666;
  font-style: normal;
}

/* ── Table Shared Styles ── */
.fs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 0 0;
  font-size: 0.97rem;
}

.fs-table thead tr {
  border-bottom: 2px solid #1E3A8A;
}

.fs-table thead th {
  text-align: left;
  padding: 10px 14px;
  font-weight: 600;
  color: #fff;
  font-size: 0.95rem;
}

.fs-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
}

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

.fs-table tbody td {
  padding: 11px 14px;
  color: #333333;
  vertical-align: top;
  line-height: 1.6;
}

.fs-table tbody tr:nth-child(even) td {
  color: #444444;
}

/* ── Total Row ── */
.fs-total-row td {
  border-top: 2px solid #C9A84C !important;
  padding-top: 14px !important;
  color: #1E3A8A !important;
  font-size: 1rem;
}

.fs-total-row td:last-child {
  color: #C9A84C !important;
  font-size: 1.05rem;
}

/* ── Deadline Block ── */
.fs-deadline-block {
  margin-top: 8px;
}

.fs-deadline-block p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444444;
  margin: 0;
}

/* ── Example Block ── */
.fs-example-block {
  margin-top: 8px;
}

.fs-example-params {
  margin: 0 0 16px 0;
}

.fs-example-params p {
  margin: 4px 0;
  font-size: 0.97rem;
  color: #333333;
  line-height: 1.7;
}

.fs-example-params strong {
  color: #1E3A8A;
}

.fs-example-table thead th:last-child,
.fs-example-table tbody td:last-child {
  text-align: right;
  font-weight: 600;
  color: #1E3A8A;
}


/* ── Responsive ── */
@media (max-width: 640px) {
  .fs-section {
    padding: 48px 0;
  }

  .fs-heading {
    font-size: 1.4rem;
  }

  .fs-table {
    font-size: 0.88rem;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .fs-formula-list {
    padding-left: 14px;
  }

  .fs-formula-list li {
    font-size: 0.95rem;
    line-height: 1.9;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba5863e *//* ================================================
   SECTION: common-mistakes-gratuity
   Brand Colors:
   Navy Blue  → #1B3A6B
   Gold       → #C9A84C
   Light Gold → #E8D5A3
   Text Dark  → #1a1a1a
   Text Mid   → #444444
   ================================================ */

.mistakes-section {
  padding: 72px 24px;
  max-width: 860px;
  margin: 0 auto;
}

/* --- Section Heading --- */
.mistakes-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1B3A6B;
  line-height: 1.3;
  margin-bottom: 20px;
  border-bottom: 3px solid #C9A84C;
  padding-bottom: 16px;
}

/* --- Intro Paragraph --- */
.mistakes-intro {
  font-size: 1.05rem;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 48px;
}

/* --- Ordered List Reset --- */
.mistakes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: mistake-counter;
}

/* --- Individual Mistake Item --- */
.mistake-item {
  padding: 0 0 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #E8D5A3;
  counter-increment: mistake-counter;
}

.mistake-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* --- Mistake Label Row --- */
.mistake-label {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

/* --- Mistake Number Tag --- */
.mistake-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C9A84C;
  border: 1.5px solid #C9A84C;
  border-radius: 4px;
  padding: 3px 10px;
  white-space: nowrap;
  margin-top: 4px;
  flex-shrink: 0;
}

/* --- Mistake Title --- */
.mistake-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1B3A6B;
  margin: 0;
  line-height: 1.4;
}

/* --- Fix Paragraph --- */
.mistake-fix {
  font-size: 1rem;
  color: #333333;
  line-height: 1.75;
  margin: 0 0 10px 0;
}

.fix-label {
  font-weight: 700;
  color: #1B3A6B;
}

/* --- Impact Paragraph --- */
.mistake-impact {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.7;
  margin: 0;
}

.impact-label {
  font-weight: 700;
  color: #C9A84C;
}

/* --- CTA Text at Bottom --- */
.mistakes-cta-text {
  font-size: 1rem;
  color: #444444;
  line-height: 1.8;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 2px solid #C9A84C;
}

/* --- Inline Links --- */
.mistakes-link {
  color: #1B3A6B;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #C9A84C;
  transition: color 0.2s ease;
}

.mistakes-link:hover {
  color: #C9A84C;
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 768px) {
  .mistakes-section {
    padding: 48px 16px;
  }

  .mistakes-heading {
    font-size: 1.55rem;
  }

  .mistake-label {
    flex-direction: column;
    gap: 8px;
  }

  .mistake-title {
    font-size: 1.05rem;
  }

  .mistakes-intro {
    font-size: 0.97rem;
  }

  .mistake-fix,
  .mistake-impact {
    font-size: 0.93rem;
  }
}

@media (max-width: 480px) {
  .mistakes-heading {
    font-size: 1.3rem;
  }

  .mistake-tag {
    font-size: 0.68rem;
    padding: 2px 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-001c776 *//* ============================================
   SECTION: employer-gratuity-planning
   Brand Colors:
   Navy Blue  → #1B3A6B
   Gold       → #C9A84C
   Text Dark  → #1a1a1a
   Text Mid   → #444444
   ============================================ */

#employer-gratuity-planning {
  padding: 72px 24px;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  color: #1a1a1a;
}

.egp-container {
  max-width: 860px;
  margin: 0 auto;
}

/* Heading */
.egp-heading {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  color: #1B3A6B;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

/* Intro paragraph */
.egp-intro {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #333333;
  margin: 0 0 40px 0;
}

/* Subheadings */
.egp-subheading {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1B3A6B;
  margin: 40px 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #C9A84C;
  display: inline-block;
}

/* Unordered list */
.egp-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
}

.egp-list li {
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid #eeeeee;
  font-size: 1rem;
  line-height: 1.75;
  color: #333333;
  position: relative;
}

.egp-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C9A84C;
}

.egp-list li:last-child {
  border-bottom: none;
}

.egp-list-label {
  font-weight: 700;
  color: #1B3A6B;
  display: block;
  margin-bottom: 4px;
}

/* Table note */
.egp-table-note {
  font-size: 0.97rem;
  color: #555555;
  line-height: 1.75;
  margin: 0 0 20px 0;
}

.egp-table-note a {
  color: #C9A84C;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #C9A84C;
  transition: color 0.2s ease;
}

.egp-table-note a:hover {
  color: #1B3A6B;
  border-color: #1B3A6B;
}

/* Table wrapper */
.egp-table-wrap {
  overflow-x: auto;
  margin: 0 0 40px 0;
  -webkit-overflow-scrolling: touch;
}

/* Table */
.egp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.97rem;
  min-width: 480px;
}

.egp-table thead tr {
  border-bottom: 2px solid #1B3A6B;
}

.egp-table th {
  text-align: left;
  padding: 12px 16px;
  font-weight: 700;
  color: #ffffff;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.egp-table td {
  padding: 13px 16px;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
  vertical-align: middle;
}

.egp-table tbody tr:last-child td {
  border-bottom: none;
}

/* Last column — highlight the liability figure */
.egp-table td:last-child {
  font-weight: 700;
  color: #1B3A6B;
}

/* Gold left accent on rows — subtle */
.egp-table tbody tr:hover td {
  color: #1B3A6B;
  transition: color 0.15s ease;
}

/* Ordered list */
.egp-ordered-list {
  padding: 0 0 0 20px;
  margin: 0 0 48px 0;
}

.egp-ordered-list li {
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
}

.egp-ordered-list li:last-child {
  border-bottom: none;
}

.egp-ordered-list li strong {
  color: #1B3A6B;
}

.egp-ordered-list a {
  color: #C9A84C;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #C9A84C;
  transition: color 0.2s ease;
}

.egp-ordered-list a:hover {
  color: #1B3A6B;
  border-color: #1B3A6B;
}

/* CTA area */
.egp-cta-wrap {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.egp-cta-text {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1B3A6B;
  margin: 0;
  flex: 1 1 200px;
}

.egp-cta-btn {
  display: inline-block;
  padding: 13px 28px;
  background-color: #C9A84C;
  color: #ffffff;
  font-size: 0.97rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  letter-spacing: 0.02em;
  transition: background-color 0.25s ease, color 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.egp-cta-btn:hover {
  background-color: #1B3A6B;
  color: #ffffff;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 640px) {

  #employer-gratuity-planning {
    padding: 48px 16px;
  }

  .egp-heading {
    font-size: 1.45rem;
  }

  .egp-subheading {
    font-size: 1.07rem;
  }

  .egp-cta-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .egp-cta-btn {
    width: 100%;
    text-align: center;
  }

  .egp-table th,
  .egp-table td {
    padding: 10px 10px;
    font-size: 0.88rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9e587d *//* internal-links-cta */
.internal-links-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 40px 20px;
  background: #f9f7f2;
}

.cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #1a3a7a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #c9a84c;
  transition: background 0.3s, color 0.3s;
}

.cta-btn:hover {
  background: #c9a84c;
  color: #1a3a7a;
}/* End custom CSS */