﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
html {
    scroll-behavior: smooth;
}

.product-img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.product-img:hover {
        transform: scale(1.03); /* Hafif büyüme */
        box-shadow: 0 10px 30px rgba(0, 128, 128, 0.3); /* Turkuaz gölge */
    }
/* Hero başlığı için özel ve zarif tasarım */
.hero-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 300 !important; /* Ritma gibi ince ve modern */
    font-size: 3rem !important; /* Biraz daha görkemli */
    color: #2c3e50 !important; /* Üst kısım: Koyu füme/Siyah tonu */
    text-transform: none !important; /* Büyük harf zorlamasını kaldırır */
    line-height: 1.2 !important;
}

    .hero-title .highlight {
        color: #008080 !important; /* Alt kısım: Irmak Turkuazı */
        font-weight: 500 !important; /* Turkuaz kısım bir tık daha belirgin */
        display: block; /* Alt satıra tam oturması için */
        margin-top: 10px;
    }
.dark body, .dark header, .dark footer, .dark section {
    background-color: #0f172a !important; /* Derin gece mavisi/siyah */
    color: #f8fafc !important; /* Kar beyazı yazı */
}

.dark .bg-white {
    background-color: #1e293b !important;
}
