.ei-footer{
    background-color: #fff;
    padding: 30px 0px;
}
.ei-footer-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: var(--font-gotham);
}
.ei-foo-col{width: 33.33%;}
.ei-foo-col h3{
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--font-gotham);
    color: #000;
    margin-bottom: 30px;

}
.ei-foo-col ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.ei-foo-col ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 200;
    font-family: var(--font-gotham);

}
.ei-foo-col ul li a:hover{text-decoration: underline; color: var(--iron);}


.ei-foo-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    margin-top: 60px;
}


#backToTopBtn {
    display: none; 
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    background-color: var(--iron);
    color: white;
    border: none;
    z-index: 99999;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: none;
    transition: opacity 0.3s, transform 0.3s;
}
.address-line{line-height: 2.2;}

#backToTopBtn.show {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    opacity: 1;
    transform: scale(1);
}

.ei-foo-credits p{
    font-family: var(--font-gotham);
    font-weight: 200;
    font-size: 14px;
    font-style: normal;
    color: #000;
    text-align: center;
}
.foo-hr{
    border: 0.1px solid #333;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 25px;
}

.ei-foo-credits {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ei-foo-socials {
    display: flex;
    gap: 35px;
    justify-content: flex-start;
}
.ei-foo-socials a {
    color: #000;
    font-size: 20px;
}
.ei-foo-socials a:hover{
    color: var(--brown);
}
.ei-foo-socials a:nth-child(1){
    margin-left: -5px;
}
.footer-title h3 {
    font-size: 30px;
    color: white;
    text-align: center;
    margin-bottom: 0;
}
.footer-title p {
    margin-bottom: 0;
    text-align: center;
    color: white;
    font-size: 14px;
}
.newsletter-section {
    text-align: center;
    margin-top: 40px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
.newsletter-section h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    color: white;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

/* .newsletter-form input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 8px 5px;
    font-size: 14px;
    width: 220px;
    outline: none;
} */

.newsletter-form input::placeholder {
    color: #ddd;
    font-size: 13px;
}

/* .newsletter-form button {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 10px 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: transparent;
    color: #fff;
} */


.site-footer {
    padding: 50px 0 0;
    background: #1a1a1a;
    color: #d1d1d1;
}

/* Footer Main - 3 Columns */
.footer-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid #333;
}

/* Footer Column */
.footer-column {
    display: flex;
    flex-direction: column;
}

/* Footer Title */
.footer-title {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #d1d1d1;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    font-weight: 200;
}

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

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 12px;
}

.footer-contact a {
    color: #d1d1d1;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    font-weight: 200;
}

.footer-contact a:hover {
    color: #ffffff;
}

/* Footer Social */
.footer-social {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1d1d1;
    border: 1px solid #444;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    color: #ffffff;
    border-color: #666;
    background: #2a2a2a;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    gap: 30px;
}

/* Footer Left - Language + Payment */
.footer-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Footer Language Selectors */
.footer-language {
    display: flex;
    gap: 10px;
}

.language-selector {
    background: transparent;
    border: none;
    color: #d1d1d1;
    padding: 0;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    transition: color 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.language-selector:hover {
    color: #ffffff;
}

.language-selector option {
    background: #1a1a1a;
    color: #d1d1d1;
}

/* Footer Payment Icons */
.footer-payment {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.payment-icon {
    height: 20px;
    width: auto;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.payment-icon:hover {
    opacity: 1;
}

/* Footer Right - Copyright + Back to Top */
.footer-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Footer Copyright */
.footer-copyright {
    font-size: 12px;
    color: #999;
    margin: 0;
    white-space: nowrap;
}

/* Footer Back to Top */
/* .back-to-top {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1d1d1;
    border: 1px solid #444;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    flex-shrink: 0;
}

.back-to-top:hover {
    color: #ffffff;
    border-color: #666;
    background: #2a2a2a;
    transform: translateY(-3px);
} */

