.elementor-77565 .elementor-element.elementor-element-beb7b97 > .elementor-container{text-align:justify;}.elementor-77565 .elementor-element.elementor-element-494dc71{--spacer-size:10px;}.elementor-77565 .elementor-element.elementor-element-6534bc1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2b7b9bb */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

.aa-hero-section {
  font-family: 'Inter', sans-serif;
  padding: 80px 20px;
  background: transparent;
}

.aa-hero-container {
  max-width: 860px;
  margin: 0 auto;
}

.aa-hero-content {
  text-align: center;
}

.aa-hero-text {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.01em;
  background: linear-gradient(
    135deg,
    #1a1a1a 0%,
    #1a1a1a 25%,
    #1a1a1a 50%,
    #c9a84c 75%,
    #9a7a20 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  padding: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44fa419 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* ── Section Wrapper ── */
.aa-content-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  background: transparent;
  color: #1a1a1a;
}

/* ── Container ── */
.aa-container {
  max-width: 900px;
  margin: 0 auto;
}

/* ── Intro Text (first paragraph — slightly larger) ── */
.aa-intro-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: #2c2c2c;
  margin: 0 0 22px;
  letter-spacing: 0.01em;
}

/* ── Body Text ── */
.aa-body-text {
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.85;
  color: #3a3a3a;
  margin: 0 0 18px;
  letter-spacing: 0.01em;
}

/* ── Gold Highlight (inline strong) ── */
.aa-highlight {
  font-weight: 600;
  background: linear-gradient(135deg, #b8922a 0%, #d4a843 40%, #c9992f 70%, #a07820 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Section Heading ── */
.aa-heading {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 20px;
  line-height: 1.4;
  background: linear-gradient(135deg, #a07820 0%, #c9992f 35%, #d4a843 60%, #b8922a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Divider ── */
.aa-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #a07820, #d4a843, #a07820);
  margin: 36px 0;
  border: none;
  border-radius: 2px;
}

/* ── Closing Text ── */
.aa-closing-text {
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.85;
  color: #2c2c2c;
  margin: 24px 0 0;
  font-style: italic;
  letter-spacing: 0.01em;
}

/* ── Table Wrapper (horizontal scroll on mobile) ── */
.aa-table-wrapper {
  overflow-x: auto;
  margin: 10px 0 10px;
  border-radius: 6px;
}

/* ── Table ── */
.aa-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  min-width: 600px;
}

/* ── Table Head ── */
.aa-table thead tr {
  background: linear-gradient(135deg, #a07820 0%, #c9992f 40%, #d4a843 70%, #b8922a 100%);
}

.aa-table thead th {
  padding: 14px 18px;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
}

/* ── Table Body Rows ── */
.aa-table tbody tr {
  border-bottom: 1px solid #f0e8d6;
  transition: background 0.2s ease;
}

.aa-table tbody tr:nth-child(even) {
  background-color: #fdf8f0;
}

.aa-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.aa-table tbody tr:hover {
  background-color: #faf2e2;
}

/* ── Table Cells ── */
.aa-table tbody td {
  padding: 14px 18px;
  color: #3a3a3a;
  font-size: 14.5px;
  line-height: 1.7;
  vertical-align: top;
  border: none;
}

/* ── Category Cell (first column — gold accent) ── */
.aa-table-category {
  font-weight: 600;
  color: #a07820 !important;
  white-space: nowrap;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .aa-content-section {
    padding: 40px 16px;
  }

  .aa-heading {
    font-size: 19px;
  }

  .aa-intro-text {
    font-size: 15.5px;
  }

  .aa-body-text,
  .aa-closing-text {
    font-size: 14.5px;
  }

  .aa-table thead th,
  .aa-table tbody td {
    padding: 12px 14px;
    font-size: 13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1101eb3 *//* ── Google Font Import ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ── Section Wrapper ── */
.aaa-dubai-hub-section {
  font-family: 'Inter', sans-serif;
  padding: 72px 24px;
  background: transparent;
  color: #1a1a1a;
}

/* ── Container ── */
.aaa-container {
  max-width: 860px;
  margin: 0 auto;
}

/* ── Section Title (H2) ── */
.aaa-section-title {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin: 0 0 28px 0;
  background: linear-gradient(
    135deg,
    #b8892a 0%,
    #d4a84b 30%,
    #f0c96b 55%,
    #c9973a 80%,
    #a07020 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Sub-Headings (H3) ── */
.aaa-subheading {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.2px;
  margin: 40px 0 16px 0;
  color: #b8892a;
}

/* ── Body Text ── */
.aaa-body-text {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3a3a3a;
  margin: 0 0 20px 0;
}

/* ── Unordered List ── */
.aaa-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ── List Item ── */
.aaa-list-item {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #3a3a3a;
  padding-left: 22px;
  position: relative;
}

/* Gold bullet using pseudo-element */
.aaa-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4a84b, #a07020);
  flex-shrink: 0;
}

/* ── Bold label inside list ── */
.aaa-list-label {
  font-weight: 600;
  color: #b8892a;
}

/* ── Plain list text ── */
.aaa-list-text {
  font-weight: 400;
  color: #3a3a3a;
}

/* ── Responsive: Tablet ── */
@media (max-width: 768px) {
  .aaa-dubai-hub-section {
    padding: 52px 20px;
  }

  .aaa-section-title {
    font-size: 1.65rem;
  }

  .aaa-subheading {
    font-size: 1.15rem;
    margin-top: 32px;
  }

  .aaa-body-text {
    font-size: 0.97rem;
  }
}

/* ── Responsive: Mobile ── */
@media (max-width: 480px) {
  .aaa-dubai-hub-section {
    padding: 40px 16px;
  }

  .aaa-section-title {
    font-size: 1.4rem;
  }

  .aaa-subheading {
    font-size: 1.05rem;
    margin-top: 28px;
  }

  .aaa-body-text,
  .aaa-list-item {
    font-size: 0.94rem;
    line-height: 1.75;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7813c22 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ── Section Wrapper ── */
.aa-outsource-section {
  font-family: 'Inter', sans-serif;
  padding: 70px 20px;
  background: transparent;
}

/* ── Container ── */
.aa-outsource-container {
  max-width: 860px;
  margin: 0 auto;
}

/* ── Intro Paragraph ── */
.aa-outsource-intro {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.85;
  color: #1a1a1a;
  margin-bottom: 28px;
  border-left: 4px solid #C9A84C;
  padding-left: 18px;
}

/* ── Body Paragraphs ── */
.aa-outsource-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: #2d2d2d;
  margin-bottom: 22px;
}

/* ── Section Headings ── */
.aa-outsource-heading {
  font-size: 24px;
  font-weight: 700;
  color: #B8892A;
  margin-top: 44px;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
  position: relative;
  padding-bottom: 10px;
}

.aa-outsource-heading::after {
  content: '';
  display: block;
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, #C9A84C, #E8D48B, #C9A84C);
  border-radius: 2px;
  margin-top: 8px;
}

/* ── Bullet List ── */
.aa-outsource-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}

.aa-outsource-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: #2d2d2d;
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid #f0e8d4;
}

.aa-outsource-list li:last-child {
  border-bottom: none;
}

.aa-outsource-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C9A84C, #E8D48B);
}

/* ── Bold Label Inside List ── */
.aa-list-label {
  font-weight: 600;
  color: #B8892A;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .aa-outsource-section {
    padding: 48px 16px;
  }

  .aa-outsource-intro {
    font-size: 16px;
  }

  .aa-outsource-heading {
    font-size: 20px;
  }

  .aa-outsource-body,
  .aa-outsource-list li {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1f6024 *//* =============================================
   A&A Associate LLC — Technology Section CSS
   Font: Inter (Google Fonts)
   Brand Colours: Gold #C9A84C / Dark #1A1A1A
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* ── Section Wrapper ── */
.aa-tech-section {
  font-family: 'Inter', sans-serif;
  padding: 80px 20px;
  background: transparent;
  color: #1A1A1A;
}

/* ── Container ── */
.aa-tech-container {
  max-width: 900px;
  margin: 0 auto;
}

/* ── Intro Block ── */
.aa-intro-block {
  margin-bottom: 48px;
}

.aa-intro-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: #2C2C2C;
  margin-bottom: 20px;
}

/* ── Subheading Block ── */
.aa-subheading-block {
  margin-bottom: 32px;
}

.aa-subheading {
  font-size: 26px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

/* ── Gold Divider ── */
.aa-gold-divider {
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, #C9A84C, #e8d08a);
  border-radius: 2px;
}

/* ── Body Text Block ── */
.aa-body-block {
  margin-bottom: 40px;
}

.aa-body-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: #3A3A3A;
  margin-bottom: 18px;
}

.aa-body-text:last-child {
  margin-bottom: 0;
}

/* ── Stats Wrapper ── */
.aa-stats-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 48px;
  justify-content: space-between;
}

/* ── Stat Card ── */
.aa-stat-card {
  flex: 1 1 200px;
  border-left: 3px solid #C9A84C;
  padding: 20px 20px 20px 22px;
  background: transparent;
}

.aa-stat-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #C9A84C;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #C9A84C, #e8d08a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.aa-stat-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #555555;
  line-height: 1.55;
}

/* ── Steps Wrapper ── */
.aa-steps-wrapper {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* ── Step Item ── */
.aa-step-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

/* ── Step Number ── */
.aa-step-number {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #C9A84C;
  border: 1.5px solid #C9A84C;
  border-radius: 50%;
  letter-spacing: 1px;
  background: transparent;
}

/* ── Step Content ── */
.aa-step-content {
  flex: 1;
  padding-top: 6px;
}

.aa-step-title {
  font-size: 17px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 8px;
  line-height: 1.4;
}

.aa-step-text {
  font-size: 15px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 1.75;
  margin: 0;
}

/* ── Closing Block ── */
.aa-closing-block {
  margin-top: 16px;
}

/* ── Responsive: Tablet ── */
@media (max-width: 768px) {
  .aa-tech-section {
    padding: 60px 18px;
  }

  .aa-subheading {
    font-size: 22px;
  }

  .aa-stats-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .aa-stat-number {
    font-size: 30px;
  }

  .aa-step-item {
    gap: 18px;
  }

  .aa-step-number {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }
}

/* ── Responsive: Mobile ── */
@media (max-width: 480px) {
  .aa-tech-section {
    padding: 48px 16px;
  }

  .aa-intro-text,
  .aa-body-text {
    font-size: 15px;
  }

  .aa-subheading {
    font-size: 20px;
  }

  .aa-stat-number {
    font-size: 28px;
  }

  .aa-step-title {
    font-size: 15px;
  }

  .aa-step-text {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-920588d *//* ─────────────────────────────────────────────
   Google Font Import
───────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ─────────────────────────────────────────────
   Brand Colour Tokens (A&A Associate)
   Gold gradient: #C9A84C → #E8D48B → #A6782A
   Dark anchor:   #1A1A1A
   Body text:     #3D3D3D
   Subtle bg:     #FAFAF8
───────────────────────────────────────────── */

/* ─────────────────────────────────────────────
   Section Wrapper
───────────────────────────────────────────── */
.aa-guide-section {
  font-family: 'Inter', sans-serif;
  color: #3D3D3D;
  padding: 64px 24px;
  background: transparent;
  -webkit-font-smoothing: antialiased;
}

/* ─────────────────────────────────────────────
   Container
───────────────────────────────────────────── */
.aa-container {
  max-width: 900px;
  margin: 0 auto;
}

/* ─────────────────────────────────────────────
   Intro Block
───────────────────────────────────────────── */
.aa-intro {
  margin-bottom: 48px;
  border-left: 3px solid #C9A84C;
  padding-left: 20px;
}

.aa-intro p {
  font-size: 17px;
  line-height: 1.85;
  margin: 0 0 16px;
  color: #3D3D3D;
}

.aa-intro p:last-child {
  margin-bottom: 0;
}

.aa-intro strong {
  color: #A6782A;
  font-weight: 600;
}

/* ─────────────────────────────────────────────
   Content Blocks
───────────────────────────────────────────── */
.aa-block {
  margin-bottom: 52px;
}

.aa-block p {
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 18px;
  color: #3D3D3D;
}

.aa-block p:last-child {
  margin-bottom: 0;
}

/* ─────────────────────────────────────────────
   Headings
───────────────────────────────────────────── */
.aa-heading-primary {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
  background: linear-gradient(90deg, #A6782A 0%, #C9A84C 50%, #E8D48B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.aa-heading-secondary {
  font-size: 18px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 32px 0 16px;
  letter-spacing: 0.02em;
  text-transform: none;
}

/* ─────────────────────────────────────────────
   Bullet List
───────────────────────────────────────────── */
.aa-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.aa-list li {
  font-size: 16px;
  line-height: 1.8;
  color: #3D3D3D;
  padding: 12px 0 12px 18px;
  border-bottom: 1px solid #F0EBE0;
  position: relative;
}

.aa-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C9A84C, #A6782A);
}

.aa-list li:first-child {
  border-top: 1px solid #F0EBE0;
}

.aa-list-label {
  font-weight: 600;
  color: #A6782A;
  margin-right: 6px;
}

/* ─────────────────────────────────────────────
   Table Wrapper
───────────────────────────────────────────── */
.aa-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 0 0 24px;
  border-radius: 8px;
  border: 1px solid #E8D9BC;
}

/* ─────────────────────────────────────────────
   Table
───────────────────────────────────────────── */
.aa-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  min-width: 600px;
}

/* Header Row */
.aa-table thead tr {
  background: linear-gradient(90deg, #A6782A 0%, #C9A84C 60%, #E8D48B 100%);
}

.aa-table thead th {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  padding: 14px 18px;
  letter-spacing: 0.03em;
  border: none;
}

/* Body Rows */
.aa-table tbody tr {
  background-color: #ffffff;
  transition: background-color 0.2s ease;
}

.aa-table tbody tr:nth-child(even) {
  background-color: #FDFAF4;
}

.aa-table tbody tr:hover {
  background-color: #FBF4E3;
}

.aa-table tbody td {
  padding: 13px 18px;
  color: #3D3D3D;
  line-height: 1.65;
  border-bottom: 1px solid #EFE8D6;
  vertical-align: top;
}

/* First column emphasis */
.aa-table tbody td:first-child {
  font-weight: 600;
  color: #1A1A1A;
  white-space: nowrap;
}

.aa-table tbody tr:last-child td {
  border-bottom: none;
}

/* ─────────────────────────────────────────────
   Responsive — Mobile
───────────────────────────────────────────── */
@media (max-width: 768px) {

  .aa-guide-section {
    padding: 40px 16px;
  }

  .aa-heading-primary {
    font-size: 21px;
  }

  .aa-heading-secondary {
    font-size: 16px;
  }

  .aa-intro p,
  .aa-block p,
  .aa-list li {
    font-size: 15px;
  }

  /* Stack table on small screens */
  .aa-table,
  .aa-table thead,
  .aa-table tbody,
  .aa-table th,
  .aa-table td,
  .aa-table tr {
    display: block;
    min-width: unset;
  }

  .aa-table thead {
    display: none;
  }

  .aa-table tbody tr {
    margin-bottom: 16px;
    border: 1px solid #E8D9BC;
    border-radius: 6px;
    overflow: hidden;
  }

  .aa-table tbody td {
    padding: 10px 14px;
    border-bottom: 1px solid #EFE8D6;
    position: relative;
    padding-left: 44%;
  }

  .aa-table tbody td::before {
    content: attr(data-label);
    position: absolute;
    left: 14px;
    top: 10px;
    width: 40%;
    font-weight: 600;
    font-size: 12px;
    color: #A6782A;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }

  .aa-table tbody td:first-child {
    white-space: normal;
    background: linear-gradient(90deg, #A6782A, #C9A84C);
    color: #ffffff;
    padding-left: 14px;
    font-size: 14px;
    letter-spacing: 0.02em;
  }

  .aa-table tbody td:first-child::before {
    display: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c526ad *//* ==================== CTA BUTTONS CSS ==================== */

.aa-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0;
  align-items: stretch;
}

/* --- Base Button --- */
.aa-cta-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 300px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.aa-cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.aa-cta-btn:hover::before {
  opacity: 1;
}

/* --- Primary Button (Main Website) --- */
.aa-cta-primary {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.aa-cta-primary::before {
  background: #2a2a2a;
}

.aa-cta-primary .aa-cta-icon svg {
  stroke: #c8a84b;
}

.aa-cta-primary .aa-cta-label {
  color: #f0d080;
}

.aa-cta-primary .aa-cta-sub {
  color: #aaaaaa;
}

.aa-cta-primary .aa-cta-arrow {
  color: #c8a84b;
}

.aa-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,168,75,0.2);
  border-color: #c8a84b;
}

/* --- Secondary Button (Freezone + Mainland) --- */
.aa-cta-secondary {
  background: #ffffff;
  border-color: #c8a84b;
}

.aa-cta-secondary::before {
  background: linear-gradient(135deg, rgba(200,168,75,0.06), rgba(240,208,128,0.06));
}

.aa-cta-secondary .aa-cta-icon svg {
  stroke: #c8a84b;
}

.aa-cta-secondary .aa-cta-label {
  color: #1a1a1a;
}

.aa-cta-secondary .aa-cta-sub {
  color: #888888;
}

.aa-cta-secondary .aa-cta-arrow {
  color: #c8a84b;
}

.aa-cta-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,168,75,0.15);
  border-color: #b8922a;
  background: #fffdf5;
}

/* --- Gold Button (Contact / CTA) --- */
.aa-cta-gold {
  background: linear-gradient(135deg, #c8a84b 0%, #f0d080 50%, #c8a84b 100%);
  background-size: 200% auto;
  border-color: transparent;
}

.aa-cta-gold::before {
  background: linear-gradient(135deg, #b8922a 0%, #e0c060 50%, #b8922a 100%);
  background-size: 200% auto;
}

.aa-cta-gold .aa-cta-icon svg {
  stroke: #ffffff;
}

.aa-cta-gold .aa-cta-label {
  color: #ffffff;
}

.aa-cta-gold .aa-cta-sub {
  color: rgba(255,255,255,0.8);
}

.aa-cta-gold .aa-cta-arrow {
  color: #ffffff;
}

.aa-cta-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(200,168,75,0.45);
  background-position: right center;
}

/* --- Icon Wrapper --- */
.aa-cta-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.aa-cta-icon svg {
  width: 20px;
  height: 20px;
}

/* --- Text Block --- */
.aa-cta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  position: relative;
  z-index: 1;
}

.aa-cta-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

.aa-cta-sub {
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.3;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

/* --- Arrow --- */
.aa-cta-arrow {
  font-size: 18px;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.aa-cta-btn:hover .aa-cta-arrow {
  transform: translateX(4px);
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .aa-cta-wrapper {
    flex-direction: column;
    gap: 12px;
  }

  .aa-cta-btn {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  .aa-cta-btn {
    padding: 12px 16px;
  }

  .aa-cta-label {
    font-size: 13.5px;
  }

  .aa-cta-sub {
    font-size: 11px;
  }
}/* End custom CSS */