/*
Theme Name: Jan General Home Services
Theme URI: https://jan.com
Author: Your Name
Description: Custom WordPress theme for Jan General Home Services
Version: 1.0
Text Domain: jan-general-services
*/
html { scroll-behavior: smooth; }
       .h-12{
        position: absolute;
        top: -1.5rem;
        left: 48px;
        height: 8rem !important;       
        width: auto;                            
       }
       .logo-transparent {
        /* Syntax: offset-x | offset-y | blur-radius | color */
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.25));
        transition: filter 0.3s ease;
        }

        /* Optional hover elevation */
        .logo-transparent:hover {
        filter: drop-shadow(3px 6px 12px rgba(0, 0, 0, 0.35));
        }
        .mx-auto {
            position: relative !important;
        }