footer {
    color: #ffffff;
}
.copyright {
    font-family: trade-gothic-next, sans-serif;
    font-size: 1rem;
}
.address-row{
    font-family: trade-gothic-next, sans-serif;
}

.footer-title{
    font-family: "Tiempos Headline Semibold", serif;
    display: inline-block;
    font-weight: 800;
    font-style: normal;
    font-size: 2rem;
    line-height: 2.25rem;
    padding-top: 21px;
    padding-left: 71px;
    text-align: left;

}

.footer-engage{
    font-family: "Tiempos Headline Semibold", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 2em;
    letter-spacing: 1px;
    padding-top: 25px;
    padding-left: 118px;
}

.footer-social{
    font-family: "Tiempos Headline Semibold", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 32px;
    line-height: 25px;
    letter-spacing: 1px;
    padding-top: 0.2em;
    padding-left: 139px;
    svg{
        margin-right: 0.5em;
        height: 30px;
        width: 30px;
    }
}


.clipped-right{
    background: var(--brand-diploma) !important;
}

.row-footer{
    padding-bottom: 15px;
}
.contact-info{
    padding-left: 169px !important;
    font-family: "Tiempos Text Semibold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.625rem;
}

.footer-container {
    display: flex;
    justify-content: space-between; /* Adjust spacing between columns */
    align-items: center; /* Align content vertically */
}

.center{
    text-align: center;
}

.col-4 {
    flex: 8; /* Take up 8 parts of the available space */
    /*background: url("/assets/arrow.svg") no-repeat left center;*/
    background-size: 161px 112px;
    background-position-y: 86px;
    padding: 20px;
}

.col-5 {
    flex: 5; /* Take up 5 parts of the available space */
    /*background-color: #2E1A47; !* Different color for the second column *!*/
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    color: #ffffff;
    height: 100%;
    width: 100%;
}

svg.contact-arrow-short{
    left: 0;
    bottom: 35px;
}

.polygon-1 {
    width: 553px;
    left: 1282px;
    top: 246px;
    background-color: #2E1A47;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 29% 100%);
}


.smokeStackNew {
    position: relative;
    z-index: 1; /* Ensure text stays on top */
}

.smokeStackNew::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/stacks.png") no-repeat right bottom;
    background-size: 123px 132px;
    opacity: 0.5; /* Adjust this value to control transparency */
    z-index: -1; /* Place behind the text */
}