.elementor-305 .elementor-element.elementor-element-3d78649{--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;}/* Start custom CSS for html, class: .elementor-element-53e81ab *//* Unique Container to avoid Astra conflicts */
.hcd-custom-footer {
    background-color: #0c0c0c !important;
    color: #ffffff !important;
    padding: 60px 5% 20px !important;
    font-family: 'Segoe UI', Roboto, sans-serif !important;
    width: 100%;
}

.hcd-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 40px;
}

/* Logo Adjustment */
.hcd-logo-box img {
    width: 200px !important;
    height: auto !important;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

.hcd-logo-box img:hover {
    transform: scale(1.05);
}

.hcd-tagline {
    color: #bbb;
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 0;
}

/* Social Icons */
.hcd-social-links {
    display: flex;
    gap: 15px;
}

.hcd-social-links a {
    color: #fff !important;
    background: rgba(255,255,255,0.1);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none !important;
    transition: 0.3s;
}

.hcd-social-links a:hover {
    background: #906D4D !important;
    transform: translateY(-3px);
}

/* Headings with Normal Constant Line */
.hcd-heading {
    color: #906D4D !important;
    font-size: 18px !important;
    margin-bottom: 25px !important;
    font-weight: 600 !important;
    position: relative;
    display: inline-block;
}

.hcd-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px; /* Normal fixed line */
    height: 2px;
    background: #ffffff; /* Constant white line */
}

/* List Items & Page Hover Line */
.hcd-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hcd-list li {
    margin-bottom: 12px !important;
}

.hcd-list a {
    color: #ddd !important;
    text-decoration: none !important;
    font-size: 15px;
    transition: 0.3s;
    position: relative;
    padding-bottom: 2px;
}

/* Link Hover Animation Line */
.hcd-list a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1.5px;
    bottom: 0;
    left: 0;
    background-color: #906D4D; /* Gold color on hover */
    transition: width 0.3s ease;
}

.hcd-list a:hover {
    color: #906D4D !important;
}

.hcd-list a:hover::after {
    width: 100%; /* Line spreads on hover */
}

/* Newsletter */
.hcd-news-text { font-size: 14px; color: #bbb; margin-bottom: 15px; }

.hcd-form {
    display: flex;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.hcd-form input {
    border: none !important;
    padding: 10px 15px !important;
    flex: 1;
    outline: none !important;
    color: #333;
}

.hcd-form button {
    background: #906D4D !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 15px !important;
    cursor: pointer;
    font-weight: bold;
}

/* Footer Bottom */
.hcd-footer-bottom {
    margin-top: 50px;
}

.hcd-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin-bottom: 20px;
}

.hcd-bottom-content {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #888;
}

.hcd-gold { color: #906D4D; font-weight: 600; }

/* Responsive Logic */
@media (max-width: 1024px) {
    .hcd-footer-container { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .hcd-footer-container { 
        grid-template-columns: 1fr; 
        text-align: center; 
    }
    .hcd-logo-box, .hcd-social-links { justify-content: center; display: flex; }
    .hcd-bottom-content { flex-direction: column; gap: 10px; align-items: center; }
    .hcd-form { width: 100%; }
    .hcd-heading::after { left: 50%; transform: translateX(-50%); }
    .hcd-list a::after { lef transform: translateX(-50%); }
}/* End custom CSS */