.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-fcb6c57 */.df-footer-section {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-top: 1px solid #1f1f26;
    padding-top: 60px;
}

.df-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px 50px 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}

.df-footer-logo img {
    height: 60px;
    width: auto;
    display: block;
    margin-bottom: 20px;
    object-fit: contain;
}

.df-footer-desc {
    color: #a0a0a5;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.df-footer-col h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.df-footer-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #00c6ff;
}

.df-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.df-footer-links li {
    margin-bottom: 12px;
}

.df-footer-links li a {
    text-decoration: none;
    color: #a0a0a5;
    font-size: 0.95rem;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.df-footer-links li a:hover {
    color: #00c6ff;
    padding-left: 5px;
}

/* Social Media Icons Styling */
.df-social-icons {
    display: flex;
    gap: 15px;
}

.df-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #121218;
    border: 1px solid #252530;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.df-social-icons a svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.df-social-icons a:hover {
    background: #00c6ff;
    border-color: #00c6ff;
    transform: translateY(-4px);
    box-shadow: 0 5px 15px rgba(0, 198, 255, 0.4);
}

.df-social-icons a:hover svg {
    fill: #000000;
}

/* Footer Bottom Bar */
.df-footer-bottom {
    background-color: #07070a;
    border-top: 1px solid #15151c;
    text-align: center;
    padding: 20px 15px;
    color: #808085;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .df-footer-section {
        padding-top: 40px;
    }
    .df-footer-container {
        gap: 30px;
        padding-bottom: 30px;
    }
}/* End custom CSS */