/*
Theme Name: Vahit Mutlu Theme
Theme URI: https://vmbrand.com
Author: Vahit Mutlu
Description: Görsel Marka Danışmanı için özel HTML/Tailwind teması.
Version: 1.0
*/

/* WordPress Zorunlu Stilleri */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }

/* Özel Stillerimiz (HTML'den taşıdık) */
.hero-pattern {
    background-color: #7a303f;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

.smooth-scroll {
    scroll-behavior: smooth;
}

body {
    font-feature-settings: "kern";
    text-rendering: optimizeLegibility;
}

/* Mobil Menü için ek düzenlemeler */
#mobile-menu ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#mobile-menu a {
    display: block;
    padding: 0.5rem;
}