/*
Theme Name: Mehedi IT Clinic Theme
Theme URI: https://mehediit.com
Author: Mehedi IT Solution
Author URI: https://mehediit.com
Description: A modern, super fast, Customizer-ready theme for Shahjalal Diagnostic Clinic.
Version: 5.0.3
Requires at least: 5.9
Requires PHP: 7.4
Text Domain: mehedi-it-solution
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * This file is primarily used for theme metadata.
 * Most styles are handled via Tailwind CSS and inline styles enqueued in functions.php.
 */

body {
    font-family: 'Anek Bangla', sans-serif;
}

/* Swup SPA Transitions */
.transition-fade { transition: 0.3s; opacity: 1; }
html.is-animating .transition-fade { opacity: 0; }

@keyframes shimmer { 100% { transform: translateX(100%); } }

/* Page Hero Banner Custom Height & Padding Adjustments */
.page-hero-banner {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    min-height: 250px !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    box-sizing: border-box;
}

/* Ensure padding-top and bottom are controlled on mobile/desktop */
@media (min-width: 768px) {
    .page-hero-banner {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}