/*
 Theme Name:   Sawaftech Theme
 Description:  From Astra Child Theme
 Author:       MotasemKD
 Author URI:   https://sawaftech.com/
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra
*/

body.single-partner {
    padding: 0px !important;
    margin: 0px !important;
}
.single-partner {
    width: 100% ;
    
}
.elementskit-profile-image-card{
	border-radius:8px;
}
.elementskit-commentor-content .desc-popup-card {
    line-height: 25px;
    color: #656565;
    height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.custom-post-hero {
	position: relative;
	width: 100%;
	height: 420px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.custom-post-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.85)
	);
}

.custom-post-hero-content {
    margin-top: 100px !important;
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
	color: #fff !important;
}

.custom-post-hero-content h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
		color: #fff !important;
}

.custom-post-hero-content .post-meta {
	font-size: 14px;
	opacity: 0.9;
}

.post-meta-inline {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px;
	color: #fff;
	font-size: 14px;
}

.post-meta-inline img.calender-icon {
	width: 16px;
	height: 16px;
	display: inline-block !important;
	vertical-align: middle;
}

.post-meta-inline span {
	display: inline-block !important;
}

.content-area {
    padding: 20px 100px !important;
}
.elementskit-profile-image-card {
    background-color: #fff;
    padding: 50px;
}

@media only screen and (max-width: 450px) {
 .custom-post-hero-content h1 {
	 font-size: 24px;align-content
	}
	.content-area {
    padding: 20px  !important;
}
}
