a {
    color: white;
}
a:hover {
	color: white;
}
.site-above-footer-wrap, .site-primary-footer-wrap {
    background-color: inherit !important;
    border: 0 !important;
}

.site-footer, .site-footer h4 {
    color: #fff;
}

.site-primary-footer-inner-wrap {
    border-top: 1px solid #fff;
    padding: 18px 0 10px;
}

.ast-footer-copyright p {
    color: #fff;
}

.site-footer-above-section-1 .wp-block-image img {
    width: 260px;
}

.site-above-footer-wrap p, .site-above-footer-wrap li {
    font-weight: 400;
}

.site-above-footer-wrap .widget_text, .site-above-footer-wrap p {
    margin-bottom: 15px;
}

.site-footer {
    max-width: 1440px;
    margin: 0 auto;
    border-radius: 30px;
}

.site-above-footer-wrap {
    border-radius: 30px;
}

.site-above-footer-wrap::after {
	display: none;
}

.site-above-footer-wrap, 
.site-primary-footer-wrap {
    background-color: #228aca !important;
	border-radius: 30px;
}

#ast-scroll-top {
    width: 50px;
    height: 50px;
    background: url('/wp-content/uploads/2025/12/back-to-top.png') center / cover;
}

#ast-scroll-top span.ast-icon.icon-arrow {
    opacity: 0;
}

@media (min-width: 1024px) {
	/* .site-above-footer-wrap .ast-builder-footer-grid-columns, 
	.site-primary-footer-wrap .ast-builder-footer-grid-columns {
		padding: 0 3em;
	} */
	 .site-above-footer-wrap .ast-builder-footer-grid-columns {
		padding: 0 2em;
	}
}

@media (max-width: 767px) {
	.site-footer {
		margin: 0;
		border-radius: 0;
		padding-left: 2em;
		padding-right: 2em;
	}
	
	.site-above-footer-inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.site-footer-above-section-1 {
		order: 5;
	}

	.site-above-footer-inner-wrap>div {
		width: calc(50% - 25px);
		margin-bottom: 25px !important;
	}
	
	.footer-widget-area>.widget_block {
		margin-bottom: 10px;
	}
	
	.ast-footer-copyright p {
		width: 80%;
	}
	
	.site-above-footer-inner-wrap>div:first-child .widget_media_image {
		display: none;
	}
	
	.site-above-footer-wrap::after {
		display: block;
		content: '';
		position: relative;
		height: 70px;
		background: url('/wp-content/uploads/2025/11/Cert-Logos-Footer.png') center / contain no-repeat;
		width: 100%;
		margin-bottom: 10px;
	}
}