/* Footer Link Color Fix - Force visible links on dark background */

footer,
footer * {
    color: inherit !important;
}

footer {
    background: linear-gradient(135deg, #3C3C3A 0%, #2A2A28 100%) !important;
    color: white !important;
}

footer h4,
footer .elementor-heading-title {
    color: #748173 !important;
}

footer a {
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

footer a:hover {
    color: #748173 !important;
}

footer p {
    color: rgba(255,255,255,0.85) !important;
}

footer .copyright-text,
footer .footer-bottom p {
    color: rgba(255,255,255,0.6) !important;
}

footer .social-icons a,
footer .elementor-social-icon {
    color: white !important;
}

footer .social-icons a:hover,
footer .elementor-social-icon:hover {
    color: #748173 !important;
}

footer .office-hours {
    color: rgba(255,255,255,0.65) !important;
}

footer .office-hours strong {
    color: rgba(255,255,255,0.9) !important;
}

/* Navigation CTA Button Styling */
.navbar .menu-item.cta-button > a,
nav .menu-item.cta-button > a,
.elementor-nav-menu .menu-item.cta-button > a {
    background: #748173 !important;
    color: white !important;
    padding: 10px 24px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-size: 0.875rem !important;
    transition: all 0.3s ease !important;
    margin-left: 15px !important;
    border: 2px solid #748173 !important;
}

.navbar .menu-item.cta-button > a:hover,
nav .menu-item.cta-button > a:hover,
.elementor-nav-menu .menu-item.cta-button > a:hover {
    background: #B8941F !important;
    border-color: #B8941F !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(116, 129, 115, 0.3) !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .navbar .menu-item.cta-button > a,
    nav .menu-item.cta-button > a {
        margin: 10px 0 !important;
        display: inline-block !important;
        text-align: center !important;
    }
}
CSSEOF'

/* Navigation CTA Button Styling */
.navbar .menu-item.cta-button > a,
nav .menu-item.cta-button > a,
.elementor-nav-menu .menu-item.cta-button > a {
    background: #748173 !important;
    color: white !important;
    padding: 10px 24px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-size: 0.875rem !important;
    transition: all 0.3s ease !important;
    margin-left: 15px !important;
    border: 2px solid #748173 !important;
}

.navbar .menu-item.cta-button > a:hover,
nav .menu-item.cta-button > a:hover,
.elementor-nav-menu .menu-item.cta-button > a:hover {
    background: #B8941F !important;
    border-color: #B8941F !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(116, 129, 115, 0.3) !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .navbar .menu-item.cta-button > a,
    nav .menu-item.cta-button > a {
        margin: 10px 0 !important;
        display: inline-block !important;
        text-align: center !important;
    }
}

/* Elegant Image Styling - Rounded corners with shadow */
.mpec-elegant-image,
.elegant-image {
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.mpec-elegant-image:hover,
.elegant-image:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
}

/* Alternative - Lighter shadow version */
.mpec-elegant-image-light,
.elegant-image-light {
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.mpec-elegant-image-light:hover,
.elegant-image-light:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12) !important;
}

/* For Elementor Image widget */
.elementor-widget-image .mpec-elegant-image,
.elementor-widget-image .elegant-image {
    display: block !important;
    width: 100% !important;
}

/* Golden Checkmark List Styling */
.mpec-checklist ul,
.golden-checklist ul,
.mpec-checklist,
.golden-checklist {
    list-style: none !important;
    padding: 0 !important;
    margin: 1.5rem 0 !important;
}

.mpec-checklist ul li,
.golden-checklist ul li,
.mpec-checklist li,
.golden-checklist li {
    font-family: var(--font-serif), "Lora", serif !important;
    font-size: 1rem !important;
    font-style: italic !important;
    color: #5A5A58 !important;
    line-height: 1.8 !important;
    padding-left: 2rem !important;
    position: relative !important;
    margin-bottom: 0.75rem !important;
}

.mpec-checklist ul li::before,
.golden-checklist ul li::before,
.mpec-checklist li::before,
.golden-checklist li::before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    color: #748173 !important;
    font-weight: 600 !important;
    font-size: 1.25rem !important;
    font-style: normal !important;
}

/* For Elementor Text Editor widget */
.elementor-text-editor.mpec-checklist ul,
.elementor-text-editor.golden-checklist ul {
    list-style: none !important;
}

/* Equal Height Columns Helper */
.mpec-equal-height,
.equal-height {
    display: flex !important;
    align-items: stretch !important;
}

.mpec-equal-height > .elementor-element,
.equal-height > .elementor-element {
    display: flex !important;
    flex: 1 !important;
}

.mpec-equal-height > .elementor-element > .elementor-widget-wrap,
.equal-height > .elementor-element > .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}
