/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.single-post-container{
	max-width:822px;
	margin:0 auto;
	position: relative;
}
.single-post-hero{
	
	background-image: url("https://rma.developmentpreviews.com/wp-content/uploads/2024/04/Pattern-Light-1.png");
	background-position: center center;
    background-repeat: no-repeat;
	padding: 70px 0 332px;
}
.single-post-hero-inner{
display: flex;
	flex-direction: column;
	justify-content: center;
	text-align:center;
	gap:10px;	
}
.single-post-hero .cats{
	color:#0454A4;
	font-family: "Satoshi", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 19px;
}
.post-title{
	font-family: "Satoshi", Sans-serif;
    font-size: 36px;
	color:#0454A4;
    font-weight: 700;
	margin:0;
	text-transform: capitalize;
    line-height: 43px;
    letter-spacing: -1.92px;
}
.single-post-hero .meta{
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap:0 20px;
	margin:0;
}
.single-post-hero .meta li{
	list-style: none;
	position: relative;
	font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
/*.single-post-hero .meta li:not(:first-child):before{
	content:'.';
	color:#858585;
	
}*/
.single-post-content{
	margin-top: -280px;
	position:relative;
}

.avatar-box{
display: flex;
justify-content: center;
}
.avatar-box .box-header-title{
	font-family: "Satoshi", Sans-serif;
	color: #858585;
    font-size: 16px;
    line-height: 19px;
	font-weight: 700;
	margin-bottom:30px;
}
.author{
	color: #1D1D1D;
    font-family: "Satoshi", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0px;
}
.pp-author-boxes-description{
	color: #858585;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.heateor_sss_sharing_ul{
	display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: center;
	gap:5px;
    padding-bottom: 20px;
}
.heateor_sss_sharing_ul:before{
	content:'Share';
	color: #858585;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
    display: block;
}
.heateor_sss_sharing_ul svg{
	width: 30px;
}
.single-feature img{
	width:100%;
	object-fit: cover;
	border-radius: 20px;
	margin-bottom: 40px;
}
.single-page-content{
	font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
	color: #1D1D1D;
}
.single-page-content h4{
	font-family: "Satoshi", Sans-serif;
	color: #1D1D1D;
    font-size: 21px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0px;
}
.single-page-content h5{
	 font-family: "Satoshi", Sans-serif;
	color: #1D1D1D;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 0px;
}
.single-page-content ul{
	margin: 23px 0px 35px 47px;
    padding:0;
}

.single-page-content ul li{
	list-style: none;
    position: relative;
}
.single-page-content ul li:before{
 content: ""; 
    position: absolute; 
    left: -24px; 
    top: 10px;
    transform: translateY(-50%); 
    width: 8px; 
    height: 8px; 
    background-color: #0454A4;
    border-radius: 50%;
}
.single-page-content ul li:not(:first-child){
	margin-top:10px;
}
.single-page-content ul li:last-child{
	margin-bottom: 20px;
}
.single-container-main{
max-width: 1140px;
margin: 0 auto;
position: relative;
}
.related-posts-after-content h3{
	font-family: "Satoshi", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 43px;
    letter-spacing: -1.92px;
	color:#0454A4;
	margin:40px 0;
	text-align: center;
}
.related-posts-after-content ul{
	margin:0;
	padding:0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
	gap:30px;
}
.related-posts-after-content ul li{
	list-style: none;
	max-width: 33.333%;
}
.related-posts-after-content ul li a{
	font: normal normal normal 14px/21px Inter;
letter-spacing: 0.14px;
color: #1D1D1D;
}
.related-posts-after-content ul li a h4{
	    color: #0454A4;
    font-family: "Satoshi", Sans-serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0px;
	margin:0;
	padding: 20px 0 15px;
}
.before-footer-card{
background-color:#003F7E;
    border-radius: 16px 16px 16px 16px;
    margin-top: 40px;
    padding-top: 64px;
    padding-bottom: 64px;
    }
  .card-inner{
  max-width:600px;
  margin:0 auto;
  display: flex;
    flex-direction: column;
    }
    .card-inner h2{
    color: #E1F0FF;
    font-family: "Satoshi", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    line-height: 43px;
    margin-bottom: 30px;
    letter-spacing: 0.36px;
    }
    .contact-button{
    font-family: "Satoshi", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E1F0FF;
    border-radius: 40px 40px 40px 40px;
    padding: 17px 30px;
    align-self: center;
		    display: flex;
    align-items: center;
   }
   .contact-button .icon-right{
   margin-left: 8px;
	       height: 14px;
   }
.contact-button .icon-right svg {
    width: 20px;
}
a.contact-button.btn-m-arrow:hover .icon-right {
    left: 15px;
}

a.contact-button.btn-m-arrow .icon-right {
    transition: 0.25s;
	    position: relative;
    left: 0;
}
   .contact-button .icon-right svg path{
   fill: #fff;
   }
   .contact-button:hover{
   color: #FFFFFF;
    background-color: #0454A4;
    border-color: #0454A4;
   }
@media (min-width: 992px){
.social-box{
position: sticky;
top:115px;
}
.social-inner{
	position: absolute;
	right:-12%;
}
.heateor_sss_sharing_ul{
	display: flex;
	flex-direction: column;
	gap:5px;
}
.heateor_sss_sharing_ul:before{
margin-bottom: 12px;
}
}
@media (min-width: 1100px){
.avatar-box{
position: sticky;
top:115px;
}
.avatar-inner{
	position: absolute;
	left:-140px;
	top:0;
}

}
@media (max-width: 1100px){
.avatar-box .box-header-title{
display: none;
}
}
@media (max-width: 768px){
.single-post-container,.single-container-main{
padding: 0 15px;
}
.related-posts-after-content ul{
flex-direction: column;
}
.related-posts-after-content ul li{
max-width: 100%;
}
}
@media (max-width: 550px){
.before-footer-card{
padding: 64px 15px;
}
.card-inner h2{
font-size: 26px;
line-height: 36px;
}
.post-title{
font-size: 26px;
line-height: 36px;
}

}