.dropdown-item:hover {
    background-color: #4b47bd;
    color: #FFFFFF;
    border-radius: 5px;
}

.dropdown-menu {
    transform: translate3d(0px, 36px, 0px) !important;
    --bs-dropdown-padding-y : 0!important;


}


.requirements-columns {
    display: flex;
    gap: 20px;
}

.requirements-list {
    list-style: disc;
    padding-left: 20px;
    flex: 1;
}

.ustbar {
    background-color: #4b47bd;
    color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.user-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.contact-item, .action-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    white-space: nowrap;
}
.divider {
    color: rgba(255, 255, 255, 0.5);
}
a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #FFE000;
    text-decoration: none;
}
.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .ustbar {
        padding: 10px;
    }
    .contact-info, .user-actions {
        gap: 10px;
    }
    .contact-item:not(:first-child),
    .divider
    {
        display: none;
    }

}

.urun-adi-sag {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.badge-popular {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff0000; /* açık yeşil */
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    z-index: 10;
}

.badge-acikkaynak {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: lightgreen; /* açık yeşil */
    color: #13b105;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    z-index: 10;
}

.urunalani {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    background-color: #fff;
}



.product-image-container {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image {
    width: auto;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.product-details {
    flex: 1;
    padding: 30px;
    position: relative;
}
.open-source-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ebf7eb;
    color: #4caf50;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}
h1 {
    color: #1a237e;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}
.view-count {
    color: #616161;
    font-size: 15px;
    margin-bottom: 25px;
}
.view-count strong {
    color: #212121;
}
.action-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.control-buttons {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
    margin-bottom: 25px;
    align-items: center;
    height: 100%;
}
.btn-urun {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    flex: 1;
}
.demo-btn {
    background-color: #ff0000;
    color: white;
}
.demo-btn:hover {
    background-color: #000000;
    color: white;
}
.admin-btn {
    background-color: #ff7000;
    color: white;
}
.admin-btn:hover {
    background-color: #000000;
    color: white;
}

.control-btn {
    background-color: #009bff;
    color: white;
}
.control-btn:hover {
    background-color: #000000;
    color: white;
}


.icon {
    margin-right: 8px;
}
.price-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.discount-badge {
    background-color: #ff0500;
    color: white;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
    line-height: 1.2;
    min-width: 70px;
}
.discount-text {
    font-size: 24px;
}
.price-details {
    display: flex;
    flex-direction: column;
}
.old-price {
    color: #9e9e9e;
    text-decoration: line-through;
    font-size: 16px;
}
.current-price {
    color: #ff0a00;
    font-size: 30px;
    font-weight: bold;
}
.havale-price {
    background-color: #e2fae4;
    color: #009308;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: bold;
}
.system-requirements {
    margin-bottom: 30px;
}
.system-requirements h3 {
    color: #1a237e;
    font-size: 16px;
    margin-bottom: 15px;
}
.requirements-list {
    list-style-type: none;
}
.requirements-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.requirements-list li::before {
    content: "✓";
    color: #388e3c;
    font-weight: bold;
    margin-right: 10px;
}
.purchase-buttons {
    display: flex;
    gap: 10px;
}
.add-to-cart {
    flex: 1;
    background-color: #ff0700;
    color: white;
    border: none;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.add-to-cart:hover {
    flex: 1;
    background-color: rgb(255, 255, 255);
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
a.whatsapp-btn {
    flex: 1;
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

a.whatsapp-btn:hover {
    flex: 1;
    background-color: #FFFFFF;
    color: #4caf50;
    border: 1px solid #4caf50;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Mobil uyumluluk için media queries */
@media screen and (max-width: 992px) {
    .container {
        flex-direction: column;
    }
    .product-image-container {
        max-height: 100%;
    }
    .product-image {
        max-height: 100%;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding: 5px;
    }
    .product-details {
        padding: 20px;
    }
    .open-source-badge {
        top: 10px;
        right: 10px;
        font-size: 12px;
    }
    h1 {
        font-size: 24px;
        margin-top: 10px;
    }
    .action-buttons {
        flex-direction: column;
        gap: 8px;
    }
    .btn-urun {
        width: 100%;
    }
}

}

@media screen and (max-width: 576px) {
    .product-details {
        padding: 15px;
    }
    .price-container {
        flex-direction: column;
        align-items: start;
    }
    .discount-badge {
        margin-bottom: 10px;
        width: 200px;
        text-align: center;
    }
    .purchase-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .add-to-cart, a, .whatsapp-btn {
        width: 100%;
    }
    .current-price {
        font-size: 26px;
    }
    .havale-price {
        font-size: 14px;
        padding: 12px;
    }
    .system-requirements h3 {
        font-size: 15px;
    }
    .requirements-list li {
        font-size: 14px;
    }
}

.tab-container {
    max-width: 1300px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f9f9f9;
}

.tab-button {
    padding: 15px 20px;
    cursor: pointer;
    border: none;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #333;
    background-color: transparent;
    transition: all 0.3s ease;
}

.tab-button.active {
    color: white;
    background-color: #c62828;
}

.tab-content-container {
    padding: 20px;
}

.tab-content-urun {
    display: none;
    padding: 5px;
    background-color: white;
    border-radius: 4px;
}

.tab-content-urun.active {
    display: block;
}

.tab-content-urun h2 {
    margin-bottom: 20px;
    color: #333;
    font-size: 22px;
}

.tab-content-urun ul {
    list-style-position: inside;
    margin-left: 20px;
}

.tab-content-urun li {
    margin-bottom: 10px;
    line-height: 1.5;
}

/* Responsive styles */
@media (max-width: 768px) {
    .tabs {
        flex-direction: column;
    }

    .tab-button {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }

    .tab-button:last-child {
        border-bottom: none;
    }
}
