.elementor-558 .elementor-element.elementor-element-8805467{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-558 .elementor-element.elementor-element-7653a5f{--display:flex;--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-558 .elementor-element.elementor-element-905fac5{--display:flex;--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-558 .elementor-element.elementor-element-2972cb6{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-97b908b *//* ═══ AOS PAGE ═══ */
.aos-page {
  background: #ffffff;
  margin: 0;
  padding: 0;
}

/* ═══ HERO — FULL WIDTH BG IMAGE ═══ */
.aos-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url('https://suemoirpsychotherapy.co.uk/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-11-at-7.14.29-PM.jpeg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Gradient overlay — light at top, deep at bottom */
.aos-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(53, 84, 107, 0.12) 0%,
    rgba(53, 84, 107, 0.48) 45%,
    rgba(32, 54, 70, 0.92) 100%
  );
  z-index: 1;
}

/* ═══ BREADCRUMB ═══ */
.aos-breadcrumb {
  position: absolute;
  top: 32px;
  left: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
}

.aos-breadcrumb a {
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  transition: color 0.2s ease;
}

.aos-breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.aos-breadcrumb span {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}

/* ═══ HERO CONTENT ═══ */
.aos-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 40px 56px;
  max-width: 720px;
}

.aos-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #99B2A1;
  margin: 0 0 18px;
}

.aos-eyebrow-line {
  display: block;
  width: 30px;
  height: 1px;
  background: #99B2A1;
  flex-shrink: 0;
}

.aos-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 44px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 20px;
}

.aos-heading em {
  font-style: italic;
  color: #b8d4c0;
}

.aos-lead {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.78;
  margin: 0 0 34px;
  max-width: 520px;
}

/* ═══ BUTTON ROW ═══ */
.aos-btn-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.aos-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #ffffff;
  color: #35546B;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  padding: 13px 26px;
  text-decoration: none;
  transition: background 0.22s ease, transform 0.22s ease;
}

.aos-btn-primary:hover {
  background: #F6F4EC;
  transform: translateY(-2px);
  color: #35546B;
}

.aos-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  padding: 12px 24px;
  text-decoration: none;
  transition: border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.aos-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.65);
  color: #ffffff;
  transform: translateY(-2px);
}

/* ═══ AREAS STRIP ═══ */
.aos-strip {
  background: #F6F4EC;
  padding: 38px 40px 44px;
}

.aos-strip-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(53, 84, 107, 0.1);
}

.aos-strip-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #99B2A1;
  margin: 0;
}

.aos-strip-viewall {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #35546B;
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 84, 107, 0.3);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.aos-strip-viewall:hover {
  color: #99B2A1;
  border-color: #99B2A1;
}

/* ═══ CARDS GRID ═══ */
.aos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.aos-card {
  background: #ffffff;
  padding: 24px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.22s ease;
}

.aos-card:hover {
  background: #edeae0;
}

.aos-card-num {
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  font-weight: 400;
  color: #99B2A1;
  letter-spacing: 1.5px;
}

.aos-card-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  color: #35546B;
  line-height: 1.3;
}

.aos-card-arrow {
  display: flex;
  align-items: center;
  color: #99B2A1;
  margin-top: 4px;
  transition: transform 0.22s ease, color 0.22s ease;
}

.aos-card:hover .aos-card-arrow {
  transform: translateX(5px);
  color: #35546B;
}

/* ═══ RESPONSIVE ═══ */
@media (min-width: 480px) {
  .aos-heading {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .aos-hero {
    min-height: 88vh;
  }

  .aos-hero-content {
    padding: 0 52px 60px;
  }

  .aos-heading {
    font-size: 58px;
  }

  .aos-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .aos-strip {
    padding: 40px 52px 48px;
  }
}

@media (min-width: 1024px) {
  .aos-hero-content {
    padding: 0 64px 68px;
    max-width: 800px;
  }

  .aos-heading {
    font-size: 68px;
  }

  .aos-lead {
    font-size: 17px;
  }

  .aos-strip {
    padding: 44px 64px 52px;
  }

  .aos-card {
    padding: 28px 26px 24px;
  }

  .aos-card-name {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .aos-heading {
    font-size: 74px;
  }

  .aos-hero-content {
    padding: 0 80px 76px;
  }

  .aos-strip {
    padding: 48px 80px 56px;
  }
}

@media (max-width: 480px) {
  .aos-breadcrumb {
    left: 20px;
    top: 24px;
  }

  .aos-hero-content {
    padding: 0 20px 44px;
  }

  .aos-heading {
    font-size: 36px;
  }

  .aos-lead {
    font-size: 15px;
  }

  .aos-strip {
    padding: 28px 20px 36px;
  }

  .aos-btn-row {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2428d50 *//* ===== EXACT CTA STYLE ===== */

.sm-cta{
  padding:60px 20px;
  background:#F6F4EC;
}

.sm-cta-box{
  max-width:1140px;
  margin:0 auto;

  background:#FAFAFA;
  border:1px solid #E6E6E6;
  border-radius:28px;

  padding:60px 55px;

  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:80px;
}

.sm-cta-content{
  max-width:520px;
}

.sm-cta-title{
  font-family:'Playfair Display',serif;
  font-size:44px;
  font-weight:400;
  line-height:1.08;
  color:#35546B;
  margin-bottom:14px;
}

.sm-cta-title em{
  color:#B6C5B2;
  font-style:italic;
}

.sm-cta-text{
  font-size:15px;
  line-height:1.8;
  color:#5D7181;
  margin-bottom:10px;
}

.sm-cta-contact{
  margin-top:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.sm-cta-contact{
  margin-top:22px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.sm-cta-contact a{
  display:flex;
  align-items:center;
  gap:12px;

  text-decoration:none;
  color:#35546B;

  font-size:15px;
  font-weight:400;
}

.sm-cta-contact svg{
  width:16px;
  height:16px;

  stroke:#99B2A1;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;

  flex-shrink:0;
}

.sm-cta-contact a:hover{
  color:#35546B;
}

.sm-cta-action{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
}

.sm-cta-tag{
  background:#EEF2EF;
  color:#35546B;

  font-size:13px;
  font-weight:500;

  padding:8px 16px;
  border-radius:999px;
}

.sm-cta-btn{
  display:flex;
  align-items:center;
  justify-content:center;

  min-width:280px;
  height:56px;

  background:#35546B;
  color:#fff;
  text-decoration:none;

  border-radius:999px;

  font-size:15px;
  font-weight:500;

  transition:.25s ease;
}

.sm-cta-btn:hover{
  background:#2C4558;
  color:#fff;
}

@media(max-width:991px){

  .sm-cta-box{
    flex-direction:column;
    align-items:flex-start;
    gap:35px;
  }

  .sm-cta-action{
    width:100%;
  }

  .sm-cta-btn{
    min-width:100%;
  }
}

@media(max-width:767px){

  .sm-cta-box{
    padding:35px 25px;
  }

  .sm-cta-title{
    font-size:34px;
  }
}/* End custom CSS */