body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f4f4f4;
}

.menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.menu a:hover {
    text-decoration: underline;
}

/* Menü */
.menu {
    background-color: #e60000;
}

.menu td {
    padding: 12px;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.menu a:hover {
    text-decoration: underline;
}

/* Genel içerik alanı */
.container {
    background-color: white;
}

/* Başlıklar */
h1, h2, h3 {
    color: #1c1c1c;
}

/* Metinler */
p, font {
    line-height: 1.6;
}

.card {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.card:hover {
    box-shadow: 0 0 18px rgba(0,0,0,0.2);
}

/* Mobil uyum */
@media (max-width: 768px) {

    /* Menü */
    .menu td {
        display: block;
        text-align: center;
        padding: 10px;
    }

    /* Banner görsel */
    img {
        max-width: 100%;
        height: auto;
    }

    /* Kartlar */
    .card {
        margin-bottom: 20px;
    }

    /* Tablo sütunları alt alta */
    table tr {
        display: block;
    }

    table td {
        width: 100% !important;
        display: block;
        text-align: center;
    }
}
.menu td {
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.menu td a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: block;
}

/* ÜZERİNE GELİNCE */
.menu td:hover {
    background-color: #e60000;
    transform: translateY(-2px);
}

/* AKTİF SAYFA */
.menu td.active {
    background-color: #b30000;
}

.menu td.active {
    background-color: #b30000;
}

.menu td.active a {
    color: #fff;
}
body {
    margin: 0;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    background-color: #f4f4f4;
}
h1, h2, h3 {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.footer {
    background-color: #111;
    color: #ddd;
}

.footer h3 {
    color: #fff;
    margin-bottom: 10px;
}

.footer a {
    color: #ccc;
    text-decoration: none;
}

.footer a:hover {
    color: #e60000;
}

.footer p {
    font-size: 14px;
    line-height: 1.6;
}

.footer table {
    max-width: 1200px;
    margin: auto;
}

.footer .copyright {
    text-align: center;
    padding: 10px;
    background-color: #000;
    font-size: 13px;
}
.section {
    background-color: #fff;
    padding: 30px;
    margin: 30px auto;
    max-width: 1100px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border-left: 5px solid #b30000;
}
h1 {
    border-bottom: 3px solid #b30000;
    padding-bottom: 10px;
}

h2 {
    color: #b30000;
    margin-top: 30px;
}
.whatsapp-btn {
    display: inline-block;
    background-color: #25D366;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.whatsapp-btn:hover {
    background-color: #1ebe5d;
}
.menu td {
    position: relative;
}

.menu td::after {
    content: "";
    position: absolute;
    left: 20%;
    bottom: 5px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.menu td:hover::after,
.menu td.active::after {
    width: 60%;
}
.menu td {
    position: relative;
}

.menu td::after {
    content: "";
    position: absolute;
    left: 20%;
    bottom: 5px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.menu td:hover::after,
.menu td.active::after {
    width: 60%;
}
.banner {
    background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
                url("../images/banner.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 120px 20px;
    text-align: center;
}

.banner h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.banner p {
    font-size: 18px;
    max-width: 700px;
    margin: auto;
}

.banner-btn {
    display: inline-block;
    margin-top: 30px;
    background-color: #b30000;
    color: #fff;
    padding: 14px 30px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
}

.banner-btn:hover {
    background-color: #e60000;
}
