/*
Theme Name: Kubio-child-theme
Author: 
Description: Your description goes here
Version: 1.0
Template: kubio

This is the child theme for Kubio theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.subscription-email{
	width: 90% !important;
}
.subscription-submit-btn{
	background-color: #ffffff !important;
	color: #9A141D !important;
	border: 1px solid #9a141d !important;
}
.kubio-has-inline-color{
	color: #9A141D !important;
}

/* Box shadow for each post card */
.shadow-card {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 12px;
    background-color: #ffffff;
    transition: box-shadow 0.3s ease;
}

/* Optional: Elevate shadow on hover */
.shadow-card:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.services-title-link > a{
    color: #9a141d !important;
}


