.footer-top {
    padding: 30px 0 20px 0;
    background: linear-gradient(135deg, #2C1810 0%, #3D2317 50%, #2C1810 100%);
    border-radius: 12px;
    border: 1px solid rgba(139, 69, 19, 0.1);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
}

.footer-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 10px;
    gap: 10px;
    position: relative;
}

.logo-container {
    cursor: default !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 20%;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
}

.footer-logo img{
    max-width: 30%;
    height: auto;
    margin: 0 auto 15px auto;
    display: block;

}
.school-name .footer-title {
    color: #F5F5DC;
    text-align: center;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}
.school-name .tagline {
    font-style: italic;
    text-align: center;
    margin: 8px 0 0 0;
    color: rgba(245, 245, 220, 0.8);
    font-size: 0.95rem;
    font-weight: 300;
}

.footer-content {
    cursor: default !important;
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-nav {
    display: flex;
    gap: 5px;
    width: auto;
    flex: 3 1 0;
    height: auto;
}

.footer-nav ul {
    margin-bottom: 12px;
}

.footer-nav li {
    margin-bottom: 8px;
}

.footer-nav span {
    display: block;
    margin-bottom: 8px;
}

.footer-col-0 {
    flex: 1 1 100px;
    max-width: 100px;
}

.footer-col-1 {
    flex: 1 1 210px;
    max-width: 210px;
}

.footer-col-2 {
    flex: 1 1 195px;
    max-width: 195px;
}

.footer-col-3 {
    flex: 1 1 200px;
    max-width: 200px;
}

.footer-col-4 {
    flex: 1 1 205px;
    max-width: 205px;

}
.footer-col-0,
.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-4 {
    margin: 0 6px 18px 6px;
    padding: 0 8px;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, sans-serif;
    color: #E5E5DC;
    font-size: 0.85rem;
    list-style: none;
    background: none;
    line-height: 1.5;
}

.footer-horizontal-list {
    font-family: 'Roboto', Arial, sans-serif;
    color: #E5E5DC;
    font-size: 0.85rem;
    list-style: none;
    padding: 0;
    line-height: 1.5;
}

.footer-horizontal-list span {
    font-weight: 600;
    color: #F5F5DC;
    margin-bottom: 8px;
    display: block;
}

.footer-horizontal-list a {
    color: #D3D3C7;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
}

.footer-horizontal-list a:hover {
    text-decoration: none;
    color: #F5F5DC;
    transition: color 0.2s ease;
}


.footer-contact {
    font-size: 0.85em;
    color: #E5E5DC;
    width: 30%;
    margin: 0 10px;
    border-top: 1px solid rgba(245, 245, 220, 0.15);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    line-height: 1.6;
}
.footer-contact h4 {
    margin: 20px 0 10px 0;
    font-size: 1.15em;
    color: #F5F5DC;
    font-weight: 600;
}
.footer-contact address {
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.footer-contact address p {
    font-size: 1.1em;
    margin: 0 0 3px 0;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    word-break: break-word;
}
.footer-contact address p span.label {
    font-weight: 600;
    color: #F5F5DC;
    font-size: 0.9em;
    letter-spacing: 0.3px;
    display: inline-block;
    white-space: nowrap;
}
.footer-contact address a {
    color: #D3D3C7;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 6px;
    transition: color 0.3s ease;
    font-weight: 400;
}
.footer-contact .phone-number,
.footer-contact .icon-location {
    margin-left: 6px;
}
.footer-contact address a:hover {
    text-decoration: none;
    color: #F5F5DC;
}

.footer-bottom {
    position: flex;
    left: 0;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(135deg, #1A1108 0%, #241A0E 50%, #1A1108 100%);
    color: #D3D3C7;
    padding: 15px 0;
    text-align: center;
    font-size: 0.8rem;
    border-radius: 0 0 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    z-index: 1;
    border-top: 1px solid rgba(139, 69, 19, 0.1);
}

.footer-bottom .container {
    cursor: default !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-bottom .copyright {
    cursor: default !important;
    text-align: left;
    flex: 1 1 auto;
    padding-left: 20px;
    margin-left: 0;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

.footer-bottom .social-media {
    text-align: left;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    flex: 1 1 auto;
    padding: 0 20px 0 0;
    margin-left: 0;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.footer-bottom .social-media a {
    text-decoration: none !important;
}