.footer {
    background-color: #383639;
    color: #adadad;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;

}

.footer-top-strip {
    background-color: #D64933;
    height: 12px;
    width: 100%;
}

.footer-section-container {
    display: flex;
    gap: 20px;
    flex: 1;
}

.footer-section {
    flex: 1 0 25%;
    padding: 10px;
    box-sizing: border-box;
}

.footer-section h3 {
    margin-top: 0;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 5px;
}

.newsHeading {
    font-size: 24px;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
}

.newsletter-input {
    padding: 5px;
    border: none;
    border-radius: 5px;
    margin-bottom: 16px;
    width: 350px;
    height: 30px;
    background-color: #727171fd;
    color: white;
    font-size: 15px;
}

.newsletter-input::placeholder {
    color: rgb(0, 0, 0);
    opacity: 100%;
}

.newsletter-button {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background-color: #D64933;
    color: white;
    cursor: pointer;
    height: 35px;
    width: 120px;
    border-radius: 20px;
}

#centerLogo {
    display: flex;
    align-items: center;
}

#footerImage {
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 0;
    height: 100px;
}

.headTxt{
    text-align:left;
    color:#e7e4e4;
}

.contacts p{
    display: block;
    margin: 5px 0; 
}

.contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 4vw;
}

.contacts div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contacts div span {
    margin-right: 10px;
}

.contacts div img {
    width: 15px;
}

.contacts2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 4vw;
}

.contacts2 div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contacts2 div span {
    margin-right: 10px;
}

.contacts2 div img {
    width: 15px;
}

.address {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
}

.address p {
    margin: 5px 0;
}

.urlLinks {
    text-align: center;
    margin-top: 20px;
}

.footLink {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 15px; 
}

.footLink a {
    text-decoration: none;
    font-size: 20px;
    color: #e7e4e4;
}

.urlLinks ul {
    margin: 0;
    padding: 0;
}


@media only screen and (max-width: 600px) {
    .footer-section-container {
        flex-direction: column;
    }

    .footer-section {
        flex: 1 0 auto;
        width: 100%; 
        margin-bottom: 20px;
    }
    .centerLogo #footerImage{
        display:none;
    }
}

    @media only screen and (max-width: 1200px) {
    .centerLogo #footerImage{
        display:none;
    }
    .urlLinks{
        display:none;
        }
        
    .footer-section{
        margin-top:0;
        margin-bottom:0;
        }
}
