﻿/* 🔹 SERVICES SECTION */
.modal-content {
    background: linear-gradient(180deg, #111, #000);
}

.text-gold {
    color: #d4af37;
}

.btn-gold {
    background: #d4af37;
    color: #000;
    font-weight: bold;
}

    .btn-gold:hover {
        background: #c9a634;
    }


/*.allData {*/
  /*  width: 100%;
    max-width: 100%;*/
    /*height: 500px;
    margin-right: auto;
    margin-left: auto;
}

.allSections {*/
    /*width: 100%;*/
    /*height: 500px;
    margin: 0 auto;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    position: relative;
    transition: transform 0.6s ease;
    scrollbar-width: none;*/
    /* Firefox */
    /*-ms-overflow-style: none;*/
    /* IE */
    /*scroll-snap-type: y mandatory;
    overscroll-behavior: contain;
}

    .allSections::-webkit-scrollbar {
        display: none;*/
        /* Chrome, Safari */
    /*}

.allSections-inner {
    transition: transform 0.6s ease;
}

.mySection {
    height: 500px;*/
    /*width: 100%;*/
    /*display: flex;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    font-size: 8em;
    font-weight: 800;
    color: rgba(0, 0, 0, .25);
    text-transform: uppercase;
    background: var(--clr);*/
    /*scroll-snap-align: start; */
    /*color: #fff;
}

.myHeader {
    position: sticky;
    top: 80px;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    background: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px 0;
}

    .myHeader ul {
        display: flex;
        gap: 10px;
    }

        .myHeader ul a {
            position: relative;
            text-decoration: none;
            padding: 12px 20px;
            color: #fff;
            font-weight: 500;
        }

            .myHeader ul a.active {
                background: var(--clr);
                color: #333;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

                .myHeader ul a.active::before {
                    content: '';
                    position: absolute;
                    left: -20px;
                    bottom: 0;
                    width: 20px;
                    height: 20px;
                    background: transparent;
                    border-bottom-right-radius: 20px;
                    box-shadow: 5px 5px 0 5px var(--clr);
                }

                .myHeader ul a.active::after {
                    content: '';
                    position: absolute;
                    right: -20px;
                    bottom: 0;
                    width: 20px;
                    height: 20px;
                    background: transparent;
                    border-bottom-left-radius: 20px;
                    box-shadow: -5px 5px 0 5px var(--clr);
                }

@media (max-width: 576px) {

    .allSections,
    .mySection {
        height: 70vh;
    }

    .mySection {
        font-size: 3rem;
    }

    .myHeader {
        padding: 10px;
    }

        .myHeader a {
            padding: 8px 10px;
            font-size: 14px;
        }
}*/


/*
:root {
    --gold: #d4af37;
    --bs-secondary-color :#fff;
}



.services-section {
    background-color: #0b0b0b;
    color: #fff;
    position: relative;
}

.service-card {
    background: #1a1a1a;
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 12px;
    transition: all 0.4s ease;
}

    .service-card:hover {
        transform: translateY(-10px);
        border-color: var(--gold);
        box-shadow: 0 8px 25px rgba(255, 215, 0, 0.15);
    }

 

.icon-box {
    font-size: 2.8rem;
    color: var(--gold);
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.service-card:hover .icon-box {
    color: #ffd700;
}

.service-card p {
    font-size: 1rem;
    color: #aaa;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
}

    .section-title::after {
        content: "";
        display: block;
        width: 180px;
        height: 3px;
        background-color: #fff;
        margin: 15px auto 0;
    }
*/

/*التصميم الجديد*/


.sticky-top {
    position: sticky;
    top: 70px;
    background: #111111;
    padding: 13px;
}

}

.items_Services {
    height: calc(100vh - 140px);
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-bottom: 80px;
}

.service-mini-card {
    background: #111;
    border-radius: 12px;
    padding: 10px;
    position: relative;
    text-align: center;
}


.price .old {
    text-decoration: line-through;
    opacity: .6;
    font-size: 12px;
}

.price .new {
    font-weight: bold;
    color: gold;
}




.service-category-section {
    padding-top: 60px;
}

.service-tabs {
    background: #111;
    z-index: 1030;
    overflow-x: auto;
    white-space: nowrap;
}

    .service-tabs .nav-link {
        white-space: nowrap;
    }

        .service-tabs .nav-link.active {
            background: gold;
            color: #000;
            font-weight: bold;
        }


.discount-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 12px;
}





/**تصميم تاني*/
/*
.service-tab {
    background: #474747;
    color: #c8c8c8;
}
.service-tab.active {
    background: #000;
    color: #fff;
}

.text-gold {
    color: #d4af37;
}

.btn-gold {
    background: #d4af37;
    color: #000;
    border: none;
}

    .btn-gold:hover {
        background: #c9a634;
    }
.list-group-item{
    color:none;
}

.fw-bold{
    color:#fff;
}
.list-group-flush > .list-group-item{
    background:#000;
}*/
