.elementor-71348 .elementor-element.elementor-element-b0cc3ca{--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;}.elementor-71348 .elementor-element.elementor-element-cad669d{--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;}.elementor-71348 .elementor-element.elementor-element-f6f718b .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS for html, class: .elementor-element-4d31f9e *//* ── Google Font Import ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ── Reset & Base ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── Colour Tokens ── */
:root {
  --blue:       #1a3a6b;
  --blue-dark:  #122950;
  --gold:       #c9a84c;
  --gold-light: #f5f0e8;
  --red:        #cc0000;
  --white:      #ffffff;
  --grey-50:    #f9f9f9;
  --grey-100:   #f0f0f0;
  --grey-400:   #9ca3af;
  --grey-600:   #4b5563;
  --grey-800:   #1f2937;
  --text:       #2d2d2d;
}

/* ── Typography ── */
.blog-post {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  color: var(--text);
  line-height: 1.75;
  background: var(--white);
  overflow-x: hidden;
  width: 100%;
}

/* ── Container ── */
.bp-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.bp-container--narrow {
  max-width: 880px;
}

/* ── Generic Section Spacing ── */
.bp-section {
  padding: 72px 24px;
  position: relative;
}

/* ────────────────────────────
   HERO
──────────────────────────── */
.bp-hero {
  position: relative;
  background: var(--white);
  padding: 60px 24px 52px;
  overflow: hidden;
  text-align: center;
}

.bp-hero__watermark {
  position: absolute;
  inset: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 8px 20px;
  padding: 16px;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.bp-hero__watermark span {
  font-size: clamp(18px, 4vw, 72px);
  font-weight: 800;
  color: rgba(26, 58, 107, 0.05);
  white-space: nowrap;
  line-height: 1.1;
}

.bp-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

.bp-hero__badge-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.bp-badge {
  background: var(--red);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
}

.bp-date {
  font-size: 12px;
  color: var(--grey-600);
  font-weight: 500;
}

.bp-hero__title {
  font-size: clamp(20px, 4.5vw, 46px);
  font-weight: 800;
  color: var(--blue);
  line-height: 1.25;
  margin-bottom: 12px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  padding: 0 4px;
}

.bp-highlight {
  background: #fff176;
  padding: 0 4px;
  border-radius: 3px;
  color: var(--blue);
}

.bp-hero__byline {
  font-size: 14px;
  color: var(--grey-600);
  margin-bottom: 32px;
  font-style: italic;
}

.bp-hero__img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(26, 58, 107, 0.14);
  width: 100%;
  line-height: 0;
}

.bp-hero__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 520px;
}

/* ────────────────────────────
   INTRO
──────────────────────────── */
.bp-intro {
  background: var(--white);
  border-top: 4px solid var(--gold);
}

.bp-intro .bp-container {
  max-width: 880px;
}

.bp-lead {
  font-size: clamp(15px, 2.5vw, 19px);
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 20px;
  line-height: 1.7;
}

.bp-intro p {
  color: var(--grey-600);
  margin-bottom: 16px;
}

/* ────────────────────────────
   AWARD IMAGE
──────────────────────────── */
.bp-award-img {
  background: var(--grey-50);
  padding: 52px 24px;
}

.bp-figure {
  text-align: center;
}

.bp-figure__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.bp-figure__img--wide {
  object-fit: cover;
}

.bp-figure__caption {
  margin-top: 12px;
  font-size: 13px;
  color: var(--grey-400);
  font-style: italic;
}

/* ────────────────────────────
   CULTURE / STATS
──────────────────────────── */
.bp-culture {
  background: var(--white);
}

.bp-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-light);
  display: inline-block;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.bp-section-label--light {
  color: var(--gold);
  background: rgba(201, 168, 76, 0.15);
}

.bp-section-title {
  font-size: clamp(20px, 4vw, 34px);
  font-weight: 800;
  color: var(--blue);
  line-height: 1.25;
  margin-bottom: 28px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.bp-section-title--white {
  color: var(--white);
}

/* Stats row */
.bp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.bp-stat {
  background: var(--blue);
  border-radius: 12px;
  padding: 24px 12px;
  text-align: center;
  border-bottom: 4px solid var(--gold);
}

.bp-stat__number {
  display: block;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  margin-bottom: 8px;
}

.bp-stat__label {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Culture list */
.bp-culture-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bp-culture-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--grey-800);
  padding: 14px 18px;
  background: var(--grey-50);
  border-radius: 8px;
  border-left: 3px solid var(--gold);
}

.bp-culture-list__icon {
  color: var(--gold);
  font-size: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ────────────────────────────
   TEAM PHOTO
──────────────────────────── */
.bp-team-photo {
  background: var(--grey-50);
  padding: 52px 24px;
}

/* ────────────────────────────
   QUOTES
──────────────────────────── */
.bp-quotes {
  background: var(--white);
}

.bp-quotes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.bp-quote {
  background: var(--grey-50);
  border-radius: 14px;
  padding: 32px 28px 24px;
  position: relative;
  border-top: 4px solid var(--blue);
}

.bp-quote--gold {
  border-top-color: var(--gold);
  background: var(--gold-light);
}

.bp-quote__mark {
  font-size: 60px;
  line-height: 0.6;
  color: var(--blue);
  opacity: 0.15;
  font-family: Georgia, serif;
  margin-bottom: 16px;
  display: block;
}

.bp-quote--gold .bp-quote__mark {
  color: var(--gold);
}

.bp-quote__text {
  font-size: 15px;
  color: var(--grey-600);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 20px;
}

.bp-quote__footer {
  border-top: 1px solid var(--grey-100);
  padding-top: 14px;
}

.bp-quote__name {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
}

.bp-quote__role {
  font-size: 13px;
  color: var(--grey-400);
  font-weight: 500;
}

/* ────────────────────────────
   METHODOLOGY
──────────────────────────── */
.bp-methodology {
  background: var(--grey-50);
}

.bp-methodology p {
  color: var(--grey-600);
  margin-bottom: 32px;
  line-height: 1.75;
}

.bp-method-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bp-method-card {
  background: var(--white);
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  border-bottom: 3px solid var(--blue);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.bp-method-card__icon {
  font-size: 30px;
  display: block;
  margin-bottom: 12px;
}

.bp-method-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 8px;
}

.bp-method-card p {
  font-size: 13px;
  color: var(--grey-600);
  margin-bottom: 0;
}

/* ────────────────────────────
   ABOUT GRID
──────────────────────────── */
.bp-about-grid {
  background: var(--white);
  padding: 72px 24px;
}

.bp-about-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(26,58,107,0.10);
}

.bp-about-block {
  padding: 48px 40px;
  background: var(--white);
}

.bp-about-block p {
  color: var(--grey-600);
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.75;
}

.bp-about-block--blue {
  background: var(--blue);
}

.bp-about-block--blue p {
  color: rgba(255,255,255,0.8);
}

.bp-about-block--blue strong {
  color: var(--gold);
}

.bp-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.bp-social-label {
  font-size: 11px;
  color: var(--grey-400);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}

.bp-social-link {
  font-size: 12px;
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
  padding: 4px 10px;
  background: var(--gold-light);
  border-radius: 4px;
  transition: background 0.2s;
}

.bp-social-link:hover {
  background: var(--gold);
  color: var(--white);
}

/* ────────────────────────────
   CTA
──────────────────────────── */
.bp-cta {
  background: var(--blue);
  padding: 90px 24px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.bp-cta__watermark {
  position: absolute;
  inset: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 8px 16px;
  padding: 16px;
  pointer-events: none;
  user-select: none;
}

.bp-cta__watermark span {
  font-size: clamp(18px, 4vw, 60px);
  font-weight: 800;
  color: rgba(255,255,255,0.04);
  white-space: nowrap;
}

.bp-cta__inner {
  position: relative;
  z-index: 1;
}

.bp-cta__title {
  font-size: clamp(18px, 4vw, 36px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.bp-cta__sub {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 32px;
  line-height: 1.7;
}

.bp-cta__btn {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  padding: 15px 32px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: background 0.2s, transform 0.2s;
}

.bp-cta__btn:hover {
  background: #b8922e;
  transform: translateY(-2px);
}

/* ────────────────────────────
   TABLET  (max 900px)
──────────────────────────── */
@media (max-width: 900px) {
  .bp-section {
    padding: 60px 16px;
  }

  .bp-hero,
  .bp-award-img,
  .bp-team-photo,
  .bp-about-grid,
  .bp-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bp-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bp-quotes-grid {
    grid-template-columns: 1fr;
  }

  .bp-method-cards {
    grid-template-columns: 1fr 1fr;
  }

  .bp-about-row {
    grid-template-columns: 1fr;
  }
}

/* ────────────────────────────
   MOBILE  (max 600px) — WIDER CONTENT
──────────────────────────── */
@media (max-width: 600px) {
  /* Reduced side padding to give content more width */
  .bp-section {
    padding: 44px 12px;
  }

  /* Hero */
  .bp-hero {
    padding: 44px 12px 40px;
  }

  .bp-hero__watermark {
    display: none;
  }

  .bp-hero__title {
    font-size: clamp(20px, 6.2vw, 28px);
    line-height: 1.25;
    padding: 0;
  }

  .bp-hero__byline {
    font-size: 13px;
    margin-bottom: 24px;
  }

  .bp-hero__img-wrap {
    border-radius: 10px;
    margin: 0;
  }

  .bp-hero__img {
    max-height: none;
    min-height: 220px;
    object-fit: cover;
    object-position: center top;
  }

  /* Stats */
  .bp-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 28px;
  }

  .bp-stat {
    padding: 20px 8px;
    border-radius: 10px;
  }

  .bp-stat__number {
    font-size: 26px;
  }

  .bp-stat__label {
    font-size: 10px;
  }

  /* Culture list */
  .bp-culture-list li {
    font-size: 14px;
    padding: 12px 14px;
  }

  /* Quotes — wider */
  .bp-quotes-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bp-quote {
    padding: 22px 16px 18px;
    border-radius: 12px;
  }

  .bp-quote__mark {
    font-size: 44px;
  }

  .bp-quote__text {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  /* Method cards */
  .bp-method-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bp-method-card {
    padding: 20px 16px;
  }

  /* About — wider blocks */
  .bp-about-grid {
    padding: 44px 12px;
  }

  .bp-about-block {
    padding: 28px 18px;
  }

  /* Award & Team images — wider */
  .bp-award-img,
  .bp-team-photo {
    padding: 40px 12px;
  }

  /* CTA */
  .bp-cta {
    padding: 56px 12px;
  }

  .bp-cta__watermark {
    display: none;
  }

  .bp-cta__btn {
    width: 100%;
    text-align: center;
    padding: 16px 20px;
  }

  /* Section titles */
  .bp-section-title {
    font-size: clamp(20px, 5.5vw, 26px);
    margin-bottom: 20px;
  }

  .bp-lead {
    font-size: 15px;
  }
}

/* ────────────────────────────
   VERY SMALL  (max 380px)
──────────────────────────── */
@media (max-width: 380px) {
  .bp-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bp-hero,
  .bp-cta,
  .bp-about-grid,
  .bp-award-img,
  .bp-team-photo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bp-hero__title {
    font-size: 19px;
  }

  .bp-stats-grid {
    gap: 8px;
  }

  .bp-stat__number {
    font-size: 22px;
  }

  .bp-hero__img {
    min-height: 180px;
  }

  .bp-quote {
    padding: 20px 14px 16px;
  }

  .bp-about-block {
    padding: 24px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b85cef9 *//* ==================== 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 */