.elementor-77738 .elementor-element.elementor-element-f5b80ff .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS for html, class: .elementor-element-a3c9e5d */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.aa-hero-section {
  width: 100%;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
}

.aa-hero-container {
  max-width: 860px;
  margin: 0 auto;
}

.aa-hero-text {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.85;
  color: #1a1a2e;
  margin: 0;
  padding: 0;
}

.aa-hero-text strong {
  font-weight: 700;
  color: #1B3A8C;
}

@media (max-width: 768px) {
  .aa-hero-section {
    padding: 40px 16px;
  }

  .aa-hero-text {
    font-size: 17px;
    line-height: 1.75;
  }
}/* 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');

.bm-intro-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  max-width: 100%;
  box-sizing: border-box;
}

.bm-container {
  max-width: 860px;
  margin: 0 auto;
}

.bm-body-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a2e;
  margin: 0 0 20px 0;
}

.bm-link {
  color: #1a3a8f;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

.bm-link:hover {
  color: #c9a84c;
}

.bm-table-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a3a8f;
  margin: 36px 0 16px 0;
  letter-spacing: -0.2px;
}

.bm-section-heading {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a3a8f;
  margin: 40px 0 16px 0;
  letter-spacing: -0.3px;
  border-left: 4px solid #c9a84c;
  padding-left: 14px;
}

.bm-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 24px;
  border-radius: 6px;
  border: 1px solid #d4c27a;
}

.bm-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  min-width: 540px;
}

.bm-table thead tr {
  background-color: #1a3a8f;
}

.bm-table thead th {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  padding: 14px 18px;
  letter-spacing: 0.2px;
  font-size: 14px;
  text-transform: uppercase;
}

.bm-table tbody tr {
  border-bottom: 1px solid #e8dfa0;
  transition: background-color 0.15s ease;
}

.bm-table tbody tr:last-child {
  border-bottom: none;
}

.bm-table tbody tr:nth-child(even) {
  background-color: #fdf8ec;
}

.bm-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.bm-table tbody tr:hover {
  background-color: #f0ebff;
}

.bm-table tbody td {
  color: #1a1a2e;
  padding: 13px 18px;
  line-height: 1.6;
  vertical-align: top;
}

.bm-table tbody td:first-child {
  font-weight: 600;
  color: #1a3a8f;
  white-space: nowrap;
}

.bm-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.bm-list li {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #1a1a2e;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #f0e8c8;
  position: relative;
}

.bm-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c9a84c;
}

.bm-list li:last-child {
  border-bottom: none;
}

.bm-list-label {
  font-weight: 700;
  color: #1a3a8f;
}

@media (max-width: 600px) {
  .bm-intro-section {
    padding: 40px 16px;
  }

  .bm-body-text {
    font-size: 15px;
  }

  .bm-section-heading {
    font-size: 19px;
  }

  .bm-table-title {
    font-size: 17px;
  }

  .bm-table {
    font-size: 14px;
  }

  .bm-table thead th,
  .bm-table tbody td {
    padding: 11px 13px;
  }

  .bm-list li {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9373ad2 *//* ─── Google Font Import ─── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ─── Brand Colours ─── */
:root {
  --aa-navy:       #1A3A8F;
  --aa-gold:       #C9A84C;
  --aa-gold-light: #F5EDD6;
  --aa-text:       #2C2C2C;
  --aa-muted:      #555555;
  --aa-border:     #DDE3F0;
  --aa-white:      #ffffff;
}

/* ─── Section Wrapper ─── */
.aa-building-materials-section {
  font-family: 'Inter', sans-serif;
  color: var(--aa-text);
  padding: 60px 20px;
  line-height: 1.8;
}

/* ─── Container ─── */
.aa-container {
  max-width: 860px;
  margin: 0 auto;
}

/* ─── Intro Block ─── */
.aa-intro-block {
  margin-bottom: 48px;
}

.aa-intro-block p {
  font-size: 17px;
  color: var(--aa-muted);
  margin-bottom: 18px;
}

/* ─── Content Block ─── */
.aa-content-block {
  margin-bottom: 52px;
}

.aa-content-block p {
  font-size: 16px;
  color: var(--aa-muted);
  margin-bottom: 16px;
}

/* ─── Headings ─── */
.aa-heading-primary {
  font-size: 24px;
  font-weight: 700;
  color: var(--aa-navy);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--aa-gold);
  display: inline-block;
}

/* ─── Lists ─── */
.aa-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.aa-list li {
  font-size: 16px;
  color: var(--aa-muted);
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid var(--aa-border);
}

.aa-list li:last-child {
  border-bottom: none;
}

.aa-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--aa-gold);
}

.aa-list li strong {
  color: var(--aa-navy);
  font-weight: 600;
}

/* ─── Table Wrapper ─── */
.aa-table-wrapper {
  overflow-x: auto;
  margin: 28px 0;
}

/* ─── Table ─── */
.aa-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
}

.aa-table thead tr {
  background-color: var(--aa-navy);
  color: var(--aa-white);
}

.aa-table thead th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.aa-table tbody tr:nth-child(odd) {
  background-color: var(--aa-gold-light);
}

.aa-table tbody tr:nth-child(even) {
  background-color: var(--aa-white);
}

.aa-table tbody td {
  padding: 14px 18px;
  color: var(--aa-text);
  border-bottom: 1px solid var(--aa-border);
  vertical-align: top;
  line-height: 1.7;
}

.aa-table tbody td:first-child {
  font-weight: 600;
  color: var(--aa-navy);
  white-space: nowrap;
}

.aa-table tbody tr:last-child td {
  border-bottom: none;
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
  .aa-building-materials-section {
    padding: 40px 16px;
  }

  .aa-heading-primary {
    font-size: 20px;
  }

  .aa-intro-block p,
  .aa-content-block p,
  .aa-list li {
    font-size: 15px;
  }

  .aa-table thead th,
  .aa-table tbody td {
    padding: 12px 12px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .aa-heading-primary {
    font-size: 18px;
  }

  .aa-table tbody td:first-child {
    white-space: normal;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31390ec */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.aa-green-niche-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  background: transparent;
}

.aa-container {
  max-width: 860px;
  margin: 0 auto;
}

.aa-heading-2 {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1B3A8C;
  margin-top: 48px;
  margin-bottom: 18px;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.aa-body-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 1.85;
  margin-bottom: 20px;
}

.aa-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px 0;
}

.aa-list-item {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  line-height: 1.85;
  padding: 14px 0 14px 22px;
  border-bottom: 1px solid #e8ecf4;
  position: relative;
}

.aa-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C9A84C;
}

.aa-list-item:first-child {
  border-top: 1px solid #e8ecf4;
}

.aa-list-label {
  font-weight: 700;
  color: #1B3A8C;
}

.aa-inline-link {
  color: #C9A84C;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.aa-inline-link:hover {
  color: #1B3A8C;
}

@media (max-width: 768px) {
  .aa-green-niche-section {
    padding: 40px 16px;
  }

  .aa-heading-2 {
    font-size: 22px;
    margin-top: 36px;
  }

  .aa-body-text,
  .aa-list-item {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-531d44f */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.aa-blog-section {
  font-family: 'Inter', sans-serif;
  padding: 60px 20px;
  max-width: 100%;
}

.aa-container {
  max-width: 860px;
  margin: 0 auto;
}

.aa-intro-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: #1a1a2e;
  margin: 0 0 22px 0;
}

.aa-heading-2 {
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #1b3a8c;
  margin: 44px 0 18px 0;
  line-height: 1.3;
  border-left: 4px solid #c9a84c;
  padding-left: 16px;
}

.aa-body-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: #1a1a2e;
  margin: 0 0 20px 0;
}

.aa-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.aa-list-item {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: #1a1a2e;
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid #e8e4d8;
}

.aa-list-item:last-child {
  border-bottom: none;
}

.aa-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  height: 10px;
  background-color: #c9a84c;
  border-radius: 50%;
}

.aa-list-label {
  font-weight: 600;
  color: #1b3a8c;
}

.aa-closing-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
  color: #1b3a8c;
  margin: 32px 0 0 0;
  padding-top: 24px;
  border-top: 2px solid #c9a84c;
}

@media (max-width: 768px) {
  .aa-blog-section {
    padding: 40px 16px;
  }

  .aa-heading-2 {
    font-size: 22px;
    margin: 36px 0 14px 0;
  }

  .aa-intro-text,
  .aa-body-text,
  .aa-list-item,
  .aa-closing-text {
    font-size: 15px;
  }
}/* 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 */