/* menu */
.menu-item a.hfe-menu-item.elementor-button{
    margin-left: 40px !important;
}



/* About Me Page */
/* all-cards */
.all-boxes{
    box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #fff;
    background: linear-gradient(145deg, #e2e8ec, #ffffff);
}


.c-divider:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #FC759F;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: moving-ball;
}

@keyframes moving-ball {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(148px)
    }
}


/* certificate-slider */
.certificate-slider path#Path_56, path#Path_57 {
    fill: #fff !important;
}
.certificate-slider img.swiper-slide-image {
    height: 400px;
}



/* single-post */
.single-post div#content {
    border-top: 2px solid #FF7900;
}
.ast-separate-container .ast-article-single {
    background-image: url(/wp-content/uploads/2025/10/bg3.png) !important;
    background-size: contain;
	background-color: #F6F9F9 !important;
}
.single-post div#primary {
    margin: 0 !important;
}
.single .entry-header .post-thumb img {
    width: 100%;
    max-width: 50%;
    border-radius: 10px;
    border: 15px solid #FA749E;
    margin-bottom: 30px !important;
}

nav.navigation.post-navigation {
    padding-bottom: 45px;
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
}
.single .post-navigation a {
    display: unset;
	color: #fff !important;
    background-color: #ff7900;
    border-radius: 5px;
    padding: 10px;
}




/* Footer */

@media all and (min-width:768px) and (max-width:991px) {
	.footer-areaaa .foter-area-section {
		width: 49% !important;
	}
	
	.footer-areaaa .e-con-inner {
		row-gap: 30px !important;
		display: flex;
		flex-wrap: wrap !important;
		column-gap: 14px !important;
	}
	
	div#footer-sec-2 {
		padding-top: 50px;
		padding-left: 20px;
	}
	
}





