body {
    font-family: Arial, sans-serif;
}

header {
    background-size: cover;
        margin-top: 80px; /* Carousel'in biraz aşağı inmesini sağlar */ 
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.card-text {
    font-size: 1rem;
}

footer {
    background-color: #343a40;
    color: #fff;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
        bottom: 0;
        width: 100%;
}






.logo-img {
    height: 80px; /* Logoyu büyüttük */
    margin-right: 10px; /* Yazı ile arasına boşluk bıraktık */
}

.logo-text {
    font-size: 1rem; /* Yazıyı büyüttük */
    font-weight: bold;
    font-family: 'Georgia', serif; /* Şık bir font kullandık */
    color: #003366; /* Avukatlık için uygun bir mavi tonu */
}
.carousel-inner img {
    max-height: 500px; /* Maksimum yükseklik belirledik */
    object-fit: cover; /* Resmin oranlarını koruyarak sığdırır */
}


.team-leader {
    width: 250px; /* Büyük resim */
    height: 250px;
    object-fit: cover;
}

.team-member {
   
        width: 150px; /* Tüm resimleri aynı genişliğe getir */
        height: 150px; /* Yüksekliği de aynı yap */
        object-fit: cover; /* Resmin orantılı kırpılmasını sağlar */
        border-radius: 50%; /* Yuvarlak şekil verir */
        display: block; /* Ortalamayı düzgün yapar */
        margin: 0 auto 10px; /* Ortalamak için */
  
}
.team-member1 {
   
    width: 150px; /* Tüm resimleri aynı genişliğe getir */
    height: 150px; /* Yüksekliği de aynı yap */
    object-fit: cover; /* Resmin orantılı kırpılmasını sağlar */
    border-radius: 50%; /* Yuvarlak şekil verir */
    display: block; /* Ortalamayı düzgün yapar */
    margin: 0 auto 10px; /* Ortalamak için */

}
a {
    text-decoration: none !important;
}
.fixed-size-img {
    width: 85%; /* Resimlerin genişliği %100 olacak */
    height: 100%; /* Resimlerin yüksekliği 420px olacak */
    object-fit: cover; /* Resimler kutuya sığacak şekilde kırpılacak */
}

.navbar {
    padding: 1rem;
}

.navbar .navbar-brand .logo-text {
    font-size: 1rem;
    font-weight: bold;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('image/adaletresi.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    position: relative;
}

/* Arka planı karartmak için */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Siyah filtre (%50 opaklık) */
    z-index: 1;
}

/* Yazının üstte kalmasını sağlamak için */
.hero-section > .text-center {
    position: relative;
    z-index: 2;
}

.hero-sectioniletisim {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('image/iletisim.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    position: relative;
}

.hero-sectioniletisim::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Resmi %50 karartır, isteğe göre artırılabilir */
}

.hero-sectionekibimiz{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('image/ekibimiz.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    
}
.hero-sectionekibimiz::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Resmi %50 karartır, isteğe göre artırılabilir */
}
.hero-sectioncalisma{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('image/calisma.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    
    
}
.hero-sectioncalisma::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Resmi %50 karartır, isteğe göre artırılabilir */
}

.hero-sectionhakkimizda{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('image/hakkimizda.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}

.hero-sectionhakkimizda::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Resmi %50 karartır, isteğe göre artırılabilir */
}

.btn-danger {
    background-color: #e74c3c;
    border: none;
    padding: 10px 20px;
    font-size: 1.2rem;
}

.hero-section p,
.hero-section h6,
.hero-section a {
    position: relative;
    z-index: 2;
}

nav {
    padding: 10px 0; /* Navbar'ı incelt */
}

.navbar-brand img {
    height: 65px; /* Logoyu küçültmek için */
}

.navbar-nav .nav-link {
    font-size: 15px !important; 
    font-weight: bold; /* Yazıları kalın yap */
    padding: 10px 15px; /* Yazıların tıklama alanını düzenle */
}

.logo-text {
    color: black; /* Başlangıçta siyah */
    transition: color 0.5s ease-in-out;
    font-size: 1rem; /* Logo yanındaki yazıyı büyüt */
}
.logo-textiletisim {
    color: white; /* Başlangıçta siyah */
    transition: color 0.5s ease-in-out;
    font-size: 1rem; /* Logo yanındaki yazıyı büyüt */
}

.scroll .logo-text {
    color: white !important; /* Navbar mavi olunca yazı beyaz olacak */
}

.navbar {
    background-color: transparent !important;
    transition: background-color 0.5s ease-in-out;
}

.scroll {
    background-color: rgb(9, 9, 50) !important;
}


.nav-link{
    color: white !important;
}
.navbar-toggler{
    background-color: white;
}
.btn-danger{
    background-color:#091e68 ;
    border-color: #091e68;
    color: yellow;        
}
.btn-danger:hover{
    background-color:yellow ;
    border-color: #091e68;
    color: white;
}
.scroll{
   color: white;
    background-color:rgb(9, 9, 50);
}
nav{
transition: background-color 500ms linear;
-webkit-transition: background-color 500ms linear;
-ms-transition: background-color 500ms linear;

border: none;
}

.social a i
{
display: inline-block;
filter: invert(1);
transform: scale(0.5);
transition: 0.5s;
color: rgb(40, 101, 214);
}
.social a i:hover
{
transform: scale(0.5) translateY(-15px);
}

.footer-container {
    background-color:  rgb(9, 9, 50);
    color: white;
    padding: 15px;
    margin-top: 20px;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
}

.advantage-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-top: 30px; /* Üstten boşluk */
    margin-bottom: 30px; /* Alttan boşluk */
}

.advantage-box:hover {
    background: #091232;
    color: white;
    transform: translateY(-10px);
}

.advantage-icon {
    font-size: 50px;
    color: #091232;
    transition: all 0.3s ease-in-out;
}

.advantage-box:hover .advantage-icon {
    color:  #77d4f4;
    transform: scale(1.2);
}

h4 {
    margin-top: 15px;
    font-weight: bold;
}

p {
    font-size: 16px;
}

/* Bölümün genel olarak üst ve alt boşluğunu artırdım */
section.container {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* .bebas-neue-regular {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
  } */

  
  .tangerine-bold {
    font-family: "Tangerine", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .service-box {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    transition: transform 0.3s ease;
    width: 100%;
    border-radius: 10px;
}

.image-container:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-container:hover .overlay {
    opacity: 1;
}

.about-section {
    position: relative;
    padding: 80px 0;
}

/* Görsel Konteyner */
.image-container {
    overflow: hidden;
    border-radius: 15px;
}

.image-container img {
    transition: transform 0.4s ease-in-out;
}

.image-container:hover img {
    transform: scale(1.05);
}

/* Başlık ve Paragraf Animasyonu */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-in-out forwards;
}

.delay-1 {
    animation-delay: 0.3s;
}

.delay-2 {
    animation-delay: 0.6s;
}

/* Buton Tasarımı */
.custom-btn {
    background-color: #77d4f4;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s, transform 0.3s;
}

.custom-btn:hover {
    background-color: rgb(30, 30, 100);
    transform: translateY(-3px);
    color: white;
}

.navbar-nav .nav-link {
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color:  #77d4f4 !important; /* İstediğin renge göre değiştirebilirsin */
}


.hero-text {
    font-size: 2.5rem;
    font-weight: bold;
    opacity: 0;
}

.keyword {
    color:  #77d4f4 ;
    font-size: 5rem;
    font-weight: 500;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#keywords-container {
    position: relative;
    height: 50px; /* Kelimelerin görünmesi için sabit bir alan */
    margin-top: 0px;
}


 /* Ortalamak için genel ayarlar */
 section {
    text-align: center; /* Yazıları yatayda ortala */
}

section h2 {
    margin-bottom: 20px; /* Başlık ile yazı arasına boşluk ekle */
}

section p {
    max-width: 800px; /* Paragrafların çok geniş olmasını engelle */
    margin: 0 auto; /* Paragrafları ortala */
}

section ul {
    list-style-type: none; /* Liste madde işaretlerini kaldır */
    padding: 0; /* Listeden ekstra boşlukları kaldır */
}

section ul li {
    margin-bottom: 10px; /* Liste elemanları arasına boşluk ekle */
    text-align: left; /* Listeyi sola hizala */
    display: inline-block; /* Liste öğelerini yatayda sıralamak için */
    width: 100%; /* Liste elemanlarının tamamını kapsayacak şekilde */
}

/* Off-canvas menüsünün arka planını siyah yap */
.offcanvas-start {
    background-color: #091232 !important; /* Siyah arka plan */
}

/* Yazı rengini beyaz yapmak */
.offcanvas-body {
    color: #fff; /* Beyaz yazı rengi */
}

/* Menüdeki öğeler için de yazı rengini beyaz yap */
.offcanvas-nav .nav-link {
    color: #fff; /* Menü öğeleri beyaz olacak */
}

.offcanvas-nav .dropdown-menu .dropdown-item {
    color: #fff; /* Dropdown menü öğeleri beyaz olacak */
}

.akbank-logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 250px;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}

.akbank-logo:hover {
    filter: none;
}

.modal-body p, .modal-body li{
    color: #000; /* Siyah renk */
}

.team-member {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
    transition: transform 0.3s ease, filter 0.3s ease, background-color 0.3s ease; /* Transform, filtre ve arka plan rengi geçişi */
}

.team-member:hover {
    transform: translateY(-10px);
    filter: hue-rotate(50deg);
    background-color: rgb(9, 9, 50); /* Arka plan rengini ekledik */
    box-shadow: 0 0 10px #a7e7fa;
}

.value-item {
    display: inline-block; /* İkon ve metnin yan yana durmasını sağlar */
    margin-bottom: 0.5rem;
    padding: 0.3rem;
    border-radius: 5px; /* Hafif yuvarlak köşeler */
    transition: background-color 0.3s ease; /* Yumuşak geçiş efekti */
}


.value-item i {
    margin-right: 0.5rem; /* İkon ile metin arasında boşluk */
    color: #007bff; /* İkon rengi (isteğe göre değiştirilebilir) */
}

.modal-body{
    color: black;
}

.offcanvas-header{
 background-color: white;
}

    /* Mevcut stilleriniz burada */
    @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }
    @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

    /* --- YENİ EKLENEN MOBİL NAVBAR STİLLERİ --- */
    @media (max-width: 767.98px) {
      .navbar-brand .logo-text {
        font-size: 13px; /* Mobil için daha küçük bir yazı boyutu */
        margin-left: 8px;
        vertical-align: middle; /* Yazıyı dikeyde ortalamak için */
      }
      .navbar-brand .logo-img {
         height: 30px;
         width: auto;
         vertical-align: middle; /* Logoyu dikeyde ortalamak için */
       }
       /* Marka alanının dikey hizalamasını iyileştirme */
       .navbar-brand {
         display: flex;
         align-items: center; /* Dikey hizalama için flexbox kullan */
       }
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
        .navbar-brand .logo-text {
           font-size: 15px; /* Tabletler için orta boyut */
           margin-left: 10px;
       }
    }
    /* --- MOBİL NAVBAR STİLLERİ   --- */
