/*
 Theme Name:   Modernee Child Theme
 Theme URI:    https://modernee.themerex.net/
 Description:  Modernee Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     modernee
 Version:      1.0.0
 Tags: ai, artificial intelligence, ai integration, business consulting, digital transformation, virtualization, automation, process optimization, mobile app, cybersecurity, accounting, tax help, digital agency, startup, corporate
 Text Domain:  modernee
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.service-card .service-card__header {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--theme-color-alter_bd_color);
}

.service-card .service-card__title {
    font-size: 21px;
    margin: 0 5px 0 0;
}

.service-card .service-card__pricing {
    color: var(--theme-color-alter_dark);
}

.service-card .service-card__pricing {
    color: var(--theme-color-alter_dark);
}

.service-card .has_sale_price .service-card__price--regular {
    color: var(--theme-color-alter_text);
    text-decoration: line-through;
    margin-right: 10px;
}

.service-card .service-card__btn {
    width: 100%;
    justify-content: center;
}

.service-card .service-card__stats {
    color: var(--theme-color-alter_dark);
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}

.service-card svg {
    height: 12px;
    fill: var(--theme-color-alter_dark);
    margin-right: 5px;
}

.single-cpt_services .sidebar_default[class*="scheme_"] .widget,
.single-cpt_services .sidebar_default[class*="scheme_"] .sidebar_inner {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.services_single .services_page_title > .sc_services_item_price {
	display: none;
}
