/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2025 | 15:52:45 */
.header-row .btn-glass-panel {	
	padding-left: 20px;   
}

.header-row .btn-glass-panel .el-image {	
	border-radius: 15px;    
    width: 540px;
    height: 500px;
    object-fit: cover;
}

.header-row .btn-glass-panel .el-link {
	font-weight: 500;
    color: #271454;
}

.header-row .btn-glass-panel .el-link img {	
    margin-left: 10px;
    margin-top: -2px;
}

.header-row .btn-glass-panel>div>div:first-child {	
    text-align: right !important;
}

@media (max-width: 940px) {
    .header-row .btn-glass-panel {
        padding-left: 0px;    
    }
    .header-row .btn-glass-panel .el-image {
        width: 240px;
        height: 240px;
    }
    .header-row .btn-glass-panel>div>div:first-child {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .header-row .btn-glass-panel .el-title {
    	font-size: 54px;    
    }
}

/*use-case-grid*/
.use-case-grid .el-item {
    background-color: #271454;
	border-radius: 15px;    
    overflow: hidden;
}

.use-case-grid .el-title {
    color: #D2F69D !important;
    display: flex;
    align-items: center;
}

.use-case-grid .uk-grid >div:first-child .el-title:before {
	content: "";
    background: url('/wp-content/uploads/2025/07/icon-eye.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.use-case-grid .uk-grid >div:last-child .el-title:before {    
    content: "";    
    background: url('/wp-content/uploads/2025/07/goal.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.use-case-grid .uk-grid >div:first-child .el-image {
    height: 280px;
    object-fit: cover;
}
.use-case-grid .uk-grid >div:last-child .el-image {
    position: relative;
    max-width: 80%;
    margin-bottom: -150px;
    z-index: 1;
}
.use-case-grid .el-item ul li:not(:last-child) {
	margin-bottom: 10px;
}

.use-case-grid .uk-grid >div:last-child .el-item > div:last-child {  
    text-align: center;
}

.use-case-grid .uk-grid >div:last-child .el-item:after {
    content: "";
	background-color: #00BDD2; 
    height: 280px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

@media (max-width: 640px) {
    .use-case-grid .el-item .uk-flex {
        padding: 30px 20px;
    }
    .use-case-grid .uk-grid >div:last-child .el-item:after {
    	position: relative;   
        height: 120px; 
    }
    .use-case-grid .uk-grid >div:last-child .el-image {
        max-width: 90%; 
    }
}