/* Advanced Footer Styling */
footer {
    background-color: #101010;
    color: white;
    padding: 40px 0;
    font-family: "Arial", sans-serif;
}

.footer-address p{
    padding-bottom: 1vh;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: left;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #444;
    flex-wrap: wrap;
}

/* Logo Section */
.footer-logo img {
    width: 280px;
    transition: transform 0.3s ease-in-out;
    justify-content: left;
}

/* Headings */
.footer-heading0 {
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.footer-heading {
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
}
.footer-heading1 {
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    text-align: left;
}
/* Navigation Links */
.footer-nav ul {
    list-style: none;
    padding: 0;
}

.footer-nav ul li {
    margin: 25px 0;
}

.footer-nav ul li a {
    color: rgb(139, 130, 130);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.footer-nav ul li a:hover {
    color: rgba(215, 114, 46, 0.875) ;
    /* text-decoration: underline; */
}

/* Social Media Icons */
.footer-socials {
    text-align: left;
}

.footer-social1 {
    color: white;
    margin: 0 10px;
    font-size: 30px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    justify-content: left
}

.footer-social1:hover {
    transform: scale(1.2);
    color: hwb(22 5% 10% / 0.875);
}

/* .footer-email {
    font-size: 14px;
    color: white; /* Adjust color as needed */
    /* margin-bottom: 35px; Space between email and socials */
/* } */

/* .footer-email a {
    color: white; /* Highlight email link */
    /* text-decoration: none; */
    /* font-weight: bold; */ 
/* } */ 
/*  */
.footer-email {
    font-size: 16px; /* Slightly larger for readability */
    font-family: "Times Roman", sans-serif; /* Clean and professional font */
    color: white; /* Highlight color for email */
    font-weight: 600; /* Medium bold */
    margin-bottom: 10px; /* Adds spacing before socials */
    justify-content: left
}

.footer-email a {
    color: white; /* Highlight email link */
    text-decoration: none;
    font-weight: 700; /* Bold for emphasis */
    letter-spacing: 0.5px; /* Adds a subtle spacing effect */
    transition: color 0.3s ease-in-out; /* Smooth hover effect */
}
.footer-email a:hover {
    color: hsla(29, 96%, 47%, 0.874); /* Orange shade on hover */
    
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    color: rgb(139, 130, 130);
    /* border-top: 1px solid #444; */
    padding-top: 20px;
}

/* Responsive Design */
/* Responsive Design */
@media screen and (max-width: 720px) {
    .footer-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo img {
        width: 200px;
    }

    .footer-nav,
    .footer-address,
    .footer-socials {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 35px 0; 
        text-align: center;
        justify-content: left;/* Adjust margin as needed */
    }
    .footer-nav{
        margin-bottom: 0;
    }
    .footer-socials {
        margin: 30px 0;
         /* Adjust margin as needed */
         justify-content: left;
    }
    #ssoocciiaall{
        display: flex;
        flex-direction: row;
    }
}
