
body {
    padding-top: 120px;

    background: linear-gradient(
        180deg,
        #dbeafe 0%,
        #eef4ff 35%,
        #f8fafc 100%
    );

    min-height: 100vh;
}
.container,
.container-fluid {
    position: relative;
    z-index: 2;
}
body::before {
    content: "";

    position: fixed;
    inset: 0;

    background:
        radial-gradient(circle at top left,
        rgba(59,130,246,0.15),
        transparent 35%),

        radial-gradient(circle at top right,
        rgba(239,68,68,0.12),
        transparent 35%);

    z-index: -1;
}
.custom-cps-menu,
.product-card,
.right-menu-items,
.login-box {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.top-banner {
    background-color: rgb(255, 196, 198);
    color: rgb(255, 0, 0);
    font-weight: bold;
    text-align: center;
    z-index: 1000;
}

.fixheader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;

    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);

    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}


.font-14 { font-size: 14px; }
.font-13 { font-size: 13px; }
.font-12 { font-size: 12px; }
.font-11 { font-size: 11px; }


.style-scrollbar::-webkit-scrollbar {
    width: 6px;
}
.style-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.style-scrollbar::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}
.style-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}


.position-sticky {
    position: sticky !important;
}

.custom-cps-menu {
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    background-color: #ffffff;
}

.custom-cps-menu .list-group-item {
    border: none;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.custom-cps-menu .list-group-item i:first-child {
    color: #d70018; 
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.custom-cps-menu .arrow-icon {
    color: #999999 !important;
    font-size: 12px !important;
}

.custom-cps-menu .list-group-item:hover {
    background-color: #f3f4f6;
    color: #d70018;
}

.custom-cps-menu .list-group-item:hover .arrow-icon {
    color: #333333 !important;
}

.right-menu-items .list-group-item {
    border: none;
    color: #212529;
    padding-left: 15px;
    padding-right: 15px;
}

.right-menu-items .list-group-item:hover {
    background-color: #f8f9fa;
}


.cps-features-box {
    background-color: #ffffff;
}

.icon-circle {
    width: 45px;
    height: 45px;
    min-width: 45px;
    transition: all 0.3s ease;
}

.feature-item {
    transition: transform 0.2s ease;
    cursor: pointer;
}

.feature-item:hover {
    transform: translateY(-3px);
}

.feature-item:hover .icon-circle {
    background-color: #d70018 !important;
    color: #ffffff !important;
}

.product-card {
    position: relative; 
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #e5e5e5 !important; 
    border-radius: 12px !important; 
    padding: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03); 
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; 
    height: 100%;
}


.product-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 6px 15px rgba(215, 0, 24, 0.15); 
    border-color: #d70018 !important; 
}

.card {
    display: flex;
    flex-direction: column;
    height: 100%; 
}

.card-body {
    display: flex;
    flex-direction: column;
    padding: 8px 0 0 0;
}

.card-img-top {
    width: 100%;    
    height: 180px;   
    object-fit: contain;
    background-color: #ffffff; 
}

.btn {
    margin-top: auto; 
}

.badge-hot {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff4d4d; 
    color: white;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.btn-cps-red {
    background-color: #d70018;
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 12px;
    border: none;
    transition: all 0.3s;
    font-size: 14px;
}
.btn-cps-red:hover {
    background-color: #b50014;
    color: #ffffff;
}

.btn-cps-sm-red { 
    color: #d70018; 
    text-decoration: none; 
    text-align: center; 
    font-weight: 500; 
}
.btn-cps-sm-red:hover { 
    color: #b50014; 
}
