﻿
#hakkimizdaGiris .hakkimizda-card {
 
    display: flex;
    justify-content: flex-end;
}


/* ===============================
   SADECE ARAPÇA (RTL) GENEL CSS
   =============================== */

html, body {
 
}

/* Metin hizalaması */
body, p, span, div, h1, h2, h3, h4, h5, h6 {
    text-align: right !important;
}

/* Form elemanları */
input, textarea, select {
    direction: rtl !important;
    text-align: right !important;
}

::placeholder {
    text-align: right !important;
}

/* Listeler */
ul, ol {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
    margin-right: 0;
}

/* Tablolar */
table th, table td {
    text-align: right !important;
}

/* Navbar, breadcrumb ve menüler */
.navbar, .breadcrumb, .dropdown-menu {
 
}

/* Breadcrumb ayırıcı yönü düzelt */
.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    content: "›";
    padding-left: 0.5rem;
    padding-right: 0;
}

/* Bootstrap spacing (mantıksal düzeltmeler) */
.ms-auto {
 
}

.me-auto {
 
}

.ps-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
}

.pe-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
}

/* İkon hizalaması */
.bi, .fa {
    margin-left: .5rem !important;
    margin-right: 0 !important;
}

/* Modal, tooltip ve alert hizalaması */
.modal-content, .alert, .tooltip-inner {
    text-align: right !important;
    direction: rtl !important;
}

/* Carousel oklarını tersine çevir */
.carousel-control-prev {
    right: 0;
    left: auto;
}

.carousel-control-next {
    left: 0;
    right: auto;
}

/* Kart, panel, tablo başlıkları */
.card-title, .panel-title, th {
    text-align: right !important;
}
