/*=========================================================
                    RESET
=========================================================*/

*,
*::before,
*::after{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    min-height:100vh;

    overflow-x:hidden;

    font-family:
    "Segoe UI",
    sans-serif;

    color:white;

    background:

    radial-gradient(
        circle at 10% 10%,
        rgba(37,99,235,.18),
        transparent 28%
    ),

    radial-gradient(
        circle at 90% 15%,
        rgba(14,165,233,.16),
        transparent 35%
    ),

    radial-gradient(
        circle at 80% 90%,
        rgba(99,102,241,.14),
        transparent 35%
    ),

    linear-gradient(
        135deg,
        #08101f,
        #132b58,
        #1d3557,
        #0b1120
    );

    background-attachment:fixed;

}
.container{

    padding-top:0px;

    padding-bottom:70px;

}
.container>.row{

    position:relative;

    overflow:hidden;

    border-radius:28px;

    padding:35px;

    background:

    linear-gradient(

        145deg,

        rgba(255,255,255,.10),

        rgba(255,255,255,.05)

    );

    backdrop-filter:blur(22px);

    border:1px solid rgba(255,255,255,.12);

    box-shadow:

        0 40px 90px rgba(0,0,0,.38);

    transition:

        .45s;

}
.container>.row:hover{

    transform:

        translateY(-8px);

    box-shadow:

        0 60px 120px rgba(0,0,0,.45);

}
.container>.row::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(

        700px circle at var(--x) var(--y),

        rgba(255,255,255,.16),

        transparent 40%

    );

    opacity:0;

    transition:.3s;

    pointer-events:none;

}
.container>.row:hover::before{

    opacity:1;

}
.container>.row::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:inherit;

    padding:1px;

    background:

    linear-gradient(

        135deg,

        rgba(59,130,246,.6),

        transparent,

        rgba(255,255,255,.15)

    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    pointer-events:none;

}
/*=========================================================
                    PRODUCT IMAGE
=========================================================*/

.col-md-6:first-child{

    display:flex;

    justify-content:center;

    align-items:center;

}

.col-md-6:first-child img{

    width:100%;

    max-width:520px;

    aspect-ratio:1/1;

    object-fit:cover;

    border-radius:28px;

    position:relative;

    z-index:2;

    cursor:pointer;

    transition:
        transform .55s cubic-bezier(.22,1,.36,1),
        box-shadow .55s,
        filter .55s;

    box-shadow:
        0 25px 60px rgba(0,0,0,.45);

}
.col-md-6:first-child{

    position:relative;

}

.col-md-6:first-child::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(59,130,246,.35),
            rgba(14,165,233,.18),
            transparent 72%
        );

    filter:blur(55px);

    animation: glow 5s ease-in-out infinite alternate;

    z-index:0;

}
.col-md-6:first-child img:hover{

    transform:

        perspective(1200px)

        rotateY(-8deg)

        rotateX(3deg)

        scale(1.04);

    box-shadow:

        0 45px 90px rgba(37,99,235,.35),

        0 15px 35px rgba(0,0,0,.45);

    filter:

        brightness(1.06)

        contrast(1.05);

}
@keyframes glow{

    from{

        transform:
            scale(.95);

        opacity:.65;

    }

    to{

        transform:
            scale(1.15);

        opacity:1;

    }

}
.col-md-6:first-child::after{

    content:"";

    position:absolute;

    inset:35px;

    border-radius:28px;

    background:

        linear-gradient(
            120deg,
            transparent,
            rgba(255,255,255,.12),
            transparent
        );

    transform:

        translateX(-170%)
        rotate(12deg);

    transition:1s;

    pointer-events:none;

}
.container>.row:hover .col-md-6:first-child::after{

    transform:

        translateX(170%)
        rotate(12deg);

}
/*=========================================================
                    PRODUCT INFO
=========================================================*/

.col-md-6:last-child{

    display:flex;

    flex-direction:column;

    justify-content:center;

    padding-left:35px;

}

.col-md-6:last-child .row:nth-child(1) h2{

    font-size:3rem;

    font-weight:800;

    line-height:1.15;

    color:#ffffff;

    letter-spacing:.5px;

    margin-bottom:15px;

    text-shadow:
        0 0 20px rgba(96,165,250,.18);

}
.col-md-6:last-child .row:nth-child(2) h2{

    color:#60a5fa;

    font-size:2.8rem;

    font-weight:900;

    margin:18px 0;

    text-shadow:

        0 0 18px rgba(59,130,246,.55),

        0 0 40px rgba(59,130,246,.28);

}
.col-md-6:last-child .row:nth-child(3) h2{

    display:inline-flex;

    align-items:center;

    width:max-content;

    padding:10px 18px;

    border-radius:16px;

    background:rgba(34,197,94,.12);

    border:1px solid rgba(34,197,94,.35);

    color:#4ade80;

    font-size:1.7rem;

    font-weight:700;

    box-shadow:

        0 10px 25px rgba(34,197,94,.18);

}
.col-md-6:last-child .row:nth-child(4) h2{

    display:inline-flex;

    width:max-content;

    margin-top:25px;

    padding:10px 20px;

    border-radius:999px;

    background:rgba(59,130,246,.12);

    border:1px solid rgba(96,165,250,.28);

    color:#bfdbfe;

    font-size:1rem;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1px;

}
.col-md-6:last-child .row:nth-child(5) h2{

    margin-top:30px;

    color:#d6e4ff;

    font-size:1.05rem;

    line-height:2;

    font-weight:400;

    opacity:.92;

}
.col-md-6:last-child h2{

    transition:

        transform .35s ease,

        color .35s ease,

        text-shadow .35s ease;

}

.col-md-6:last-child h2:hover{

    transform:translateX(8px);

}
.col-md-6:last-child .row:nth-child(1)::after{

    content:"";

    display:block;

    width:140px;

    height:4px;

    margin-top:15px;

    border-radius:20px;

    background:linear-gradient(
        90deg,
        #3b82f6,
        #06b6d4,
        transparent
    );

    box-shadow:
        0 0 20px rgba(59,130,246,.45);

}
/*=========================================================
                    FLOATING EFFECT
=========================================================*/

.container>.row{

    animation:

        floating 6s ease-in-out infinite;

}

@keyframes floating{

    0%{

        transform:translateY(0px);

    }

    50%{

        transform:translateY(-8px);

    }

    100%{

        transform:translateY(0px);

    }

}
.container>.row{

    isolation:isolate;

}

.container>.row::before{

    animation:

        cardGlow 7s linear infinite;

}

@keyframes cardGlow{

    0%{

        background-position:0% 50%;

    }

    100%{

        background-position:100% 50%;

    }

}
body::before{

    content:"";

    position:fixed;

    inset:0;

    pointer-events:none;

    background-image:

        radial-gradient(circle,rgba(255,255,255,.18) 1px,transparent 1px);

    background-size:90px 90px;

    opacity:.18;

    animation:

        stars 35s linear infinite;

}
@keyframes stars{

    from{

        transform:translateY(0);

    }

    to{

        transform:translateY(-120px);

    }

}
body::after{

    content:"";

    position:fixed;

    width:900px;

    height:900px;

    left:-250px;

    top:-250px;

    border-radius:50%;

    background:

        radial-gradient(

            circle,

            rgba(37,99,235,.18),

            transparent 70%

        );

    filter:blur(80px);

    animation:

        backgroundLight 18s linear infinite alternate;

    pointer-events:none;

}
@keyframes backgroundLight{

    from{

        transform:

            translate(0,0)

            scale(1);

    }

    to{

        transform:

            translate(450px,250px)

            scale(1.35);

    }

}
h2{

    text-rendering:optimizeLegibility;

    -webkit-font-smoothing:antialiased;

}
::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#08111f;

}

::-webkit-scrollbar-thumb{

    background:

        linear-gradient(

            #2563eb,

            #38bdf8

        );

    border-radius:30px;

}

::-webkit-scrollbar-thumb:hover{

    background:

        linear-gradient(

            #3b82f6,

            #0ea5e9

        );

}
/*=========================================
            BUY NOW BUTTON
=========================================*/

.buy-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:12px 24px;

    border:none;
    border-radius:14px;

    cursor:pointer;

    text-decoration:none;

    color:#fff;

    font-size:15px;
    font-weight:700;

    background:linear-gradient(
        135deg,
        #2563eb,
        #1d4ed8
    );

    box-shadow:
        0 10px 25px rgba(37,99,235,.35);

    position:relative;
    overflow:hidden;

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        box-shadow .35s,
        background .35s;

}

/* نور متحرک */

.buy-btn::before{

    content:"";

    position:absolute;

    top:0;
    left:-130%;

    width:60%;
    height:100%;

    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );

    transform:skewX(-25deg);

    transition:left .75s ease;

}

.buy-btn:hover::before{

    left:150%;

}

/* Hover */

.buy-btn:hover{

    transform:
        translateY(-3px);

    box-shadow:
        0 18px 38px rgba(37,99,235,.45);

}

/* Click */

.buy-btn:active{

    transform:
        translateY(1px)
        scale(.97);

}

/* Focus */

.buy-btn:focus{

    outline:none;

    box-shadow:
        0 0 0 4px rgba(96,165,250,.25),
        0 18px 40px rgba(37,99,235,.4);

}
.success-message{

    position: fixed;

    top:100px;
    right:30px;

    display:flex;
    align-items:center;
    gap:12px;

    padding:16px 25px;

    border-radius:18px;

    opacity:0;
    visibility:hidden;

    transform:translateX(80px);

    transition:
        opacity .35s,
        transform .35s,
        visibility .35s;

    pointer-events:none;

    /* بقیه استایل‌های خودت */
}

.success-message.show{

    opacity:1;

    visibility:visible;

    transform:translateX(0);

}

.success-message.show{

    display:flex;

    animation:
    successShow .5s ease;

}


@keyframes successShow{

    from{
        opacity:0;
        transform:translateX(80px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}
.success-message{

    position:fixed;

    top:100px;
    right:30px;

    display:flex;

    align-items:center;

    gap:12px;

    padding:16px 25px;

    border-radius:18px;

    color:#dcfce7;

    font-size:15px;

    font-weight:700;


    background:
    linear-gradient(
        135deg,
        rgba(34,197,94,.25),
        rgba(16,185,129,.15)
    );


    border:
    1px solid rgba(74,222,128,.35);


    backdrop-filter:blur(20px);


    box-shadow:

    0 20px 50px rgba(0,0,0,.35),

    0 0 30px rgba(34,197,94,.25);


    z-index:9999;


    animation:
    successShow .5s cubic-bezier(.22,1,.36,1);

}


.success-message span{


    width:32px;

    height:32px;

    display:none;

    align-items:center;

    justify-content:center;


    border-radius:50%;


    background:

    linear-gradient(
        135deg,
        #22c55e,
        #10b981
    );


    color:white;


    font-size:20px;


    box-shadow:

    0 0 20px rgba(34,197,94,.7);

}



@keyframes successShow{


    from{

        opacity:0;

        transform:

        translateX(80px)

        scale(.8);

    }


    to{

        opacity:1;

        transform:

        translateX(0)

        scale(1);

    }


}
.mini-cart {
    position: fixed;
    top: 110px;
    left: -420px;
    width: 380px;
    max-height: 600px;
    overflow: auto;
    padding: 25px;
    border-radius: 25px;
    background: rgba(17, 24, 39, .92);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 35px 80px rgba(0, 0, 0, .45);
    transition: .45s cubic-bezier(.22, 1, .36, 1);
    z-index: 99999;
}

.mini-cart.show{

    left:30px;

}

.mini-cart-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:20px;

}

.mini-cart-header h4{

    color:white;

}

#closeCart{

    border:none;

    background:none;

    color:white;

    font-size:28px;

    cursor:pointer;

}

.cart-item{

    display:flex;

    gap:15px;

    margin-bottom:18px;

}

.cart-item img{

    width:70px;

    height:70px;

    border-radius:15px;

    object-fit:cover;

}

.cart-info{

    color:white;

}

.cart-page-btn{

    position:relative;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;


    width:100%;

    padding:15px 25px;


    color:white;

    text-decoration:none;


    font-size:16px;

    font-weight:700;


    border-radius:18px;


    background:

    linear-gradient(
        135deg,
        #2563eb,
        #06b6d4
    );


    border:1px solid rgba(255,255,255,.25);


    box-shadow:

    0 15px 35px rgba(37,99,235,.35);


    overflow:hidden;


    transition:

    .35s cubic-bezier(.22,1,.36,1);

}


/* نور متحرک روی دکمه */

.cart-page-btn::before{

    content:"";

    position:absolute;

    inset:0;


    background:

    linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );


    transform:translateX(-120%);


    transition:.6s;

}



.cart-page-btn:hover::before{

    transform:translateX(120%);

}



.cart-page-btn:hover{

    transform:

    translateY(-5px)
    scale(1.03);


    box-shadow:

    0 25px 50px rgba(37,99,235,.55);

}



.cart-page-btn:active{

    transform:

    scale(.96);

}
.qty-minus,
.qty-plus {

    width: 32px;
    height: 32px;

    border: none;

    background: #0f172a; /* آبی تیره */

    color: white;

    font-size: 20px;

    font-weight: bold;

    border-radius: 8px;

    cursor: pointer;

    transition: .3s;

}


.qty-minus:hover,
.qty-plus:hover {

    background: #1e3a8a; /* آبی روشن‌تر */

    transform: scale(1.1);

}



.cart-product > div:last-child {

    display: flex;

    align-items: center;

    gap: 12px;

}


.cart-product span {

    min-width: 30px;

    text-align: center;

    font-weight: bold;

    color: #ededed;

}
.menu-btn{


    display:none;



    width:50px;


    height:50px;



    border-radius:17px;



    border:

    1px solid rgba(96,165,250,.25);



    background:


    rgba(255,255,255,.07);



    backdrop-filter:blur(15px);



    color:white;


    font-size:24px;



    cursor:pointer;



    transition:.35s;



}




.menu-btn:hover{


    transform:


    translateY(-5px)

    rotate(-5deg);



    background:


    rgba(59,130,246,.25);



}




.menu-btn:active{


    transform:scale(.9);


}
@media(max-width:768px){



    .navbar{

        width:94%;

        height:70px;

        padding:0 18px;

        border-radius:22px;

    }





    .logo-text{

        font-size:20px;

    }




    .logo-icon{

        font-size:25px;

    }




    /* مخفی کردن لینک ها */


    .nav-links{


        position:absolute;


        top:85px;


        left:0;



        width:100%;



        padding:20px;



        display:flex;


        flex-direction:column;


        gap:12px;



        background:


        linear-gradient(

            145deg,

            rgba(15,23,42,.95),

            rgba(30,41,59,.85)

        );



        backdrop-filter:blur(25px);



        border-radius:25px;



        border:

        1px solid rgba(96,165,250,.25);



        box-shadow:


        0 35px 80px rgba(0,0,0,.55);





        /* حالت بسته */


        opacity:0;



        visibility:hidden;



        transform:


        perspective(900px)

        rotateX(-90deg)

        translateY(-40px);



        transform-origin:top;



        transition:


        .55s cubic-bezier(.22,1,.36,1);



    }







    /* حالت باز */


    .nav-links.active{


        opacity:1;



        visibility:visible;



        transform:


        perspective(900px)

        rotateX(0deg)

        translateY(0);



    }





    .nav-links li{


        width:100%;


    }





    .nav-links a{


        width:100%;


        padding:15px;


        justify-content:center;


    }






    /* نمایش منو */


    .menu-btn{


        display:flex;


        align-items:center;


        justify-content:center;



    }




    .nav-actions{


        gap:10px;


    }




    .cart-btn,

    .menu-btn{


        width:45px;


        height:45px;


        border-radius:15px;


    }





}
@keyframes menuShow{


    from{


        opacity:0;


        transform:


        translateY(-20px)

        rotateX(-40deg);



    }




    to{


        opacity:1;


        transform:


        translateY(0)

        rotateX(0);



    }


}
/* ================================
        MOBILE MENU FIX
================================ */

.menu-btn{
    display:none;
}


@media(max-width:768px){


    .menu-btn{

        display:flex;

        width:45px;
        height:45px;

        align-items:center;
        justify-content:center;

        border-radius:15px;

        border:1px solid rgba(96,165,250,.25);

        background:rgba(255,255,255,.08);

        color:white;

        font-size:22px;

        cursor:pointer;

    }



    .nav-links{

        position:absolute;

        top:85px;

        left:0;

        width:100%;


        flex-direction:column;

        gap:12px;

        padding:20px;


        background:

        rgba(11,17,32,.95);


        border-radius:22px;


        opacity:0;

        visibility:hidden;


        transform:

        translateY(-20px);


        transition:.35s ease;


        box-shadow:

        0 25px 60px rgba(0,0,0,.5);


    }



    .nav-links.active{


        opacity:1;

        visibility:visible;


        transform:

        translateY(0);


    }



    .nav-links li{

        width:100%;

    }



    .nav-links li a{


        width:100%;

        justify-content:center;

    }



}
@media(max-width:768px){

    .menu-btn{

        display:flex !important;

        width:45px;
        height:45px;

        align-items:center;
        justify-content:center;

        border-radius:15px;

        border:1px solid rgba(96,165,250,.25);

        background:rgba(255,255,255,.08);

        color:white;

        font-size:22px;

        cursor:pointer;

    }

}

@media(max-width:768px){

.nav-links.active{
    opacity:1 !important;
    visibility:visible !important;
    transform:
    perspective(800px)
    rotateX(0deg) !important;
}
}
.mini-cart{

    position:fixed;

    top:110px;

    right:-420px;

    width:380px;

    max-height:600px;

    overflow:auto;

    padding:25px;

    border-radius:25px;

    background:rgba(17,24,39,.92);

    backdrop-filter:blur(25px);

    border:1px solid rgba(255,255,255,.12);

    box-shadow:0 35px 80px rgba(0,0,0,.45);

    transition:.45s cubic-bezier(.22,1,.36,1);

    z-index:99999;

}

.mini-cart.show{

    right:30px;

}

.mini-cart-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:20px;

}

.mini-cart-header h4{

    color:white;

}

#closeCart{

    border:none;

    background:none;

    color:white;

    font-size:28px;

    cursor:pointer;

}

.cart-item{

    display:flex;

    gap:15px;

    margin-bottom:18px;

}

.cart-item img{

    width:70px;

    height:70px;

    border-radius:15px;

    object-fit:cover;

}

.cart-info{

    color:white;

}

.cart-page-btn{

    position:relative;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;


    width:100%;

    padding:15px 25px;


    color:white;

    text-decoration:none;


    font-size:16px;

    font-weight:700;


    border-radius:18px;


    background:

    linear-gradient(
        135deg,
        #2563eb,
        #06b6d4
    );


    border:1px solid rgba(255,255,255,.25);


    box-shadow:

    0 15px 35px rgba(37,99,235,.35);


    overflow:hidden;


    transition:

    .35s cubic-bezier(.22,1,.36,1);

}


/* نور متحرک روی دکمه */

.cart-page-btn::before{

    content:"";

    position:absolute;

    inset:0;


    background:

    linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );


    transform:translateX(-120%);


    transition:.6s;

}



.cart-page-btn:hover::before{

    transform:translateX(120%);

}



.cart-page-btn:hover{

    transform:

    translateY(-5px)
    scale(1.03);


    box-shadow:

    0 25px 50px rgba(37,99,235,.55);

}



.cart-page-btn:active{

    transform:

    scale(.96);

}
.qty-minus:hover,
.qty-plus:hover {

    background: #1e3a8a; /* آبی روشن‌تر */

    transform: scale(1.1);

}



.cart-product > div:last-child {

    display: flex;

    align-items: center;

    gap: 12px;

}

.qty-minus,
.qty-plus {

    width: 32px;
    height: 32px;

    border: none;

    background: #0f172a; /* آبی تیره */

    color: white;

    font-size: 20px;

    font-weight: bold;

    border-radius: 8px;

    cursor: pointer;

    transition: .3s;

}

.cart-product span {

    min-width: 30px;

    text-align: center;

    font-weight: bold;

    color: #ededed;

}
.comments-section {
    width: 100%;
    max-width: 1000px;
    margin: 80px auto;
    padding: 0 20px;
    color: #fff;
    direction: rtl;
    font-family: "Vazirmatn", sans-serif;
}


/* =========================
   Header
========================= */

.comments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 35px;
}

.comments-label {
    display: inline-block;
    color: #5da9ff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.comments-header h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
}

.comments-header p {
    color: #8d9bb2;
    margin-top: 10px;
    font-size: 14px;
}

.comments-count {
    min-width: 90px;
    height: 90px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border: 1px solid rgba(77, 166, 255, .18);
    background: rgba(20, 35, 60, .55);
    backdrop-filter: blur(15px);

    border-radius: 20px;
}

.comments-count strong {
    font-size: 25px;
    color: #5da9ff;
}

.comments-count span {
    color: #8290a6;
    font-size: 12px;
}


/* =========================
   Form Card
========================= */

.comment-form-card {
    background:
        linear-gradient(
            145deg,
            rgba(24, 44, 75, .8),
            rgba(11, 22, 40, .85)
        );

    border: 1px solid rgba(83, 166, 255, .15);

    border-radius: 25px;

    padding: 30px;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, .25);

    margin-bottom: 50px;
}

.form-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.form-icon {
    width: 50px;
    height: 50px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 15px;

    background: rgba(57, 145, 255, .12);

    font-size: 22px;
}

.form-title h3 {
    margin: 0 0 5px;
    font-size: 18px;
}

.form-title p {
    margin: 0;
    color: #7f8da4;
    font-size: 13px;
}


/* =========================
   Rating
========================= */

.rating-box {
    display: flex;
    align-items: center;
    gap: 20px;

    margin-bottom: 25px;
}

.rating-box > span {
    color: #a8b4c7;
    font-size: 14px;
}

.rating {
    display: flex;
    direction: ltr;
    gap: 3px;
}

.rating input {
    display: none;
}

.rating label {
    cursor: pointer;
    font-size: 25px;
    color: #33445e;

    transition: .2s;
}

.rating label:hover,
.rating label:hover ~ label {
    color: #ffc857;
}

.rating input:checked ~ label {
    color: #33445e;
}

.rating input:checked + label,
.rating input:checked + label ~ label {
    color: #ffc857;
}


/* =========================
   Form
========================= */

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;

    font-size: 14px;
    color: #b8c3d4;
}

.form-group textarea {
    width: 100%;
    min-height: 140px;

    resize: vertical;

    padding: 18px;

    box-sizing: border-box;

    border-radius: 15px;

    border: 1px solid rgba(100, 160, 220, .15);

    background: rgba(6, 17, 32, .65);

    color: white;

    outline: none;

    font-family: inherit;
    font-size: 14px;

    transition: .3s;
}

.form-group textarea::placeholder {
    color: #53647d;
}

.form-group textarea:focus {
    border-color: rgba(72, 157, 255, .6);

    box-shadow:
        0 0 0 4px rgba(72, 157, 255, .08);
}


/* =========================
   Submit
========================= */

.submit-comment {
    border: none;
    outline: none;

    padding: 13px 25px;

    border-radius: 13px;

    background:
        linear-gradient(
            135deg,
            #287de8,
            #1762c0
        );

    color: white;

    font-family: inherit;
    font-weight: 700;

    cursor: pointer;

    display: flex;
    align-items: center;
    gap: 12px;

    transition: .3s;

    box-shadow:
        0 8px 25px rgba(27, 109, 216, .25);
}

.submit-comment span {
    font-size: 18px;
}

.submit-comment:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 30px rgba(27, 109, 216, .4);
}


/* =========================
   Comments List
========================= */

.list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 20px;
}

.list-header h3 {
    margin: 0;
    font-size: 20px;
}

.list-header span {
    color: #687891;
    font-size: 13px;
}


/* =========================
   Comment Card
========================= */

.comment-card {
    background:
        rgba(15, 29, 49, .72);

    border: 1px solid rgba(91, 157, 220, .12);

    border-radius: 20px;

    padding: 25px;

    margin-bottom: 18px;

    transition: .3s;
}

.comment-card:hover {
    border-color: rgba(83, 166, 255, .3);

    transform: translateY(-2px);
}


/* =========================
   User
========================= */

.comment-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 15px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar {
    width: 45px;
    height: 45px;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    background:
        linear-gradient(
            135deg,
            #287de8,
            #173f77
        );

    font-weight: 800;
}

.user-info h4 {
    margin: 0 0 4px;
    font-size: 14px;
}

.user-info span {
    color: #687891;
    font-size: 11px;
}


/* =========================
   Rating Display
========================= */

.comment-rating {
    direction: ltr;

    color: #ffc857;

    font-size: 15px;

    letter-spacing: 2px;
}


/* =========================
   Body
========================= */

.comment-body {
    margin-top: 20px;
}

.comment-body p {
    margin: 0;

    color: #aebbd0;

    line-height: 2;

    font-size: 14px;
}


/* =========================
   Footer
========================= */

.comment-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: 20px;

    padding-top: 15px;

    border-top: 1px solid rgba(255, 255, 255, .05);
}

.verified {
    color: #48c78e;

    font-size: 11px;
}

.reply-btn {
    background: transparent;

    border: none;

    color: #5da9ff;

    font-family: inherit;

    font-size: 12px;

    cursor: pointer;

    transition: .2s;
}

.reply-btn:hover {
    color: #8bc6ff;
}


/* =========================
   Admin Reply
========================= */

.comment-reply {
    margin-right: 45px;

    border-right: 3px solid #287de8;

    background:
        rgba(18, 38, 65, .65);
}

.admin-avatar {
    background:
        linear-gradient(
            135deg,
            #164e8e,
            #287de8
        );
}

.admin-badge {
    padding: 5px 10px;

    border-radius: 8px;

    background: rgba(53, 139, 255, .1);

    color: #5da9ff;

    font-size: 11px;
}


/* =========================
   Responsive
========================= */

@media (max-width: 700px) {

    .comments-section {
        margin: 50px auto;
        padding: 0 15px;
    }

    .comments-header {
        align-items: flex-start;
    }

    .comments-header h2 {
        font-size: 23px;
    }

    .comments-count {
        min-width: 70px;
        height: 70px;
    }

    .comment-form-card {
        padding: 20px;
        border-radius: 20px;
    }

    .rating-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .comment-card {
        padding: 18px;
    }

    .comment-rating {
        font-size: 13px;
    }

    .comment-reply {
        margin-right: 15px;
    }
}

@media (max-width: 480px) {

    .comments-header {
        flex-direction: column;
    }

    .comments-count {
        width: 100%;
        height: 65px;
        flex-direction: row;
        gap: 8px;
    }

    .comment-top {
        align-items: flex-start;
    }

    .comment-rating {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .comment-footer {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }

    .submit-comment {
        width: 100%;
        justify-content: center;
    }

}
.reply-form {
    display: none;

    margin-top: 20px;
    padding: 20px;

    background: rgba(7, 19, 35, .75);

    border: 1px solid rgba(75, 155, 255, .15);

    border-radius: 16px;

    animation: replyOpen .25s ease;
}

.reply-form.active {
    display: block;
}

@keyframes replyOpen {

    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


.reply-form-header {

    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 15px;

    color: #8bbfff;

    font-size: 13px;
    font-weight: 600;

}


.reply-form-header button {

    width: 30px;
    height: 30px;

    border: none;

    border-radius: 8px;

    background: rgba(255, 255, 255, .05);

    color: #8d9bb2;

    font-size: 20px;

    cursor: pointer;

    transition: .2s;

}


.reply-form-header button:hover {

    background: rgba(255, 255, 255, .1);

    color: white;

}


.reply-form textarea {

    width: 100%;
    min-height: 100px;

    box-sizing: border-box;

    resize: vertical;

    padding: 15px;

    border-radius: 12px;

    border: 1px solid rgba(90, 160, 230, .15);

    background: rgba(3, 12, 25, .7);

    color: white;

    outline: none;

    font-family: inherit;

    font-size: 13px;

    transition: .25s;

}


.reply-form textarea::placeholder {

    color: #53647b;

}


.reply-form textarea:focus {

    border-color: rgba(72, 157, 255, .5);

    box-shadow:
        0 0 0 4px rgba(72, 157, 255, .07);

}


.reply-submit {

    margin-top: 12px;

    padding: 10px 20px;

    border: none;

    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #287de8,
            #1762c0
        );

    color: white;

    font-family: inherit;

    font-weight: 600;

    font-size: 12px;

    cursor: pointer;

    transition: .25s;

}


.reply-submit:hover {

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(27, 109, 216, .3);

}


.comment-reply {

    margin-top: 18px;

    margin-right: 45px;

    padding: 18px;

    border-radius: 15px;

    border-right: 3px solid #287de8;

    background: rgba(17, 37, 62, .55);

}


@media (max-width: 600px) {

    .comment-reply {

        margin-right: 15px;

    }

    .reply-form {

        padding: 15px;

    }

    .reply-submit {

        width: 100%;

    }

}
.product-options-row {
    margin-top: 45px;
    margin-bottom: 25px;
}

.product-options-row .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    direction: rtl;
}

.product-options-row label {
    color: #e2e8f0;
    font-family: "Vazirmatn", sans-serif;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

#product-option {
    width: 280px;
    height: 52px;
    padding: 0 16px;
margin-bottom:10px;
margin-top:10px
    border: 1px solid rgba(59, 130, 246, 0.35);
    border-radius: 14px;

    background: #101a2e;
    color: #fff;

    font-family: "Vazirmatn", sans-serif;
    font-size: 14px;
    font-weight: 600;

    outline: none;
    cursor: pointer;

    transition: 0.3s ease;
}

#product-option:hover,
#product-option:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}
/* =========================================================
   PRODUCT GALLERY
   ========================================================= */

.product-gallery {
    width: 100%;
    position: relative;
}


/* MAIN IMAGE */

.main-image-wrapper {
    position: relative;
    width: 100%;
    height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 20px;
    background: #f5f5f5;
}


.main-product-image {
    width: 100%;
    height: 100%;

    object-fit: contain;

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}


/* =========================================================
   GALLERY BUTTONS
   ========================================================= */

.gallery-btn {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    z-index: 5;

    width: 45px;
    height: 45px;

    border: none;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.55);
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition: 0.25s;
}


.gallery-btn:hover {
    background: rgba(0, 0, 0, 0.8);

    transform:
        translateY(-50%)
        scale(1.1);
}


.gallery-prev {
    right: 15px;
}


.gallery-next {
    left: 15px;
}


/* =========================================================
   THUMBNAILS
   ========================================================= */

.product-thumbnails {

    display: flex;

    gap: 12px;

    margin-top: 15px;

    overflow-x: auto;

    padding: 5px;
}


.product-thumbnails .thumbnail {

    width: 85px;
    height: 85px;

    flex-shrink: 0;

    object-fit: cover;

    border-radius: 12px;

    border: 2px solid transparent;

    cursor: pointer;

    transition: 0.25s;

    opacity: 0.7;
}


.product-thumbnails .thumbnail:hover {

    opacity: 1;

    transform: translateY(-3px);

}


.product-thumbnails .thumbnail.active {

    opacity: 1;

    border-color: #000;

    transform: scale(1.05);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .main-image-wrapper {

        height: 350px;

    }


    .product-thumbnails .thumbnail {

        width: 70px;
        height: 70px;

    }


    .gallery-btn {

        width: 38px;
        height: 38px;

    }

}
/* =========================================================
   PRODUCT DETAILS
========================================================= */

.product-details-section {
    margin-top: 70px;
    padding: 35px;
    border-radius: 24px;
    background: linear-gradient(
        145deg,
        rgba(15, 23, 42, 0.95),
        rgba(17, 24, 39, 0.9)
    );
    border: 1px solid rgba(96, 165, 250, 0.15);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}


/* =========================================================
   DETAILS HEADER
========================================================= */

.details-header {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.details-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 13px;
    border-radius: 50px;
    background: rgba(59, 130, 246, 0.12);
    color: #60a5fa;
    font-size: 13px;
    font-weight: 700;
}

.details-header h2 {
    margin: 0 0 10px;
    color: #f8fafc;
    font-size: 28px;
    font-weight: 800;
}

.details-header p {
    margin: 0;
    color: #94a3b8;
    font-size: 14px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.description-box {
    display: flex;
    gap: 18px;
    padding: 25px;
    margin-bottom: 25px;

    background: rgba(30, 41, 59, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: 18px;

    transition: 0.3s ease;
}

.description-box:hover {
    transform: translateY(-3px);
    border-color: rgba(96, 165, 250, 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.description-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: rgba(59, 130, 246, 0.12);
    color: #60a5fa;

    font-size: 22px;
}

.description-box h3 {
    margin: 0 0 10px;
    color: #f8fafc;
    font-size: 18px;
    font-weight: 700;
}

.description-box p {
    margin: 0;
    color: #cbd5e1;
    line-height: 2;
    font-size: 14px;
}


/* =========================================================
   FEATURES
========================================================= */

.features-box {
    padding: 25px;

    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(96, 165, 250, 0.12);
    border-radius: 20px;
}

.features-title {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-bottom: 25px;
}

.features-icon {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background: linear-gradient(
        135deg,
        rgba(59, 130, 246, 0.2),
        rgba(37, 99, 235, 0.08)
    );

    color: #60a5fa;
    font-size: 22px;
}

.features-title h3 {
    margin: 0 0 5px;

    color: #f8fafc;
    font-size: 19px;
    font-weight: 800;
}

.features-title span {
    color: #64748b;
    font-size: 13px;
}


/* =========================================================
   FEATURES GRID
========================================================= */

.features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 15px 17px;

    background: rgba(30, 41, 59, 0.5);

    border: 1px solid rgba(148, 163, 184, 0.08);

    border-radius: 13px;

    color: #cbd5e1;

    font-size: 14px;

    transition: all 0.25s ease;
}

.feature-item:hover {
    transform: translateY(-2px);

    background: rgba(30, 41, 59, 0.8);

    border-color: rgba(96, 165, 250, 0.25);

    color: #f8fafc;
}

.feature-item i {
    color: #3b82f6;
    font-size: 17px;
}


/* =========================================================
   PRICE CARD
========================================================= */

.price-card {
    margin-top: 25px;
    padding: 22px;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            rgba(37, 99, 235, 0.12),
            rgba(15, 23, 42, 0.7)
        );

    border: 1px solid rgba(96, 165, 250, 0.18);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.price-label {
    display: block;

    margin-bottom: 8px;

    color: #94a3b8;

    font-size: 13px;
}

.price-main {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.price-main strong {
    color: #f8fafc;

    font-size: 32px;

    font-weight: 900;

    letter-spacing: -1px;
}

.price-main .currency {
    color: #60a5fa;

    font-size: 18px;

    font-weight: 700;
}

.price-note {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-top: 12px;

    color: #64748b;

    font-size: 12px;
}

.price-note i {
    color: #22c55e;
}


/* =========================================================
   SERVICES
========================================================= */

.product-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;

    margin-top: 25px;
    padding: 20px;

    border-radius: 20px;

    background: rgba(15, 23, 42, 0.75);

    border: 1px solid rgba(148, 163, 184, 0.1);
}

.service-item {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 15px;

    border-radius: 14px;

    transition: 0.25s ease;
}

.service-item:hover {
    background: rgba(30, 41, 59, 0.6);
    transform: translateY(-3px);
}

.service-icon {
    width: 43px;
    height: 43px;
    min-width: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(59, 130, 246, 0.1);

    color: #60a5fa;

    font-size: 19px;
}

.service-item strong {
    display: block;

    margin-bottom: 4px;

    color: #e2e8f0;

    font-size: 13px;
}

.service-item span {
    display: block;

    color: #64748b;

    font-size: 11px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 992px) {

    .product-services {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 768px) {

    .product-details-section {
        padding: 22px;
        margin-top: 40px;
    }

    .details-header h2 {
        font-size: 23px;
    }

    .features-list {
        grid-template-columns: 1fr;
    }

    .product-services {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 480px) {

    .product-details-section {
        padding: 16px;
        border-radius: 18px;
    }

    .description-box {
        padding: 18px;
    }

    .features-box {
        padding: 18px;
    }

    .price-main strong {
        font-size: 27px;
    }

}

    /* =========================================================
       CONTACT PAGE NAVBAR
       Fixed + Centered
    ========================================================= */

    .navbar {
        position: fixed !important;
        top: 10px !important;

        left: 50% !important;
        right: auto !important;
        bottom:10px !important;
        transform: translateX(-50%) !important;

        width: 92% !important;
        max-width: 1400px !important;

        margin: 10px !important;

        box-sizing: border-box !important;

        z-index: 9999 !important;
    }

    html,
    body {
        overflow-x: hidden !important;
    }
.col-md-6{
margin-top:100px;
}
.navbar {
    flex-wrap: nowrap;
}
body > .navbar,
body > nav.navbar {
    width: 100% !important;
    margin: 5px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    padding-left:30px !important;
}