/* Silhouette for Pionner */
.silhouette-factory-pioneer {
    background-color: transparent;
    margin: 0;
}

.silhouette-factory-pioneer img {
    width: 100%;
    height: auto;
    margin-bottom: -90px;
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .silhouette-factory-pioneer img {
        margin-bottom: -40px;
        margin-top: 20px;
    }
}


.footer-container-top {
    width: 100%;
    color: #fff;
    background-color: #0956a4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content-top {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 30px 0;
}

  .footer-content h3 {
    color: #0956a4;
}

.footer-left {
    flex: 1;
    display: flex;
    justify-content: center;
}

.office-icon {
    width: 200px;
    height: auto;
}

.footer-right {
    flex: 4;
}

.brand-title {
    font-family: "Special Gothic Condensed One", sans-serif;
    font-size: 62px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}

.office-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.office {
    flex: 1;
}

.office-title {
	font-weight:400;
    font-size: 30px;
    font-family: "Special Gothic Condensed One", sans-serif;
}

.office p {
	font-family: "Special Gothic Condensed One", sans-serif;
	font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}

/* Mobile Query */
@media only screen and (max-width: 768px) {

    .footer-content-top .footer-left {

        display: none;
    }

    .footer-content-top {
        margin: auto;
        width: 90%;
        gap: 0;
    }

    .brand-title {
        border-bottom: 1px solid #fff;
        text-align: left;
        font-weight: 500;
        font-size: 38px;
        margin-bottom: 9px;
    }

    .office-icon {
        width: 110px;
        height: auto;
    }

    .footer-content-top {
        gap: 0;
    }

    .footer-right {
        flex: 3;
    }

    .office-title {
        font-size: 24px;
    }

    .office p {
        font-size: 14px;
    }

    .office-details {
        display: flex;
        justify-content: space-between;
        gap: 4px;
    }

}

/* TOP */
footer {
    background-color: #fff;
    color: #0956a4;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;

}

.footer-columns {
    margin: 20px auto;
    width: 66%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
	 font-family: "Special Gothic Condensed One", sans-serif;

}

.footer-section {
    margin-bottom: 20px;
}
.footer-section h3{
	font-size:20px;
	
}
.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section ul li a {
    /* color: var(--business-white); */
    text-decoration: none;
    font-size: 16px;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}



.footer-bottom {
    background: red;
    font-family: 'Special Gothic Condensed One', sans-serif;
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
}

/* Responsive Design */
@media only screen and (max-width: 768px) {
    .footer-columns {
		padding:10px;
        margin: 0;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .footer-section {
        flex-basis: 50%;
    }
	 .footer-section img {
        width: 90px;
    }
}


.footer-columns {
    justify-content: space-between;
}