.elementor-4022 .elementor-element.elementor-element-38142498{--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;}.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-18e3342 */.dusem-footer {
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
    color: #ffffff;
    padding: 60px 0 30px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dusem-footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.dusem-footer-brand h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}

.dusem-footer-brand p {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 15px;
}

.dusem-social-links {
    display: flex;
    gap: 15px;
}

.dusem-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dusem-social-links a:hover {
    background: #f15a24;
    transform: translateY(-3px);
}

.dusem-footer-section h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f15a24;
    position: relative;
}

.dusem-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dusem-footer-links li {
    margin-bottom: 12px;
}

.dusem-footer-links a {
    color: #e0e0e0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.dusem-footer-links a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.dusem-footer-links a:before {
    content: "▶";
    color: #f15a24;
    margin-right: 10px;
    font-size: 10px;
    transition: transform 0.3s ease;
}

.dusem-footer-links a:hover:before {
    transform: translateX(3px);
}

.dusem-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dusem-contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #e0e0e0;
}

.dusem-contact-info i {
    color: #f15a24;
    margin-right: 12px;
    width: 20px;
    text-align: center;
}

.dusem-footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 20px 0 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 50px;
    text-align: center;
}

.dusem-copyright {
    color: #cccccc;
    font-size: 14px;
    margin: 0;
}

.dusem-footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(241,90,36,0.5), transparent);
    margin: 30px 0;
}

@media (max-width: 768px) {
    .dusem-footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .dusem-social-links {
        justify-content: center;
    }
    
    .dusem-footer-links a {
        justify-content: center;
    }
    
    .dusem-contact-info li {
        justify-content: center;
    }
}/* End custom CSS */