.elementor-610 .elementor-element.elementor-element-e3dc4b5{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-610 .elementor-element.elementor-element-e3dc4b5.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-610 .elementor-element.elementor-element-e3dc4b5{--width:81.708%;}}/* Start custom CSS for html, class: .elementor-element-73029d1 */.aw-wrap {
  --brand:       #127482;
  --brand-light: #1a9aad;
  --off-white:   #eeece6;
  --muted:       rgba(238,236,230,0.9);
  --dim:         rgba(238,236,230,0.25);
  --bg:          #09161a;
  --bg2:         #0d1f24;
  --border:      rgba(18,116,130,0.22);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: var(--off-white);
  background: var(--bg);
  overflow-x: hidden;
  line-height: 1.7;
}
.aw-wrap::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(18,116,130,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,116,130,0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  z-index: 0;
}
.aw-wrap * { box-sizing: border-box; margin: 0; padding: 0; }

/* hero — full-bleed background image */
.aw-cqb-hero-bg {
  position: relative;
  z-index: 1;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 240px 48px 200px;
  overflow: hidden;
}
.aw-cqb-hero-bg .aw-hero-bg-layer {
  position: absolute;
  inset: 0;
  background-image: url('https://abbeyworldwide.com/wp-content/uploads/2026/07/image-1997.png');
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.aw-cqb-hero-bg .aw-hero-bg-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9,22,26,0.48) 0%, rgba(9,22,26,0.58) 45%, rgba(9,22,26,0.72) 100%),
    radial-gradient(ellipse 80% 50% at 50% 20%, rgba(18,116,130,0.12) 0%, transparent 55%);
  z-index: 1;
}
.aw-cqb-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  width: 100%;
}
.aw-eyebrow {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  padding: 6px 20px;
  margin-bottom: 36px;
  display: inline-block;
}
.aw-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--off-white);
  max-width: 980px;
}
.aw-hero-title span { color: var(--brand-light); }
.aw-hero-sub {
  margin-top: 28px;
  font-size: clamp(14px, 1.75vw, 17px);
  color: var(--muted);
  max-width: 760px;
  line-height: 1.85;
  font-weight: 300;
}
.aw-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 44px;
  flex-wrap: wrap;
  justify-content: center;
}
.aw-btn-primary {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 32px;
  background: var(--brand);
  color: var(--off-white);
  text-decoration: none;
  display: inline-block;
  transition: background .2s;
}
.aw-btn-primary:hover { background: var(--brand-light); color: var(--off-white); }
.aw-btn-outline {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 32px;
  border: 1px solid rgba(238,236,230,0.35);
  color: var(--off-white);
  text-decoration: none;
  display: inline-block;
  transition: border-color .2s, color .2s, background .2s;
}
.aw-btn-outline:hover { border-color: var(--brand-light); color: var(--brand-light); }

.aw-section { position: relative; z-index: 1; }
.aw-section.bg2 { background: var(--bg2); }
.aw-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 52px;
}
.aw-tag {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brand-light);
  margin-bottom: 14px;
  display: block;
}
.aw-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 3.6vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--off-white);
  margin-bottom: 18px;
}
.aw-lead {
  font-size: 15px;
  color: var(--muted);
  font-weight: 300;
  max-width: 720px;
  line-height: 1.8;
}
.aw-divider {
  width: 40px;
  height: 2px;
  background: var(--brand);
  margin: 22px 0 40px;
}

.aw-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
  margin-top: 44px;
}
.aw-overview-text p {
  font-size: 15px;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 18px;
}
.aw-phil-card {
  background: rgba(18,116,130,0.06);
  border: 1px solid var(--border);
  padding: 36px;
}
.aw-section.bg2 .aw-phil-card {
  background: rgba(18,116,130,0.08);
}
.aw-phil-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand-light);
  margin-bottom: 20px;
}
.aw-phil-list { list-style: none; display: grid; gap: 10px; }
.aw-phil-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  color: var(--muted);
  font-weight: 300;
}
.aw-phil-list li::before {
  content: '';
  width: 6px; height: 6px;
  min-width: 6px;
  background: var(--brand-light);
  margin-top: 8px;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

.aw-section.aw-overview-light {
  background: #e4e6e9;
  color: #151c20;
}
.aw-section.aw-overview-light .aw-tag {
  color: #127482;
}
.aw-section.aw-overview-light .aw-title {
  color: #0f1518;
}
.aw-section.aw-overview-light .aw-lead {
  color: rgba(21, 28, 32, 0.78);
  max-width: 820px;
}
.aw-section.aw-overview-light .aw-overview-text p {
  color: rgba(21, 28, 32, 0.82);
}
.aw-section.aw-overview-light .aw-phil-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 116, 130, 0.28);
}
.aw-section.aw-overview-light .aw-phil-card h3 {
  color: #0f6b78;
}
.aw-section.aw-overview-light .aw-phil-list li {
  color: rgba(21, 28, 32, 0.82);
}
.aw-section.aw-overview-light .aw-phil-list li::before {
  background: #127482;
}

.aw-section.aw-overview-white {
  background: #ffffff;
  color: #151c20;
}
.aw-section.aw-overview-white .aw-tag {
  color: #127482;
}
.aw-section.aw-overview-white .aw-title {
  color: #0f1518;
}
.aw-section.aw-overview-white .aw-lead {
  color: rgba(21, 28, 32, 0.78);
  max-width: none;
}
.aw-section.aw-overview-white .aw-overview-text p {
  color: rgba(21, 28, 32, 0.82);
}

.aw-cqb-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.aw-cqb-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(18, 116, 130, 0.28);
  box-shadow: 0 14px 36px rgba(9, 22, 26, 0.1);
}

.aw-cta-box {
  margin-top: 48px;
  border: 1px solid rgba(18,116,130,0.45);
  background: rgba(18,116,130,0.06);
  padding: 44px 40px;
  text-align: center;
}

@media (max-width: 960px) {
  .aw-overview-grid { grid-template-columns: 1fr; gap: 36px; }
  .aw-cqb-gallery { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .aw-inner { padding: 72px 24px; }
  .aw-cqb-hero-bg { padding: 120px 24px 80px; min-height: auto; }
}/* End custom CSS */