/*
 Theme Name:   Ensaf Child  
 Theme URI:    https://wordpress.themeholy.com/ensaf/
 Description:  This is a child theme for ensaf - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy
 Template:     ensaf
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  ensaf-child
*/

/*  [ Add your custom css below ] 
- - - - - - - - - - - - - - - - - - - - */   

.main-menu ul.sub-menu li a .description-menu {
	display: block;
    font-weight: 300;
    font-size: 14px;
}
.contactstyle:before {
    content: "";
    position: absolute;
    height: 98%;
    width: 100%;
    left: -24px;
    top: -24px;
    border: 1px solid var(--theme-color2);
    border-radius: 90px 0 100px 100px;
    z-index: -1;
}
.service-card {
	height: 100%;
}
.accordion-card:has(.show) {
    background: #314E52;
}
.blog-details .blog-navigation {
	display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.breadcumb-title {
	font-size: 46px;
}
.price-card_title, .service-card .box-content .box-title {
	font-size: 26px;
}
.th-widget-contact .footer-info-title {
	margin-bottom: 15px;
}

.elementor-widget-ensafprice.tarifs .col-xl-4 {
	width: 25%;
}
.elementor-widget-ensafprice.tarifs .price-card {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 25px;
}
.elementor-widget-ensafprice.tarifs .price-card_content {
    display: none;
}
.elementor-widget-ensafprice.tarifs .price-card_price {
    font-size: 46px;
}
.elementor-widget-ensafprice.tarifs .price-card_title {
	min-height: 67.6px;
}
.elementor-widget-ensafprice.tarifs .price-card .th-btn {
	padding: 21px 10px;
}
.accordion-card .accordion-body {
	border-top: 1px solid #7e7e7e;
    padding-top: 20px;
}
.widget_categories a {
	padding: 16px 45px 16px 30px;
}

@media (max-width: 600px) {
    .elementor-widget-ensafprice.tarifs .col-xl-4 {
		width: 100%;
	}
}
@media (min-width: 601px) {
    .elementor-widget-ensafprice.tarifs .col-xl-4 {
		width: 50%;
	}
}
@media (max-width: 767px) {
    .breadcumb-content .breadcumb-title {
		line-height: 1.1;
	}
}
@media (min-width: 768px) {
    .elementor-widget-ensafprice.tarifs .price-card {
		padding: 40px;
	}
}
@media (min-width: 1025px) {
    .elementor-widget-ensafprice.tarifs .col-xl-4 {
		width: 25%;
	}
	.elementor-widget-ensafprice.tarifs .price-card {
		padding: 25px;
	}
}
@media (min-width: 1200px) {
	.elementor-widget-ensafprice.tarifs .price-card {
		padding: 40px;
	}
}
@media (min-width: 1300px) {
    .breadcumb-title {
        font-size: 46px;
    }
}