/*
Footer Styles - Converted from Elementor
Updated: 2024-12-27
*/

/* Footer Base Styles */
.site-footer {
    position: relative;
    width: 100%;
    background: #1a1a1a;
    color: #ffffff;
}

/* Newsletter Section */
.newsletter-section {
    background: linear-gradient(135deg, #2c5530 0%, #1e3a22 100%);
    padding: 60px 0;
    position: relative;
}

.newsletter-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.newsletter-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
}

.newsletter-heading h2 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.newsletter-form-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    max-width: 600px;
    width: 100%;
}

.newsletter-description p {
    font-size: 16px;
    color: #e0e0e0;
    margin: 0;
    line-height: 1.5;
}

.footer-newsletter-form {
    width: 100%;
    max-width: 500px;
}

.form-fields-wrapper {
    display: flex;
    gap: 15px;
    align-items: stretch;
}

.email-field-group {
    flex: 1;
}

.newsletter-email-input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #4a6b4e;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
}

.newsletter-email-input:focus {
    outline: none;
    border-color: #66cc6a;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(102, 204, 106, 0.2);
}

.newsletter-submit-btn {
    padding: 15px 25px;
    background: #66cc6a;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.newsletter-submit-btn:hover {
    background: #5bb85f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 204, 106, 0.3);
}

.button-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* Main Footer Section */
.main-footer-section {
    background: #1a1a1a;
    position: relative;
    padding: 80px 0 60px;
}

.main-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-footer-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Footer Background Symbol */
.footer-bg-symbol {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    opacity: 0.1;
}

.footer-symbol-wrapper img {
    width: 200px;
    height: auto;
    filter: brightness(0) invert(1);
}

/* Footer Content */
.footer-content-section {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-info {
    flex: 1;
    max-width: 600px;
}

.footer-branding-section {
    margin-bottom: 40px;
}

.footer-logo-section {
    margin-bottom: 20px;
}

.footer-logo img {
    width: 300px;
    height: auto;
}

.footer-tagline {
    font-size: 18px;
    color: #cccccc;
    font-weight: 500;
}

/* Contact Information */
.footer-contact-section {
    margin-bottom: 40px;
}

.footer-address,
.footer-contact-methods {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-phone,
.footer-email {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-address {
    margin-bottom: 25px;
}

.contact-icon {
    flex-shrink: 0;
}

.icon-wrapper {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon svg {
    width: 20px;
    height: 20px;
    fill: #66cc6a;
}

.contact-info {
    font-size: 16px;
    color: #e0e0e0;
    line-height: 1.4;
}

.contact-info a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #66cc6a;
}

/* Social Media */
.footer-social-section {
    margin-top: 20px;
}

.social-icons-wrapper {
    display: flex;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icon-item {
    display: block;
}

.social-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 27.5px !important;
    height: 27.5px !important;
    font-size: 0.86rem !important;
    background: #333333;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #66cc6a;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(102, 204, 106, 0.3);
}

.social-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Footer Menus */
.footer-menus-section {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-nav-menu,
.footer-nav-sub-menu {
    margin: 0;
}

.footer-menu-list,
.footer-sub-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-menu-list .menu-item a,
.footer-sub-menu-list .menu-item a {
    color: #cccccc;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: block;
    padding: 5px 0;
}

.footer-menu-list .menu-item a:hover,
.footer-sub-menu-list .menu-item a:hover {
    color: #66cc6a;
}

.footer-sub-menu-list {
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}

/* Awards Section */
.footer-awards-section {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.awards-container {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.award-group {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    max-width: 300px;
}

.award-icon img {
    width: auto;
    height: 60px;
}

.award-content {
    flex: 1;
}

.award-title,
.award-description {
    color: #cccccc;
    line-height: 1.4;
}

.award-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.award-description {
    font-size: 14px;
    margin-bottom: 5px;
}

/* Published By Section */
.published-by-section {
    background: #0f0f0f;
    padding: 40px 0;
}

.published-by-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.published-by-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
}

.published-by-title,
.published-by-description {
    color: #cccccc;
}

.title-heading,
.description-heading {
    font-size: 16px;
    font-weight: 500;
}

.published-by-logo img {
    width: 120px;
    height: auto;
}

.published-by-logo a {
    display: block;
    transition: opacity 0.3s ease;
}

.published-by-logo a:hover {
    opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-content-section {
        flex-direction: column;
        gap: 40px;
    }

    .footer-menus-section {
        align-self: flex-start;
    }

    .awards-container {
        gap: 40px;
    }

    .award-group {
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .newsletter-section {
        padding: 40px 0;
    }

    .newsletter-heading h2 {
        font-size: 24px;
    }

    .form-fields-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .newsletter-submit-btn {
        align-self: center;
        width: auto;
    }

    .main-footer-section {
        padding: 60px 0 40px;
    }

    .footer-logo img {
        width: 250px;
    }

    .footer-sub-menu-list {
        flex-direction: column;
        gap: 12px;
    }

    .awards-container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .published-by-content {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .newsletter-container,
    .main-footer-container,
    .published-by-container {
        padding: 0 15px;
    }

    .newsletter-heading h2 {
        font-size: 20px;
    }

    .footer-logo img {
        width: 200px;
    }

    .social-icons-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Hidden utilities */
.hidden-mobile {
    display: block;
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
}

/* Screen reader text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}