.elementor-39 .elementor-element.elementor-element-bcda8c1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8dc6b2a */.vdm-site-footer * {
    box-sizing: border-box;
}

.vdm-site-footer {
    background-color: #2A1508 !important;
    color: #FFFFFF !important;
    padding: 80px 0 0 0 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    position: relative !important;
}

.vdm-footer-container {
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px 60px 20px !important;
    display: grid !important;
    grid-template-columns: 1.2fr 0.8fr 1fr 1.2fr !important;
    gap: 40px !important;
}

.vdm-footer-heading {
    font-family: 'Cinzel', serif !important;
    color: #FFB347 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 0 25px 0 !important;
    letter-spacing: 0.5px !important;
    position: relative !important;
}

.vdm-footer-heading::after {
    content: '' !important;
    position: absolute !important;
    bottom: -8px !important;
    left: 0 !important;
    width: 40px !important;
    height: 2px !important;
    background-color: #FF9933 !important;
}

.vdm-footer-logo-group {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
}

.vdm-footer-logo {
    height: 54px !important;
    width: auto !important;
    border-radius: 50% !important;
    background: #FFFFFF !important;
    padding: 2px !important;
}

.vdm-footer-logo-text {
    display: flex !important;
    flex-direction: column !important;
}

.vdm-footer-title {
    font-family: 'Cinzel', serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #FF9933 !important;
    line-height: 1.1 !important;
}

.vdm-footer-subtitle {
    font-family: 'Cinzel', serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    line-height: 1.3 !important;
    margin-top: 2px !important;
}

.vdm-brand-desc {
    color: #E5E7EB !important;
    margin-bottom: 25px !important;
    font-size: 14px !important;
}

.vdm-social-icons {
    display: flex !important;
    gap: 12px !important;
}

.vdm-social-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #FFFFFF !important;
    transition: all 0.3s ease !important;
}

.vdm-social-link svg {
    width: 18px !important;
    height: 18px !important;
}

.vdm-social-link:hover {
    background-color: #FF9933 !important;
    transform: translateY(-3px) !important;
}

.vdm-footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.vdm-footer-links li {
    margin-bottom: 12px !important;
}

.vdm-footer-links a {
    color: #E5E7EB !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    display: inline-block !important;
}

.vdm-footer-links a:hover {
    color: #FF9933 !important;
    transform: translateX(4px) !important;
}

.vdm-footer-timing {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.vdm-timing-item {
    border-bottom: 1px dashed rgba(242, 228, 208, 0.15) !important;
    padding-bottom: 10px !important;
}

.vdm-timing-item:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.vdm-timing-label {
    display: block !important;
    color: #FFB347 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 2px !important;
}

.vdm-timing-value {
    color: #E5E7EB !important;
    font-size: 13.5px !important;
}

.vdm-footer-contact {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.vdm-footer-contact li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    color: #E5E7EB !important;
    font-size: 14px !important;
}

.vdm-footer-contact a {
    color: #E5E7EB !important;
    text-decoration: none !important;
    transition: color 0.25s ease !important;
}

.vdm-footer-contact a:hover {
    color: #FF9933 !important;
}

.vdm-contact-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #FFFFFF !important;
    flex-shrink: 0 !important;
    margin-top: 3px !important;
}

.vdm-contact-icon svg {
    width: 16px !important;
    height: 16px !important;
}

.vdm-footer-separator {
    max-width: 1320px !important;
    width: calc(100% - 40px) !important;
    margin: 0 auto !important;
    height: 1px !important;
    background-color: rgba(242, 228, 208, 0.15) !important;
}

.vdm-footer-bottom {
    padding: 30px 0 !important;
}

.vdm-footer-bottom-container {
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.vdm-copyright {
    margin: 0 !important;
    font-size: 13.5px !important;
    color: #9CA3AF !important;
}

.vdm-footer-legal-links {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.vdm-footer-legal-links a {
    color: #9CA3AF !important;
    font-size: 13.5px !important;
    text-decoration: none !important;
    transition: color 0.25s ease !important;
}

.vdm-footer-legal-links a:hover {
    color: #FF9933 !important;
}

.vdm-legal-divider {
    color: rgba(255,255,255,0.2) !important;
    font-size: 11px !important;
}

@media (max-width: 1024px) {
    .vdm-footer-container {
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
    }
}

@media (max-width: 768px) {
    .vdm-site-footer {
        padding: 60px 0 0 0 !important;
    }
    
    .vdm-footer-container {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
        padding-bottom: 40px !important;
    }
    
    .vdm-footer-bottom-container {
        flex-direction: column !important;
        gap: 12px !important;
        text-align: center !important;
    }
}/* End custom CSS */