.elementor-191 .elementor-element.elementor-element-b939c4f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-dca1137 *//* Override theme constraints for full width */
.site-footer {
    background: url('https://everkindcannabis.com/wp-content/uploads/2025/08/bg-footer1_1920x.webp') center center/cover no-repeat;
    position: relative;
    color: white;
    padding: 60px 0 0;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    box-sizing: border-box;
}

/* Reset any parent container constraints */
.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    background: inherit;
    z-index: -2;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(26, 77, 58, 0.7));
    z-index: 1;
    pointer-events: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

/* Company Info Section */
.company-info .footer-logo h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #90EE90;
    margin-bottom: 1rem;
}

.company-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.contact-info {
    margin-top: 1rem;
}

.contact-item {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.contact-item strong {
    color: #90EE90;
    margin-right: 0.5rem;
}

.contact-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-item a:hover {
    color: #90EE90;
}

/* Footer Sections */
.footer-heading {
    font-size: 1.3rem;
    font-weight: 600;
    color: #90EE90;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.toggle-icon {
    display: none;
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.footer-section h4:not(.footer-heading) {
    font-size: 1.3rem;
    font-weight: 600;
    color: #90EE90;
    margin-bottom: 1.5rem;
}

.footer-section h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #90EE90;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
}

.footer-section ul:not(.footer-menu) {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    margin-bottom: 0.7rem;
}

.footer-section a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.footer-section a:hover {
    color: #90EE90;
    padding-left: 5px;
}

/* Newsletter Form */
.newsletter-social p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.newsletter-form {
    margin-bottom: 2rem;
}

.form-group {
    display: flex;
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.form-group input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 0.95rem;
    backdrop-filter: blur(10px);
}

.form-group input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-group input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
}

.form-group button {
    padding: 12px 20px;
    background: #32CD32;
    color: white;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    font-size: 0.95rem;
}

.form-group button:hover {
    background: #228B22;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 1rem;
}

.social-links a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-links a:hover {
    background: #32CD32;
    color: white;
    transform: translateY(-2px);
    padding-left: 0;
}

/* Operating Hours */
.hours-list {
    font-size: 0.9rem;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.hours-item span:first-child {
    color: #90EE90;
    font-weight: 500;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0;
    margin-top: 40px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.copyright p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.legal-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.legal-links a {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.legal-links a:hover {
    color: #90EE90;
}

/* Mobile Responsive */
@media (max-width: 968px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    
    .company-info {
        grid-column: 1 / -1;
    }
    
    .toggle-icon {
        display: block;
    }
    
    .footer-menu {
        max-height: 0;
        opacity: 0;
    }
    
    .footer-section.active .footer-menu {
        max-height: 300px;
        opacity: 1;
    }
    
    .footer-section.active .toggle-icon {
        transform: rotate(45deg);
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 50px 0 0;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: left;
        padding: 0;
    }
    
    .footer-section {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 10px;
    }
    
    .footer-section:last-child {
        border-bottom: none;
    }
    
    .company-info {
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    
    .contact-info {
        text-align: center;
    }
    
    .form-group {
        flex-direction: column;
        border-radius: 8px;
    }
    
    .form-group input,
    .form-group button {
        border-radius: 8px;
    }
    
    .form-group input {
        margin-bottom: 10px;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .legal-links {
        justify-content: center;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .site-footer {
        padding: 40px 0 0;
    }
    
    .footer-content {
        gap: 25px;
    }
    
    .company-info .footer-logo h3 {
        font-size: 1.5rem;
    }
    
    .footer-section h4 {
        font-size: 1.1rem;
    }
    
    .legal-links {
        flex-direction: column;
        gap: 10px;
    }
}/* End custom CSS */