/* OTAG RENK KORUMALI TOK DURUŞ KODU */

/* 1. Başlıkların sadece kalınlığını ve fontunu sabitle, renge dokunma */
h1, h2, h3, h4, 
.elementor-heading-title, 
.elementor-widget-heading .elementor-heading-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important; /* Yazıları kalın ve tok yapar */
    line-height: 1.2 !important;
    -webkit-font-smoothing: antialiased; 
    opacity: 1 !important; /* Şeffaflığı kaldırır */
}

/* 2. Ana sayfa ana başlığına o çok özel ekstra kalınlığı ver */
.home h1.elementor-heading-title {
    font-weight: 800 !important; 
}

/* 3. Buton ve menü metinlerini belirginleştir */
.main-navigation a, 
.elementor-button-text {
    font-weight: 600 !important;
}
/* WPForms Onay Kutusu Linklerini Her Zaman Görünür Yap */
.wpforms-container .wpforms-field-label a,
.wpforms-container .wpforms-field-description a,
.wpforms-container .wpforms-field-checkbox label a {
    color: #001f3f !important; /* OTAG Laciverti - Her zaman görünür renk */
    text-decoration: underline !important; /* Okunurluk için alt çizgi */
    opacity: 1 !important; /* Şeffaflığı kapat */
    display: inline-block !important;
}

/* Kursor üzerine geldiğindeki efekt */
.wpforms-container .wpforms-field-checkbox label a:hover {
    color: #ffcc00 !important; /* OTAG Sarısı */
    text-decoration: none !important;
}
/* Fluent Forms Onay Kutusu ve Metin Linklerini Görünür Yap */
.fluentform .ff-el-group label a,
.fluentform .ff-el-form-check label a,
.fluentform .ff-el-help-block a {
    color: #001f3f !important; /* OTAG Laciverti - Her zaman görünür renk */
    text-decoration: underline !important; /* Link olduğunu belli eden alt çizgi */
    opacity: 1 !important; /* Şeffaflığı kapat */
    font-weight: 600 !important; /* Biraz daha belirgin olması için kalınlık */
}

/* Kursor üzerine geldiğindeki efekt (Hover) */
.fluentform .ff-el-group label a:hover,
.fluentform .ff-el-form-check label a:hover {
    color: #ffcc00 !important; /* Üzerine gelince OTAG Sarısı olur */
    text-decoration: none !important;
}