/*Adding specific class to page 73*/

/*.change-color .icon-card-item .icon-card-heading {
    color: black;
}

.change-color .icon-card-item .rte {
    color: black;
}*/

/* Removing value padding-top */
/*.page-id-73 #icon-card-grid-block_b04124b16ec68325fd1c226822e73f25 {
	padding-top:0;
}*/

/* Removing margin*/
/*.page-id-73 .icon-card-grid.flex-wrap {
	margin-top:0;
}*/




/* Review section */
/*.page-id-73 .section-reviews[id^="reviews-block_"] {
	background-color: #663694;
}*/

/* Align container centre */
/*.page-id-73 .section-cta.aligncenter .col-2:first-child {
    display: none !important;
}

.page-id-73 .section-cta.aligncenter .col-2 {
    width: 100% !important;
    text-align: center !important;
} 

.page-id-73 .section-heading {
	text-align: center;
}

.page-id-73 .section-cta .flex-btn {
	justify-content:center;
}
*/
/* Change the heading style, span tag, green and italic */
.remove-distance .section-sub-heading span {
	color:#BB90E1;
}

/* Change span color */
.span-color-change .section-heading span {
	color: #64B721;
}

.has-purple-bg .card-image-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.has-purple-bg .card-image-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    background-image: url('https://stg-thecontentlab-staging.kinsta.cloud/wp-content/uploads/2026/05/background-purple.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.has-purple .section-sub-heading span{
	color: #663694;
    font-weight: bold;
}

.has-purple-bg .card-wrapper {
   position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.has-purple-bg .card-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
	height: 120%;
    background-image: url('https://stg-thecontentlab-staging.kinsta.cloud/wp-content/uploads/2026/05/background-purple.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
