
.carousel-img {
    width: 100%;
    height: 700px; /* Masaüstü yüksekliği */
    object-fit: cover;
}

.carousel-caption.custom-caption-left {
    position: absolute;
    top: 0;
    left: 200px;
    width: 350px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-text {
  font-size: 1.2rem; /* normal boyut */
}

@media (max-width: 576px) { /* mobil için */
  .brand-text {
    font-size: 0.9rem; /* mobilde küçültüldü */
  }
  .navbar-brand img{
    width: 50px;
  }
}


@media (max-width: 768px) {
    .container {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .carousel-img {
        height: 60vh; /* Mobilde ekran yüksekliği */
    }

    #turkiyeMap {
        height: 40vh !important; /* Mobilde daha kısa */
    }

    .carousel-caption.custom-caption-left {
        position: relative;
        width: 100%;
        left: 0;
        height: auto;
        background-color: rgba(0,0,0,0.6);
        padding: 20px;
        margin-top: -100px; /* Görsel üstüne bindirme */
    }
}


/* Duyuru kartları modern */
.card-body h5 {
    font-weight: 600;
}

.card-body p {
    font-size: 0.95rem;
}

/* Footer her zaman alt */
body.d-flex {
    min-height: 100vh;
    flex-direction: column;
}

main.flex-fill {
    flex: 1 0 auto;
}


footer {
    background-color: #222;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #0d6efd; /* Bootstrap primary */
}
