#services {
    background: radial-gradient(var(--primary-color), transparent);
}


.service_filter_wrap {
    padding: 30px 0px;
}
.service_filter_btn_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

@media(max-width:725px){
    .service_filter_btn_wrap{
        grid-template-columns: repeat(2, 1fr);
    }
}
.service_filter_btn {
    padding: 10px 25px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
    text-align: left;
}
.service_filter_btn .icon, .service_filter_btn .text {
    pointer-events: none;
    background: transparent;
    display: ruby;
}

#service-description{
    color:white;
}
.order-now{
    padding: 7px;
    border-radius: 15px;
    margin: 0px 17px;
}
.search-area{
    background: linear-gradient(45deg, #6600ff, #ff0066, #0066ff, #00cccc) !important;
}
#category , .form-control{
    background:#fff !important;
    color:black !important;
}
.accordion-button {
    background: linear-gradient(45deg, #6600ff, #ff0066, #0066ff, #00cccc) !important;
    color: var(--white);
}

.service-page .table tr {
    background: #5e81ff;
    border: none;
    color: wheat;
}

.view{
    background: #d01fa7;
    border-radius: 10px;
    font-weight: 900;
}
.view-max{
    background: #ff000061;
    border-radius: 10px;
    font-weight: 900;
}
.view-min{
    background: #00fffd61;
    border-radius: 10px;
    font-weight: 900;
}
.view-avg{
    background: #b700ff47;
    border-radius: 10px;
    font-weight: 900;
}
.view-p{
    text-wrap-mode: nowrap;
    background: #b700ff47;
    border-radius: 10px;
    font-weight: 900;
}
.dark-mode .service-page .table tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #fff;
    color: #000;
}
.dark-mode .service-page .table tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: #D3D3D3;
    color: #000;
}
.service-page .table tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #fff;
    color: #000;
}
.service-page .table tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: #D3D3D3;
    color: #000;
}
/* ===================================================== service curd in mobile  -=======================================*/
.service-card {
    max-width: 450px;
    margin: 0 auto;
    background: #e6757582;
    border: 1px solid #dee2e6;
    padding: 25px 15px;
    text-align: center;
}

.id-badge {
    background-color: #1000ff;
    color: white;
    padding: 5px 25px;
    border-radius: 12px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

.description {
    font-size: 0.95rem;
    color: #111;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 20px;
}

.label-text {
    color: #ffffff;
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.info-box {
    border-radius: 12px;
    padding: 8px 5px;
    font-weight: 700;
    font-size: 1rem;
}

.bg-navy {
    background-color: #ff9d00;
    color: white;
}

.bg-light-blue-1 {
    background-color: #00d8a99c;
    color: #fff;
}
.bg-light-blue-2 {
    background-color: #d901ff;
    color: #fff;
}

.timer-text {
    font-weight: 500;
    color: #333;
    margin: 15px 0;
}

.btn-view {
    background-color: #76006c;
    color: white;
    border-radius: 25px;
    padding: 8px 50px;
    font-weight: 700;
    border: none;
    transition: opacity 0.2s;
}

.btn-view:hover {
    color: white;
    opacity: 0.9;
}

hr {
    margin: 30px 0;
    border-top: 1px solid #dee2e6;
    opacity: 1;
}
        
#service-card > *:nth-child(odd) {
    border-radius: 10px;
    padding-top: 10px;
    background-color: #f7648d9e;
}
#service-card > *:nth-child(even) {
    border-radius: 10px;
    padding-top: 10px;
    background-color: gray;
}

.accordion-item{
        border: none !important;
}