﻿div#main {
    background: #f0f0f0 !important
}

@media (max-width: 768px) {
    .konsinye-info-section {
        padding: 15px !important;
        margin: 15px 0 !important;
    }

        .konsinye-info-section h2 {
            font-size: 16px !important;
        }

        .konsinye-info-section h3 {
            font-size: 14px !important;
        }

    .benefits-list div {
        margin-bottom: 6px !important;
    }

    .benefits-list span {
        font-size: 12px !important;
    }

    .why-consignment-box {
        margin-top: 15px !important;
    }

    .fixed-bottom-right-btn {
        bottom: 15px !important;
        right: 15px !important;
    }

        .fixed-bottom-right-btn button {
            padding: 8px 15px !important;
            font-size: 12px !important;
        }
}

@media (max-width: 576px) {
    .konsinye-info-section {
        padding: 10px !important;
    }

        .konsinye-info-section h2 {
            font-size: 14px !important;
        }

    .benefits-list span {
        font-size: 11px !important;
    }

    .fixed-bottom-right-btn button {
        padding: 6px 12px !important;
        font-size: 11px !important;
    }
}

/* Simple hover effect for the fixed button */
.fixed-bottom-right-btn button:hover {
    background: #dc3545 !important;
}

/* Sade Hover Efekti */
.btn-primary:hover {
    background: linear-gradient(135deg, #dc3545, #a2060c) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(162, 6, 12, 0.3) !important;
}


.degerleme-btn {
    background: linear-gradient(135deg, #d10000, #8b0000);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 18px 30px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 20px rgba(209, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

    .degerleme-btn:hover {
        background: linear-gradient(135deg, #a2060c, #dc3545);
        box-shadow: 0 10px 25px rgba(209, 0, 0, 0.5);
        transform: scale(1.03);
    }

    .degerleme-btn i {
        font-size: 18px;
    }

.btn-konsinye-platin {
    background: linear-gradient(#a12828, #9f2d2d) !important;
    color: white;
    font-size: 15px;
    padding: 10px 32px;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(0, 64, 133, 0.4), 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

.jconfirm-scrollpane .jconfirm-title {
    color: #000 !important;
}