.elementor-70934 .elementor-element.elementor-element-329eaa1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e1abe5d *//* ===== A&A Associate – Dubai Metro Gold Line Page ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  --aa-navy: #0d2340;
  --aa-gold: #c9a55a;
  --aa-gold-light: #e0be7a;
  --aa-text: #1f2a3d;
  --aa-text-muted: #4a5568;
  --aa-white: #ffffff;
}

/* ===== Intro Section ===== */
.aa-intro-section {
  font-family: 'Inter', sans-serif;
  padding: 20px 20px;
  color: var(--aa-text);
}

.aa-intro-container {
  max-width: 960px;
  margin: 0 auto;
}

.aa-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--aa-gold);
  margin-bottom: 20px;
}

.aa-intro-heading {
  background-color: var(--aa-navy);
  color: var(--aa-white);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
  padding: 28px 32px;
  border-radius: 6px;
  margin: 0 0 28px 0;
}

.aa-intro-heading .aa-highlight {
  color: var(--aa-gold);
}

.aa-intro-divider {
  width: 70px;
  height: 4px;
  background-color: var(--aa-gold);
  border-radius: 2px;
  margin-bottom: 28px;
}

.aa-intro-content p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--aa-text-muted);
  margin: 0 0 20px 0;
  font-weight: 400;
}

.aa-intro-content p strong {
  color: var(--aa-text);
  font-weight: 600;
}

.aa-intro-content p:last-child {
  margin-bottom: 0;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .aa-intro-section {
    padding: 40px 18px;
  }

  .aa-intro-heading {
    font-size: 28px;
    padding: 22px 20px;
  }

  .aa-eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .aa-intro-content p {
    font-size: 15.5px;
    line-height: 1.75;
  }
}

@media (max-width: 480px) {
  .aa-intro-heading {
    font-size: 24px;
    padding: 20px 18px;
  }

  .aa-intro-content p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3dc641e *//* ==========================================================
   Dubai Metro Gold Line — Section 1 Styles
   Fonts: Inter | Theme: Navy (#0B1E3F) + Gold (#C9A24C)
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.gold-line-section {
  font-family: 'Inter', sans-serif;
  padding: 20px 20px;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
}

.gl-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Eyebrow */
.gl-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #C9A24C;
  text-transform: uppercase;
  margin-bottom: 18px;
}

/* Main Heading */
.gl-heading {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  color: #0B1E3F;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}

.gl-heading-accent {
  color: #C9A24C;
}

/* Divider */
.gl-divider {
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #C9A24C, #E4C373);
  border-radius: 4px;
  margin: 22px 0 32px 0;
}

/* Paragraphs */
.gl-paragraph {
  font-size: 17px;
  line-height: 1.8;
  color: #374151;
  margin: 0 0 22px 0;
}

.gl-paragraph strong {
  color: #0B1E3F;
  font-weight: 700;
}

/* Subheading */
.gl-subheading {
  font-size: 26px;
  font-weight: 700;
  color: #0B1E3F;
  margin: 45px 0 25px 0;
  position: relative;
  padding-left: 16px;
}

.gl-subheading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 4px;
  background: #C9A24C;
  border-radius: 4px;
}

/* Highlights Grid */
.gl-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 35px;
}

.gl-highlight-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e8ebf1;
  border-radius: 12px;
  transition: all 0.25s ease;
}

.gl-highlight-card:hover {
  border-color: #C9A24C;
  box-shadow: 0 6px 20px rgba(11, 30, 63, 0.08);
  transform: translateY(-2px);
}

.gl-highlight-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #C9A24C, #E4C373);
  color: #ffffff;
  border-radius: 10px;
}

.gl-highlight-icon svg {
  width: 22px;
  height: 22px;
}

.gl-highlight-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gl-highlight-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #C9A24C;
}

.gl-highlight-value {
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.5;
  color: #0B1E3F;
}

/* Closing Note */
.gl-closing-note {
  font-size: 17px;
  line-height: 1.8;
  color: #374151;
  padding: 24px 28px;
  border-left: 4px solid #C9A24C;
  background: #fafbfc;
  border-radius: 0 10px 10px 0;
  margin: 10px 0 0 0;
}

.gl-closing-note strong {
  color: #0B1E3F;
  font-weight: 700;
}

/* ==========================================================
   Responsive — Tablet
   ========================================================== */
@media (max-width: 900px) {
  .gold-line-section {
    padding: 60px 20px;
  }

  .gl-heading {
    font-size: 34px;
  }

  .gl-subheading {
    font-size: 22px;
  }
}

/* ==========================================================
   Responsive — Mobile
   ========================================================== */
@media (max-width: 640px) {
  .gold-line-section {
    padding: 50px 18px;
  }

  .gl-eyebrow {
    font-size: 11.5px;
    letter-spacing: 2.5px;
  }

  .gl-heading {
    font-size: 28px;
  }

  .gl-paragraph,
  .gl-closing-note {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .gl-subheading {
    font-size: 20px;
    margin: 35px 0 20px 0;
  }

  .gl-highlights-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gl-highlight-card {
    padding: 18px;
  }

  .gl-highlight-value {
    font-size: 14.5px;
  }

  .gl-closing-note {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f890e3 *//* ===== Gold Line Route Section ===== */
.gold-line-route {
  font-family: 'Inter', sans-serif;
  padding: 20px 20px;
  color: #0B1E3F;
}

.gold-line-route__container {
  max-width: 960px;
  margin: 0 auto;
}

.gold-line-route__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C9A646;
  margin-bottom: 18px;
}

.gold-line-route__heading {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  color: #0B1E3F;
  margin: 0 0 20px 0;
}

.gold-line-route__heading span {
  color: #C9A646;
}

.gold-line-route__divider {
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #C9A646 0%, #E6C872 100%);
  border-radius: 2px;
  margin-bottom: 32px;
}

.gold-line-route__content p {
  font-size: 17px;
  line-height: 1.8;
  color: #3A3A3A;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.gold-line-route__content p strong {
  color: #0B1E3F;
  font-weight: 600;
}

.gold-line-route__content p:last-child {
  margin-bottom: 0;
}

/* ===== Tablet ===== */
@media (max-width: 768px) {
  .gold-line-route {
    padding: 60px 18px;
  }

  .gold-line-route__heading {
    font-size: 32px;
  }

  .gold-line-route__content p {
    font-size: 16px;
    line-height: 1.75;
  }
}

/* ===== Mobile ===== */
@media (max-width: 480px) {
  .gold-line-route {
    padding: 48px 16px;
  }

  .gold-line-route__eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .gold-line-route__heading {
    font-size: 26px;
  }

  .gold-line-route__divider {
    width: 56px;
    height: 3px;
    margin-bottom: 24px;
  }

  .gold-line-route__content p {
    font-size: 15px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e67df40 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.gold-line-matters {
  font-family: 'Inter', sans-serif;
  padding: 20px 20px;
  color: #1a2a44;
}

.gold-line-matters *,
.gold-line-matters *::before,
.gold-line-matters *::after {
  box-sizing: border-box;
}

.glm-container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Eyebrow */
.glm-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #c9a961;
  text-transform: uppercase;
  margin-bottom: 18px;
}

/* Heading */
.glm-heading {
  display: inline-block;
  background-color: #0d2944;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.2;
  padding: 22px 32px;
  border-radius: 6px;
  margin: 0 0 28px 0;
}

.glm-highlight {
  color: #c9a961;
}

/* Intro paragraph */
.glm-intro {
  font-size: 17px;
  line-height: 1.7;
  color: #3a4656;
  max-width: 960px;
  margin: 0 0 28px 0;
}

/* Divider */
.glm-divider {
  width: 70px;
  height: 4px;
  background-color: #c9a961;
  border-radius: 2px;
  margin-bottom: 40px;
}

/* Grid */
.glm-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Card */
.glm-card {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e6e8ec;
  border-left: 4px solid #c9a961;
  border-radius: 10px;
  padding: 28px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.glm-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(13, 41, 68, 0.08);
}

.glm-number {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #c9a961;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.glm-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #0d2944;
  line-height: 1.35;
  margin: 0 0 12px 0;
}

.glm-card-text {
  font-size: 13px;
  line-height: 1.7;
  color: #3a4656;
  margin: 0 0 10px 0;
}

.glm-card-text:last-child {
  margin-bottom: 0;
}

/* Inline link */
.glm-link {
  color: #c9a961;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #c9a961;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.glm-link:hover {
  color: #0d2944;
  border-bottom-color: #0d2944;
}

/* Tablet */
@media (max-width: 900px) {
  .glm-grid {
    grid-template-columns: 1fr;
  }

  .glm-heading {
    padding: 18px 24px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .gold-line-matters {
    padding: 40px 16px;
  }

  .glm-heading {
    display: block;
    font-size: 26px;
    padding: 16px 20px;
  }

  .glm-intro {
    font-size: 15.5px;
  }

  .glm-card {
    padding: 22px 20px;
  }

  .glm-card-title {
    font-size: 18px;
  }

  .glm-card-text {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e29ec28 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.industries-section {
  font-family: 'Inter', sans-serif;
  padding: 20px 20px;
  color: #0E2240;
  box-sizing: border-box;
}

.industries-section *,
.industries-section *::before,
.industries-section *::after {
  box-sizing: border-box;
}

.industries-container {
  max-width: 1200px;
  margin: 0 auto;
}

.industries-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #C9A449;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.industries-heading {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: #0E2240;
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}

.industries-heading .highlight {
  color: #C9A449;
}

.industries-intro {
  font-size: 17px;
  line-height: 1.7;
  color: #3a4a63;
  max-width: 820px;
  margin: 0 0 24px;
  font-weight: 400;
}

.industries-divider {
  display: block;
  width: 70px;
  height: 4px;
  background: #C9A449;
  border-radius: 2px;
  margin-bottom: 50px;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.industry-card {
  background: #ffffff;
  border: 1px solid #e6e8ec;
  border-radius: 14px;
  padding: 30px 26px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  min-width: 0;
}

.industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(14, 34, 64, 0.08);
  border-color: #C9A449;
}

.industry-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #C9A449;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.industry-icon svg {
  width: 22px;
  height: 22px;
}

.industry-title {
  font-size: 18px;
  font-weight: 700;
  color: #0E2240;
  margin: 0 0 12px;
  line-height: 1.4;
  word-break: normal;
  overflow-wrap: break-word;
}

.industry-text {
  font-size: 13px;
  line-height: 1.7;
  color: #4a5a73;
  margin: 0;
  font-weight: 400;
}

/* Tablet */
@media (max-width: 992px) {
  .industries-section {
    padding: 70px 20px;
  }
  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .industries-heading {
    font-size: 32px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .industries-section {
    padding: 60px 16px;
  }
  .industries-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .industries-heading {
    font-size: 26px;
  }
  .industries-intro {
    font-size: 15px;
  }
  .industry-card {
    padding: 26px 22px;
  }
  .industry-title {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75301ba */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.setup-opportunities {
  font-family: 'Inter', sans-serif;
  padding: 20px 0px;
  color: #0E2A47;
}

.setup-container {
  max-width: 1160px;
  margin: 0 auto;
}

.setup-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #C9A34E;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.setup-heading {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: #0E2A47;
  margin: 0 0 20px;
}

.setup-heading .highlight {
  color: #C9A34E;
}

.setup-divider {
  width: 70px;
  height: 4px;
  background: #C9A34E;
  border-radius: 2px;
  margin-bottom: 28px;
}

.setup-intro {
  font-size: 17px;
  line-height: 1.75;
  color: #3C4A5E;
  max-width: 900px;
  margin: 0 0 48px;
}

.setup-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 40px;
}

.setup-card {
  background: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 14px;
  padding: 32px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.setup-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(14, 42, 71, 0.08);
  border-color: #C9A34E;
}

.setup-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #C9A34E;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.setup-icon svg {
  width: 26px;
  height: 26px;
}

.setup-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #0E2A47;
  margin: 0 0 14px;
  line-height: 1.35;
}

.setup-card-text {
  font-size: 13px;
  line-height: 1.7;
  color: #4A5668;
  margin: 0;
}

.setup-note {
  background: #0E2A47;
  border-left: 5px solid #C9A34E;
  border-radius: 10px;
  padding: 26px 30px;
}

.setup-note p {
  font-size: 16px;
  line-height: 1.75;
  color: #F5F5F5;
  margin: 0;
}

.setup-note strong {
  color: #C9A34E;
}

/* Tablet */
@media (max-width: 992px) {
  .setup-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .setup-heading {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .setup-opportunities {
    padding: 60px 16px;
  }
  .setup-heading {
    font-size: 28px;
  }
  .setup-intro {
    font-size: 15.5px;
  }
  .setup-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .setup-card {
    padding: 26px 22px;
  }
  .setup-card-title {
    font-size: 18px;
  }
  .setup-note {
    padding: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97f8384 *//* ===========================
   A&A Associate – Gold Line Page
   Brand Colours:
   - Navy:  #0E2A47
   - Gold:  #C9A14A
   - Text:  #1F2A37
   - Muted: #55606E
   - Line:  #E6E8EC
   =========================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.aa-section,
.aa-section * {
  box-sizing: border-box;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.aa-section {
  padding: 20px 0px;
  color: #1F2A37;
}

.aa-container {
  max-width: 1120px;
  margin: 0 auto;
}

/* Eyebrow label */
.aa-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C9A14A;
  margin-bottom: 14px;
}

/* Headings */
.aa-heading {
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  color: #0E2A47;
  margin: 0 0 18px;
  letter-spacing: -0.4px;
}

.aa-heading::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background: #C9A14A;
  border-radius: 2px;
  margin-top: 16px;
}

/* Intro paragraph */
.aa-intro {
  font-size: 17px;
  line-height: 1.75;
  color: #55606E;
  max-width: 880px;
  margin: 0 0 36px;
}

/* ===== Services Grid ===== */
.aa-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}

.aa-service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 26px;
  background: #ffffff;
  border: 1px solid #E6E8EC;
  border-radius: 14px;
  min-height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.aa-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(14, 42, 71, 0.08);
  border-color: #C9A14A;
}

.aa-service-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, #C9A14A 0%, #d9b76a 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aa-service-icon svg {
  width: 26px;
  height: 26px;
}

.aa-service-content {
  width: 100%;
}

.aa-service-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0E2A47;
  margin: 0 0 10px;
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

.aa-service-content p {
  font-size: 13px;
  line-height: 1.65;
  color: #55606E;
  margin: 0;
}

/* Highlight box */
.aa-highlight-box {
  border-left: 4px solid #C9A14A;
  background: #F7F5EE;
  padding: 22px 26px;
  border-radius: 8px;
  margin-top: 10px;
}

.aa-highlight-box p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.7;
  color: #0E2A47;
}

.aa-highlight-box strong {
  color: #0E2A47;
  font-weight: 700;
}

/* ===== Vision List ===== */
.aa-vision-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
}

.aa-vision-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #E6E8EC;
  border-radius: 10px;
  font-size: 15.5px;
  line-height: 1.6;
  color: #1F2A37;
}

.aa-vision-list li strong {
  color: #0E2A47;
  font-weight: 700;
}

.aa-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0E2A47;
  color: #C9A14A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.aa-check svg {
  width: 14px;
  height: 14px;
}

.aa-closing {
  font-size: 16.5px;
  line-height: 1.8;
  color: #1F2A37;
  max-width: 960px;
  margin: 0;
}

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .aa-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .aa-section {
    padding: 56px 18px;
  }
  .aa-services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .aa-vision-list {
    grid-template-columns: 1fr;
  }
  .aa-intro,
  .aa-closing {
    font-size: 16px;
  }
  .aa-service-card {
    padding: 24px 22px;
  }
  .aa-service-content h3 {
    font-size: 17px;
  }
  .aa-highlight-box {
    padding: 18px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71e8fc2 *//* ==================== 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 */