/* Footer Styles */
.footer-weco {
    margin-top: 0;
}

.footer-top-green {
    background-color: rgba(186, 255, 41, 1);
    padding: 6rem 0;
}

/* Newsletter Section */
.newsletter-section {
    padding-right: 2rem;
}

.newsletter-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    leading-trim: none;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 2rem;
}

.footer-contact-main-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    leading-trim: none;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 2rem;
}

.newsletter-button {
    display: inline-block;
    background-color: #000;
    color: rgba(186, 255, 41, 1);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.5rem 3rem;
    border: none;
    position: relative;
    transition: all 0.3s ease;
}

.newsletter-button::after {
    content: '';
    position: absolute;
    top: 3px;
    left: -3px;
    right: 4px;
    bottom: -3px;
    border: 1px solid #000;
    pointer-events: none;
    z-index: 1;
}

.newsletter-button:hover, .newsletter-button:focus {
    background-color: #000;
    color: rgba(186, 255, 41, 1)!important;
    text-decoration: none;
}

.newsletter-button:hover::after {
    border-color: #000;
}

/* Contact Section */
.contact-section {
    padding: 0pxfootDistrictssh;
}

.contact-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 2rem;
}

.contact-address {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.contact-info p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0%;
    color: #000;
    margin: 0;
}

.contact-info p a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0%;
    color: #000;
    text-decoration: none;
    transition: none;
}

.contact-info p a:hover,
.contact-info p a:focus {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0%;
    color: #000;
    text-decoration: none;
}

/* Social Section */
.social-section {
    padding-left:0px;
}

.social-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 2rem;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.social-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

/* Footer Bottom Black Section */
.footer-bottom-black {
    background-color: #000000;
    padding: 30px 0;
}

.footer-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright-section {
    flex: 0 0 auto;
}

.footer-legal-section {
    flex: 0 0 auto;
}

.footer-images-section {
    flex: 0 0 auto;
}

@media (max-width: 1498px) {
    .footer-bottom-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .footer-copyright-section,
    .footer-legal-section,
    .footer-images-section {
        width: 100%;
        text-align: left;
    }
    
    .footer-legal-links {
        text-align: left !important;
    }
    
    .footer-images {
        justify-content: flex-start !important;
    }
}

@media (min-width: 1499px) {
    .footer-legal-section {
        text-align: center;
    }
    
    .footer-images-section {
        text-align: right;
    }
}

.footer-copyright {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 2.5%;
    color: #fff;
    margin: 0;
}

.footer-legal-links {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.legal-link {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 2.5%;
    text-align: center;
    vertical-align: bottom;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.legal-link:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.legal-separator {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    margin: 0 0.5rem;
}

.footer-images {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.footer-image {
    height: 40px;
    width: auto;
    object-fit: contain;
}

/* Bootstrap Modal Overrides */
.newsletter-modal {
    background-color: rgba(186, 255, 41, 1);
    border: none;
    border-radius: 0;
}

.newsletter-modal-header {
    background-color: rgba(186, 255, 41, 1);
    padding: 20px 30px 0 30px;
    justify-content: flex-end;
}

.newsletter-modal-content {
    background-color: rgba(186, 255, 41, 1);
    padding: 30px 60px 60px 60px;
}

.newsletter-modal-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #000;
    margin-bottom: 50px;
    text-align: left;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.newsletter-input-wrapper {
    position: relative;
}

.newsletter-email-input {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    background: transparent;
    border: none;
    border-bottom: 2px solid #000;
    padding: 15px 0;
    outline: none;
    transition: all 0.3s ease;
}

.newsletter-email-input::placeholder {
    color: #000;
    opacity: 0.7;
}

.newsletter-email-input:focus {
    border-bottom-color: #000;
}

.newsletter-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
}

.newsletter-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #000;
}

.newsletter-consent label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    flex: 1;
}

.newsletter-consent a {
    color: #000;
    text-decoration: underline;
}

.newsletter-submit-wrapper {
    flex-shrink: 0;
}

.newsletter-submit-btn {
    background-color: #000;
    color: rgba(186, 255, 41, 1);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.newsletter-submit-btn:hover, 
.newsletter-submit-btn:focus {
    background-color: #000;
    color: rgba(186, 255, 41, 1);
    opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .newsletter-modal-content {
        padding: 30px 30px 50px 30px;
    }
    
    .newsletter-modal-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    
    .newsletter-form {
        gap: 40px;
    }
    
    .newsletter-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .newsletter-submit-wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.newsletter-form-group {
    position: relative;
}

.newsletter-email-input {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    background: transparent;
    border: none;
    border-bottom: 2px solid #000;
    padding: 15px 0;
    outline: none;
    transition: all 0.3s ease;
}

.newsletter-email-input::placeholder {
    color: #000;
    opacity: 0.7;
}

.newsletter-email-input:focus {
    border-bottom-color: #000;
}

.newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.newsletter-checkbox {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #000;
}

.newsletter-consent-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    flex: 1;
}

.newsletter-terms-link {
    color: #000;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.newsletter-terms-link:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.newsletter-submit-container {
    display: flex;
    justify-content: flex-end;
}

.newsletter-submit-btn {
    background-color: #000;
    color: rgba(186, 255, 41, 1);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 36px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    outline: none;
}

.newsletter-submit-btn:hover {
    background-color: #000;
    color: rgba(186, 255, 41, 1);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 36px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    outline: none;
}

.newsletter-submit-btn:focus,
.newsletter-submit-btn:active {
    background-color: #000;
    color: rgba(186, 255, 41, 1);
    outline: none;
    box-shadow: none;
}

/* Success message styles */
.newsletter-success {
    text-align: center;
    padding: 40px 20px;
}

.newsletter-success-title {
    font-family: 'Switzer', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
}

.newsletter-success-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
    opacity: 0.8;
}

/* Error message styles */
.error-message {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #d32f2f;
    margin-top: 8px;
    display: block;
}

.newsletter-email-input.error {
    border-bottom-color: #d32f2f !important;
}

.newsletter-email-input.error:focus {
    border-bottom-color: #d32f2f !important;
}

/* Loading state for submit button */
.newsletter-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .newsletter-modal {
        padding: 40px 20px;
    }
    
    .newsletter-modal-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    
    .newsletter-form {
        gap: 25px;
    }
    
    .newsletter-submit-btn {
        padding: 15px 30px;
        font-size: 14px;
    }
    
    .newsletter-success-title {
        font-size: 28px;
    }
    
    .newsletter-success-text {
        font-size: 16px;
    }
}