﻿body {
    background: #0c0c0c;
    color: #e6e6e6;
    font-family: 'Segoe UI', sans-serif;
}

.hero-sec {
    width: 100%;
    height: 865px; /* أو اللي بدك يا */
    background: url('/uploads/stacked-waves-haikei2.svg') center/cover no-repeat;
    position: relative;
    z-index:2;
}

.hero-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 850px;
    padding: 0 20px;
}


.hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}

    .hero-title span {
        color: #ff3b3b;
    }

.hero-text {
    color: #bdbdbd;
    max-width: 650px;
    margin: 18px auto;
    font-size: 1.15rem;
}

.btn-main {
    background: #e12f2f;
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
}

    .btn-main:hover {
        background: #e12f2f;
    }

.btn-alt {
    border: 1.5px solid #ff3b3b;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
}

    .btn-alt:hover {
        background: #ff3b3b;
        color: #fff;
    }






@media (max-width: 992px) {
    .wave-dark {
        height: 300px;
        background-size: cover;
    }
}

@media (max-width: 576px) {
    .wave-dark {
        height: 180px;
        background-size: cover;
    }
}






.why-sec {
    padding: 20px 0px 100px;
}


.why-title {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 50px;
    color: #fff;
}

.why-card {
    background: #121212;
    border: 1px solid #1f1f1f;
    padding: 25px;
    border-radius: 18px;
    transition: .25s;
    text-align: center;
    height: 100%;
}

    .why-card:hover {
        border-color: #ff3b3b;
        transform: translateY(-5px);
    }

.why-icon {
    font-size: 2rem;
    color: #ff3b3b;
    margin-bottom: 12px;
}

.why-head {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.why-text {
    color: #bdbdbd;
    font-size: .9rem;
}

.best-sec {
    width: 100%;
    background-size:100% ;
       border-top: 1px solid #1f1f1f;

    position: relative;
    z-index:2;
}

.section-title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 45px;
}




.swiper-nav-btn {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.07);
    border: 1px solid #444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: .25s;
}

    .swiper-nav-btn:hover {
        background: rgba(255,255,255,0.15);
    }

.swiper-button-next {
    right: -45px;
}

.swiper-button-prev {
    left: -45px;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none !important;
    }


.product-card {
    background: #1a1a1a;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #2e2e2e;
    transition: .25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 25px rgba(0,0,0,0.35);
}

    .product-card:hover {
        transform: translateY(-8px);
    }

.product-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-bottom: 1px solid #333;
    position: relative;
}

.badge-top {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 60, 60, 0.9);
    color: #fff;
    padding: 4px 10px;
    font-size: .75rem;
    border-radius: 6px;
    font-weight: 600;
    backdrop-filter: blur(6px);
    z-index: 10;
}

.discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ffb74d;
    color: #1a1a1a;
    font-size: .75rem;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 20;
    text-align: center;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.product-body {
    padding: 18px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.product-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}

.product-desc {
    color: #999;
    font-size: .85rem;
    margin-bottom: 12px;
}

.price-box {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    margin-top: auto;
}

.price {
    font-weight: 700;
}


.old-price {
    text-decoration: line-through;
    color: #777;
    font-size: 1rem;
}

.btn-buy {
    background: #e63939;
    color: #fff;
    border: none;
    margin-top: 14px;
    padding: 5px 0;
    width: 100%;
    border-radius: 9px;
    font-weight: 700;
    transition: .25s;
}

    .btn-buy:hover {
        background: #ff4b4b;
    }



.discount-label {
    background: #ffb74d;
    color: #111;
    font-size: .7rem;
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 8px;
}

.product-img {
    transition: .4s ease;
}

.product-card:hover .product-img {
    transform: scale(1.07);
    filter: brightness(1.1);
}

.btn-details {
    background: rgba(255,255,255,0.05);
    border: 1px solid #444;
    transition: .25s;
}

    .btn-details:hover {
        background: rgba(255,255,255,0.12);
        border-color: #666;
    }
.feedback-dark {
    background: #0d0d0d !important;
    border-top: 1px solid #1f1f1f;
}

    .feedback-dark h2 {
        color: #fff !important;
        font-weight: 800;
        letter-spacing: 1px;
    }

.feedback-card {
    background: #161616 !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 18px !important;
    padding: 25px !important;
    min-height: 260px;
    transition: 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

    .feedback-card:hover {
        transform: translateY(-6px);
        border-color: #e12f2f !important;
        box-shadow: 0 0 25px rgba(225,47,47,0.25);
    }

    .feedback-card p {
        color: #bbbbbb !important;
    }

    .feedback-card h6 {
        color: #fff !important;
    }

    .feedback-card small {
        color: #999 !important;
    }

.stars-outer, .stars-inner {
    color: #e12f2f !important;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.swiper-slide {
    padding: 12px 0;
}

