/* ==== MAIN-FOLD-C ==== */
ul#main-fold-c-splide-list {
  height: auto;
}

.main-fold-c-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.main-fold-c-item {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

.main-fold-c-item p:not(.title){
  color: white;
  margin: 20px 0px;
}

.main-fold-c-item .title{
  margin: 0;
  color: white;
}

.main-fold-c-item .title.green{
  color: var(--primary-color1);
}

.main-fold-c-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.main-fold-c-content {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 230px 0px 230px;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 700px;
}

.flipped .main-fold-c-content {
  text-align: right;
  align-items: flex-end;
  margin-left: auto;
}

.main-fold-c .readmore {
  margin-top: 20px;
}


.main-fold-c-background::before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  content: '';
  background: black;
  opacity: 0.2;
  border-radius: 20px;
}

/**MODULE FOLD A**/
.module-fold-a .splide.is-initialized:not(.is-active) ul.splide__list {
  display: flex;
  align-items: stretch;
}

.module-fold-a-item {
  height: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  position: relative;
}

.module-fold-a {
  position: relative;
}

.module-fold-a-item-back {
  position: absolute;
  top: 0;
  left: 10px;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  width: calc(100% - 20px);
  padding: 20px;
  box-sizing: border-box;
  color: white;
  gap: 0px;
  opacity: 0;
  transition: all .5s ease;
  backdrop-filter: blur(15px);
  background: #11111177;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 50px;
}

.module-fold-a-item-back::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--black), var(--color1));
  opacity: 0.6;
}


.module-fold-a-item-front::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--black), #29292999);
  opacity: 0.5;
}

.module-fold-a-item-back * {
  position: relative;
  z-index: 3;
  transition: all .5s ease;
}

.module-fold-a-item p.small {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color1);
  margin: 0;
}

div#module-fold-a-splide li.splide__slide {
    padding-bottom: 20px;
}

.module-fold-a-item p.big {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  text-align: center;
  width: 100%;
  background: var(--primary-color1);
  padding: 10px;
  box-sizing: border-box;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 270px;
  margin: 0px auto;
}

.module-fold-a-item-front * {
  margin: 0;
}

.module-fold-a-item-front-content {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: calc(100% - 20px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: white;
  transition: all .5s ease;
  flex-direction: column;
  padding: 0px 20px;
  box-sizing: border-box;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
}

.module-fold-a-item:hover .module-fold-a-item-back{
  opacity: 1;
}

.module-fold-a-item:hover .module-fold-a-item-front-content {
  /* opacity: 0; */
}

.module-fold-a-item-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-fold-a-item-front {
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  position: relative;
}


.module-fold-a-item-background {
  height: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.module-fold-a-item-background::before {
  width: 100%;
  height: 100%;
  background: var(--color0);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.module-fold-a-item-back .readmore {
  color: white;
  margin: 0;
}

.module-fold-a-item-back .big {
  margin-bottom: 20px;
}

.module-fold-a-item-back p {
  font-size: 16px;
}

.module-fold-a-links {
  width: 100%;
  border-bottom: solid 1px #ffffff44;
}

a.module-fold-a-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 10px;
  border-top: solid 1px #ffffff44;
  cursor: pointer;
}

a.module-fold-a-link:hover {
  background: var(--primary-color1);
}

a.module-fold-a-link:hover * {
  color: white;
}

a.module-fold-a-link p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--primary-color1);
  font-size: 20px;
  line-height: 28px;
}

a.module-fold-a-link i {
  color: var(--primary-color1);
}

/*CONTENT FOLD B*/
.content-fold-b-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0px;
  gap: 70px;
}

.content-fold-b-img img {
  height: 100%;
  object-fit: cover;
}

.content-fold-b-img {
  flex: 0 0 700px;
}

.content-fold-b-img img {
  height: 100%;
  object-fit: contain;
  width: 115%;
  object-position: top center;
  max-width: 115%;
  margin-left: -8%;
}

.rounded-fold .content-fold-b-img {
  border-radius: 30px;
  overflow: hidden;
}

.circle-fold .content-fold-b-img img {
  clip-path: circle(50%);
}

.content-fold-b-content {
  display: flex;
  flex-direction: column;
  padding: 110px 0px;
  position: relative;
  z-index: 3;
}

.content-fold-b {
  background: var(--color3b);
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.content-fold-b::before {
  width: 100%;
  height: 120%;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  content: "";
  display: block;
  position: absolute;
  background: url(/wp-content/uploads/2025/04/brinvale-logoshape.png);
  z-index: -1;
  background-size: contain;
  background-position: center;
  opacity: 0.025;
  background-repeat: no-repeat;
}

.content-fold-b-content .title {
  margin-bottom: 20px;
}

.flipped .content-fold-b-wrapper {
  flex-direction: row-reverse;
  align-items: center;
  gap: 110px;
}

.small-logo{
  margin-bottom: 20px;
}


.content-fold-b-img.sections {
  padding: 110px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.content-fold-b-img-section {
  flex: 0 0 50%;
  padding: 20px;
  box-sizing: border-box;
  height: auto;
}

.content-fold-b-img-section .subtext {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.content-fold-b-img-section p:not(.subtext) {
  font-size: 14px;
  margin: 0;
}

/**REVIEWS**/
/*== == == Module Fold J == == ==*/

.module-fold-j-header-inner {
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
  padding-bottom: 0px;
  color: white;
}

.module-fold-j {
  background-image: url('/wp-content/uploads/2025/02/lincolnfinance-services-background.jpg');
  background-size: 120% 120%;
  background-attachment: fixed;
  background-position: bottom;
  padding: 70px 0px;
}

.module-fold-j-header-title .title {
  margin: 0px;
}

.module-fold-j-header-title {
  padding-bottom: 20px;
}

.module-fold-j-header-subtext .subtext {
  margin: 0px;
}

.module-fold-j-splide-item-content {
  background: #2d75b8a1;
  text-align: center;
  color: white;
  padding: 40px;
}

.module-fold-j-splide-item-content-readmore {
  display: flex;
  justify-content: center;
}

.module-fold-j .splide__pagination {
  position: relative;
  bottom: 0px;
  justify-content: center;
  padding-top: 30px;
  margin: 0px auto;
}

.module-fold-j .splide__pagination button {
  background: var(--primary-color1);
}

.alt .module-fold-j-header-subtext .subtext {
  color: var(--primary-color1);
}

.module-fold-j-splide-container {
  /* width: calc(100% + 280px); */
  /* left: -140px; */
  position: relative;
}

.module-fold-j .splide__slide.is-visible {
  opacity: 1;
}

.module-fold-j .splide__slide {
  transition: all 500ms ease;
  opacity: 0.6;
}

/*== == === Module Fold J ALT == == ==*/

.alt .module-fold-j-header-inner {
  color: #333;
}

.module-fold-j.alt {
  background: whitesmoke;
  position: relative;
}

.testimonial-splide-d-block {
  background: #eaeceb;
  position: relative;
}
.testimonial-splide-d-block-content-header-location .subtext {
  font-weight: 300;
}

.testimonial-splide-d-block-content-header {
  margin-bottom: 0px;
  display: flex;
}

.testimonial-splide-d-block-quote {
  position: absolute;
  top: 0px;
  transform: translatey(-50%) translatex(-50%);
  background: var(
  --primary-color1);
  left: 50%;
  color: white;
  padding: 0px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-foldb-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 120px 0px 20px;
  row-gap: 80px;
}

.testimonial-splide-d-block {
  height: 100%;
  flex: 0 0 calc(100% / 2 - 20px);
  border-radius: 10px;
  overflow: hidden;
  max-width: 540px;
  margin: 0px auto;
}

@media (min-width:1024px) {

.reviews-foldb-wrapper .testimonial-splide-d-block:nth-of-type(2),
.reviews-foldb-wrapper .testimonial-splide-d-block:nth-of-type(3),
.reviews-foldb-wrapper .testimonial-splide-d-block:nth-of-type(6),
.reviews-foldb-wrapper .testimonial-splide-d-block:nth-of-type(7){
  background: var(--primary-color1);
  color: white;
}

.reviews-foldb-wrapper .testimonial-splide-d-block:nth-of-type(2) .testimonial-splide-d-block-quote,
.reviews-foldb-wrapper .testimonial-splide-d-block:nth-of-type(3) .testimonial-splide-d-block-quote,
.reviews-foldb-wrapper .testimonial-splide-d-block:nth-of-type(6) .testimonial-splide-d-block-quote,
.reviews-foldb-wrapper .testimonial-splide-d-block:nth-of-type(7) .testimonial-splide-d-block-quote{
  background: var(--primary-color2);
}

}
  
.module-fold-j.alt .splide__slide {
  padding-top: 50px;
}

.testimonial-splide-d-block-quote i {
  font-size: 40px;
  line-height: 1;
}

/*== == == Module Fold J ALT END == = == =*/

.testimonial-splide-d-block-content-header {}

.testimonial-splide-d-block-content-header-left {
  padding: 20px;
  box-sizing: border-box;
  background: #ffffffcc;
  border-bottom-right-radius: 10px;
  flex: 0 0 190px;
}

.testimonial-splide-d-block-content-inner {
  padding: 20px;
}

.testimonial-splide-d-block-content-inner p:last-child {
  margin: 0;
}

.testimonial-splide-d-block-content-header-right {
  padding: 20px;
  flex-grow: 1;
}

.testimonial-splide-d-block-content-header .subtext {
  font-size: 20px;
  margin: 0;
}

.testimonial-splide-d-block-content-header p:not(.subtext) {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.stars {
  font-size: 12px;
  color: gold;
}

.testimonial-splide-d-block-content-header-right .subtext {
  color: var(--primary-color1);
}

.testimonial-splide-d-block-content-inner p {
  font-size: 14px;
  line-height: 24px;
}

img.reviews-logo {
  max-width: 300px;
  margin: 0px auto;
  margin-top: 30px;
}
  /*== == == Module Fold J END == == =*/