html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background-color: #121212;
    color: #f0f0f0;
    font-family: 'Segoe UI', sans-serif;
}

a, a:hover {
    color: #03dac6;
}

.navbar, .footer {
    background-color: #1f1f1f;
    color: white;
    padding: 10px 0;
    text-align: center;
}

.card {
    background-color: #1e1e1e;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

input, select, textarea, button {
    background-color: #2c2c2c;
    color: #fff;
    border: 1px solid #444;
}

.carousel-inner img {
    max-height: 400px;
    object-fit: cover;
}

/* WhatsApp Sabit Buton */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
}

/* WhatsApp Butonu - Saš Alta Sabit */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

    .whatsapp-button:hover {
        background-color: #1eb851;
        transform: scale(1.05);
    }

.whatsapp-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.whatsapp-text {
    font-size: 14px;
    font-weight: 500;
}
/*{
  margin-bottom: 60px;
}*/