/* Footer Styles */
#wrapper footer#footer {
    background: rgb(17, 24, 39) !important;
    color: #ffffff !important;
    padding: 40px 0 20px !important;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3) !important;
    width: 100% !important;
    border: none !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

#wrapper footer#footer .inner.boxs {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 20px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

#wrapper footer#footer .container.postss {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    margin-bottom: 30px !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#wrapper footer#footer .widget {
    flex: 1 !important;
    min-width: 250px !important;
    margin-bottom: 20px !important;
    padding: 0 20px 0 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-align: left !important;
}

#wrapper footer#footer .widget h3 {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-align: left !important;
}

#wrapper footer#footer .phone {
    display: block !important;
    color: #e5e7eb !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

#wrapper footer#footer .phone:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

#wrapper footer#footer ul.style2 {
    list-style: none !important;
    padding: 0 !important;
}

#wrapper footer#footer ul.style2 li {
    margin-bottom: 10px !important;
    padding-left: 0 !important;
}

#wrapper footer#footer ul.style2 li a {
    color: #e5e7eb !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    font-size: 14px !important;
    padding-bottom: 10px !important;
}

#wrapper footer#footer ul.style2 li a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

#wrapper footer#footer .images {
    padding-top: 20px;
    display: flex !important;
    gap: 20px !important;
    justify-content: center !important;
}

#wrapper footer#footer .project-item {
    text-align: center !important;
}

#wrapper footer#footer .project-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin: 0 !important;
    padding: 0 !important;
}

#wrapper footer#footer .project-item img:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5) !important;
}

#wrapper footer#footer .project-item h4 {
    color: #e5e7eb !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 10px !important;
    padding-left: 0 !important;
    text-align: center !important;
}

/* Override main.css styles */
#wrapper #bottom {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 13px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-align: center !important;
    position: relative !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#wrapper #bottom a {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

#wrapper #bottom a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

/* Footer bottom styles */
#wrapper footer#footer #bottom {
    text-align: center !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: transparent !important;
}

#wrapper footer#footer #bottom a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

#wrapper footer#footer #bottom a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    #wrapper footer#footer .container.postss {
        flex-direction: column !important;
        align-items: center !important;
    }

    #wrapper footer#footer .widget {
        text-align: left !important;
        padding: 0 10px !important;
    }

    #wrapper footer#footer .images {
        justify-content: left !important;
    }

    #wrapper footer#footer #bottom {
        padding: 20px 10px !important;
    }
}

@media screen and (max-width: 480px) {
    #wrapper footer#footer {
        padding: 30px 0 15px !important;
    }

    #wrapper footer#footer .widget h3 {
        font-size: 16px !important;
    }

    #wrapper footer#footer .phone {
        font-size: 14px !important;
    }

    #wrapper footer#footer .project-item img {
        width: 80px !important;
        height: 80px !important;
    }

    #wrapper footer#footer #bottom {
        font-size: 12px !important;
    }
}