body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.left-section {
    background-color: #85a5a5;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background-image: url('../Images/imgi_91_slide1-demo1.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    min-height: 400px;
}

.left-section h1 {
    font-weight: bold;
    font-size: 2.5rem;
}

.btn-shop {
    background-color: white;
    color: black;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    border-radius: 5px;
    border: none;
}

#shop-now-btn-1 {
    background-color: white;
    color: black;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid white;
}

#shop-now-btn-1:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;


}

.right-top {
    background-color: #f8f9fa;
    background-image: url('../Images/imgi_19_banner1-mobile-demo1.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding: 2rem;
    min-height: 200px;
    transition: background-size 0.5s ease;
}

.right-top :hover {
    background-size: 120%;
}


.right-bottom {
    background-color: #f8f9fa;
    background-image: url('../Images/imgi_21_banner2-mobile-demo1.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding: 2rem;
    position: relative;
    min-height: 200px;
}

.price-badge {
    position: absolute;
    top: 4%;
    left: 85%;
    background: red;
    color: white;
    padding-top: 0.5rem;
    border-radius: 50%;
    text-align: center;
    width: 4rem;
    height: 4rem;
    font-weight: bold;
    font-size: 29px;

}



/*----------------------------------------------------------------------------*/








.chair-image {
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 90%;
    max-width: 500px;
}


.category-circle {
    width: 130px;
    height: 130px;
}

.category-circle img {
    max-width: 70%;

    max-height: 70%;
}


.hover-i :hover {
    color: black;
}


.coupon {
    border-bottom: 1px red solid;
}

.coupon :hover {
    border-bottom: 1px red dashed;
}


.product-actions-1 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease-in-out;
}

.action-icon-1 {
    width: 35px;
    height: 35px;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: rgba(128, 128, 128, 0.473);
    color: #000;
    transition: all 0.2s ease;
}

.action-icon-1:hover {
    background-color: black;
    color: white;
    transform: scale(1.1);
}

.action-icon-1:hover {
    background-color: black;
    color: white;
    transform: scale(1.1);
}

.product-card-1.hover-effect-1:hover {
    background-color: white;
    border-color: #e9ecef;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    
    z-index: 10;
}

.product-card-1.hover-effect-1:hover .product-actions-1 {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/*------------------------------------------------------------------*/


.discount-badge {
    background-color: red;
    color: white;
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-card {
    position: relative;
    border-radius: 0px;
    padding: 1rem;
    height: 100%;
    transition: all 0.3s ease-in-out;

}

.product-card-2 {

    border-radius: 5px;
    padding: 0rem 0rem;
    height: 100%;

}

.product-card img {
    max-height: 150px;
    object-fit: contain;
}

.old-price {
    text-decoration: line-through;
    color: gray;
    font-size: 0.9rem;
}




.product-actions {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease-in-out;
}

.action-icon {
    width: 35px;
    height: 35px;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: rgba(128, 128, 128, 0.473);
    color: #000;
    transition: all 0.2s ease;
}


.action-icon:hover {
    background-color: black;
    color: white;
    transform: scale(1.1);
}

.product-card.hover-effect:hover {
    background-color: white;
    border-color: #e9ecef;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    
    z-index: 10;
}

.product-card.hover-effect:hover .product-actions {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}



/*----------------------------------------------*/

.banner-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
    background-size: cover;
    background-position: center;
    color: white;
}

.banner-card .content {
    position: absolute;
    bottom: 8%;
    left: 25%;

}

.sofa-card {
    color: black;
    background-color: #f9f9f9;
}

.sofa-card .content {
    position: absolute;
    top: 40%;

    transform: translateY(-50%);
    text-align: center;
}

.pink-card {
    background-color: #f8cdd1;
    display: flex;
    flex-direction: column;
    color: white;
}

.pink-card .beauty {

    opacity: 0.7;
}




/*--------------------------------------------------*/



.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    border-bottom: 2px solid black;
    border-radius: 0;
    color: black !important;
}

/* 2. لجعل لون النجوم الفارغة رمادي فاتح */
.rating .bi-star {
    color: #dee2e6;
}

/* 3. لضمان وجود إطار حول مكان الصورة وشكله */
.image-container {
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    /* ارتفاع مناسب للتصميم الأفقي */
}

.card-title {
    font-size: 1rem;
    /* تكبير حجم الخط قليلاً ليناسب المساحة الجديدة */
    line-height: 1.5;
}


/*------------------------------------------------*/

.discount-badge-1 {
    position: absolute;
    background-color: red;
    top: 150px;
    left: 450px;
    /* تم ضبط المكان ليطابق الصورة */
    width: 100px;
    height: 100px;
    font-size: 1.5rem;
}

.watermark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* توسيط الكلمة على الصورة */
    display: flex;
    align-items: center;
    justify-content: center;
    /* لمنع المستخدم من تحديد النص */
    user-select: none;
}



/*--------------------------------------------------------*/


:root {
    --search-bg: #eef2f5;
    --footer-bg: #0f1113;
    --footer-dark: #15181b;
    --footer-border: #23272b;
    --footer-muted: #aab2bc;
}

.section-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.card-blog .card-body {
    padding-left: 0;
    padding-right: 0;
}

.card-blog small {
    font-size: .76rem;
}

.card-blog .btn {
    font-size: .75rem;
    letter-spacing: .3px;
}

.search-area {
    background: var(--search-bg);
}


.cat a {
    color: #000;
    font-size: 1rem;
    padding: 0px 10px;
}

.footer {
    background: var(--footer-bg);
    color: #e5e7eb;
}

.footer a {
    color: #cfd4da;
    text-decoration: none
}

.footer a:hover {
    color: #fff
}

.footer .muted {
    color: var(--footer-muted)
}

.footer hr {
    border-color: var(--footer-border);
    opacity: 1
}

.footer .icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--footer-dark);
}

.social a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--footer-dark);
    margin-right: .45rem;
}

.payments i {
    font-size: 2rem;
    opacity: .9;
    margin-right: .35rem
}

.back-to-top {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 1000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border: 0;
    opacity: .85
}