/* ==========================
   Single Product
========================== */

.products-hero{
    padding:50px 0;
    background:#0f1724;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.products-hero h1{
    margin:0;
    color:#fff;
    font-size:38px;
    font-weight:700;
}

.single-product{
    padding:60px 0;
}

.single-product-grid{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:50px;
    align-items:start;
}

.product-image{

width:420px;
height:420px;

/*background:#ffffff;*/

border-radius:16px;

padding:20px;

display:flex;

justify-content:center;

align-items:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

/*border:1px solid #e5e7eb;*/

overflow:hidden;

}


.product-image img{

width:100%;
height:100%;

object-fit:contain;

display:block;

}



@media(max-width:991px){

.product-image{

width:100%;
height:auto;

aspect-ratio:1/1;

}

}



.product-info h2{
    font-size:34px;
    margin:0 0 20px;
    color:#fff;
}


.product-excerpt{
    color:#c7d0dc;
    line-height:2;
    margin-bottom:35px;
}

/*============================
  Dynamic Specs
=============================*/

.product-specifications{
    margin:32px 0;
    background:#101d2d;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.08);
    overflow:hidden;
}

.product-specifications h2{
    margin:0;
    padding:20px 25px;
    font-size:24px;
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.product-spec-table{
    width:100%;
    border-collapse:collapse;
}

.product-spec-table tr{
    transition:.25s;
}

.product-spec-table tr:hover{
    background:rgba(255,255,255,.03);
}

.product-spec-table td{
    padding:18px 24px;
    border-bottom:1px solid rgba(255,255,255,.06);
}

.product-spec-table tr:last-child td{
    border-bottom:none;
}

.product-spec-table .spec-name{
    width:40%;
    color:#ffffff;
    font-weight:700;
}

.product-spec-table .spec-value{
    color:#79c9ff;
    direction:ltr;
    text-align:left;
    font-weight:600;
}

/*============================
 Buttons
=============================*/

.product-buttons{
    display:flex;
    gap:15px;
    margin-top:40px;
}

.product-btn{
    padding:14px 28px;
    border-radius:10px;
    background:#0088ff;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.product-btn:hover{
    background:#0066cc;
}

/*============================
 Description
=============================*/

.product-description{
    padding:70px 0;
}

.product-description h2{
    font-size:30px;
    margin-bottom:24px;
}

.description-box{
    background:#101d2d;
    border-radius:16px;
    padding:30px;
    border:1px solid rgba(255,255,255,.08);
    line-height:2.1;
}

/*============================
 Responsive
=============================*/

@media(max-width:991px){

.single-product-grid{

grid-template-columns:1fr;

}

.product-buttons{

flex-direction:column;

}

.product-btn{

text-align:center;

}

.product-spec-table td{

padding:15px;

}

}


.product-btn-primary{

background:#0d8bff;

}

.product-btn-secondary{

background:#3d4b5d;

}

.product-btn-download{

background:#18a558;

}

.product-btn-download:hover{

background:#0f8d47;

}


/*==================================================
    Product Specifications
==================================================*/

.product-specs {

    margin-top:40px;

    border:1px solid #e5e5e5;

    border-radius:12px;

    overflow:hidden;

    background:#fff;

}

.product-specs table{

    width:100%;

    border-collapse:collapse;

}

.product-specs tr{

    transition:.25s;

}

.product-specs tr:nth-child(even){

    background:#f8fafb;

}

.product-specs tr:hover{

    background:#eef8f3;

}

.product-specs td{

    padding:14px 18px;

    border-bottom:1px solid #ececec;

    font-size:15px;

}

.product-specs td:first-child{

    width:35%;

    font-weight:700;

    color:#155724;

}

.product-specs td:last-child{

    color:#444;

}

.product-specs tr:last-child td{

    border-bottom:none;

}

/*==================================================
    Product Specifications
==================================================*/


.product-specifications h2::after{

    content:"";

    position:absolute;

    right:0;

    bottom:0;

    width:70px;

    height:3px;

    background:#16a34a;

    border-radius:20px;

}

.product-spec-table{

    width:100%;

    border-collapse:collapse;

    background:#1e293b;

    border-radius:12px;

    overflow:hidden;

    box-shadow:0 6px 20px rgba(0,0,0,.05);

}

.product-spec-table tr{

    transition:.25s;

}

.product-spec-table tr:nth-child(even){

    background:#243447;

}

.product-spec-table tr:hover{

    background:#2d445b;

}

.product-spec-table td{

    padding:16px 20px;

    border-bottom:1px solid #ececec;

}

.product-spec-table tr:last-child td{

    border-bottom:none;

}

.spec-name{

    width:35%;

    font-weight:700;

    color:#166534;

}

.spec-value{

    color:#444;

}



/*==================================
Top Navigation
==================================*/

.nx-top-nav{

display:flex;

justify-content:space-between;

align-items:center;

margin:30px 0;

}

.nx-back-btn,
.nx-home-btn{

padding:12px 22px;

border-radius:14px;

background:#13263b;

color:#fff;

font-weight:700;

transition:.3s;

}

.nx-back-btn:hover,
.nx-home-btn:hover{

background:#00d4ff;

color:#07111d;

transform:translateY(-2px);

}

/*==================================
Breadcrumb
==================================*/

.nx-breadcrumb{

display:flex;

align-items:center;

gap:10px;

margin-bottom:35px;

padding:14px 20px;

background:#101d2d;

border-radius:14px;

font-size:15px;

color:#bfcddb;

flex-wrap:wrap;

}

.nx-breadcrumb a{

color:#00d4ff;

font-weight:600;

transition:.3s;

}

.nx-breadcrumb a:hover{

color:#ffffff;

}

.nx-breadcrumb strong{

color:#ffffff;

font-weight:700;

}

.nx-breadcrumb span{

opacity:.5;

}



/*==================================
Previous / Next Product
==================================*/

.nx-product-nav{

display:flex;

justify-content:space-between;

align-items:center;

gap:20px;

margin:60px 0;

}

.nx-prev-product a,
.nx-next-product a{

display:flex;

align-items:center;

justify-content:center;

padding:16px 28px;

min-width:220px;

border-radius:16px;

background:#13263b;

color:#fff;

font-weight:700;

transition:.35s;

}

.nx-prev-product a:hover,
.nx-next-product a:hover{

background:linear-gradient(135deg,#00d4ff,#2f7cff);

transform:translateY(-3px);

}




.product-meta{

margin:25px 0;

padding:20px;

background:#13263b;

border-radius:18px;

border:1px solid rgba(255,255,255,.08);

}

.product-meta>div{

display:flex;

justify-content:space-between;

align-items:center;

padding:12px 0;

border-bottom:1px solid rgba(255,255,255,.08);

}

.product-meta>div:last-child{

border-bottom:none;

}

.meta-title{

font-weight:700;

color:#9fc9ff;

}

.meta-value{

font-weight:700;

color:#fff;

}



/*==================================
مشاوره خرید
==================================*/



.consult-modal{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(0,0,0,.65);

display:none;

justify-content:center;

align-items:center;

z-index:99999;

}

.consult-modal.active{

display:flex;

}

.consult-box{

background:#0f1d2d;

padding:40px;

border-radius:20px;

width:420px;

max-width:90%;

text-align:center;

position:relative;

}

.consult-box h3{

color:#fff;

margin-bottom:15px;

}

.consult-box p{

color:#c8d4df;

margin-bottom:30px;

}

.consult-item{

display:block;

padding:16px;

margin-bottom:15px;

border-radius:14px;

font-weight:700;

transition:.3s;

}

.consult-whatsapp{

background:#25D366;

color:#fff;

}

.consult-phone{

background:#0b7cff;

color:#fff;

}

.consult-contact{

background:#26384f;

color:#fff;

}

.consult-item:hover{

transform:translateY(-3px);

}

#closeConsult{

position:absolute;

left:18px;

top:12px;

font-size:30px;

cursor:pointer;

color:#fff;

}

