.elementor-6911 .elementor-element.elementor-element-6937d3d{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b3a7cbe *//* Fix Logo Size in Header */
header .flex-shrink-0 img {
    height: 3rem; /* Equivalent to Tailwind's h-12 for mobile */
    max-width: 150px; /* Cap logo width for mobile */
    width: auto; /* Maintain aspect ratio */
}

@media (min-width: 768px) {
    header .flex-shrink-0 img {
        height: 4rem; /* Equivalent to Tailwind's h-16 for desktop */
        max-width: 200px; /* Larger width for desktop */
    }
}/* End custom CSS */