.benefit-item-front-content ul {
    text-align: left;
    max-width: max-content;
    margin: 0px auto 20px;
}

.fold2 table {
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.fold2 th {text-align: left;}

.fold2 thead {
    background: #cccccc60;
}

.fold2-testimonial {
    background: var(--secondary-color1);
    width: 520px;
    border-radius: 20px;
    padding: 30px;
}

.fold2-testimonial p {color: var(--primary-color1) !important;font-size: 24px;line-height: 32px;}

.fold2-testimonial i {
    color: var(--primary-color1);
    font-size: 60px;
    margin-bottom: 20px;
}

.fold2.alt .inline-statistics-item {
    background: #cccccc20;
}

.fold1 {
  background: #290a46;
  color: white;
  padding-top: 150px;
  position: relative;
}

.fold2-content ul.services-list {
	text-align: left;
}

.fold1-content a:not([class]) {
    color: var(--secondary-color1);
}

.fold2-content a:not([class]) {
 color: var(--primary-color1);
}

.fold1::before {
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2025/09/purple-swoosh-1.jpg);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.4;
  background-size: cover;
}

.fold1-inner {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  align-items: center;
  padding: 100px 0px;
}

.fold1-form {
  flex: 0 0 540px;
  margin-bottom: -40px;
  background: var(--primary-color1);
  padding: 40px;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
}

.fold1-content {
  padding: 0px 0px;
  max-width: 850px;
}

.fold1-image {
    max-width: 600px;
    position: relative;
}

.fold1-image img{
    border-radius: 20px;
}

.fold1-image::before{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    display: block;
    background: white;
    z-index: -1;
    bottom: -15px;
    right: -15px;
}


.halfwidth .fold1-content {
    padding: 50px 0px;
}

.fold1-content p,
.fold1-content h1 {
  color: white;
}

/**Fold2**/

.fold2 {
    padding: 70px 0px;
    position: relative;
}

.fold2.alt::before {
    display: none;
}


.fold2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2025/09/swoosh.jpg);
    background-position: 50% 30%;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}

.fold2.alt {
    /* padding: 0; */
    padding-top: 70px;
}

.fold2-inner {
    display: flex;
    align-items: center;
    gap: 100px;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    min-height: 640px;
}

.fold2-image {
    display: flex;
    gap: 40px;
    width: calc((100% / 2) - 60px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.fold2-image img {
    border-radius: 20px;
    aspect-ratio: 500 / 400;
    object-fit: cover;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.fold2-content {
    width: calc((100% / 2) - 40px);
    padding: 60px 0px;
}

.fold2-content .title {
    color: var(--primary-color1);
}

.fold2 .readmore {
    /* background: white; */
}

.fold2-image-left {
    position: relative;
    width: 100%;
    height: 100%;
}

.fold2-image-left::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    bottom: -15px;
    left: -15px;
    background: var(--primary-color1);
    z-index: -1;
    border-radius: 20px;
}

.alt .fold2-inner {
    flex-direction: row;
    background: var(--primary-color1);
    padding: 60px;
    border-radius: 20px;
    position: relative;
}

.alt .fold2-inner p, .alt .fold2-inner h2 {color: white;}

.alt .fold2-image-left::before {
    background: white;
    z-index: 2;
    left: auto;
    right: -15px;
}

/**benefit**/

.benefit-item-front-icon i {
    color: #fff;
    font-size: 45px;
}

.benefit-item {
    background: white;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.benefit-item-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
    background: var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.benefit-item-front {
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    transition: all .5s ease;
    text-align: center;
}

.benefit-item-front-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.benefit-item-front-icon lord-icon {
    width: 70px !important;
    height: 70px !IMPORTANT;
}

.benefit-left .subtitle {
    font-size: 54px;
    line-height: 64px;
}

.benefits-fold {
    padding: 40px 0px;
    text-align: center;
}

.benefits-fold .subtitle {
    margin-bottom: 30px;
}


.linked-services .subtitle {
    margin: 0px auto 40px auto;
    width: fit-content;
}

.linked-services .splide__slide {
    display: flex;
}

.linked-services .splide__slide a {
    display: flex;
    flex: 1;
    transform: scale(0.975);
}

.linked-services .splide__arrows {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    pointer-events: none;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.linked-services .splide__arrows button {
    pointer-events: all;
    cursor: pointer;
    border: none;
    background: var(--primary-color1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.linked-services .splide__arrows button.splide__arrow--prev {
    transform: scalex(-1);
}

.linked-services .splide__arrows button svg {
    fill: white;
    width: 16px;
    height: 16px;
}

.linked-services .splide__arrows {
    width: calc(100% + 30px);
    left: -15px;
}

.linked-services {
    padding: 60px 0px 0px;
}

.linked-services-main {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.linked-services-main.alt {
    display: block;
}

.linked-services-item {
    width: calc((100% / 2) - 20px);
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.linked-services-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2025/09/swoosh.jpg);
    background-position: 30% 30%;
    z-index: -1;
    pointer-events: none;
    border-radius: 35px;
}

.linked-services-item:nth-child(4n - 1)::before {
    background-position: 10% 80%;
}

.linked-services-item:nth-child(4n - 2)::before {
    background-position: 10% 10%;
}

.linked-services-item:nth-child(4n - 3)::before {
    background-position: 90% 20%;
}






.child-page-img::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000060;
    position: absolute;
    content: '';
}

.child-page-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    border-radius: 35px;
}

.child-page {
    position: relative;
    width: calc((100% / 2) - 20px);
    display: flex;
    align-items: end;
}

.child-page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
}

.child-pages-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 60px 0px;
}

.child-page-back {
    padding: 240px 30px 30px 30px;
    opacity: 0;
    transition: all 300ms ease;
}

.child-page-front {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 300ms ease;
}

.child-page p {
    color: #fff;
}

.child-page:hover .child-page-back {
    opacity: 1;
}

.child-page:hover .child-page-front {
    opacity: 0;
}

.child-page-icon {
    max-width: 80px;
    margin-bottom: 20px;
}

.fold2.alt ul.services-list {
    color: #fff;
}

.inline-statistics {
     width: 100%;
}

.inline-statistics-title {
    margin: 0px auto 40px auto;
}

.inline-statistics-main {
    display: flex;
    gap: 60px;
    flex-direction: row-reverse;
}

.fold2.alt .services-list li {
    color: #fff;
}

.fold-table {
    overflow: scroll;
}

.fold-table table {
    min-width: 540px;
}

.inline-statistics-main-sources {
    border-radius: 35px;
    color: #fff;
    height: fit-content;
    position: sticky;
    top: 100px;
    flex: 0 0 400px;
    text-align: left;
}

.inline-statistics-main-sources li {
    color: #fff;
}

.inline-statistics-main-wrap {
    /* display: flex; */
    flex-wrap: wrap;
    flex: 100;
    gap: 20px;
    justify-content: center;
    columns: 3;
}
a.inline-statistics-item p {
    /* color: white; */
}
.inline-statistics-item {
    flex: 0 0 calc((100% / 3) - 14px);
    text-align: center;
    border-radius: 35px;
    padding: 20px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #eee;
    margin-bottom: 20px;
}

.inline-statistics-item::before{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2025/09/swoosh.jpg);
    z-index: 0;
    opacity: 0;
    transition: all .5s ease;
}

.inline-statistics-item:hover::before{
    opacity: 0.7;
}

.inline-statistics-item p:last-child {
    margin: 0px;
}

.inline-statistics-item .smalltitle {
    color: var(--primary-color1) !important;
    /* font-weight: 600; */
    font-size: 32px;
    line-height: 40px;
}

.fold2.alt .fold2-content p a {
    color: var(--secondary-color1);
    font-weight: 600;
}

.fold2.alt ul.services-list li::before {
    color: #fff;
}

.child-page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p.benefit-item-front-title {
    margin: 0px;
    color: var(--primary-color1);
}

.fold2.alt .fold2-image {
    left: unset;
    right: 0;
    height: calc(100% - 100px);
    top: 40px;
    right: 60px;
    width: calc((100% / 2) - 100px);
}

a.inline-statistics-item .readmore {
    margin: 20px auto 0px auto;
}

.fold2 .row-container:nth-child(2) {
    margin-top: 120px;
}

.fold2.alt .fold2-content li {
    color: white !important;
}

.fold2.alt .fold2-content li::before {
    color: var(--secondary-color1) !important;
}

.accordion-item[aria-expanded=false] h3{
    color: white;
}

.fold2-inner h3 {
    color: var(--secondary-color1);
}

.full-width .fold2-image {
    display: none;
}

.full-width .fold2-content {
    flex-grow: 1;
    padding: 0;
}

/*acordion*/
.accordion-content {
  padding-top: 0px;
  position: relative;
  padding-bottom: 20px;
  padding: 15px 15px 20px 15px;
}

.accordion-item {
  cursor: pointer;
  margin-bottom: 20px;
  width: 100%;
}

.accordion-content p {
  color: #333;
}

.accordion-content p:last-child {
  margin: 0;
}

.accordion-title {
  padding: 0px 15px 0px 15px;
}

.accordion-title p {
  font-size: 24px;
  line-height: 24px;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--primary-color1);
    padding: 10px 10px;
    border-radius: 20px;
}

.accordion-header p {
    margin: 0;
}

.accordion-header * {
    margin: 0;
}

.accordion-item[aria-expanded=true] span.accordion-icon{
    color: var(--secondary-color1);
    background: var(--secondary-color1);
    color: var(--secondary-color1);
}
span.accordion-icon {
    color: white;
    font-family: 'Font Awesome 6 Pro';
    background: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.fold2.testimonial-fold .fold2-image {
    width: calc((100% / 2) - 160px);
}

img.cs-logo {
    max-width: 240px;
    background: #eee;
    padding: 20px 20px;
    border-radius: 20px;
}

.fold2.testimonial-fold .fold2-content {
    width: calc((100% / 2) + 40px);
}

.child-page-icon img {
    width: 100%;
}

.fold2-testimonial b {
    display: block;
    margin-bottom: 10px;
    color: var(--primary-color1);
    font-size: 18px;
}

.inline-statistics-item p {
    color: #333;
    position: relative;
    z-index: 3;
}

.inline-statistics-main-sources a {
    color: var(--secondary-color1) !important;
}

.alt .fold2-inner:has(.inline-statistics) {
    background: none;
    color: #333;
}

.alt .fold2-inner:has(.inline-statistics) p {
    color: #333;
}

.inline-statistics-main-sources p {
}

.inline-statistics h2 {
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    color: var(--primary-color1) !important;
}