.module-fold-k {
    background: whitesmoke;
}

.module-fold-k-header {
    text-align: center;
}

.module-fold-k-header-title .title {
    margin: 0px;
}

.module-fold-k-header-title {
    padding: 20px 0px;
}

.module-fold-k-header {
    padding: 50px 0px;
}

.module-fold-k-block-bottom-wrapper .blocks {
    padding: 0px 0px;
    box-sizing: border-box;
    position: relative;
    border-radius: 3px;
    height: 270px;
    text-align: center;
    z-index: 5;
    transition-delay: 0s;
    flex: 0 0 calc(100% / 5 - 16px);
}

.module-fold-k-block-bottom-wrapper .blocks.right:hover .info-popout {
    transform: translateX(-102.5%);
    -webkit-transform: translateX(-102.5%);
}

.blocks:before {
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #333;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    pointer-events: none;
}

.benefit-title {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.module-fold-k-block-bottom-wrapper .blocks .benefit-title>p {
    margin: 0px;
    font-size: 27px;
    line-height: 27px;
    bottom: 30px;
    position: absolute;
    color: white;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 300;
    width: 100%;
}

.module-fold-k-block-bottom-wrapper .blocks .benefit-title>p span {
    display: block;
}

.info-popout {
    opacity: 0;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    z-index: -2;
    position: absolute;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    width: 0%;
    border-radius: 3px;
    overflow: hidden;
    background: rgba(78,78,78,0.95);
}

.blocks:after {
    content: "";
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    width: 105px;
    height: 0px;
    position: absolute;
    background: url(/wp-content/uploads/2023/11/pwicon.png) no-repeat 0 0 / cover;
    opacity: 0;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
}

.info-popout-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.info-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.info-popout .info-title {
    font-size: 24px;
    line-height: 24px;
}

.info-popout p {
    color:white;
}

.module-fold-k-block-bottom-wrapper {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 100px;
}

.blocks.darkpink :is(.benefit-title, .info-popout) {
    background: var(--main-color3);
}
.blocks.lightpink :is(.benefit-title, .info-popout){
    background: var(--main-color2);
}
.blocks.midpink :is(.benefit-title, .info-popout) {
    background: var(--main-color1);
}

.info-popout-inner p {
    font-size: 14px;
}

.blocks:hover {
    z-index: 100;
    transition-delay: 0s !important;
}
.module-fold-k-block-bottom-wrapper .blocks:hover .benefit-title>p {
    opacity: 0;
}

.module-fold-k-block-bottom-wrapper .blocks:hover .info-popout {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    opacity: 1;
    width: 210%;
}

.blocks:hover:after {
    top: 50%;
    height: 105px;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

/*=== == MODULE FOLD M == ==*/

.module-fold-m-wrapper {
    display: flex;
    padding-bottom: 100px;
    gap: 40px;
}

.module-fold-m-box-wrapper {
    display: flex;
}

.module-fold-m-box-img img {
    height: 250px;
}

.module-fold-m-header {
    text-align: center;
    padding: 100px 0px 50px;
}

.module-fold-m-box {
    flex: 0 0 45%;
    border: solid 4px var(--main-color1);
}

.module-fold-m-box-lower {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    background: var(--main-color1);
}

.module-fold-m-box-lower-readmore .readmore {
    margin: 0px;
}

.module-fold-m-box-lower-title .subtext {
    margin: 0px;
}

.module-fold-m-box-img {
    flex: 0 0 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.module-fold-m-box-lower .subtext {
    color: white;
    border-color: white;
}

.module-fold-m-box-lower-readmore .readmore.alt {
    background: white;
    color: black;
}

.module-fold-m-box-lower-readmore .readmore {
    transition: all 500ms ease;
}

.module-fold-m-box-lower-readmore .readmore:hover {
    opacity: .6;
}

.module-fold-m-box-content {
    padding: 20px 20px 20px 20px;
}

.module-fold-m-box-inner ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.module-fold-m-box-inner ul li::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    color: var(--main-color1);
    position: absolute;
    left: 0px;
    top: 0px;
}

.module-fold-m-box-inner ul li {
    position: relative;
    padding-left: 15px;
    display: flex;
}

.module-fold-m-box-inner ul li span {
    display: block;
    flex: 0 0 30%;
    color: var(--main-color1);
    font-weight: 500;
}

.module-fold-m-box-inner ul li {
    font-size: 14px;
    line-height: 20px;
}

	/*== == MODULE FOLD M END == ==*/

/*== == POPUP == ==*/

body #sgpb-popup-dialog-main-div .contact-form-content-inner-text .subtitle {
    width: 100%;
    padding: 30px 0px 10px;
    margin: 0px;
    text-align: left;
    color: var(--main-color1);
}

.contact-form-content-inner-text ul {
    margin-bottom: 0px;
    padding-left: 20px;
}

    /*== == POPUP END == ==*/