/**Fold3**/
.module-fold-c-item-wrapper.one-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}

.module-fold-c .row-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 40px;
}

.module-fold-c {
    padding: 140px 0px;
    position: relative;
}

.module-fold-c-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 900px;
}

.module-fold-c-item {
    flex: 0 0 50%;
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    padding: 30px;
    cursor: pointer;
    box-sizing: border-box;
    height: 50%;
}

.module-fold-c-item-content p {
    color: white;
    text-align: center;
    margin: 0;
}

.module-fold-c-item-img-text {
    position: absolute;
    z-index: 3;
    color: white;
    top: 0px;
    left: 0px;
    background: #00cdf2b5;
    padding: 15px 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
}

@media (min-width:1024px) {

.blue .module-fold-c-item-img-text {
    top: 40px;
    left: 40px;
}

}

.module-fold-c-item-img-text p {
    margin: 0px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: white !important;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: white !important;
}

.module-fold-c-item-content p.small-title {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.module-fold-c-item-content {
    padding: 50px 40px;
    box-sizing: border-box;
    position: relative;
}

.module-fold-c-item-img {
    position: absolute;
    top: 65px;
    left: 35px;
    z-index: 3;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: var(--dark-purple);
}

.module-fold-c-item-content::before {
    width: 100%;
    height: 100%;
    content: '';
    border: solid 2px white;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 30px;
    transition: all .5s ease;
}

.module-fold-c-item-wrapper.one-image.object-position-center img {
    object-position: center;
}

.module-fold-c-item-content::after {
    width: 100%;
    height: 100%;
    content: '';
    border: solid 2px white;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 30px;
    transition: all .5s ease;
}

.module-fold-c-item:hover .module-fold-c-item-content::before{
    box-shadow: 0px 0px 15px 2px #ffffff66;
}

.module-fold-c-item:hover .module-fold-c-item-content::after{
    box-shadow: inset 0px 0px 15px 2px #ffffff66;
}

.module-fold-c-wrapper {
    flex: 0 0 calc(50% - 100px);
    color: white;
    width: calc(50% - 100px);
}

.module-fold-c-wrapper .subtitle {
    padding-bottom: 10px;
    border-bottom: solid 2px #ffffff77;
}

/**MODULES**/
.alt .module-fold-c-item-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    flex: 0 0 auto;
}

.module-fold-c.alt .row-container {
    flex-direction: row;
}

.alt .module-fold-c-item-content {
    padding: 0;
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 3;
    left: 20px;
    bottom: 10px;
}

.alt .module-fold-c-item-content::before {
    content: unset;
}

.alt .module-fold-c-item-content::after {
    content: unset;
}

.alt .module-fold-c-item-img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.alt .module-fold-c-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    position: relative;
}

.alt .module-fold-c-item:hover .module-fold-c-item-img img {
    transform: scale(1.1);
    
}

.alt .module-fold-c-item {
    padding: 10px;
}

.alt .module-fold-c-item-img::before {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    position: absolute;
    top: 0px;
    left: 0px;
    background: black;
    content: '';
    opacity: 0.5;
    transition: all .5s ease;
    z-index: 3;
}

.alt .module-fold-c-item:hover .module-fold-c-item-img::before {
    opacity: 0.3;
}

.fold1-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(115deg, var(--dark-blue) 55%, #2d5697);
    text-align: center;
    padding: 220px 0px 50px;
}

.fold1-banner::before {
    width: 500px;
    height: 550px;
    content: '';
    position: absolute;
    top: 0px;
    left: 1270px;
    background: url(/wp-content/uploads/2024/02/lightening1.png);
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(35deg);
    transform-origin: top center;
    z-index: 4;
}

.fold1-banner::after {
    width: 500px;
    height: 550px;
    content: '';
    position: absolute;
    bottom: -260px;
    right: 1470px;
    background: url(/wp-content/uploads/2024/02/lightening1.png);
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(135deg);
    z-index: 4;
}


.fold1-banner .title {
    position: relative;
    z-index: 3;
    margin: 0;
}

.module-fold-c.alt.blue .row-container {
    flex-direction: row-reverse;
}

.module-fold-c.alt.blue .module-fold-c-item-wrapper {
    right: auto;
    left: 0;
    overflow: hidden;
    z-index: 5;
}

.module-fold-c.alt.blue .module-fold-c-item-wrapper img {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    object-fit: cover;
    margin: auto auto;
    object-position: bottom right;
}

.module-fold-c.alt.blue{
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(115deg, var(--dark-blue) 55%, #2d5697); */
    padding: 180px 0px;
}
.module-fold-c.alt.blue::before {
    width: 500px;
    height: 550px;
    content: '';
    position: absolute;
    top: 0px;
    left: 1670px;
    background: url(/wp-content/uploads/2024/02/lightening1.png);
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(35deg);
    transform-origin: top center;
    z-index: 4;
}

.callout-banner{
    background: url('/wp-content/uploads/2024/06/farrington-fold1break-background.jpg');
    max-width: 1380px;
    margin: 20px auto 40px;
    background-size: cover;
}

div#module-c-splide-track {
    overflow: visible;
    width: 100%;
}



.module-fold-c.alt:not(:nth-child(1), :nth-child(2)) .readmore::before,
.case-studies-fold .readmore::before,
.callout-3 .readmore::before{
    background: var(--dark-blue);
}

.module-fold-c.alt:not(:nth-child(1), :nth-child(2)) .readmore::after,
.case-studies-fold .readmore::after,
.callout-3 .readmore::after{
    color: white;
    -webkit-text-fill-color: white;
}

.module-fold-c.alt:not(:nth-child(1), :nth-child(2)) .readmore,
.case-studies-fold .readmore,
.callout-3 .readmore{
    margin: 0;
    margin-right: 30px;
    color: var(--dark-blue);
    background: none;
    -webkit-text-fill-color: var(--dark-blue);
    text-decoration: none !important;
}

.module-fold-c.alt.blue::after {
    width: 500px;
    height: 550px;
    content: '';
    position: absolute;
    bottom: -260px;
    right: 790px;
    background: url(/wp-content/uploads/2024/02/lightening1.png);
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(135deg);
    z-index: 4;
}

.module-fold-c.alt:not(:nth-child(1), :nth-child(2)) .gradient-text{
    background: var(--dark-purple);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

