/* SQC Ltd. Custom Theme */
:root {
	--accent: #006600;
}

.site-nav a {
	font-size: 1rem;
	text-transform: uppercase;
}

#certifications-logos {
	padding-bottom: 60px;
}

#certifications-logos .gallery-item img {
    width: 40%;
    height: auto;
    margin: 0 auto;
}

.site-footer {
    background-color: #f7f7f7!important;
    padding: 60px 0 30px;
    margin-top: 0;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
    margin-bottom: 40px;
    text-align: left;
}

.contact .page-header {
	display: none;
}

.contact .site-main {
	padding-top: 0px;	
}

.contact .site-main .embed-block.full-width {
	padding-top: 0px;
	margin: 0px;
}

.post-card-title {
	font-size: 20px;
}

.sidebar-widget-services ul li {
	text-transform: uppercase;	
	margin-left: 0;
}

#homepage-grid {
	padding-top: 90px;
}

/* Tablet: 2x2 grid */
@media (min-width: 768px) and (max-width: 991px) {
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

.footer-column h3 {
    color: var(--accent);
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.footer-column p {
    color: #333333;
    line-height: 1.6;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    color: #3AAA35;
    margin-left: 0;
}

.footer-nav {
    justify-content: start;
}

.site-footer .footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-nav a,
.footer-column a {
    color: var(--accent);
    text-decoration: none;
    transition: color 0.3s;
}

.site-footer .footer-nav a:hover,
.footer-column a:hover {
    color: #00c6d7;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
}

.footer-bottom p {
    color: #333333;
    margin: 0;
}

@media (max-width: 768px) {
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
	
	#certifications-logos .gallery-item img {
    	width: 100%;
    	height: auto;
    	margin: 1rem auto;
	}
	
	#about-us-text .container {
		padding: 0;
	}
}

@media (max-width: 480px) {
    .footer-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}