/* General Styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    height: 285px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 204px;
}

.footer-section {
    flex: 1;
    margin: 10px;
    width: 200px;
    margin-right: 80px;

}

.footer-sections {
    flex: 1;
    margin: 10px;
    max-width: 200px;   
    margin-top: 28px;
    /* margin-right: 80px; */

}


.footer-section-contact-follow-together {
    flex: 1;
    margin: 10px;
    min-width: 200px;
    margin-right: 80px;
    margin-top: 28px;
}

.footer-section p {
    margin: 5px 0;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 500;
    color: white;
}



.footer-sections h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

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

.footer-sections ul li {
    margin-bottom: 7px;
    font-size: 14px;
}

.footer-sections ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-sections ul li a:hover {
    color: #2872b3;
}

.footer-sections p {
    margin: 5px 0;
    font-size: 14px;
}


.footer-section-contact-follow-together h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-section-contact-follow-together ul {
    list-style: none;
    padding: 0;
}

.footer-section-contact-follow-together ul li {
    margin-bottom: 5px;
    font-size: 14px;
}

.footer-section-contact-follow-together ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section-contact-follow-together ul li a:hover {
    color: #00bcd4;
}

.footer-section-contact-follow-together p {
    margin: 5px 0;
    font-size: 14px;
    margin-top: 20px;
}


.footer-section-contact-follow-together .social-icons a {
    display: inline-block;
    margin-right: 10px;
    transition: transform 0.3s;
}

.footer-section-contact-follow-together .social-icons a:hover {
    transform: scale(1.2);
}

.footer-section-contact-follow-together .social-icons img {
    width: 28px;
    height: 28px;
    margin-top: 5px;
}

.footer-logo {
    min-width: 150px;
    margin-bottom: 10px;
    height: 87px;
    width: 267px;
}

.footer-description {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    word-spacing: 1.2px;
    color: #ccc;
}

.footer-bottom {
    /* margin-top: 20px; */
    text-align: center;
    padding: 10px;
    background-color: #222;
    font-size: 14px;
    color: #bbb;
}


/* Contact Us Icons */

.social-icons {
    display: flex;
    gap: 7px;
}


.footer-section-contact-follow-together.contact p {
    display: flex;
    align-items: center;
    margin: 8px 0; /* Adjust spacing for each item */
    font-size: 14px;
    margin-top: 13px;
}

.footer-section-contact-follow-together.contact p::before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 29px;
    height: 25px;
    margin-right: 10px;
}

.footer-section-contact-follow-together.contact p:nth-of-type(3)::before {
    background-image: url('/Assets/footer-location.webp'); /* Replace with your location icon path */
    height: 50px;
    width: 50px;
}


.footer-section-contact-follow-together.contact p:nth-of-type(2)::before {
    background-image: url('/Assets/footer-mail.webp'); /* Replace with your email icon path */
    height: 20px;
    width: 20px;
}

.footer-section-contact-follow-together.contact p:nth-of-type(1)::before {
    background-image: url('/Assets/footer-phone.webp'); /* Replace with your phone icon path */
    height: 30px;
    width: 30px;
    margin-left: -5px;
}

/* Privacy Policy & Terms Links */
.footer-links {
    text-align: center;
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    padding: 10px;
    background-color: #333;
}

.footer-links a {
    color: #bbb;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease-in-out;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links span {
    color: #888;
}



@media screen and (max-width:1160px) {
    .footer-section {
        margin-right: 70px;
    }    
    .footer-section-contact-follow-together {
        margin-right: 30px;
    }
    .footer-sections {
        max-width: 150px;
    }
}

@media screen and (max-width:1020px) {
    .footer-section {
        margin-right: 30px;
    }    
    .footer-section-contact-follow-together {
        margin-right: 30px;
    }
    .footer-sections {
        max-width: 90px;
    }
    .footer-logo {
        height: 80px;
        width: 250px;
    }
}

@media screen and (max-width:890px) {
    .footer-logo {
        height: 70px;
        width: 220px;
    }
    .footer-section-contact-follow-together {
        margin-right: 0px;
        width: 150px;
    }
}

@media screen and (max-width:790px) {
    .footer-section {
        margin-right: 30px;
    }    
    .footer-section p{
        margin-top: 0;
    }
    .footer-sections {
        max-width: 90px;
    }
    .footer-logo {
        height: 70px;
        width: 220px;
    }
    .footer-section-contact-follow-together.social {
        align-self: center;
        justify-self: center;
        margin-left: 10px;
    }
    .footer-section-contact-follow-together.social h3{
        margin-top: -130px;
        color: #333;
    }
}

@media screen and (max-width:580px) {
    .footer-section {
        margin-right: 10px;
    }    
    .footer-sections {
        max-width: 90px;
    }
    .footer-logo {
        height: 60px;
        width: 200px;
    }
    .footer-section-contact-follow-together.social {
        align-self: center;
        justify-self: center;
        margin-left: 10px;
    }
    .footer-section-contact-follow-together.social h3{
        margin-top: -140px;
        color: #333;
    }
}




@media screen and (max-width: 550px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
        background-color: #333;
    }

    .footer-section,
    .footer-sections,
    .footer-section-contact-follow-together.contact,
    .footer-section-contact-follow-together.social {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }

    .footer-section-contact-follow-together.social{
        margin-top: 150px;
    }

    .footer-section ul,
    .footer-sections ul,
    .footer-section-contact-follow-together ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .footer-section-contact-follow-together.contact p{
        justify-content: center;
    }
    .footer-section-contact-follow-together .social-icons {
        justify-content: center;
    }
    .footer-section-contact-follow-together.social h3{
        margin-top: -140px;
        color: white;
    }
    .footer-logo {
        margin: 0 auto;
    }

    .footer-bottom {
        text-align: center;
    }
    .footer-links {
        text-align: center;
        margin: 0px;
        margin-top: -60px;
        font-size: 14px;
        padding: 10px;
        background-color: #333;
    }
}
