/*
Theme Name: Argyro Leventi
Theme URI:
Author: Antonios Pagidas
Author URI:
Description: A clean, modern WordPress theme for Dr. Argyro Leventi, Otorhinolaryngologist (ENT Specialist). A standalone one-page site built with Tailwind CSS showcasing ear, nose, and throat medical services.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: argyro-leventi
Tags: medical, healthcare, ent, otorhinolaryngology, one-page, tailwind, custom-background
*/

/* =============================================
   Base / Reset — Tailwind handles the rest
   ============================================= */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Smooth anchor scroll offset for fixed header */
:target {
    scroll-margin-top: 5rem;
}

/* Custom select arrow reset */
select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1.25em 1.25em;
    padding-right: 2.5rem;
}
