/* Start custom CSS for html, class: .elementor-element-a3c9e5d */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&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-heading {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #1a3a8f;
  line-height: 1.2;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
}

.aa-hero-text {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.85;
  margin-bottom: 22px;
}

.aa-hero-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .aa-hero-heading {
    font-size: 28px;
  }

  .aa-hero-text {
    font-size: 15px;
  }

  .aa-hero-section {
    padding: 50px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de4ca66 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.aa-benefits-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  background: transparent;
}

.aa-benefits-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}

.aa-benefit-item {
  border-left: 3px solid #C9A84C;
  padding-left: 18px;
}

.aa-benefit-title {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1A3A8F;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.aa-benefit-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #444444;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 768px) {
  .aa-benefits-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .aa-benefit-title {
    font-size: 16px;
  }

  .aa-benefit-desc {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9373ad2 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.aa-steps-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  width: 100%;
  box-sizing: border-box;
}

.aa-steps-container {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.aa-step-item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(198, 160, 75, 0.2);
  position: relative;
}

.aa-step-item:last-child {
  border-bottom: none;
}

.aa-step-number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #C6A04B;
  color: #C6A04B;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 2px;
}

.aa-step-content {
  flex: 1;
}

.aa-step-title {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #1A3586;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.aa-step-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #444444;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 600px) {
  .aa-steps-section {
    padding: 40px 16px;
  }

  .aa-step-item {
    gap: 18px;
    padding: 24px 0;
  }

  .aa-step-number {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .aa-step-title {
    font-size: 16px;
  }

  .aa-step-desc {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31390ec */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.aa-who-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  text-align: center;
}

.aa-who-inner {
  max-width: 720px;
  margin: 0 auto;
}

.aa-who-intro {
  font-size: 18px;
  font-weight: 600;
  color: #1a3a8f;
  margin-bottom: 32px;
  line-height: 1.6;
}

.aa-who-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
}

.aa-who-list li {
  font-size: 17px;
  font-weight: 500;
  color: #1a3a8f;
  padding: 10px 0;
  border-bottom: 1px solid #c9a84c40;
  position: relative;
  padding-left: 24px;
  text-align: left;
  display: inline-block;
  width: 100%;
  max-width: 420px;
}

.aa-who-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #c9a84c;
  border-radius: 50%;
}

.aa-who-cta-text {
  font-size: 22px;
  font-weight: 700;
  color: #c9a84c;
  margin-top: 10px;
  letter-spacing: 0.3px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08ea754 *//* ==================== 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 */