/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 15:54:14 */
/* Footer Logos Section */
.footer-logos-section {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding: 40px 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    min-height: 120px;
}

.footer-logos-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    height: 80px;
    min-height: 80px;
}

.footer-logo {
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: opacity 0.3s ease, transform 0.3s ease;
    filter: grayscale(20%);
}

.footer-logo:hover {
    opacity: 0.8;
    transform: scale(1.05);
    filter: grayscale(0%);
}

/* Large Desktop */
@media (min-width: 1200px) {
    .footer-logos-wrapper {
        gap: 40px;
    }
    
    .footer-logo {
        max-height: 70px;
    }
}

/* Desktop */
@media (min-width: 981px) and (max-width: 1199px) {
    .footer-logos-wrapper {
        gap: 25px;
    }
    
    .footer-logo {
        max-height: 55px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 980px) {
    .footer-logos-section {
        padding: 30px 0;
        min-height: 100px;
    }
    
    .footer-logos-wrapper {
        gap: 20px;
        justify-content: space-around;
    }
    
    .logo-item {
        flex: 0 1 calc(33.333% - 20px);
        min-width: 120px;
        height: 70px;
        min-height: 70px;
    }
    
    .footer-logo {
        max-height: 50px;
    }
}

/* Mobile Large */
@media (min-width: 481px) and (max-width: 767px) {
    .footer-logos-section {
        padding: 25px 0;
        min-height: 90px;
    }
    
    .footer-logos-wrapper {
        gap: 15px;
        justify-content: space-around;
    }
    
    .logo-item {
        flex: 0 1 calc(50% - 15px);
        min-width: 100px;
        margin-bottom: 10px;
        height: 60px;
        min-height: 60px;
    }
    
    .footer-logo {
        max-height: 45px;
    }
}

/* Mobile Small */
@media (max-width: 480px) {
    .footer-logos-section {
        padding: 20px 0;
        min-height: 80px;
    }
    
    .footer-logos-wrapper {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
    
    .logo-item {
        flex: none;
        width: 100%;
        max-width: 200px;
        margin-bottom: 5px;
        height: 50px;
        min-height: 50px;
    }
    
    .footer-logo {
        max-height: 40px;
        max-width: 100%;
    }
}

/* Extra Small Mobile */
@media (max-width: 320px) {
    .footer-logos-section {
        padding: 15px 0;
    }
    
    .footer-logo {
        max-height: 35px;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .footer-logo {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Print styles */
@media print {
    .footer-logos-section {
        background: none !important;
        border: none !important;
        padding: 20px 0 !important;
    }
    
    .footer-logos-wrapper {
        display: flex !important;
        flex-direction: row !important;
        gap: 20px !important;
    }
    
    .footer-logo {
        max-height: 40px !important;
        filter: none !important;
    }
}

/* Dark mode compatibility (if your theme supports it) */
@media (prefers-color-scheme: dark) {
    .footer-logos-section {
        background-color: #ffffff;
        border-top-color: #e0e0e0;
    }
    
    .footer-logo {
        filter: brightness(0.9) contrast(1.1);
    }
}




@media (min-width: 981px) {
    .et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
        margin-bottom: 2%;
    }
}

#search-4 {
    width: 400px;
    margin: auto;
}