/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.28.1754835392
Updated: 2025-08-10 14:16:32

*/

/* Pre-Footer Banner */
.pre-footer-banner {
    background-color: #458843;
    padding: 20px;
    display: block;
	
	 /* spaces items horizontally */
}
.page-id-110 .pre-footer-banner {
    display: none !important;

}
.report-img img{
    border-radius: 10px !important;
}
.pre-footer-inner {
	
    display: flex;
	  max-width: 1200px;
	gap: 15px;
    justify-content: space-around !important; /* Pushes items apart */
    align-items: center; /* Aligns them vertically */
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
}
.cta-text {
    color: white;
    font-size: 2 rem;
    font-weight: bold;
}
.cta-button {
    background-color: #4890B3;
    color: white;
    padding: 10px 20px;
	 font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
}
.cta-button:hover {
	color:white;
}
.headfooter{
	color: white;
}
/* Main Footer */
.custom-footer {
    background-image: url('https://pcl.kapowinteractive.com.au/wp-content/uploads/2025/08/leaves-1-scaled.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}
.footer-overlay {
    background-color: rgba(69, 136, 67, 0.6);
    padding: 20px 20px 10px 20px;
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}
.sitelogo {
    max-width: 150px;
    height: auto;
}
.orglogo {
    max-width: 100px;
    height: auto;
}
.footer-nav {
    list-style: none;
    padding: 10px 0px 0px 0px;
	margin: 0;
}
.footer-nav li, p {
    margin-bottom: 2px;
}
.footer-contact p{
	margin:0px;
	font-size: 16px;
}
.footer-contact p:first-of-type {
    margin-top: 10px;
	
}
.footer-nav a {
    color: white;
	font-size: 16px;
    text-decoration: none;
}
.footer-nav a:hover {
    text-decoration: underline;
}
.footer-bottom {
    text-align: center;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: left;
    }
    .pre-footer-inner {
        flex-direction: column;
        text-align: center;
    }
	.footer-top {
		padding: 10px;
		align-items: left;
	}
	
}
