/*
Theme Name: Dr Günay Arslan
Theme URI: https://www.drgunayarslan.com/
Author: Simurgh Media (WP port)
Author URI: https://www.drgunayarslan.com/
Description: Dr Günay Arslan medikal estetik kliniği için Reine HTML5 tema bazlı özel WordPress teması.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drgunay
Tags: medical, beauty, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Theme metadata only — actual styles loaded from assets/smapp/ via functions.php */

/* GTranslate floating wrapper — plugin position vermiyor, biz veriyoruz */
.gtranslate_wrapper {
    position: fixed !important;
    bottom: 100px;          /* sticky-bar (telefon/whatsapp) üstünde */
    right: 20px;
    z-index: 99998;
}
@media (max-width: 768px) {
    .gtranslate_wrapper {
        bottom: 90px;
        right: 12px;
    }
}

/* Header dil seçici (GTranslate gt-link) */
.header-lang-switcher {
    display: inline-flex;
    align-items: center;
    margin-right: 18px;
    vertical-align: middle;
}
.header-lang-switcher .gt_white_content,
.header-lang-switcher .gtranslate_wrapper {
    display: inline-flex;
    align-items: center;
}
.header-lang-switcher a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid currentColor;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: inherit;
    text-decoration: none !important;
    transition: all .2s ease;
}
.header-lang-switcher a:hover {
    background: currentColor;
}
.header-lang-switcher a:hover span,
.header-lang-switcher a:hover {
    color: #fff;
}
.header-lang-switcher img {
    width: 18px;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
@media (max-width: 1024px) {
    .header-lang-switcher { margin: 14px; }
}

/* Sticky bar (Arayın / Randevu / WhatsApp) içeriği örtmesin diye body'ye alt boşluk */
body { padding-bottom: 80px !important; }
@media (max-width: 768px) {
    body { padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px)) !important; }
}

/* Sticky bar — masaüstünde de yazılar yatay (mobil zaten yatay) */
@media (min-width: 769px) {
    .simurgh-fixed-bar .simurgh-fixed-bar__container__item {
        flex-direction: column;
        gap: 4px;
        padding: 10px 14px;
    }
    .simurgh-fixed-bar .simurgh-fixed-bar__container__text {
        writing-mode: horizontal-tb;
        text-align: center;
    }
}

/* Footer sosyal medya — TikTok ve X için inline SVG (FA 5.10'da yok).
   Reine'in flaticon span'larıyla aynı boyut/hizalama. */
.bottom-footer-socials .drg-social-svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 1;
    vertical-align: middle;
}
.bottom-footer-socials .drg-social-svg svg {
    width: 22px;
    height: 22px;
    display: block;
}

/* WP-specific tweaks */
.alignleft  { float: left;  margin-right: 1em; }
.alignright { float: right; margin-left: 1em; }
.aligncenter { display: block; margin: 0 auto; }
.wp-caption img { max-width: 100%; height: auto; }
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    overflow: hidden;
}
