/*
Theme Name: Dr Afshary
Theme URI: https://adambarfi.co
Author: AdamBarfi Team
Author URI: https://adambarfi.co
Description: WordPress theme based on the Carenix medical HTML template. Starter theme scaffold.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dr-afshary
Tags: medical, clinic, bootstrap, responsive, starter
*/


/* Import main compiled CSS (keeps original hierarchy) */
@import url("assets/css/main.css");
@import url("assets/css/rtl.css");


html, body { height: 100%; }
body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }


.page-wrapper { min-height: 100vh; display: flex; flex-direction: column; }


.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }


/* Small theme-specific tweaks */
.site-title { font-weight: 600; font-size: 1.1rem; }

.custom-logo{
    margin: 10px;
}


.language-switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.language-switcher li a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.language-switcher li.active a {
    color: var(--theme-color, #007bff);
}

.language-switcher img {
    border-radius: 3px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .section-title .sub-title {
        font-size: 15px;
        padding: 8px 15px 8px 15px !important;
    }
}
