.elementor-692 .elementor-element.elementor-element-95ffa9c:not(.elementor-motion-effects-element-type-background), .elementor-692 .elementor-element.elementor-element-95ffa9c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-692 .elementor-element.elementor-element-95ffa9c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:99;}.elementor-692 .elementor-element.elementor-element-95ffa9c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for kundaxheader, class: .elementor-element-1cef8fb *//* General Logo Styling */
.header-logo img {
    width: auto; /* Keeps the aspect ratio */
    height: auto; /* Keeps the aspect ratio */
    max-width: 250px; /* Adjust max size for desktop */
    max-height: 100px; /* Adjust max size for desktop */
    object-fit: contain; /* Ensures quality remains high */
    display: block; /* Avoid alignment issues */
    margin: 0 auto; /* Center the logo */
    transition: all 0.3s ease; /* Smooth scaling effect */
}

/* Desktop View */
@media (min-width: 1024px) {
    .header-logo img {
        max-width: 300px; /* Adjust max size for desktop */
        max-height: 120px; /* Adjust max size for desktop */
    }
}

/* Tablet View */
@media (max-width: 1024px) and (min-width: 768px) {
    .header-logo img {
        max-width: 200px; /* Adjust size for tablets */
        max-height: 80px;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .header-logo img {
        max-width: 180px; /* Adjust size for mobile */
        max-height: 60px; /* Adjust size for mobile */
    }
    .mobile-logo img{
        max-width: 180px; /* Adjust size for mobile */
        max-height: 60px; /* Adjust size for mobile */
    }
}/* End custom CSS */