.header-baslik {
    text-align: left;
    font-weight: bold;
}

.header-baslik h1 {
    font-size: 24px;

}

.header-baslik span {
    opacity: 0.8;
}

.header-baslik hr {
    margin: 5px 0 20px 0;
}

.ilan-detay-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 0px 20px;
    align-items: flex-start;
}

/* İlan Görselleri */
.ilan-gorseller {
    flex: 2;
    max-width: 700px;
}

.ilan-gorseller img.ana-resim {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.thumbnail-list {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #4F6CFF #ddd;
}

.thumbnail-list::-webkit-scrollbar {
    height: 5px;
}

.thumbnail-list::-webkit-scrollbar-thumb {
    background: #4F6CFF;
    border-radius: 10px;
}

.thumbnail-list img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s;
}

.thumbnail-list img:hover {
    transform: scale(1.1);
}

.thumbnail-list img {
    cursor: pointer;
}

.thumbnail-list img:hover {
    opacity: 0.8;
}

.thumbnail-list img:active {
    opacity: 0.6;
}

.thumbnail-list img {
    cursor: pointer;
}

.thumbnail-list img:hover {
    opacity: 0.8;
}

.thumbnail-list img:active {
    opacity: 0.6;
}

/* Satıcı Bilgileri */
.satici-bilgi-container {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 350px;
}

.satici-bilgi-container h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.satici-bilgi-container p {
    margin: 5px 0;
}

.ilan-fiyat {
    font-size: 22px;
    font-weight: bold;
    color: #d32f2f;
}


/* Sekmeler */
.tab-menu {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.w-100 section ul li {
    list-style-type: none;
}

.list-kaldirma {
    list-style-type: none;
}

.acilir-content {
    display: none;
    /* Varsayılan olarak gizli */
    max-width: 100%;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.acilir-content:first-child {
    display: block;
}

.acilir-link {
    background: none;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    border-bottom: 3px solid transparent;
}

.acilir-link.active,
.acilir-link:hover {
    color: #4F6CFF;
    border-bottom: 3px solid #4F6CFF;
}



/* Responsive */
@media (max-width: 768px) {
    .ilan-detay-container {
        flex-direction: column;
        align-items: center;
    }



    .ilan-gorseller {
        max-width: 100%;
    }

    .ilan-gorseller img.ana-resim {
        max-height: 350px;
    }

    .header-baslik,
    .satici-bilgi-container {
        display: none;
    }

    .satici-bilgi-container {
        margin-top: 20px;
        max-width: 100%;
    }

    .tab-menu {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

.whatsapp-button {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.whatsapp-button:hover {
    background-color: #1EBE5D;
}

.table-container {
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    background: linear-gradient(135deg, #4F6CFF, #3A50D9);
    color: white;
    font-size: 18px;
    padding: 14px;
    text-align: left;
}

td {
    padding: 14px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #e6e6ff;
    transition: background 0.3s ease-in-out;
}

.price {
    font-weight: bold;
    color: #ff3333;
    font-size: 18px;
}

.hidden-rows {
    display: none;
}

.show-more {
    display: block;
    width: 100%;
    padding: 10px;
    background: #4F6CFF;
    color: white;
    text-align: center;
    cursor: pointer;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 10px;
}

.show-more:hover {
    background: #3A50D9;
}

@media (max-width: 600px) {
    .table-container {
        padding: 10px;
    }

    th,
    td {
        font-size: 14px;
        padding: 10px;
    }
}

@media (max-width: 425px) {
    .table-container {
        padding: 5px;
    }

}

@media (max-width: 375px) {
    .table-container {
        padding: 2px;
    }

    th,
    td {
        font-size: 12px;
        padding: 5px;
    }
}

@media (max-width: 320px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }
}