.csmt-home-col .wp-block-heading,
.csmt-home-col .has-base-color {
    color: #fff !important;
}
.csmt-home-col-bg {
    position: relative;
	overflow: hidden;
}
.csmt-home-col-bg::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url("https://arken.digital/wp-content/uploads/2026/02/Circle-1.png");
    height: 100%;
    width: 250px;
    background-size: cover;
    background-position: left center;
}

.csmt-home-col {
    position: relative;
    z-index: 9;
}
.csmt-home-col .has-base-color {
    margin-top: 10px;
}

.csmt-home-col .cstm-pop-video {
    margin-top: 10px;
}

.cstm-para-width {
    max-width: 560px;
}
.cstm-image-ct {
    display: block;
    width: 100%;
}
.cstm-image-ct img {
    width: 100%;
}
.cstm-btn-wdit {
    width: 100%;
}
.cstm-pop-video .has-base-background-color {
    background-color: #fff !important;
}
.cstm-pop-video .has-base-background-color:hover {
    background-color: #eef0eb !important;
}
.cstm-btn-wdit .has-text-contrast-background-color:hover {
    background: #3c6e71cf !important;
}
#cstmClosePopup {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    cursor: pointer;
    font-size: 36px;
    line-height: 30px;
    background: #3c6e71;
    padding: 2px 8px 5px;
    border-radius: 6px;
	
}
#cstmClosePopup:hover {
    color: #000;
	background: #fff;
}

@media(max-width: 767px){
	.cstm-audit-grid {
		grid-template-areas: "item4" "item3" !important;
	}
}