.site-logo img, 
.custom-logo, 
.elementor-widget-image:first-of-type img {
    width: 326px !important;
    height: 146px !important;
    max-width: 100% !important;
    object-fit: contain;
}


.elementor-section:first-of-type, 
.adhp-hero-ctas {
    min-height: 160px !important;
    contain: layout style;
    position: relative;
}


a, button, .elementor-button {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

/* 4. Font Display aur Rendering Optimization */
body, * {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}

@media screen and (max-width: 768px) {
    .elementor-section:first-of-type {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
}