h2.blog-title {
  margin-bottom: 16px;
}
.blog-tab-card:hover h3,
.recent-blog:hover h2.blog-title {
	color: #8a7310;
}
.recent-blog-img:hover img,.blog-image:hover img {
    transform: scale(1.2);
}

.recent-blog-img,.blog-image  {
    overflow: hidden;
    border-radius: 8px;
    transition: 0.5s;
}

.recent-blog-img img,.blog-image img {
    transition: 0.5s;
}

section.how-it-works-wrapper .accordion-content-inner {
	  margin-left: auto;
  width: 100%;
  max-width: 94%;
  display: flex !important;
	gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}
section.how-it-works-wrapper .accordion-content-inner ul {width: 100%;}
section.how-it-works-wrapper .accordion-content-inner ul li{ list-style: disc !important; width:100% !important}
section.how-it-works-wrapper .accordion-content-inner ul li,
	section.how-it-works-wrapper .accordion-content-inner img {
max-width: 528px;
}

section.how-it-works-wrapper .accordion-content-inner ul {
    margin-top: 45px;
}
	section.how-it-works-wrapper .accordion-steps {
  display: flex;
  align-items: center;
  gap: 20px;
}
button.accordion-header .accordion-steps span{font-size: 18px;}
button.accordion-header .accordion-steps p {font-size: 24px;}
.our-program-left.reveal.is-visible {
  width: 100%;
  max-width: 518px;
}
nav#site-navigation a:hover {
    color: var(--btn-color);
}
button.accordion-header p {
font-family: 'Canela Trial';
}
.fact-row {
    height: 95px;
    display: flex;
    align-items: center;
}


 .swiper.mySwiper-why.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-wrapper {
    justify-content: center;
}

 .swiper.mySwiper-why.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    transform: unset;
}
section.jurisdictions-hero h1 {
    line-height: 56px;
}
.cta-left-content h2 {
    line-height: 45px;
}
section.process-section .our-program-right {
    width: unset;
	max-width: unset;
}
    .psb-image img {
     
        transform: unset !important;
    }
section#contact {
    padding-inline: 15px;
}
td.bg-color {
    border-left: 6px solid white;
}

td.dark-bg {
    border-left: 6px solid white;
}
a.featured-main .blog-header span {
    color: white;
}


table.matrix-table th {
    border-left: 6px solid white;
}
a.primary-btn:hover {
    background: var(--Blue, #072146);
}
.testimonials-card {
    height: 100% !important;
}
.page-id-73 header#masthead {
    background: #f3f1e7;
}
.leader-header span.section-label {
    text-align: left;
}
 .swiper-pagination-bullet {
  width: 2.4rem;
  height: 0.4rem;
  background: #072146;
  opacity: 1;
  border-radius: 2rem;
  margin: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;          /* ← remove this, it causes the unfill animation */
  transition: none;
}

 .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;                       /* ← remove, conflicts with scaleX */
  width: 100%;                    /* ← always full width, scaleX controls fill */
  height: 100%;
  background: #D9D9D9;
  border-radius: 2rem;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;               /* no transition by default = instant reset */
}

.swiper-pagination-bullet-active:before {
  transform: scaleX(1);
	 background: var(--Blue, #072146);
  transition: transform var(--fill-dur, 3s) linear;  /* JS sets --fill-dur */
}

.swiper.mySwiper-testimonials.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    height: 100%;
}
.swiper.mySwiper-testimonials.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-slide {
    height: auto;
}
.h-scroll{
  height:480px;                 /* fixed section height */
  overflow:hidden;
  display:flex;
  flex-direction:column;
  padding:60px 0 0;             /* 60px above the cards */
  position:relative;
}
.h-track{
  display:flex;
  gap:20px;                     /* your 20px horizontal gap */
  padding:0 max(40px,5vw);      /* gutters so first/last card aren't flush */
  flex:0 0 auto;
  will-change:transform;
}

/* full-width scroll progress bar under the cards */
.h-progress{
  margin-top:40px;              /* 40px between cards and the bar */
  width:100%;
  height:4px;
  background:#19181833;         /* track */
}
.h-progress-fill{
  display:block;
  height:100%;
  width:100%;
  background:#191818;           /* progress */
  transform:scaleX(0);
  transform-origin:left;
}
/* the remaining space below the bar resolves to ~100px under the cards
   (480 − 60 top − 320 cards − 40 gap − 4 bar) */

/* fallback when JS/GSAP is unavailable or reduced motion is on:
   the row just becomes a normal swipeable horizontal scroller */
.no-pin .h-scroll{overflow-x:auto;overflow-y:hidden}
@media (prefers-reduced-motion: reduce){
  .h-scroll{overflow-x:auto}
}

/* ============================================================
   YOUR CARD CSS (kept as-is, plus sizing/legibility for the demo)
   ============================================================ */
.location-card {
  position: relative;
  overflow: hidden;
  /* sizing so cards line up horizontally and overflow the viewport */
  flex: 0 0 293px;
  height: 332px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: #fff;
}

.location-card > *{position:relative;z-index:1}


section.process-section .process-step.is-open .ps-icon {

    background: var(--191919, #191919);
}

section.process-section .process-step.is-open .process-step-row svg path {
    fill: white;
}
.how-it-works-section .process-step {
    background: transparent !important;
}
.how-it-works-section .process-step .ps-icon {
 border-color: #8A7310;
    background: transparent !important;
}
section.info-box .container {
    width: 100%;
    max-width: 1200px;
    margin: 120px auto;
    padding: 0 16px;
}
section.how-it-works-wrapper .section-head.is-left.our-program-main {
    flex-direction: column;
}

section.how-it-works-wrapper .pin-spacer {
    padding-top: 19px !important;
}

section.how-it-works-wrapper .process-step.is-open .ps-icon {
    transform: rotate(45deg);
}
.process-step {
    border-top: none !important;
}
.content-box {
    display: flex;
    width: 100%;
    max-width: 800px;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}
 .psb-text {
    padding-left: calc(50% - 528px);
}
.process-step {
   
    transform: unset !important;
}
.info-head {
    color: #191919;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.process-step-body {

    gap: 40px;
    max-height: unset !important;
    opacity: 1 !important;
    transition: max-height 0.52s ease, opacity 0.38s ease;
}
.psb-text {
    width: 100%;
    max-width: 50%;
}

.psb-image {
    width: 100%;
    max-width: 50%;
}
.process-step-body {
    display: block !important;
}
.process-section {
    position: relative;
    height: unset !important;
    background: #fff;
}
.info-box p {
    color: #525354;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.diff-item:first-child {
    padding-top: 0;
}
.testimonials-header h3 {
    text-align: left !important
}
.bg-white {
    background: white;
}
.bg-light-white {
    background: #f5f5f5;
}
section.jurisdictions-hero p {
    color: var(--Text, #525354);
    font-weight: 400;
    max-width: 49rem;
}
.demo-spacer {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #9a958c;

    text-transform: uppercase;
    font-size: 13px;
  }

  /* ============================================================
     SECTION WRAPPER (this is what gets pinned)
     ============================================================ */

  .process-steps {
    max-width: 1080px;
    margin: 0 auto;
    padding: 48px 32px;

    /* min-height keeps the pinned frame stable while bodies are collapsed */
    min-height: 100vh;
    justify-content: center;
  }
.process-step {
    border-bottom: none !important;
}
  /* ============================================================
     A SINGLE STEP
     ============================================================ */
  .process-step {
    background: #ffffff;
 
    /* subtle background/shadow transition when a step activates */
    transition: background-color .6s ease, box-shadow .6s ease, border-color .6s ease;
    overflow: hidden; /* clip the unfolding body cleanly */
    transform-origin: center top;     /* recede toward the top as it slides up */
    will-change: transform, opacity;  /* the card itself is animated on handoff */
  }
  .process-step.active {
    background: #ffffff;
    border-color: rgba(20, 20, 20, 0.10);
   
  }

  /* ---- Title row: always visible ---- */
  .process-step-row {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .ps-num {
    font-size: 14px;
    font-weight: 600;
  
    color: #b8b2a6;
    transition: color .6s ease;
    white-space: nowrap;
  }
  .ps-title {

    flex: 1;
    transition: color .6s ease, letter-spacing .6s ease;
  }
    section.process-section .our-program-main {
    
        padding-top: 25px;
    }
  
  .process-step.active .ps-title { color: #111; letter-spacing: .005em; }
.process-step {
    opacity: 1 !important;
}
.process-steps {
    max-width: 1231px !important;
    width: 100% !important;
    padding: 0 20 20px !important;
}
  /* ---- Icon: rotates 0 -> 180 via GSAP ---- */
  .ps-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    flex-shrink: 0;
    transition: background-color .6s ease;
    transform-origin: center center; /* clean rotation pivot */
  }
  .process-step.active .ps-icon { background: #1f2a22; }
  /* recolor the stroke/fill icons when active (steps 1 & 2 use #525354) */
  .process-step.active .ps-icon svg path[fill="#525354"] { fill: #fff; }
  .process-step.active .ps-icon svg path[stroke="#525354"] { stroke: #fff; }

  /* ============================================================
     THE BODY — collapsed by default, unfolds from the CENTER
     ------------------------------------------------------------
     Two cooperating mechanics, both driven by the same scroll
     progress so they stay perfectly in sync:
       1. height 0 -> measured height  (drives real layout reflow)
       2. align-items:center           (content is pinned to the
                                         vertical middle, so as the
                                         box grows it reveals the
                                         middle band first, expanding
                                         up AND down simultaneously)
       3. clip-path inset(50% -> 0)     (crisp "panel unfold" edge)
     ============================================================ */
  .process-step-body {
    height: 0;                       /* JS animates this to the inner height */
    overflow: hidden;
   /* fully closed at the midline */
    will-change: height, clip-path;
  }
section.process-section .psb-text {
 
    padding-top: 0;
}
.psb-image {
    transform: unset !important;
 
}
  /* inner wrapper = the thing we measure + the thing that stays centered */
  .psb-inner {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    padding-top: 26px;
  }

.our-program-main {}

section.process-section .our-program-main {
    align-items: center;
    justify-content: space-between;
}
section.process-section {
    padding-top: 158px;
	    padding-bottom: 150px;
}

section.process-section .our-program-main .our-program-right p {
      width: 100%;
  max-width: 465px;
}
  /* ---- Text reveal ---- */
  .psb-text {
                    /* JS -> 1 */
   /* JS -> 0 */
    will-change: opacity, transform;
  }

  .psb-text p:first-child {
    color: #1f2a22;
    font-weight: 500;
  }

  /* ---- Image reveal ---- */
  .psb-image {
  
    border-radius: 14px;
    overflow: hidden;                /* keep the 1.1 scale from bleeding out */
  }
  .psb-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

    will-change: opacity, transform, filter;
  }
section.process-section .our-program-main
 {
    padding-bottom: 40px;
    background: #ffffff;
    z-index: 1;
}
  /* ============================================================
     PER-CARD PROGRESS BAR — fills 0 -> 100% as the card expands
     (sits under the title row, always visible)
     ============================================================ */
  .ps-progress {
    height: 3px;
    margin-top: 33px;
    border-radius: 999px;
    background: rgba(20, 20, 20, 0.08);
    overflow: hidden;
  }
  .ps-progress-fill {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #7a6f57, #c2a878);
    transform: scaleX(0);            /* JS animates scaleX 0 -> 1 */
    transform-origin: left center;
    will-change: transform;
  }
  /* ============================================================
     RESPONSIVE
     ============================================================ */
  @media (max-width: 880px) {
    .process-steps { padding: 32px 18px; }
    .process-step { padding: 20px 0px; }
    .psb-inner { flex-direction: column-reverse; gap: 20px; padding-top: 20px; }
    .psb-image { flex: 1 1 auto; width: 100%; }
    .psb-image img { aspect-ratio: 16 / 9; }
    .swiper.mySwiper-why.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-wrapper {
    justify-content: left;
}

.page-id-184  .swiper.mySwiper-why.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    transform: unset;
}
  }
  @media (max-width: 520px) {
    .ps-icon { width: 38px; height: 38px; }
    .process-step-row { gap: 12px; }
  }

  /* ============================================================
     ACCESSIBILITY: respect reduced-motion — show everything open,
     no pin, no scrub. JS also reads this flag.
     ============================================================ */
  @media (prefers-reduced-motion: reduce) {
    .process-step-body { height: auto; clip-path: none; }
    .psb-text { opacity: 1; transform: none; }
    .psb-image img { opacity: 1; transform: none; filter: none; }
    .ps-progress-fill { transform: scaleX(1); }
    .process-step { box-shadow: 0 10px 30px -20px rgba(0,0,0,.2); }
  }
@media only screen and (max-width:1400px){
	
	.cta-left-content h2 {
    line-height: 37px;
}
section.process-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
}
@media only screen and (max-width:1024px){
	.our-program-left.reveal.is-visible {
  max-width: 403px;
}
	    ul#primary-menu li
 {
        width: 100%;
        z-index: 99;
    }
	    .hameburger.cross {
        display: flex;
        z-index: 99999;
        position: fixed;
    }
	.home .hameburger.cross span {
    background: black;
}

ul#primary-menu {
    padding-top: 57px;
}


	     li#menu-item-203::after {
  
        z-index: -1;
    }
	
	.home li#menu-item-203::after {
    filter: brightness(0.5) !important;
}
	h1 {
    line-height: 42px !important;
    font-size: 32px;
}

.header-logo img {
    max-width: 82px;
}
	    section.testimonials-section {
    
        margin-top: 40px;
    }
	.cta-main {
    gap: 20px;
}
	
	section.process-section {
    padding-top: 100px;
}
	section.process-section {
    
	    padding-bottom: 100px;
}

section.process-section {
    padding-bottom: 0;
}

	.psb-text {
    width: 100%;
    max-width: 100%;
}
	nav#site-navigation {
    transition: all ease 0.2s;
    transform-origin: left;
}
.psb-image {
    width: 100%;
    max-width: 100%;
}
.main-navigation.menu-active {
    left:0 !important;
}

	.hameburger span {
            transform-origin: center;
    transition: all 0.3s ease-in-out;
}


	.right-img {
    width: 100%;
    max-width: 31%;
}
	.hameburger.cross span.mid-menu {
    transform: translateX(1rem);
    opacity: 0;
}

.hameburger.cross span.top-menu {
    transform: rotate(45deg);
    translate: -4px 8px;
}

.hameburger.cross span.bottom-menu {
    transform: rotate(-45deg);
    width: 22px;
    translate: -4px -8px;
}

    nav#site-navigation {
        position: fixed;
        left: 100%;
        background: #fff;
        z-index: 999;
        width: 100%;
        padding: 22px;
       height: 100lvh;
        top: -4px;
        overflow: hidden;
    }
	

header#masthead {}

.header-main {
    position: relative;
    padding-inline: 16px;
}

nav#site-navigation ul {
    flex-direction: column;
}

header#masthead .container {
    padding: 0;
}
	.ham {}

span.top-menu {
    background: #FFFFFD;
    width: 22px;
    display: block;
    height: 4px;
    border-radius: 4px;
}

.header-main {
    flex-direction: row-reverse;
}

span.mid-menu {
    background: #FFFFFD;
    width: 31px;
    display: block;
    height: 4px;
    border-radius: 4px;
}

span.bottom-menu {
    background: #FFFFFD;
    width: 17px;
    display: block;
    height: 4px;
    border-radius: 4px;
}

.hameburger {}

.hameburger {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 4px;
}
	section.testimonials-section {

    padding-block: 60px;
}
	section.blog-section {
    padding-block: 60px;
}
	.case-study-img img {
    aspect-ratio: 1;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
	.difference-pin-top {

    margin: 0 auto 60px;
}
	.cta-right-content h3 {
    position: relative;
}
	.cta-right-content h3::before {
  
    height: 31px;
    max-width: 31px;
    top: 15px;
    left: -60px;
    right: unset;
}
	.cta-right-content {
    max-width: 100%;
	gap: 25px;   
}
    .stat-item p {
        font-size: 16px;
        line-height: 18px;
        margin-top: 6px;
    }
	span.diff-num {

    font-size: 44px;
    line-height: 42px;

}
	span.diff-label {

    margin-block: 10px 10px;
 
}
	.difference-pin {
   
    padding-block: 70px 73PX;
}
	.diff-body-wrap p {
    
    font-size: 14px;

    line-height: 20px;
}
	.process-header.reveal.is-visible {
    padding-bottom: 0px;
}
.swiper.mySwiper-locations.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
	.process-pin {

    padding-block: 60px;
}
	section.our-location .container {
    padding-inline: 16px;
}
	.stats-section {
    padding-block: 60px 90px;
}
	.difference-body {

    gap: 20px;
    align-items: flex-start;
}
	.stat-number {

    font-size: 40px;

}
	p {
    font-size: 14px;
}
	.hero-content h1 {
    font-size: 34px;
	line-height: 45px;
}
 h2 {
    font-size: 28px;
}
	.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}
	section.stats-section span.section-label {
   
    text-align: center;
}
table.matrix-table {
    
    min-width: 400px;
}
	.matrix-table th, .matrix-table td {
 
    min-width: 186px;
    width: 100%;
    
}
	.programmes-section {
    padding: 60px 0px 0;
}
	.matrix-section {
    background-color: var(--bg-cream);
    padding: 60px 0 60px;
}
		.leader-header {
    flex-direction: column;
	gap: 16px;
    align-items: baseline;
     margin-bottom: 30px;
			
}
	.leads-section {
    background-color: var(--bg-cream);
    padding: 60px 0px;
}
	.leads-grid {
 
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
	.lead-box {

    padding: 20px;
}
.leader-header p {
    width: 100%;
    max-width: 100%;
}
.leader-header span.section-label {
    text-align: left;
}

.home header#masthead.scrolled .hameburger span  {
    background: #191919 !important;
}
		nav#site-navigation ul a {
    color: var(--191919, #191919) !important;
}

.hameburger span {
    background: #191919;
}
	.home .hameburger span {
    background: white;
}
}
@media only screen and (max-width:767px){
	section.how-it-works-wrapper .accordion-content-inner {
		margin-left: unset;
		max-width: 100%;
	}
	  section.how-it-works-wrapper .accordion-content-inner ul {
    padding-left: 23px;
  }
	
	.our-program-left.reveal.is-visible {
    max-width: 100%;
  }
	section.how-it-works-wrapper .accordion-content-inner ul {
    margin-top: 0px;
}
	.fact-row {
    height: unset !important;
 
}
	section.how-it-works-wrapper .accordion-content-inner ul li,
	section.how-it-works-wrapper .accordion-content-inner img {
max-width: 100%;
}

	    .cta-left-content h2 {
        line-height: 32px;
    }
	span.section-label {
    font-size: 12px;
    margin-bottom: 10px;
}
	.hero-container {
        gap: 0px !important;
    }
	    section.jurisdictions-hero h1 {
     
        margin-bottom: 20px !important;
    }
	span.label-light {
    margin-bottom: 10px !important;
    font-size: 12px !important;
    line-height: normal;
}
	section.process-section {
    
	    padding-bottom: 60px;
}
	section.process-section .our-program-main {
  padding-bottom: 60px;
  align-items: start;
}
.difference-body {
        display: flex;
                flex-direction: column-reverse;
    }
	    .difference-image {
        margin-bottom: 30px;
        width: 100%;
    }
.featured-main .blog-header {
    display: flex;
    flex-direction: row;
}
a.featured-main h3 {
   
    font-size: 20px;
    line-height: 24px;

}.fetaured-content {
    border-radius: 0 0 0 8px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 2%, rgba(25, 25, 25, 0.40) 35.69%);
    backdrop-filter: blur(5px);
    width: fit-content;
    padding: 20px;
}
.fetaured-content {

    padding: 20px;
}
section.process-section .our-program-main .our-program-right p {
    text-align: left;
}
	span.diff-label {

    font-size: 20px;
    margin-block: 20px 10px;

}
	section.jurisdictions-hero p {
    color: var(--Text, #525354);
    font-weight: 400;
    max-width: 49rem;
}

.hero-container {
    flex-direction: column;
}
	section.process-section {
    padding-top: 60px;
}

.hero-text {
    width: 100%;
    flex: unset;
}

section.jurisdictions-hero h1 {
    margin: 0 auto;
    text-align: center;
}

span.label-light {
    text-align: center;
}

section.jurisdictions-hero p {
    max-width: 100%;
    text-align: center;
}

.hero-image-box img {
    max-width: 100%;
    width: 100%;
    height: unset;
}

.hero-image-box {
    flex: unset !important;
}
	.brands-main {
    /* flex-direction: column; */
    gap: 10px;
    flex-wrap:wrap;
}
    .difference-pin {
        padding-block: 50px 50PX;
    }
.process-header.reveal.is-visible {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 16px;
}
.right-img {
    max-width: calc(50% - 10px);
    align-items: flex-end;
}
.left-slider {
    display: block;
    width: 100%;
    max-width: calc(50% - 10px);
}
.right-img img {
    max-width: 100%;
    text-align: left;
}
	.cta-right-content h3 span {
    font-size: 12px;
  
}

	.cta-left-content a.primary-btn {
    margin: 0 auto;
}
	    .cta-right-content h3 {
   
        font-size: 12px;
    }
	
	    .stats-section {
        padding-block: 40px 60px;
    }
	
	.cta-left-content span.section-label {

    text-align: center;
}
	.cta-left-content h2 {
 
    text-align: center;
}
	.cta-left-content p {
    
    margin-block: 16px 30px;
    text-align: center;
}
	    .cta-right-content {
        max-width: max-content;
       
    }
	.cta-right-content h3 {
    position: absolute;
    left: -70px;
}
	    .cta-right-content h3::before {
       
        top: 0px;
        left: 107px;
    }
	.cta-main {
        gap: 30px;
    }
	.cta-right-content img {
    max-width: 270px;
}
	.cta-right-content {
    flex-direction: row-reverse;
}
	.cta-left-content {
    width: 100%;
}
	section#contact .container {
   
    padding-inline: 15px;
    padding-top: 40px;
}
	.cta-main {
    flex-direction: column;
}
	section.brands-section {
    padding-block: 25px 60px;
}
	section.brands-section .container {
    max-width: 100%;
    padding-inline: 16px 0;
}
	    h2 {
        font-size: 26px;
    }
	section.our-program-section {
    padding-block: 0 30px;
}
	.our-program-main {flex-direction: column;gap: 16px;}

.our-program-right {
    max-width: 100%;
}
	    .cta-left-content h2 {
     
        max-width: 100%;
    }
	    .cta-left-content p {
 
        max-width: 100%;
    }

	.process-step-row {
    flex-wrap: wrap;
    gap: 0;
    align-items: flex-start;
}
	section#contact {
    padding-block: 60px;
}


.testimonials-footer {

    padding-top: 40px;
}
span.ps-title {
    width: 100%;
    display: block;
}
p.testimonials-content {

    margin: 0 auto 30px;
}
span.ps-num {
    width: 100%;
}
	.ps-title {

    font-size: 20px;
    font-weight: 400;
    line-height: 30.88px;

}
.process-header {

    margin-bottom: 20px;
}
.psb-text {
    padding-left: 0;
}
	.blog-image img {
    border-radius: 8px;
    aspect-ratio: 0.8813559322033898;
    object-fit: cover;
    
}
	.blog-content h4 {
   
    margin-block: 10px 8px;
}
	.right-blog-card {
 
    padding-bottom: 30px;
    margin-bottom: 0px;
    justify-content: space-between;
    border: none;
}
.process-step {
    padding-block: 20px;
}
.psb-image {
    margin-top: 0px;
}
	.case-study-img img {
        aspect-ratio: 1.4;
 
    }
	.blog-content h4 a {
    font-family: 'Canela Trial';
    font-size: 14px;
}
	h2.blog-title a {
    font-size: 20px;
 
    margin-block: 15px 15px;
}
	.blob-main {
 
    gap: 30px;
}
	.blob-main {
    flex-direction: column;
}


.case-study-right-content

 {
    max-width: 100%;
    padding: 30px 15px;
}
.difference-image {
    margin-bottom: 30px;
}
	.case-study-main {
    flex-direction: column;
    gap: 10px;
}
.blog-header {
    flex-direction: column;
    display: contents;
}
section.blog-section a.primary-btn {    
	order: 1;
    margin: 40px auto 0;
  
}
	.hero-text {
    display: contents;
}

.hero-container {
    gap: 20px;
}

.hero-image-box {
    display: contents;
}

section.jurisdictions-hero p {
    order: 1;
}
.program-header {
    flex-direction: column;
    align-items: baseline;
    gap: 17px;
}
	.card-row span {
    font-size: 12px;
   
}

	.matrix-table thead th {
   
    font-size: 14px;
  
}
	.programmes-section {
    padding: 60px 0px 0px;
}
	.matrix-table th, .matrix-table td {
    padding: 11px 8px;
    font-size: 10px;

}
.card-tag {
    font-size: 12px;
}


.card-header h3 {
  
    font-size: 20px;
   
}
.programmes-grid {
    display: flex;
    overflow: auto;
}

.prog-card {
    min-width: 283px;
	padding: 20px 13px;
}
.program-header span {
    text-align: left;
    margin-bottom: 10px;
}
.hero-overlay span.label-light {
    margin: 0 0 -10px;
}
	.jurisdictions-hero {

    padding: 40px 0 40px;
}
	.lead-box h3 {
    
    font-size: 20px;;
}
	.lead-box span {
    color: var(--Gold, #8A7310);
    font-size: 12px;
  
    line-height: 16px;
}

	.mobile-accordion p {
    color: #5D5C5B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
	section.how-it-works-wrapper button.accordion-header {
    flex-wrap: wrap;
}
section.how-it-works-wrapper span.icon {
    border-radius: 21px;
    border: 1.4px solid var(--Gold, #8A7310);
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
}
section.how-it-works-wrapper button.accordion-header strong {
    width: 100%;
    color: #2D2C2C;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
   
}
	.how-it-works-wrapper {
    padding-block: 50px;

}
	.how-it-works-section  h2.heading-lg {
    margin: 0;
}
section.how-it-works-wrapper s.accordion-item {
    padding-block: 15px;
}
button.accordion-header p {
    color: #2D2C2C !important;
    text-align: left !important;
    width: 100%;
    margin-top: 10px;

}
section.how-it-works-wrapper button.accordion-header {
    color: #2D2C2C;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  
}
	.accordion-content img {
    padding-block: 10px;

}
	section.how-it-works-wrapper .process-steps {
    display: none;
}

section.how-it-works-wrapper .pin-spacer {
    display: none !important;
}
.mobile-accordion {
    display: block;
}
.section-head.is-left.mobile-our-program-main {
   display: block;
}
	a.featured-main {
    height: 368px;

}
	a.featured-main .blog-header span {
    color: white;
}

.blog-header {
}

.featured-main .blog-header {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    gap: 9px;
}

a.featured-main {}

.featured-main .blog-header span {
    width: 100%;
    text-align: left;
}
	  section.blog-section .container {
    flex-direction: column;
    display: flex;
  }
	  .blog-header div {
    margin-bottom: 20px;
  }

}
@media only screen and (max-width:567px){
	section.process-section .our-program-main {
    padding-bottom: 20px;
	}
	  .hero-content h1 {
    font-size: 32px;
	}
	.hero-rating {
		display: none;
	}
	.hero-content.reveal-hero.is-visible span {
  font-size: 12px;
  margin-bottom: 6px;
}
	
	    .cta-right-content h3::before {
        top: 0px;
        left: 116px;
    }
	.cta-right-content {
    margin-left: auto;
}
	    .leads-grid {
        grid-template-columns: repeat(1, 1fr);

    }
}