/*@font-face {
    font-family: 'dana';
    src: url(fonts/dana-regular.eot);
    src: url(fonts/dana-regular.eot?#iefix) format('embedded-opentype'), url(fonts/dana-regular.otf) format('otf'), url(fonts/dana-regular.svg#dana-regular) format('svg'), url(fonts/dana-regular.ttf) format('truetype'), url(fonts/dana-regular.woff) format('woff'), url(fonts/dana-regular.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'dana';
    src: url(fonts/dana-medium.eot);
    src: url(fonts/dana-medium.eot?#iefix) format('embedded-opentype'), url(fonts/dana-medium.otf) format('otf'), url(fonts/dana-medium.svg#dana-medium) format('svg'), url(fonts/dana-medium.ttf) format('truetype'), url(fonts/dana-medium.woff) format('woff'), url(fonts/dana-medium.woff2) format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'dana';
    src: url(fonts/dana-bold.eot);
    src: url(fonts/dana-bold.eot?#iefix) format('embedded-opentype'), url(fonts/dana-bold.otf) format('otf'), url(fonts/dana-bold.svg#dana-bold) format('svg'), url(fonts/dana-bold.ttf) format('truetype'), url(fonts/dana-bold.woff) format('woff'), url(fonts/dana-bold.woff2) format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'dana';
    src: url(fonts/dana-black.eot);
    src: url(fonts/dana-black.eot?#iefix) format('embedded-opentype'), url(fonts/dana-black.otf) format('otf'), url(fonts/dana-black.svg#dana-black) format('svg'), url(fonts/dana-black.ttf) format('truetype'), url(fonts/dana-black.woff) format('woff'), url(fonts/dana-black.woff2) format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}*/


/* dana-regular */
@font-face {
    font-family: 'dana';
    src: url(fonts/dana-regular.woff2) format('woff2'), url(fonts/dana-regular.woff) format('woff'), url(fonts/dana-regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* dana-medium */
@font-face {
    font-family: 'dana';
    src: url(fonts/dana-medium.woff2) format('woff2'), url(fonts/dana-medium.woff) format('woff'), url(fonts/dana-medium.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* dana-bold */
@font-face {
    font-family: 'dana';
    src: url(fonts/dana-bold.woff2) format('woff2'), url(fonts/dana-bold.woff) format('woff'), url(fonts/dana-bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* dana-black */
@font-face {
    font-family: 'dana';
    src: url(fonts/dana-black.woff2) format('woff2'), url(fonts/dana-black.woff) format('woff'), url(fonts/dana-black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: material;
    src: url(fonts/Material-icon.woff2?v=2.2.0) format('woff2'),url(fonts/Material-icon.woff?v=2.2.0) format('woff'),url(fonts/Material-icon.ttf?v=2.2.0) format('truetype')
}


/*@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(fonts/glyphicons-halflings-regular.eot);
    src: url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(fonts/glyphicons-halflings-regular.woff) format('woff'),url(fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}*/


a {
    text-decoration: none !important;
}

* {
    line-height: normal;
    list-style: none;
    box-sizing: border-box;
    font-family: 'dana';
}

body {
    font-size: 16px;
    font-family: 'dana', 'Tahoma', 'Arial', sans-serif;
    direction: rtl;
    background: #fff;
    overflow-x: hidden;
}

input:focus,
button:focus,
textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

ul, ol {
    padding: 0;
    margin: 0;
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #ec2828;
    --blue: #5ca3ef;
    --green: #5caf21;
    --mk-teal: #C1121F; /* رنگ بردکرامب */
    --mk-magenta: #a5216e; /* رنگ ارغوانی/سرخابی متن و تایمر */
    --mk-timer-bg: #f4f6fa; /* رنگ پس‌زمینه باکس تایمر */
    --mk-magenta: #a5216e;
    --mk-timer-bg: #f5f6fa; /* رنگ پس‌زمینه لایت */
    --mk-magenta: #d7265a; /* رنگ سرخابی مکتب‌خونه */
    --mk-magenta-hover: #b81f4c;
    --mk-teal: #00baba;
    --mk-light-teal-bg: #e6f8f8; /* بک‌گراند سبز/فیروزه‌ای روشن */
    --mk-light-blue-bg: #f0f7ff; /* بک‌گراند آبی روشن اسنپ پی */
    --mk-snapp-blue: #00a4fa; /* رنگ آبی لوگو اسنپ */
    --Sunshine: #FFC001;
}

.fixedmenu {
    position: fixed !important;
    top: -200px;
}



.menubox {
    padding: 8px;
    background: var(--white);
    transition: 1s all;
    position: relative;
    z-index: 10000000000000;
    box-shadow: 0 0 10px 0 #0001;
    left: 0;
    width: 100%;
}

.headerflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoboxvsearchbox {
    display: flex;
    align-items: center;
    gap: 40px;
}

.logobox img {
    max-width: 130px;
    max-height: 54px;
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    animation: Rwshine 3s infinite;
}

@keyframes Rwshine {
    0% {
        --webkit-mask-position: 140% 140%;
        mask-position: 140% 140%;
    }

    100% {
        --webkit-mask-position: -20% -20%;
        mask-position: -20% -20%;
    }
}

.searchbox form {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 5px 10px;
    position: relative;
    display: flex;
    width: 400px;
    max-width: 100%;
}

    .searchbox form input {
        background: none;
        border: none;
        flex: 1;
    }

    .searchbox form button {
        border: none;
        background: var(--primary);
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        width: 35px;
        height: 35px;
        transition: 0.4s all;
    }

        .searchbox form button:hover {
            background: var(--black);
        }

.headerbtns {
    display: flex;
    gap: 10px;
    align-items: center;
}

.loginsignupbtn {
    background: var(--black);
    border-radius: 10px;
    padding: 10px 30px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: 0.4s all;
    color: var(--white);
}

    .loginsignupbtn:hover {
        background: var(--primary);
    }

.cartbtn {
    background: var(--primary);
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--white);
    transition: 0.4s all;
}

    .cartbtn img {
        width: 30px;
    }

    .cartbtn:hover {
        background: var(--primary);
    }

    .cartbtn:hover {
        background: var(--black);
    }

.cartsec {
    position: relative;
}

    .cartsec:hover .cartbox {
        opacity: 1;
        visibility: visible;
        top: 110%;
    }

.cartbox {
    position: absolute;
    left: 0;
    top: 120%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    background: var(--white);
    z-index: 100;
    padding: 20px;
    border-radius: 15px;
    width: 300px;
    align-items: center;
    box-shadow: 0 0 30px 0 #0001;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
}

    .cartbox svg {
        width: 100px;
        height: 100px;
        color: #ccc;
    }

header hr {
    opacity: 0.1;
}

.menubox ul {
    display: flex;
    gap: 30px;
    /*خط پایین من اضافه کردم*/
    padding-right: 25px;
}

    .menubox ul li {
        position: relative;
    }

        .menubox ul li a {
            font-weight: 600;
            color: var(--black);
            transition: 0.4s all;
        }

            .menubox ul li a:hover {
                color: var(--primary);
            }

.menu-has-children a {
    padding-left: 20px;
}

    .menu-has-children a::after {
        content: "";
        border: 1px solid;
        border-right: var(--black);
        border-bottom: var(--black);
        transform: rotate(-135deg);
        position: absolute;
        width: 7px;
        height: 7px;
        left: 0;
        top: 8px;
    }

.menubox ul li ul li a::after {
    display: none;
}

.menubox ul li ul {
    background: var(--white);
    width: 350px;
    position: absolute;
    top: 40px;
    right: 0;
    padding: 15px;
    z-index: 100;
    border-radius: 15px;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 0 20px 0 #0000000f;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
    text-align: right;
}


.menubox ul li:hover ul {
    top: 28px;
    opacity: 1;
    visibility: visible;
}

.w100 {
    width: 100%;
}

.hero {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.myshape {
    transform: rotate(180deg);
    margin-top: -50px;
}

    .myshape svg {
        height: 57px;
        width: 100%;
    }



.myshapefill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}



.specialbox {
    background: linear-gradient(180deg, #E4E4E4 0%, #FFFFFF 100%);
    padding: 50px;
    border: 1px solid #ccc;
    border-radius: 35px;
    display: flex;
    gap: 50px;
    align-items: center;
    text-align: center;
}

.m100 {
    margin: 100px auto;
}

.specialflex img {
    border-radius: 25px;
    max-width: 100%;
    width: 500px;
}

.specialinfo {
    flex: auto;
    display: flex;
    gap: 10px;
    flex-direction: column;
}



.h3-banner {
    background-color: #023047;
}

.specialinfo p {
    margin: 0;
}

.specialinfo .mybtn {
    margin: 0 auto;
}

.specialprices {
    margin: 10px 0;
    font-size: 30px;
    color: #808080;
}

    .specialprices span {
        font-weight: bold;
        color: rgb(42, 159, 42);
    }

.tutorvideos {
    background: linear-gradient(183deg, #656565 0%, #262626 100%);
    padding: 200px 0;
    position: relative;
}

.myshape2 {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
}

    .myshape2 svg {
        height: 64px;
        width: 100%;
    }

.myfill2 {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.myshape2-2 {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
}

    .myshape2-2 svg {
        height: 66px;
        width: 100%;
    }

.myfill2-2 {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.slider1 .slider1post {
    background: #222222;
    padding: 15px 15px 30px;
    border-radius: 20px;
    position: relative;
    transition: 0.4s all;
    height: 100%;
}

    .slider1 .slider1post:hover {
        transform: translateY(-5px);
    }

    .slider1 .slider1post img {
        width: 100%;
        /*object-fit: cover;*/
        object-fit: fill;
        height: auto;
    }

    .slider1 .slider1post h3 {
        color: var(--white);
        margin-top: 30px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

.sliderhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tutorvideos .mybtn {
    background: var(--white);
    color: var(--black);
}

    .tutorvideos .mybtn:hover {
        background: var(--primary);
        color: var(--white);
    }

.tutorvideos h2 {
    color: var(--white);
    margin: 0;
}

.padd {
    padding: 50px 0;
}

.inboxespost {
    box-shadow: 0 0 20px 20px #eee5;
    border-radius: 20px;
    padding: 5px;
    /*display: flex;*/
    flex-direction: column;
    gap: 20px;
    text-align: center;
    height: 95%;
    transition: 0.4s all;
    border: 1px solid #cccccceb;
}

    .inboxespost:hover {
        transform: translateY(-10px);
        /*box-shadow: 0 0 20px 20px #ffa50030;*/
        border: 1px solid #ec2828;
    }

    .inboxespost img {
        margin-bottom: 20px;
        margin-top: 20px;
        width: 35%;
    }

    .inboxespost h3 {
        font-weight: bold;
        font-size: 20px;
        margin: 0;
        color: var(--black);
        padding-bottom: 20px;
    }

.padd2 {
    padding: 50px 0;
}

.slider2post {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 15px;
    transition: 0.4s all;
    text-align: center;
}

    .slider2post:hover {
        transform: translateY(-5px);
    }

    .slider2post img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        height: auto;
        margin-bottom: 30px;
        border-radius: 15px;
    }

.dorehtakhasosi .swiper-wrapper, .slider1 .swiper-wrapper, .slider3 .swiper-wrapper {
    padding: 5px 0;
}

.slider2post h3 {
    font-weight: bold;
    color: var(--black);
    font-size: 24px;
    margin-bottom: 10px;
}

.slider2price {
    font-weight: bold;
    color: var(--black);
    font-size: 20px;
    margin-bottom: 30px;
}

.slider2post hr {
    opacity: 0.1;
}

.slider2info {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 12px;
}

    .slider2info div {
        flex: 1;
    }

        .slider2info div p {
            font-weight: bold;
        }

.swiper-button-prev {
    background: #d6d6d6 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-top: -42px !important;
}

.swiper-button-next {
    background: #d6d6d6 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    color: var(--white);
    justify-content: center;
    margin-top: -42px !important;
}

.slider__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.swiper-pagination-bullet-active {
    background: var(--primary) !important;
}

.slider3 .slider1post {
    background: var(--white);
    border: 1px solid #ccc;
    padding: 15px 15px 30px;
    border-radius: 20px;
    position: relative;
    transition: 0.4s all;
    height: 100%;
}

    .slider3 .slider1post:hover {
        transform: translateY(-5px);
    }

    .slider3 .slider1post img {
        width: 100%;
        object-fit: cover;
        height: auto;
        border-radius: 15px;
    }

    .slider3 .slider1post h3 {
        margin-top: 30px;
        text-align: center;
        font-size: 20px;
        color: #555;
        font-weight: bold;
    }

.intesti {
    background: #F1F1F1;
    padding: 200px 0 100px 0;
    position: relative;
}

    .intesti .slider1post span {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

.myshape3 {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
}

    .myshape3 svg {
        width: 100%;
        height: 106px;
    }

.myfill3 {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.myusers .userstattitle {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

.myusers ul {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
}

    .myusers ul li {
        display: flex;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        gap: 15px;
    }

        .myusers ul li:first-child {
            padding-top: 0;
        }

        .myusers ul li:last-child {
            padding-bottom: 0;
            border: none;
        }

        .myusers ul li span {
            flex: 1;
        }

.userstatnum {
    flex: none !important;
    width: 50px;
}

    .userstatnum svg {
        color: var(--primary);
        position: relative;
        top: -2px;
    }

.myusers .mybtn {
    background: var(--white);
    color: var(--primary);
    border: 1px solid var(--primary);
    margin: 0 auto;
}

    .myusers .mybtn:hover {
        background: var(--primary);
        color: var(--white);
    }

.myusers .row {
    gap: 30px 0;
}

footer {
    margin-top: 50px;
    padding: 200px 0 0 0;
    position: relative;
    background-image: linear-gradient(180deg, #F1F1F1 0%, #FFFFFF 50%);
    width: 100%;
}

.fshape {
    position: absolute;
    left: 0;
    width: 100%;
    top: -2px;
}

    .fshape svg {
        height: 100px;
        width: 100%;
    }

.ffill {
    width: 100%;
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.ftitle {
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
}

.links {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

    .links li a {
        color: #777;
        transition: 0.4s all;
    }

        .links li a:hover {
            color: var(--primary);
        }

.f3 ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

    .f3 ul li {
        display: flex;
        gap: 15px;
        align-items: center;
    }

        .f3 ul li img {
            width: 81px;
            aspect-ratio: 1/1;
            object-fit: cover;
            border-radius: 10px;
        }

        .f3 ul li p {
            margin: 0 0 5px 0;
            font-weight: bold;
            color: var(--black);
        }

.fprice {
    color: rgb(50, 176, 50);
}

.f4 .ftext {
    color: #777;
    margin-top: -20px !important;
    display: block;
}

.sociallinks, .namads {
    display: flex;
    gap: 15px;
    margin: 20px 0;
    align-items: center;
    flex-wrap: wrap;
}

@media(max-width:1200px) {
    .sociallinks img {
        height: 40px;
    }

 

  

   
}

.fbox2 {
    display: flex;
    gap: 30px;
    align-items: center;
}

    .fbox2 img {
        width: 300px;
        aspect-ratio: 1/1;
        border-radius: 15px;
        max-width: 100%;
        object-fit: contain;
    }

    .fbox2 p {
        color: #777;
        text-align: justify;
    }

footer hr {
    margin: 30px 0;
    opacity: 0.1;
}

.copyright {
    background: #5b5b5b;
    padding: 15px;
    color: var(--white);
    margin-top: 30px;
}

.goup {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000;
    transition: 0.4s all;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--black);
    color: var(--white);
    cursor: pointer;
    border-radius: 100px;
    opacity: 0;
}

    .goup:hover {
        background: var(--primary);
    }

.supportbox {
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 1000;
    padding: 10px 15px;
    background: rgb(37, 182, 37);
    color: var(--white);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    cursor: pointer;
    flex-direction: row-reverse;
    transition: 0.4s all;
}

    .supportbox:hover {
        scale: 1.1;
    }

    .supportbox svg {
        width: 20px;
        height: 20px;
    }

.supportcon {
    position: fixed;
    top: 40%;
    left: 50%;
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    transform: translate(-50%,-50%);
    /*transform:translate(-20%,-23%);*/
    z-index: 10000000000000000;
    width: 300px;
    max-width: 90%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
}

    .supportcon li a {
        border: 1px solid var(--primary);
        padding: 15px;
        background: #842d0d;
        border-radius: 100px;
        text-align: center;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        flex-direction: row-reverse;
        color: var(--primary);
    }

        .supportcon li a svg {
            width: 20px;
            height: 20px;
            position: relative;
            top: 2px;
        }



/* login */
.loginbg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.loginsec {
    background: var(--white);
    padding: 50px 30px;
    border-radius: 20px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 400px;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .loginsec img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .loginsec form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .loginsec form input {
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 10px;
            padding: 15px;
            width: 100%;
            transition: 0.4s all;
            direction: ltr;
        }

            .loginsec form input:focus {
                border: 1px solid var(--primary);
            }

            .loginsec form input::placeholder {
                transition: 0.4s all;
            }

            .loginsec form input:focus::placeholder {
                color: var(--primary);
            }

    .loginsec h1 {
        font-size: 24px;
        font-weight: bold;
        margin: 20px auto;
    }

    .loginsec form button {
        background: var(--primary);
        border: 1px solid var(--primary);
        border-radius: 10px;
        color: var(--white);
        padding: 15px;
        width: 100%;
        transition: 0.4s all;
    }

        .loginsec form button:hover {
            background: var(--black);
            border: 1px solid var(--black);
        }

    .loginsec a {
        color: var(--primary);
        width: fit-content;
        transition: 0.4s all;
        margin: 0 auto;
    }

        .loginsec a:hover {
            color: var(--black);
        }
/* login */

/* shop */
.breadvselectbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bread {
    display: flex;
    gap: 10px;
    align-items: center;
    /*font-size: 20px;*/
    font-size: medium;
}

    .bread a {
        color: #555;
        transition: 0.4s all;
    }

        .bread a:hover {
            color: var(--primary);
        }

    .bread span {
        font-weight: bold;
    }

.selectbox {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .selectbox select {
        padding: 15px 15px 15px 50px;
        border-radius: 10px;
        border: 1px solid #ccc;
        background: none;
        appearance: none;
        background: url(img/chevron-down.webp), #fff;
        background-repeat: no-repeat;
        background-position: left 15px center;
        cursor: pointer;
    }

        .selectbox select:focus {
            outline: none;
        }

.shoppage {
    background: linear-gradient(360deg, white, #f6f6f6);
    padding: 50px 0;
}

.shoppost {
    overflow: hidden;
    border-radius: 15px;
    height: 100%;
    position: relative;
    background: var(--white);
    border: 1px solid #ccc;
    padding-bottom: 20px;
    transition: 0.4s all;
    text-align: center;
}

    .shoppost img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        height: auto;
        margin-bottom: 20px;
    }

.prtitle {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 24px;
    display: block;
    transition: 0.4s all;
    color: var(--black);
}

.shoppost:hover {
    transform: translateY(-5px);
}

    .shoppost:hover .prtitle {
        color: var(--primary);
    }

.prprice {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    color: #5b5b5b;
    display: block;
}

.shopcontentarea {
    gap: 30px 0;
}
/* shop */

/* single product */
.singleprhead {
    background: url('img/p-b.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--white);
    padding: 50px 20px;
}

.singleprhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px 50px;
}

.singlepr-title {
    padding: 5px 10px 0px 0;
    text-align: right;
    background-image: url(img/video/VideoBG1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    color: white;
    margin: 0px 0 10px 0;
}

.singleheadinfo ul {
    justify-content: end;
    margin-bottom: 10px;
}

    .singleheadinfo ul li a {
        color: var(--white);
    }

.singleheadinfo {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.singleprtitle h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.singlepr {
    padding: 20px;
    background: #F1F1F1;
    text-align: center;
}

    .singlepr img {
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: 15px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .singlepr ul {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

        .singlepr ul li {
            padding: 10px;
            border-bottom: 1px dashed #ccc;
        }

            .singlepr ul li:last-child {
                border: none;
            }

        .singlepr ul li {
            display: flex;
            gap: 10px;
            justify-content: center;
            align-items: center;
        }

    .singlepr .mybtn {
        margin: 10px auto;
        width: 100%;
    }

.singleprpost {
    padding: 20px;
    border-radius: 20px;
    background: var(--white);
    height: 100%;
    position: relative;
}

    .singleprpost .prprice {
        font-size: 24px;
    }

    .singleprpost video {
        min-height: 100%;
        width: 100%;
        aspect-ratio: 2/1;
        border-radius: 20px;
        object-fit: cover;
    }

.mainsingleprpost {
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    position: relative;
}


.maincontent p {
    text-align: justify;
    color: #777;
}

.teacher {
    text-align: center;
}

    .teacher h2 {
        font-size: 32px;
        display: block;
        margin-bottom: 20px;
        font-weight: bold;
        color: var(--primary);
    }

    .teacher img {
        border-radius: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        width: 300px;
        border: 5px solid #ccc;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .teacher p {
        font-weight: bold;
        color: var(--black);
        margin-bottom: 10px;
        font-size: 30px;
    }

    .teacher ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

.yad {
    background: #F1F9FB;
    padding: 50px;
    border-radius: 20px;
}

    .yad h2 {
        font-weight: bold;
        color: var(--primary);
        font-size: 30px;
        display: block;
        margin-bottom: 20px;
    }

    .yad p {
        text-align: justify;
    }

.prfaq h2 {
    font-weight: bold;
    color: var(--primary);
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
}

.prfaq button::after {
    position: absolute;
    left: 15px;
}

.accordion-item {
    border: none !important;
    margin-bottom: 5px;
}

.accordion-button {
    background: #eee;
    font-weight: bold;
    border-radius: 10px !important;
}

.accordion-body {
    margin-top: 5px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    background: #F1F9FB;
}

.accordion-item h3 button {
    padding: 1rem;
}

.cmbox h2, .cmform h2, .singlebox h2 {
    font-weight: bold;
    color: var(--primary);
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
}

.cmbox ul {
    display: flex;
    flex-direction: column;
}

    .cmbox ul li {
        border-bottom: 1px solid #eee;
        padding: 20px 0;
    }

.cmboxli {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cmbox ul li:last-child {
    border: none;
}

.cmbox ul li img {
    width: 80px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    height: auto;
    object-fit: cover;
}

.cmboxinfo {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
}

.cmboxtitle span {
    font-weight: bold;
}

.children {
    padding: 20px 50px;
}

.cmform {
    padding: 40px;
    border: 1px solid var(--primary);
    border-radius: 20px;
}

    .cmform label {
        font-weight: bold;
        color: var(--black);
        margin: 10px 0;
    }

    .cmform textarea, .cmform input {
        border: 1px solid #ccc;
        padding: 10px;
        width: 100%;
        border-radius: 10px;
        background: var(--white);
    }

    .cmform .mybtn {
        width: 100px;
        font-size: 10px;
        border: none;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: bold;
    }

.cmboxli .starratingblog {
    margin: inherit;
    text-align: right;
}

.singleprtitlestna {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .singleprtitlestna .headstars {
        color: orange;
    }

        .singleprtitlestna .headstars span {
            color: var(--white);
        }
/* single product */

/* profile */
.profilehead {
    background: #F1F1F1;
    padding: 30px 0;
}

    .profilehead h1 {
        font-weight: bold;
        color: var(--primary);
        font-size: 30px;
        display: block;
        margin-bottom: 10px;
    }

.profilecontent {
    padding: 50px 0;
}

.profilenamebox {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    font-weight: bold;
}

    .profilenamebox img {
        width: 100px;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
        border: 5px solid #eee;
        border-radius: 100%;
    }

.profilelist {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

    .profilelist li a {
        color: #777;
        padding: 10px 15px;
        background: #eee5;
        border-radius: 10px;
        text-align: center;
        display: block;
        transition: 0.4s all;
        border: 1px solid #ccc;
    }

        .profilelist li a:hover {
            color: var(--white);
            background: var(--primary);
            border: 1px solid var(--primary);
        }

.profileactive a {
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    background: #eee5 !important;
}

.profilecontentarea p a {
    color: var(--primary);
    transition: 0.4s all;
    font-weight: bold;
}

.profilecontentarea p span {
    font-weight: bold;
}

.profilecontentarea p a:hover {
    color: var(--black);
}

.profilecontentarea ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

    .profilecontentarea ul li {
        flex: auto;
    }

.profilecontentarea li a {
    border: 1px solid #ccc;
    background: #eee5;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    color: #777;
    display: block;
    transition: 0.4s all;
}

    .profilecontentarea li a:hover {
        color: var(--white);
        background: var(--primary);
        border: 1px solid var(--primary);
    }

.profilelistbox, .profilecontentarea {
    box-shadow: 0 0 20px 0 #cccccc33;
    padding: 20px;
    height: 100%;
    border-radius: 15px;
}

.mydiamonds {
    background: var(--white);
    border: 1px dashed var(--primary);
    border-radius: 10px;
    padding: 10px 20px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    gap: 10px;
    transition: 0.4s all;
    color: var(--primary);
}

    .mydiamonds svg {
        position: relative;
        top: -1px;
    }

.mydashboard {
    position: relative;
}

    .mydashboard a.mainlink {
        background: var(--black);
        border-radius: 10px;
        padding: 10px 20px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        gap: 10px;
        transition: 0.4s all;
        color: var(--white);
        position: relative;
    }

        .mydashboard a.mainlink:hover {
            background: var(--primary);
        }

    .mydashboard ul {
        position: absolute;
        top: 48px;
        width: 250px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-radius: 15px;
        background: var(--white);
        padding: 20px;
        box-shadow: 0 0 30px 0 #0001;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s all;
    }

        .mydashboard ul::after {
            content: "";
            width: 20px;
            height: 20px;
            background: var(--white);
            z-index: 10;
            top: -10px;
            left: 50%;
            transform: translate(-50%, 3px) rotate(45deg);
            border-radius: 3px;
            position: absolute;
        }

    .mydashboard:hover ul {
        opacity: 1;
        visibility: visible;
    }
/* profile */

/* single blog */
.singleblog {
    background: linear-gradient(360deg, white, #f6f6f6);
    padding: 50px 0;
}

.singleb {
    padding: 30px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 #eee;
    position: relative;
}

.sharebox {
    position: absolute;
    top: 0;
    right: -80px;
    background: var(--white);
    border-radius: 15px;
    padding: 20px;
}

.ressharebox {
    padding: 20px 30px !important;
    margin-bottom: 20px;
}

    .ressharebox .sharebox {
        position: inherit;
        top: inherit;
        right: inherit;
        background: var(--white);
        border-radius: 15px;
        padding: 20px;
        padding: 0;
    }

        .ressharebox .sharebox ul {
            flex-direction: row;
            justify-content: center;
        }

.sharebox ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

    .sharebox ul li a {
        color: #777;
        transition: 0.4s all;
    }

        .sharebox ul li a:hover {
            color: var(--primary);
        }

        .sharebox ul li a svg {
            width: 25px;
            height: 25px;
        }

.singleb h1 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    font-size: 30px;
    color: var(--primary);
}

.sbcatlist {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .sbcatlist li a {
        background: #777;
        color: var(--white);
        padding: 5px 15px;
        border-radius: 100px;
        transition: 0.4s all;
        display: block;
    }

        .sbcatlist li a:hover {
            background: var(--primary);
        }

.singlebloginfo {
    display: flex;
    gap: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.sbiconpost {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #777;
}

    .sbiconpost svg {
        width: 20px;
        height: 20px;
        position: relative;
        top: -1px;
    }

.singleth img {
    width: 100%;
    aspect-ratio: 1.7/1;
    object-fit: cover;
    height: auto;
    border-radius: 20px;
}

.singleth {
    margin-bottom: 20px;
}

    .singleth span {
        margin: -25px auto 0 auto;
        display: block;
        width: fit-content;
        background: var(--white);
        color: #777;
        padding: 10px 30px;
        border-radius: 100px;
        z-index: 10;
        position: relative;
        box-shadow: 0 5px 10px 0 #eee;
    }

.toc {
    background: #eee5;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

    .toc span {
        font-size: 20px;
        font-weight: bold;
        display: block;
        margin-bottom: 20px;
    }

    .toc ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

        .toc ul li a {
            color: var(--primary);
            transition: 0.4s all;
        }

            .toc ul li a:hover {
                color: var(--black);
            }

.dlbox {
    border: 2px dashed var(--primary);
    padding: 50px 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

    .dlbox button {
        background: var(--primary);
        padding: 10px 30px;
        border-radius: 10px;
        color: var(--white);
        border: 1px solid var(--primary);
        display: flex;
        gap: 10px;
        transition: 0.4s all;
        align-items: center;
    }

        .dlbox button:hover {
            background: var(--white);
            color: var(--primary);
        }

.sidebar h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.sidebarposts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebarpost img {
    width: 100%;
    aspect-ratio: 1.7/1;
    object-fit: cover;
    border-radius: 10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    margin-bottom: 15px;
    transition: 0.4s all;
}

.sidebarpost:hover img {
    filter: none;
}

.sidebarpost h3 {
    text-align: center;
    font-size: 16px;
    margin: 0;
    color: var(--black);
}

.cmreply {
    color: var(--primary);
}

.singleblog .col-lg-8 {
    padding-right: 100px;
}

.starraiting ul {
    display: flex;
    gap: 5px 10px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

    .starraiting ul li {
        border: none;
        padding: 0;
        border-left: 1px solid #ccc8;
        padding-left: 10px;
    }

        .starraiting ul li a {
            color: #ccc7;
            transition: 0.4s all;
        }

            .starraiting ul li a:hover {
                color: var(--primary);
            }

.ressharebox {
    display: none;
}

.starratingblog {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 30px;
    color: orange;
}

.rate {
    display: block;
    text-align: center;
}

    .rate:not(:checked) > input {
        display: none;
    }

    .rate:not(:checked) > label {
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 50px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }

.repcmform {
    display: none;
    margin-top: 20px !important;
    padding: 20px;
    border: 1px solid #ccc;
    background: #eee5;
}

    .repcmform h2 {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

        .repcmform h2 a {
            background: var(--primary);
            padding: 10px 20px;
            color: var(--white);
            border-radius: 10px;
            font-size: 16px;
            transition: 0.4s all;
        }

            .repcmform h2 a:hover {
                background: var(--black);
            }
/* single blog */

/* resmenu */
.resmenu {
    position: fixed;
    top: 0;
    right: -350px;
    z-index: 99999999999;
    background: var(--white);
    padding: 30px;
    width: 300px;
    max-width: 90%;
    height: 100%;
    padding-top: 140px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
}

    .resmenu .searchbox {
        display: block !important;
    }

    .resmenu ul li ul {
        display: none;
        margin: 0;
        padding: 0 10px;
        background: #eee5;
    }

    .resmenu ul li {
        position: relative;
        /*border-bottom: 1px solid #eee;*/
    }

.submenu2 ul li ul li {
    top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d2cfcf;
}

.resmenu .menu-has-children a::after {
    top: 22px;
    left: 20px;
    transition: 0.4s all;
}

.hi a::after {
    transform: rotate(45deg);
    top: 26px !important;
}

.resmenu ul li ul li a {
    padding: 5px 0;
    border: none;
}

    .resmenu ul li ul li a::after {
        display: none;
    }

.resmenu svg {
    position: absolute;
    left: 30px;
    top: 100px;
}

.closeresmenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0005;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
}

.resmenu ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.submenu {
    display: none;
}

.resmenu ul li a {
    color: #777;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: block;
}

.resmenu ul li:last-child a {
    border: none;
}


.submenu2 ul li:first-child a {
    border: none;
    padding-right: 10px;
}

.resopen {
    display: none;
}

    .resopen svg {
        width: 45px;
        height: 45px;
    }
/* resmenu */

/* responsive */
@media(max-width:1200px) {
    .searchbox form {
        width: 250px;
    }

    .mybtn {
        background: var(--primary);
        border-radius: 10px;
        color: var(--white);
        transition: 0.4s all;
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

        .mybtn:hover {
            background: var(--black);
        }

    .mybtnfixedmobile {
        display: none;
    }


}




@media(max-width:2200px) {

    .mybtn {
        background: var(--primary);
        border-radius: 10px;
        color: var(--white);
        transition: 0.4s all;
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

        .mybtn:hover {
            background: var(--black);
        }

    .mybtnfixedmobile {
        display: none;
    }

 

  
    .hb-500 {
        max-height: 500px;
        /* height: 500px;*/
    }

 
}



@media (max-width:992px) {


    .searchbox, .menubar, header hr, .menubox hr {
        display: none !important;
    }

    .mytitle {
        font-size: 24px;
    }

    .inboxes .row {
        /*        gap: 30px 0;*/
        gap: 0 0;
    }

    .specialbox {
        gap: 30px;
        flex-direction: column;
        padding: 30px;
    }

    .specialprices {
        font-size: 16px;
    }

    .sliderhead {
        gap: 20px;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    footer .row {
        gap: 50px 0;
        text-align: center;
    }

    .ftitle {
        margin-bottom: 20px;
    }

    .f2 img {
        max-width: 200px;
    }

    .f3 ul li {
        justify-content: center;
    }

    .sociallinks, .namads {
        justify-content: center;
    }

    .fbox2 {
        flex-wrap: wrap;
        justify-content: center;
    }

        .fbox2 p {
            text-align: center;
        }

        .fbox2 .mybtn {
            margin: 0 auto;
        }

    .inboxespost {
        border: 1px solid #cccccceb;
    }

    .loginsignupbtn {
        display: none;
    }

    .resmenu .loginsignupbtn {
        display: flex;
    }

    .resopen {
        display: block;
    }

    .profilecontent .row {
        gap: 30px 0;
    }

    .profilehead h1, .singleb h1, .cmbox h2, .cmform h2, .singlebox h2, .teacher p {
        font-size: 24px;
    }

    .singleprtitle h1 {
        font-size: 30px;
    }

    .ftitle {
        text-align: center;
    }

    .breadvselectbox, .selectbox {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .selectbox {
        gap: 20px;
    }

        .selectbox select {
            width: 100%;
        }

    .shopcontentarea {
        margin-top: 20px !important;
    }

    .sidebar {
        margin-top: 40px;
    }

    .cmboxli {
        align-items: start;
        gap: 20px;
    }

    .cmform, .singleb {
        padding: 30px 20px;
    }

    .singleprhead {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .singleheadinfo ul {
        justify-content: center;
    }

    .singlepr {
        padding: 30px 20px;
    }

        .singlepr .row {
            gap: 20px;
            flex-direction: column;
        }

    .maincontent .container {
        padding: 0 30px;
    }

    .yad {
        padding: 30px;
    }

    .singleblog .col-lg-8 {
        padding-right: 12px !important;
    }

    .desksharebox {
        display: none;
    }

    .ressharebox {
        display: block;
    }

    .singleprhead {
        padding: 30px;
    }

    .singlepr img {
        display: none;
    }

    .mydiamonds, .mydashboard {
        display: none;
    }

    .searchbox form {
        width: 100%;
    }

        .searchbox form button svg {
            position: inherit !important;
            left: inherit !important;
            top: inherit !important;
        }

    .singleprtitlestna {
        flex-direction: column;
    }

    .singleprtitle h1 {
        margin-bottom: 10px;
    }



    .mybtnfixedmobile {
        position: fixed;
        bottom: 10px;
        left: 15px;
        z-index: 1000;
        transition: 0.4s all;
        width: 90%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--primary);
        color: var(--white);
        cursor: pointer;
        border-radius: 20px;
        border: 3px solid black;
    }

        .mybtnfixedmobile:hover {
            background: var(--primary);
        }


    .mybtn {
        display: none;
    }




    /* responsive */
    .loginsec form button.loginsignupgooglebtn {
        background: var(--green);
        border: 1px solid var(--white);
        border-radius: 10px;
        padding: 10px 30px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        transition: 0.4s all;
        color: var(--white);
    }

        .loginsec form button.loginsignupgooglebtn:hover {
            background: var(--black);
        }

    #Password-error {
        color: red;
    }


    .title-video-h1 {
        margin: 0px 0px 0px 0px;
        padding: 20px 20px 20px 20px;
        color: #FFFFFF;
        font-size: 34px;
        text-align: right;
        position: absolute;
        /* z-index: 8; */
        background-color: blueviolet;
        border-radius: 25px;
        width: 95%;
    }



    .video-list-layer {
        padding: 20px 25px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
    }

        .video-list-layer:before {
            position: absolute;
            width: 45px;
            height: 75px;
            background: url('../images/circle-bg.svg') no-repeat top left;
            background-size: 45px 75px;
            left: -5px;
            top: 25px;
            content: '';
            z-index: 1
        }

        .video-list-layer .heading {
            padding: 10px 0 15px;
            position: relative;
            z-index: 2
        }

            .video-list-layer .heading .bullet {
                width: 42px;
                height: 37px;
                position: relative;
                background: url('../images/bullet-3.svg') no-repeat 0 0;
                background-size: 42px 37px;
                top: -2px;
                margin-left: 12px;
                float: right;
                display: table;
                text-align: left;
            }

                .video-list-layer .heading .bullet i {
                    font-size: 20px;
                    color: #b0b9be;
                    position: relative;
                    left: 11px;
                    top: 6px
                }

            .video-list-layer .heading h3 {
                width: auto;
                display: table;
                line-height: 30px;
                font-size: 18px;
                font-weight: bold;
                color: #1e2f38;
                float: right;
            }

            .video-list-layer .heading .course-time {
                width: auto;
                display: table;
                line-height: 31px;
                font-size: 14px;
                color: #686e71;
                float: left;
            }

                .video-list-layer .heading .course-time i {
                    font-style: normal;
                    padding-right: 10px;
                    font-size: 16px
                }

        .video-list-layer .video-player-layer {
            width: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            margin: 10px 0
        }

            .video-list-layer .video-player-layer video {
                width: 100%;
                display: block;
            }

        .video-list-layer .alert {
            margin: 35px 0
        }

    .video-items-layer .video-item {
        border: 1px dashed #d7e0e9;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        position: relative;
        padding: 15px 15px;
        margin-bottom: 15px
    }

        .video-items-layer .video-item:last-child {
            margin-bottom: 5px
        }

        .video-items-layer .video-item .video-num {
            border: 2px solid #d7e0e9;
            width: 30px;
            height: 30px;
            line-height: 28px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            color: #556167;
            position: absolute;
            right: -15px;
            top: 17px;
            background-color: #fff;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
        }

        .video-items-layer .video-item > a,
        .video-items-layer .video-item > button {
            width: 35px;
            height: 35px;
            float: left;
            margin-right: 8px;
            text-align: center;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            margin-top: 4px;
            background-color: #fff
        }

        .video-items-layer .video-item > .download-video {
            border: 1px solid #b6e49c;
            color: #6fc341;
            font-size: 19px;
            line-height: 39px;
        }

        .video-items-layer .video-item > .view-description {
            border: 1px solid #e7eaee;
            color: #b0b9be;
            font-size: 18px;
            line-height: 36px;
        }

        .video-items-layer .video-item > .show-video {
            border: 1px solid #b6e49c;
            color: #6fc341;
            font-size: 21px;
            line-height: 36px;
        }

            .video-items-layer .video-item > .show-video i {
                position: relative;
                left: 1px;
                top: 1px
            }

        .video-items-layer .video-item > .download-video:hover {
            box-shadow: 0 0 6px 0 #b6e49c;
            -moz-box-shadow: 0 0 6px 0 #b6e49c;
            -webkit-box-shadow: 0 0 6px 0 #b6e49c;
        }

        .video-items-layer .video-item > .view-description:hover {
            box-shadow: 0 0 6px 0 #d7dfe9;
            -moz-box-shadow: 0 0 6px 0 #d7dfe9;
            -webkit-box-shadow: 0 0 6px 0 #d7dfe9;
        }

        .video-items-layer .video-item > .show-video:hover {
            box-shadow: 0 0 6px 0 #b6e49c;
            -moz-box-shadow: 0 0 6px 0 #b6e49c;
            -webkit-box-shadow: 0 0 6px 0 #b6e49c;
        }

        .video-items-layer .video-item ul {
            padding: 10px 17px 10px 0;
            margin-bottom: 4px;
            width: auto;
            display: table;
            float: right;
        }

            .video-items-layer .video-item ul li {
                width: auto;
                display: table;
                float: right;
                line-height: 20px;
                border-left: 1px solid #edf1f4;
                padding-left: 13px
            }

                .video-items-layer .video-item ul li:last-child {
                    border-left: 0
                }

                .video-items-layer .video-item ul li h2 {
                    line-height: 20px;
                    font-size: 20px;
                }

                .video-items-layer .video-item ul li span {
                    padding-right: 13px;
                    line-height: 20px;
                }

                    .video-items-layer .video-item ul li span.vidoe-time {
                        color: #8f9ca7
                    }

                    .video-items-layer .video-item ul li span.video-price {
                        color: #5fb430
                    }

        .video-items-layer .video-item .video-description-layer {
            clear: both;
            line-height: 25px;
            text-align: justify;
            font-size: 13px;
            color: #1e2f38;
            padding: 15px 5px 0 5px;
            display: none
        }



    .course-time-left {
        display: flex;
        justify-content: end;
        align-items: center;
        height: 35px;
        /* float: left; */
        margin-right: 8px;
        text-align: center;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        margin-top: 4px;
        background-color: #fff;
        text-align: left !important;
    }

        .course-time-left span {
            border-left: 1px solid #edf1f4;
            padding-left: 10px;
            color: #8f9ca7;
        }


    .view-Live {
        cursor: pointer;
    }

    .btn-mute {
        border-color: #778899 !important;
        color: #778899 !important;
    }

    .price-bar {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        background: white;
        box-shadow: 0px -3px 10px rgb(0 0 0 / 35%);
        z-index: 999999;
        transition: 0.3s ease-out;
        transform: translateY(70px);
    }

        .price-bar > .container {
            padding: 10px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .price-bar > .container ul {
                display: flex;
            }

        .price-bar .left-box {
            display: flex;
            align-items: center;
            padding-bottom: 70px;
        }

            .price-bar .left-box .counselling-btn {
                color: #383535;
                padding: 10px 25px;
                border-radius: 8px;
                transition: 0.3s;
            }

            .price-bar .left-box a {
                font-size: 16px;
                margin: 0 15px 0 0 !important;
                padding: 10px 20px !important;
                border-radius: 8px !important;
                font-weight: 300;
                height: 44px;
                display: flex;
                align-items: center;
                gap: 5px;
                justify-content: center;
                position: relative !important;
                background: var(--primary)
            }

        .price-bar > .container ul li {
            position: relative;
            color: #625F5F;
            margin-left: 25px;
            padding-right: 15px;
            cursor: pointer;
            transition: 0.3s;
        }

        .price-bar > .container ul {
            display: flex;
            padding-bottom: 70px;
            padding-right: 50px;
        }

    /*قالب آرشیو محصولات تاپ لرن*/


    .term-categories .switch-field:after {
        display: block;
        clear: both;
        content: '';
        visibility: hidden;
        height: 0;
        line-height: 0
    }

    .term-categories .aside-section {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0 0 5px #ccc;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        background-color: #fff
    }

    .term-categories .pagination {
        width: auto;
        margin: 10px auto 40px;
        display: flex;
    }

        .term-categories .pagination i {
            position: relative;
            top: 2px
        }

    .term-categories .top-bar {
        background-color: #fff;
        box-shadow: 0 0 6px #ccc;
        padding: 15px 20px 20px;
        margin-bottom: 25px;
        position: relative;
    }

    .term-categories > .top-bar > header {
        position: relative;
        height: 45px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb
    }

        .term-categories > .top-bar > header h1 {
            font-size: 20px;
            line-height: 25px
        }

            .term-categories > .top-bar > header h1 span {
                color: #2aaf27
            }

        .term-categories > .top-bar > header > span {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            color: #333;
            padding: 0 15px;
            border-radius: 30px;
            line-height: 30px;
            background-color: #f2f2f2
        }

    .term-categories > .top-bar form {
        position: relative;
        width: 100%;
        height: 40px;
        border: 1px solid #E8E8E8;
        overflow: hidden;
    }

        .term-categories > .top-bar form input {
            position: relative;
            width: 100%;
            height: 40px;
            border: 0;
            padding: 0 18px 0 50px;
            font-size: 14px;
            line-height: 40px
        }

        .term-categories > .top-bar form button {
            background-color: transparent;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 0;
            top: 0;
            border: 0;
            font-size: 22px;
            color: #878787;
            line-height: 45px;
            text-align: right;
        }

    .term-categories > .top-bar .select-ddl {
        width: 100%;
        background-color: #fff;
        border: 1px solid #E8E8E8;
        position: relative;
    }

        .term-categories > .top-bar .select-ddl select {
            width: 100%;
            padding: 0 15px 0 0;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            border: 0;
        }

    .term-categories .switch-field {
        width: 100%;
        overflow: hidden;
        border: 1px solid #E8E8E8;
    }

        .term-categories .switch-field input {
            border: 0 none;
            clip: rect(0px, 0px, 0px, 0px);
            height: 1px;
            overflow: hidden;
            position: absolute;
            width: 1px;
        }

        .term-categories .switch-field label {
            background-color: #fff;
            float: right;
            color: #333;
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            padding: 5px 10px;
            text-align: center;
            text-shadow: none;
            transition: all 0.1s ease-in-out 0s;
            margin-bottom: 0;
            width: 33.33%;
            height: 38px;
            line-height: 30px
        }

            .term-categories .switch-field label:hover {
                cursor: pointer;
            }

        .term-categories .switch-field input:checked + label {
            background-color: #2aaf27;
            color: #fff
        }

    .term-categories .aside-section header h3 {
        font-size: 17px;
        line-height: 22px;
        padding: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 10px
    }

    .term-categories .filter-by-price header h3 {
        margin-bottom: 30px
    }

    .term-categories .filter-by-price .price-range {
        padding: 0 35px 15px
    }

    .term-categories .filter-by-price .max-price {
        width: auto;
        display: inline-table;
        float: left;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        left: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-price .min-price {
        width: auto;
        display: inline-table;
        float: right;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        right: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-category ul {
        padding: 0 5px 10px
    }

        .term-categories .filter-by-category ul li {
            padding: 5px 15px;
            font-size: 14px;
            line-height: 20px
        }

            .term-categories .filter-by-category ul li input {
                position: relative;
                top: 3px;
                margin-left: 3px
            }


    @media screen and (max-width : 480px) {

        .term-categories > .top-bar > header > span {
            display: none
        }

    }



    .terms-items header h2 {
        text-align: center;
        font-size: 21px;
        line-height: 30px;
        color: #252a2b
    }

    .terms-items header a {
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        color: #4b4f4f
    }

        .terms-items header a:hover {
            color: #2aaf27
        }

    .terms-items .term-col article {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        box-shadow: 0 0 6px #ccc;
        background-color: #fff
    }

        .terms-items .term-col article .img-layer,
        .terms-items .term-col article .img-layer img {
            width: 100%;
            display: block;
        }

        .terms-items .term-col article h2 a {
            width: 100%;
            display: table;
            font-size: 13px;
            line-height: 40px;
            height: 40px;
            color: #252a2b;
            padding: 0 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            /*        white-space: nowrap;*/
        }

            .terms-items .term-col article h2 a:hover {
                color: #2aaf27;
            }

        .terms-items .term-col article span {
            color: #2aaf27;
            padding: 10px;
            border-top: 1px solid #ebebeb;
            width: 100%;
            display: block;
        }

        .terms-items .term-col article i {
            color: #ccc;
            font-size: 13px;
            position: absolute;
            left: 10px;
            bottom: 12px;
            font-style: normal;
        }

    .user-account .avatar-layer .img-layer {
        margin: 25px auto 0;
        position: relative;
        z-index: 1;
        width: 130px;
        height: 130px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .user-account .avatar-layer .img-layer img {
            width: 130px;
            height: 130px;
            border: 3px solid #ecf1f8;
            z-index: 1;
            position: relative;
        }

        .user-account .avatar-layer .img-layer .change-image {
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            font-size: 27px;
            color: #657d9a;
            background-color: rgba(228,235,245,0.4);
            position: absolute;
            z-index: 2;
            opacity: 0;
        }

        .user-account .avatar-layer .img-layer:hover .change-image {
            opacity: 1;
        }



   
    .w-full {
        width: 100%;
    }
   

    .z-xl {
        z-index: 9999;
    }

    .relative {
        position: relative;
    }

    .filler, .filler--padded {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

    .bg-orange {
        --tw-bg-opacity: 1;
        background-color: rgb(251 126 52 / var(--tw-bg-opacity, 1));
    }

    .h-40 {
        height: 40px;
    }

    .flex {
        display: flex;
    }


    .object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }


    .h-auto {
        height: auto;
    }

    .aspect-video {
        aspect-ratio: 16 / 9;
    }


    .text-center {
        text-align: center;
    }



    .justify-center {
        justify-content: center;
    }


    .w-full {
        width: 100%;
    }

    .h-28 {
        height: 28px;
    }


    .relative {
        position: relative;
    }


    /*.landing-layer.home-page {
        background: url(../img/fl-12.jpg) no-repeat center center;
        background-size: cover;
        padding: 25px 0;
        min-height: 400px;*/ /* یا ارتفاع مورد نظر خود را قرار دهید */
    /*}

    .landing-layer {
        width: 100%;
        position: relative;
        min-height: 400px;*/ /* ارتفاع یکسان برای consistency */
    /*}*/
}
/*استایل آمار روی بنر صفحه اصلی*/

/* .h1-banner {
    position: absolute;
    font-size: 40px;
    font-weight: 900;
    color: white;
    left: 45%;
    top: 100px;
}*/

/*    .h3-banner {
        max-width: 70%;
        background: black;
        border-radius: 60px 60px 60px 60px;
        box-shadow: 1px 1px 9px 0px #FFFFFF;
        margin: 35px 10px 10px 10px;
        color: white;
        padding: 2% 2% 2% 2%;
        position: absolute;
        left: 20%;
        top: 180px;
    }*/



/*404 page*/
.error-img {
    max-width: 40%;
    left: -30%;
    position: relative;
    padding-top: 10%;
}

.align-btn-home {
    justify-self: anchor-center;
    position: absolute;
}



.ShopSearchBox input {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 5px 10px;
    position: relative;
    /*display: flex;*/
    width: 300px;
    max-width: 80%;
}





.ShopSearchBox button {
    border: none;
    background: var(--green);
    color: var(--white);
    /*    display: flex;*/
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    transition: 0.4s all;
}

/* CSS */
.list-custom {
    padding-left: 0; /* حذف تو رفتگی پیش‌فرض */
    margin-bottom: 1rem; /* فاصله پایین */
    list-style: none; /* حذف نقطه یا شماره */
    display: flex; /* چینش افقی (اگر می‌خواهید عمودی حذف کنید) */
    flex-wrap: wrap; /* در صورت نیاز به چند خط */
    gap: 0.75rem; /* فاصله بین آیتم‌ها */
}

    .list-custom li {
        background: #f8f9fa; /* رنگ پس‌زمینه سبک (متن Bootstrap) */
        border: 1px solid #dee2e6; /* حاشیه نازک */
        border-radius: .25rem; /* گوشه‌های گرد */
        padding: .5rem 1rem; /* فضای داخلی */
        transition: background .2s, color .2s;
    }

        /* حالت hover */
        .list-custom li:hover {
            background: #e2e6ea;
            color: #212529;
        }

/* اگر می‌خواهید آیتم‌ها به صورت عمودی باشند، فقط این خط را حذف کنید */
.list-custom {
    flex-direction: column;
}


/*course box*/
.box-shadow {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 7px 0 #eaeff4;
    -moz-box-shadow: 0 0 7px 0 #eaeff4;
    -webkit-box-shadow: 0 0 7px 0 #eaeff4;
    position: relative;
    border: 1px solid #ecf0f4;
    background-color: #fff;
}

.courses-view .course-col > div {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

    .courses-view .course-col > div:before {
        width: 70px;
        height: 70px;
        background: url(../img/circle-bg.svg) no-repeat left bottom;
        content: '';
        position: absolute;
        left: -1px;
        bottom: 62px;
    }

    .courses-view .course-col > div .off-section {
        position: absolute;
        left: -60px;
        top: 10px;
        margin-top: 2px;
        background-color: red;
        padding: 0 15px;
        color: white;
        z-index: 800;
        border-radius: 0 15px 15px 0;
        transition: all ease .4s;
        box-shadow: 0px 0px 5px lightyellow;
    }

        .courses-view .course-col > div .off-section span {
            color: white;
        }

    .courses-view .course-col > div .img-layer {
        width: 100%;
        position: relative;
    }

        .courses-view .course-col > div .img-layer a {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 10;
        }

        .courses-view .course-col > div .img-layer img {
            width: 100%;
            display: block;
            height: 180px !important;
        }

    .courses-view .course-col > div > h2 {
        padding: 7px 14px 4px;
        position: relative;
        z-index: 10;
    }



    .courses-view .course-col > div .detail {
        padding: 0 12px;
    }

        .courses-view .course-col > div .detail .top {
            border-bottom: 2px solid #eaeff2;
            padding-bottom: 12px;
        }

            .courses-view .course-col > div .detail .top a {
                width: auto;
                display: inline-table;
                white-space: nowrap;
                font-size: 13px;
                color: #778286;
                line-height: 25px;
                padding-left: 20px;
            }

        .courses-view .course-col > div .detail .bottom {
            position: relative;
        }

            .courses-view .course-col > div .detail .bottom .time {
                line-height: 35px;
                color: #00b3e9;
                font-size: 15px;
                word-spacing: 1px;
                padding: 7px 0 8px;
            }

                .courses-view .course-col > div .detail .bottom .time i {
                    position: relative;
                    top: 2px;
                    margin-left: 3px;
                    font-size: 16px;
                }

            .courses-view .course-col > div .detail .bottom .price {
                position: absolute;
                left: 0;
                bottom: 5px;
                font-size: 13px;
                color: #6fc341;
            }

                .courses-view .course-col > div .detail .bottom .price i {
                    font-style: normal;
                    font-size: 17px;
                }

    .courses-view .course-col > div > h2 a {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        color: #1e2f38;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }

/*end course box*/




/*new banner home page*/


/* برای تمام گوشی‌های با عرض بین 360 تا 412 پیکسل */
@media (min-width: 300px) and (max-width: 412px) {


    .hero-slider {
        position: relative;
        height: 400px;
        overflow: hidden;
        background: url('./img/fl-12.jpg') center/cover no-repeat;
    }

    .slider-content {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .profile-img {
        border-radius: 50%;
        border: 5px solid rgba(255,255,255,0.3);
        /*animation: fadeInLeft 1s ease-out;*/
        margin-top: 15%;
    }

    .floating-circles {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .circle {
        position: absolute;
        border-radius: 50%;
        opacity: 0.6;
        animation: float 10s ease-in-out infinite;
    }


        .circle:nth-child(1) {
            top: 5%;
            left: 5%;
            animation-delay: 0s;
        }

        .circle:nth-child(2) {
            top: 5%;
            right: 5%;
            animation-delay: 0s;
        }

        .circle:nth-child(3) {
            top: 30%;
            left: 5%;
            animation-delay: 0s;
        }

        .circle:nth-child(4) {
            top: 30%;
            right: 5%;
            animation-delay: 0s;
        }

    .text-content h1 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 1rem;
        text-align: center;
        text-shadow: 2px 2px 0 rgba(0,0,0,0.2), 4px 4px 0 rgba(0,0,0,0.15), 6px 6px 0 rgba(0,0,0,0.1), 0 10px 30px rgba(0,0,0,0.3);
        transform: perspective(500px) rotateX(5deg);
        animation: fadeInRight 1s ease-out;
    }

    .text-content h2 {
       /* font-size: 1.8rem;
        font-weight: 300;
        color: rgba(255,255,255,0.9);
        animation: fadeInRight 1s ease-out 0.3s both;*/
       display:none
    }



    .circle:nth-child(1) {
        width: 80px;
        height: 80px;
    }

    .circle:nth-child(2) {
        width: 80px;
        height: 80px;
    }

    .circle:nth-child(3) {
        width: 80px;
        height: 80px;
    }

    .circle:nth-child(4) {
        width: 80px;
        height: 80px;
    }

    .profile-img {
        width: 200px;
        height: auto;
    }




    .col-box-2 {
        flex: 0 0 auto;
        width: 50%;
    }


    .my-img {
        position: absolute;
        left: 8%;
        width: 21%;
        margin: 4px;
    }

    .h1-banner {
        position: absolute;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        font-size: 1.8rem;
        font-weight: 900;
        text-align: center;
        left: 30%;
        top: 3%;
    }

    .h3-banner {
        width: 90%;
        height: 70px;
        border-radius: 15px;
        background-color: #023047;
        position: absolute;
        top: 140%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2% 2% 2% 2%;
        color: white;
    }

    .h3-banner-text {
        font-size: 18px;
        font-weight: 300;
    }

    .mytitle {
        font-weight: 900;
        /*margin: 0;*/
        font-size: 20px;
        padding-top: 10px;
    }

    .box-home-1 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

     


    .box-home-2 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 3%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-3 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 3%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-4 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 3%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .pd-statistic-circle {
        padding-right: 2%;
    }

    .span-home-1 {
        font-size: 11px;
    }

    .span-home-2 {
        font-size: 11px;
    }


    .span-home-3 {
        font-size: 11px;
    }


    .span-home-4 {
        font-size: 11px;
    }


    .term-categories .switch-field:after {
        display: block;
        clear: both;
        content: '';
        visibility: hidden;
        height: 0;
        line-height: 0
    }

    .term-categories .aside-section {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0 0 5px #ccc;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        background-color: #fff
    }

    .term-categories .pagination {
        width: auto;
        margin: 10px auto 40px;
        display: flex;
    }

        .term-categories .pagination i {
            position: relative;
            top: 2px
        }

    .term-categories .top-bar {
        background-color: #fff;
        box-shadow: 0 0 6px #ccc;
        padding: 15px 20px 20px;
        margin-bottom: 25px;
        position: relative;
    }

    .term-categories > .top-bar > header {
        position: relative;
        height: 45px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb
    }

        .term-categories > .top-bar > header h1 {
            font-size: 20px;
            line-height: 25px
        }

            .term-categories > .top-bar > header h1 span {
                color: #2aaf27
            }

        .term-categories > .top-bar > header > span {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            color: #333;
            padding: 0 15px;
            border-radius: 30px;
            line-height: 30px;
            background-color: #f2f2f2
        }

    .term-categories > .top-bar form {
        position: relative;
        width: 100%;
        height: 40px;
        border: 1px solid #E8E8E8;
        overflow: hidden;
    }

        .term-categories > .top-bar form input {
            position: relative;
            width: 100%;
            height: 40px;
            border: 0;
            padding: 0 18px 0 50px;
            font-size: 14px;
            line-height: 40px
        }

        .term-categories > .top-bar form button {
            background-color: transparent;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 0;
            top: 0;
            border: 0;
            font-size: 22px;
            color: #878787;
            line-height: 45px;
            text-align: right;
        }

    .term-categories > .top-bar .select-ddl {
        width: 100%;
        background-color: #fff;
        border: 1px solid #E8E8E8;
        position: relative;
    }

        .term-categories > .top-bar .select-ddl select {
            width: 100%;
            padding: 0 15px 0 0;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            border: 0;
        }

    .term-categories .switch-field {
        width: 100%;
        overflow: hidden;
        border: 1px solid #E8E8E8;
    }

        .term-categories .switch-field input {
            border: 0 none;
            clip: rect(0px, 0px, 0px, 0px);
            height: 1px;
            overflow: hidden;
            position: absolute;
            width: 1px;
        }

        .term-categories .switch-field label {
            background-color: #fff;
            float: right;
            color: #333;
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            padding: 5px 10px;
            text-align: center;
            text-shadow: none;
            transition: all 0.1s ease-in-out 0s;
            margin-bottom: 0;
            width: 33.33%;
            height: 38px;
            line-height: 30px
        }

            .term-categories .switch-field label:hover {
                cursor: pointer;
            }

        .term-categories .switch-field input:checked + label {
            background-color: #2aaf27;
            color: #fff
        }

    .term-categories .aside-section header h3 {
        font-size: 17px;
        line-height: 22px;
        padding: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 10px
    }

    .term-categories .filter-by-price header h3 {
        margin-bottom: 30px
    }

    .term-categories .filter-by-price .price-range {
        padding: 0 35px 15px
    }

    .term-categories .filter-by-price .max-price {
        width: auto;
        display: inline-table;
        float: left;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        left: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-price .min-price {
        width: auto;
        display: inline-table;
        float: right;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        right: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-category ul {
        padding: 0 5px 10px
    }

        .term-categories .filter-by-category ul li {
            padding: 5px 15px;
            font-size: 14px;
            line-height: 20px
        }

            .term-categories .filter-by-category ul li input {
                position: relative;
                top: 3px;
                margin-left: 3px
            }



    .mar-circle-statistic {
        word-wrap: break-word;
        line-height: 17px;
        padding-top: 2px;
        font-weight: bold;
    }

}

/* موبایل - صفحه کوچک (عرض تا 576px) */
@media (min-width: 413px) and (max-width: 576px) {


    .hero-slider {
        position: relative;
        height: 500px;
        overflow: hidden;
        background: url('./img/fl-12.jpg') center/cover no-repeat;
    }

    .slider-content {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .profile-img {
        border-radius: 50%;
        border: 5px solid rgba(255,255,255,0.3);
/*        animation: fadeInLeft 1s ease-out;
*/        margin-top: 8%;
    }

    .floating-circles {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .circle {
        position: absolute;
        border-radius: 50%;
        opacity: 0.6;
        animation: float 10s ease-in-out infinite;
    }

        .circle:nth-child(1) {
            top: 5%;
            left: 5%;
            animation-delay: 0s;
        }

        .circle:nth-child(2) {
            top: 5%;
            right: 5%;
            animation-delay: 1.5s;
        }

        .circle:nth-child(3) {
            top: 25%;
            left: 5%;
            animation-delay: 3s;
        }

        .circle:nth-child(4) {
            top: 25%;
            right: 5%;
            animation-delay: 4.5s;
        }

    .text-content h1 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 1rem;
        text-align: center;
        text-shadow: 2px 2px 0 rgba(0,0,0,0.2), 4px 4px 0 rgba(0,0,0,0.15), 6px 6px 0 rgba(0,0,0,0.1), 0 10px 30px rgba(0,0,0,0.3);
        transform: perspective(500px) rotateX(5deg);
        animation: fadeInRight 1s ease-out;
    }

    .text-content h2 {
    /*    font-size: 1.8rem;
        font-weight: 400;
        color: rgba(255,255,255,0.9);
        animation: fadeInRight 1s ease-out 0.3s both;*/
    display:none;
    }

    .circle:nth-child(1) {
        width: 90px;
        height: 90px;
    }

    .circle:nth-child(2) {
        width: 90px;
        height: 90px;
    }

    .circle:nth-child(3) {
        width: 90px;
        height: 90px;
    }

    .circle:nth-child(4) {
        width: 90px;
        height: 90px;
    }


    .profile-img {
        width: 250px;
        height: auto;
    }

    .col-box-2 {
        flex: 0 0 auto;
        width: 50%;
    }

    .my-img {
        position: absolute;
        left: 8%;
        width: 21%;
        margin: 10px;
    }

    .h1-banner {
        position: absolute;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        font-size: 1.8rem;
        font-weight: 900;
        text-align: center;
        left: 37%;
        top: 3%;
    }

    .h3-banner {
        width: 90%;
        height: 70px;
        border-radius: 50px;
        background-color: #023047;
        position: absolute;
        top: 130%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2% 2% 2% 2%;
        color: white;
    }

    .h3-banner-text {
        font-size: 18px;
        font-weight: 300;
    }

    .mytitle {
        font-weight: 900;
        /*margin: 0;*/
        font-size: 20px;
        padding-top: 10px;
    }

    .box-home-1 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }


    .box-home-2 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-3 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-4 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .pd-statistic-circle {
        padding-right: 5%;
    }

    .span-home-1 {
        font-size: 11px;
    }

    .span-home-2 {
        font-size: 11px;
    }


    .span-home-3 {
        font-size: 11px;
    }


    .span-home-4 {
        font-size: 11px;
    }


    .term-categories .switch-field:after {
        display: block;
        clear: both;
        content: '';
        visibility: hidden;
        height: 0;
        line-height: 0
    }

    .term-categories .aside-section {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0 0 5px #ccc;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        background-color: #fff
    }

    .term-categories .pagination {
        width: auto;
        margin: 10px auto 40px;
        display: flex;
    }

        .term-categories .pagination i {
            position: relative;
            top: 2px
        }

    .term-categories .top-bar {
        background-color: #fff;
        box-shadow: 0 0 6px #ccc;
        padding: 15px 20px 20px;
        margin-bottom: 25px;
        position: relative;
    }

    .term-categories > .top-bar > header {
        position: relative;
        height: 45px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb
    }

        .term-categories > .top-bar > header h1 {
            font-size: 20px;
            line-height: 25px
        }

            .term-categories > .top-bar > header h1 span {
                color: #2aaf27
            }

        .term-categories > .top-bar > header > span {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            color: #333;
            padding: 0 15px;
            border-radius: 30px;
            line-height: 30px;
            background-color: #f2f2f2
        }

    .term-categories > .top-bar form {
        position: relative;
        width: 100%;
        height: 40px;
        border: 1px solid #E8E8E8;
        overflow: hidden;
    }

        .term-categories > .top-bar form input {
            position: relative;
            width: 100%;
            height: 40px;
            border: 0;
            padding: 0 18px 0 50px;
            font-size: 14px;
            line-height: 40px
        }

        .term-categories > .top-bar form button {
            background-color: transparent;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 0;
            top: 0;
            border: 0;
            font-size: 22px;
            color: #878787;
            line-height: 45px;
            text-align: right;
        }

    .term-categories > .top-bar .select-ddl {
        width: 100%;
        background-color: #fff;
        border: 1px solid #E8E8E8;
        position: relative;
    }

        .term-categories > .top-bar .select-ddl select {
            width: 100%;
            padding: 0 15px 0 0;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            border: 0;
        }

    .term-categories .switch-field {
        width: 100%;
        overflow: hidden;
        border: 1px solid #E8E8E8;
    }

        .term-categories .switch-field input {
            border: 0 none;
            clip: rect(0px, 0px, 0px, 0px);
            height: 1px;
            overflow: hidden;
            position: absolute;
            width: 1px;
        }

        .term-categories .switch-field label {
            background-color: #fff;
            float: right;
            color: #333;
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            padding: 5px 10px;
            text-align: center;
            text-shadow: none;
            transition: all 0.1s ease-in-out 0s;
            margin-bottom: 0;
            width: 33.33%;
            height: 38px;
            line-height: 30px
        }

            .term-categories .switch-field label:hover {
                cursor: pointer;
            }

        .term-categories .switch-field input:checked + label {
            background-color: #2aaf27;
            color: #fff
        }

    .term-categories .aside-section header h3 {
        font-size: 17px;
        line-height: 22px;
        padding: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 10px
    }

    .term-categories .filter-by-price header h3 {
        margin-bottom: 30px
    }

    .term-categories .filter-by-price .price-range {
        padding: 0 35px 15px
    }

    .term-categories .filter-by-price .max-price {
        width: auto;
        display: inline-table;
        float: left;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        left: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-price .min-price {
        width: auto;
        display: inline-table;
        float: right;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        right: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-category ul {
        padding: 0 5px 10px
    }

        .term-categories .filter-by-category ul li {
            padding: 5px 15px;
            font-size: 14px;
            line-height: 20px
        }

            .term-categories .filter-by-category ul li input {
                position: relative;
                top: 3px;
                margin-left: 3px
            }

    .mar-circle-statistic {
        word-wrap: break-word;
        line-height: 17px;
        padding-top: 2px;
        font-weight: bold;
    }

}

/* تبلت - صفحه متوسط (عرض 577px تا 768px) */
@media (min-width: 577px) and (max-width: 768px) {



    .hero-slider {
        position: relative;
        height: 500px;
        overflow: hidden;
        background: url('./img/fl-12.jpg') center/cover no-repeat;
    }

    .slider-content {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .profile-img {
        border-radius: 50%;
        border: 5px solid rgba(255,255,255,0.3);
        animation: fadeInLeft 1s ease-out;
        margin-top: 5%;
    }

    .floating-circles {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .circle {
        position: absolute;
        border-radius: 50%;
        opacity: 0.6;
        animation: float 10s ease-in-out infinite;
    }


        .circle:nth-child(1) {
            top: 5%;
            left: 5%;
            animation-delay: 0s;
        }

        .circle:nth-child(2) {
            top: 5%;
            right: 5%;
            animation-delay: 1.5s;
        }

        .circle:nth-child(3) {
            top: 35%;
            left: 5%;
            animation-delay: 3s;
        }

        .circle:nth-child(4) {
            top: 35%;
            right: 5%;
            animation-delay: 4.5s;
        }

    .text-content h1 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 1rem;
        text-align: center;
        text-shadow: 2px 2px 0 rgba(0,0,0,0.2), 4px 4px 0 rgba(0,0,0,0.15), 6px 6px 0 rgba(0,0,0,0.1), 0 10px 30px rgba(0,0,0,0.3);
        transform: perspective(500px) rotateX(5deg);
        animation: fadeInRight 1s ease-out;
    }

    .text-content h2 {
      /*  font-size: 1.8rem;
        font-weight: 400;
        color: rgba(255,255,255,0.9);
        animation: fadeInRight 1s ease-out 0.3s both;*/
      display:none;
    }

    .circle:nth-child(1) {
        width: 120px;
        height: 120px;
    }

    .circle:nth-child(2) {
        width: 120px;
        height: 120px;
    }

    .circle:nth-child(3) {
        width: 120px;
        height: 120px;
    }

    .circle:nth-child(4) {
        width: 120px;
        height: 120px;
    }

    .profile-img {
        width: 250px;
        height: auto;
    }

    .my-img {
        position: absolute;
        left: 8%;
        width: 21%;
        margin: 10px;
    }

    .h1-banner {
        position: absolute;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        font-size: 2rem;
        font-weight: 900;
        text-align: center;
        left: 22%;
        top: 8%;
    }

    .h3-banner {
        width: 480px;
        height: 70px;
        border-radius: 50px;
        background-color: #023047;
        position: absolute;
        top: 141%;
        left: 25%;
        transform: translate(-50%, -50%);
        padding: 2% 2% 2% 2%;
        color: white;
    }

    .h3-banner-text {
        font-size: 19px;
        font-weight: 300;
    }

    .mytitle {
        font-weight: 900;
        /*margin: 0;*/
        font-size: 26px;
        padding-top: 10px;
    }

    .box-home-1 {
        border: 1px solid white;
        margin-top: 22%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }


    .box-home-2 {
        border: 1px solid white;
        margin-top: 22%;
        margin-right: 1%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-3 {
        border: 1px solid white;
        margin-top: 22%;
        margin-right: 1%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    .box-home-4 {
        border: 1px solid white;
        margin-top: 22%;
        margin-right: 1%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .pd-statistic-circle {
        padding-right: 10%;
    }


    .span-home-1 {
        font-size: 11px;
    }

    .span-home-2 {
        font-size: 11px;
    }


    .span-home-3 {
        font-size: 11px;
    }


    .span-home-4 {
        font-size: 11px;
    }


    .term-categories .switch-field:after {
        display: block;
        clear: both;
        content: '';
        visibility: hidden;
        height: 0;
        line-height: 0
    }

    .term-categories .aside-section {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0 0 5px #ccc;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        background-color: #fff
    }

    .term-categories .pagination {
        width: auto;
        margin: 10px auto 40px;
        display: flex;
    }

        .term-categories .pagination i {
            position: relative;
            top: 2px
        }

    .term-categories .top-bar {
        background-color: #fff;
        box-shadow: 0 0 6px #ccc;
        padding: 15px 20px 20px;
        margin-bottom: 25px;
        position: relative;
    }

    .term-categories > .top-bar > header {
        position: relative;
        height: 45px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb
    }

        .term-categories > .top-bar > header h1 {
            font-size: 20px;
            line-height: 25px
        }

            .term-categories > .top-bar > header h1 span {
                color: #2aaf27
            }

        .term-categories > .top-bar > header > span {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            color: #333;
            padding: 0 15px;
            border-radius: 30px;
            line-height: 30px;
            background-color: #f2f2f2
        }

    .term-categories > .top-bar form {
        position: relative;
        width: 100%;
        height: 40px;
        border: 1px solid #E8E8E8;
        overflow: hidden;
    }

        .term-categories > .top-bar form input {
            position: relative;
            width: 100%;
            height: 40px;
            border: 0;
            padding: 0 18px 0 50px;
            font-size: 14px;
            line-height: 40px
        }

        .term-categories > .top-bar form button {
            background-color: transparent;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 0;
            top: 0;
            border: 0;
            font-size: 22px;
            color: #878787;
            line-height: 45px;
            text-align: right;
        }

    .term-categories > .top-bar .select-ddl {
        width: 100%;
        background-color: #fff;
        border: 1px solid #E8E8E8;
        position: relative;
    }

        .term-categories > .top-bar .select-ddl select {
            width: 100%;
            padding: 0 15px 0 0;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            border: 0;
        }

    .term-categories .switch-field {
        width: 100%;
        overflow: hidden;
        border: 1px solid #E8E8E8;
    }

        .term-categories .switch-field input {
            border: 0 none;
            clip: rect(0px, 0px, 0px, 0px);
            height: 1px;
            overflow: hidden;
            position: absolute;
            width: 1px;
        }

        .term-categories .switch-field label {
            background-color: #fff;
            float: right;
            color: #333;
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            padding: 5px 10px;
            text-align: center;
            text-shadow: none;
            transition: all 0.1s ease-in-out 0s;
            margin-bottom: 0;
            width: 33.33%;
            height: 38px;
            line-height: 30px
        }

            .term-categories .switch-field label:hover {
                cursor: pointer;
            }

        .term-categories .switch-field input:checked + label {
            background-color: #2aaf27;
            color: #fff
        }

    .term-categories .aside-section header h3 {
        font-size: 17px;
        line-height: 22px;
        padding: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 10px
    }

    .term-categories .filter-by-price header h3 {
        margin-bottom: 30px
    }

    .term-categories .filter-by-price .price-range {
        padding: 0 35px 15px
    }

    .term-categories .filter-by-price .max-price {
        width: auto;
        display: inline-table;
        float: left;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        left: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-price .min-price {
        width: auto;
        display: inline-table;
        float: right;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        right: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-category ul {
        padding: 0 5px 10px
    }

        .term-categories .filter-by-category ul li {
            padding: 5px 15px;
            font-size: 14px;
            line-height: 20px
        }

            .term-categories .filter-by-category ul li input {
                position: relative;
                top: 3px;
                margin-left: 3px
            }

    .mar-circle-statistic {
        word-wrap: break-word;
        line-height: 17px;
        padding-top: 10px;
        font-weight: bold;
    }

}

/* تبلت بزرگ / لپ‌تاپ کوچک (عرض 769px تا 992px) */
@media (min-width: 769px) and (max-width: 992px) {


    .hero-slider {
        position: relative;
        height: 500px;
        overflow: hidden;
        background: url('./img/fl-12.jpg') center/cover no-repeat;
    }

    .slider-content {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .profile-img {
        border-radius: 50%;
        border: 5px solid rgba(255,255,255,0.3);
        animation: fadeInLeft 1s ease-out;
        margin-top: 5%;
    }

    .floating-circles {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .circle {
        position: absolute;
        border-radius: 50%;
        opacity: 0.6;
        animation: float 10s ease-in-out infinite;
    }


        .circle:nth-child(1) {
            top: 5%;
            left: 5%;
            animation-delay: 0s;
        }

        .circle:nth-child(2) {
            top: 5%;
            right: 5%;
            animation-delay: 1.5s;
        }

        .circle:nth-child(3) {
            bottom: 5%;
            left: 5%;
            animation-delay: 3s;
        }

        .circle:nth-child(4) {
            bottom: 5%;
            right: 5%;
            animation-delay: 4.5s;
        }

    .text-content h1 {
        font-size: 3.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 1rem;
        text-align: center;
        text-shadow: 2px 2px 0 rgba(0,0,0,0.2), 4px 4px 0 rgba(0,0,0,0.15), 6px 6px 0 rgba(0,0,0,0.1), 0 10px 30px rgba(0,0,0,0.3);
        transform: perspective(500px) rotateX(5deg);
        animation: fadeInRight 1s ease-out;
    }

    .text-content h2 {
    /*    font-size: 1.8rem;
        font-weight: 400;
        color: rgba(255,255,255,0.9);
        animation: fadeInRight 1s ease-out 0.3s both;*/
    display:none;
    }


    .circle:nth-child(1) {
        width: 130px;
        height: 130px;
    }

    .circle:nth-child(2) {
        width: 130px;
        height: 130px;
    }

    .circle:nth-child(3) {
        width: 130px;
        height: 130px;
    }

    .circle:nth-child(4) {
        width: 130px;
        height: 130px;
    }


    .profile-img {
        width: 270px;
        height: auto;
    }

    .my-img {
        position: absolute;
        left: 8%;
        width: 21%;
        margin: 10px;
    }

    .h1-banner {
        position: absolute;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        font-size: 2.5rem;
        font-weight: 900;
        text-align: center;
        left: 22%;
        top: 11%;
    }

    .h3-banner {
        width: 650px;
        height: 70px;
        border-radius: 50px;
        background-color: #023047;
        position: absolute;
        top: 160%;
        left: 25%;
        transform: translate(-50%, -50%);
        padding: 2% 2% 2% 2%;
        color: white;
    }

    .h3-banner-text {
        font-size: 20px;
        font-weight: 300;
    }

    .mytitle {
        font-weight: 900;
        /*margin: 0;*/
        font-size: 26px;
        padding-top: 10px;
    }

    .box-home-1 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }


    .box-home-2 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-3 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-4 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .pd-statistic-circle {
        padding-right: 2%;
    }


    .term-categories .switch-field {
        margin-top: 10px
    }

    .term-categories > .top-bar .select-ddl {
        margin-top: 10px
    }



    .span-home-1 {
        font-size: 13px;
    }

    .span-home-2 {
        font-size: 13px;
    }


    .span-home-3 {
        font-size: 13px;
    }


    .span-home-4 {
        font-size: 13px;
    }


    .term-categories .switch-field:after {
        display: block;
        clear: both;
        content: '';
        visibility: hidden;
        height: 0;
        line-height: 0
    }

    .term-categories .aside-section {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0 0 5px #ccc;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        background-color: #fff
    }

    .term-categories .pagination {
        width: auto;
        margin: 10px auto 40px;
        display: flex;
    }

        .term-categories .pagination i {
            position: relative;
            top: 2px
        }

    .term-categories .top-bar {
        background-color: #fff;
        box-shadow: 0 0 6px #ccc;
        padding: 15px 20px 20px;
        margin-bottom: 25px;
        position: relative;
    }

    .term-categories > .top-bar > header {
        position: relative;
        height: 45px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb
    }

        .term-categories > .top-bar > header h1 {
            font-size: 20px;
            line-height: 25px
        }

            .term-categories > .top-bar > header h1 span {
                color: #2aaf27
            }

        .term-categories > .top-bar > header > span {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            color: #333;
            padding: 0 15px;
            border-radius: 30px;
            line-height: 30px;
            background-color: #f2f2f2
        }

    .term-categories > .top-bar form {
        position: relative;
        width: 100%;
        height: 40px;
        border: 1px solid #E8E8E8;
        overflow: hidden;
    }

        .term-categories > .top-bar form input {
            position: relative;
            width: 100%;
            height: 40px;
            border: 0;
            padding: 0 18px 0 50px;
            font-size: 14px;
            line-height: 40px
        }

        .term-categories > .top-bar form button {
            background-color: transparent;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 0;
            top: 0;
            border: 0;
            font-size: 22px;
            color: #878787;
            line-height: 45px;
            text-align: right;
        }

    .term-categories > .top-bar .select-ddl {
        width: 100%;
        background-color: #fff;
        border: 1px solid #E8E8E8;
        position: relative;
    }

        .term-categories > .top-bar .select-ddl select {
            width: 100%;
            padding: 0 15px 0 0;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            border: 0;
        }

    .term-categories .switch-field {
        width: 100%;
        overflow: hidden;
        border: 1px solid #E8E8E8;
    }

        .term-categories .switch-field input {
            border: 0 none;
            clip: rect(0px, 0px, 0px, 0px);
            height: 1px;
            overflow: hidden;
            position: absolute;
            width: 1px;
        }

        .term-categories .switch-field label {
            background-color: #fff;
            float: right;
            color: #333;
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            padding: 5px 10px;
            text-align: center;
            text-shadow: none;
            transition: all 0.1s ease-in-out 0s;
            margin-bottom: 0;
            width: 33.33%;
            height: 38px;
            line-height: 30px
        }

            .term-categories .switch-field label:hover {
                cursor: pointer;
            }

        .term-categories .switch-field input:checked + label {
            background-color: #2aaf27;
            color: #fff
        }

    .term-categories .aside-section header h3 {
        font-size: 17px;
        line-height: 22px;
        padding: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 10px
    }

    .term-categories .filter-by-price header h3 {
        margin-bottom: 30px
    }

    .term-categories .filter-by-price .price-range {
        padding: 0 35px 15px
    }

    .term-categories .filter-by-price .max-price {
        width: auto;
        display: inline-table;
        float: left;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        left: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-price .min-price {
        width: auto;
        display: inline-table;
        float: right;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        right: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-category ul {
        padding: 0 5px 10px
    }

        .term-categories .filter-by-category ul li {
            padding: 5px 15px;
            font-size: 14px;
            line-height: 20px
        }

            .term-categories .filter-by-category ul li input {
                position: relative;
                top: 3px;
                margin-left: 3px
            }

    .mar-circle-statistic {
        word-wrap: break-word;
        line-height: 17px;
        padding-top: 15px;
        font-weight: bold;
    }

}

/* لپ‌تاپ / دسکتاپ متوسط (عرض 993px تا 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {

    .hero-slider {
        position: relative;
        height: 500px;
        overflow: hidden;
        background: url('./img/fl-12.jpg') center/cover no-repeat;
    }

    .slider-content {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .profile-img {
        border-radius: 50%;
        border: 5px solid rgba(255,255,255,0.3);
        animation: fadeInLeft 1s ease-out;
        margin-top: 6%;
    }

    .floating-circles {
        position: absolute;
        bottom: 50px;
        left: 35%;
        transform: translateX(-50%);
        z-index: 1;
        display: flex;
        gap: 30px;
    }

    .circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        opacity: 0.8;
    }


        .circle:nth-child(1) {
            top: 5%;
            left: 5%;
            animation-delay: 0s;
        }

        .circle:nth-child(2) {
            top: 5%;
            right: 5%;
            animation-delay: 1.5s;
        }

        .circle:nth-child(3) {
            bottom: 5%;
            left: 5%;
            animation-delay: 3s;
        }

        .circle:nth-child(4) {
            bottom: 5%;
            right: 5%;
            animation-delay: 4.5s;
        }

    .text-content h1 {
        font-size: 3.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 1rem;
        animation: fadeInRight 1s ease-out;
    }

    .text-content h2 {
        font-size: 1.8rem;
        font-weight: 400;
        color: rgba(255,255,255,0.9);
        animation: fadeInRight 1s ease-out 0.3s both;
    }

    .circle:nth-child(1) {
        width: 130px;
        height: 130px;
    }

    .circle:nth-child(2) {
        width: 130px;
        height: 130px;
    }

    .circle:nth-child(3) {
        width: 130px;
        height: 130px;
    }

    .circle:nth-child(4) {
        width: 130px;
        height: 130px;
    }


    .profile-img {
        width: 300px;
        height: auto;
    }

    .my-img {
        position: absolute;
        left: 8%;
        width: 21%;
        margin: 10px;
    }

    .h1-banner {
        position: absolute;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        font-size: 2.5rem;
        font-weight: 900;
        text-align: center;
        left: 22%;
        top: 11%;
    }

    .h3-banner {
        width: 850px;
        height: 70px;
        border-radius: 50px;
        background-color: #023047;
        position: absolute;
        top: 160%;
        left: 25%;
        transform: translate(-50%, -50%);
        padding: 2% 2% 2% 2%;
        color: white;
    }

    .h3-banner-text {
        font-size: 23px;
        font-weight: 300;
    }


    .mytitle {
        font-weight: 900;
        /*margin: 0;*/
        font-size: 26px;
        padding-top: 10px;
    }

    .box-home-1 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }


    .box-home-2 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-3 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-4 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .pd-statistic-circle {
        padding-right: 10%;
    }


    .term-categories .switch-field:after {
        display: block;
        clear: both;
        content: '';
        visibility: hidden;
        height: 0;
        line-height: 0
    }

    .term-categories .aside-section {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0 0 5px #ccc;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        background-color: #fff
    }

    .term-categories .pagination {
        width: auto;
        margin: 10px auto 40px;
        display: flex;
    }

        .term-categories .pagination i {
            position: relative;
            top: 2px
        }

    .term-categories .top-bar {
        background-color: #fff;
        box-shadow: 0 0 6px #ccc;
        padding: 15px 20px 20px;
        margin-bottom: 25px;
        position: relative;
    }

    .term-categories > .top-bar > header {
        position: relative;
        height: 45px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb
    }

        .term-categories > .top-bar > header h1 {
            font-size: 20px;
            line-height: 25px
        }

            .term-categories > .top-bar > header h1 span {
                color: #2aaf27
            }

        .term-categories > .top-bar > header > span {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            color: #333;
            padding: 0 15px;
            border-radius: 30px;
            line-height: 30px;
            background-color: #f2f2f2
        }

    .term-categories > .top-bar form {
        position: relative;
        width: 100%;
        height: 40px;
        border: 1px solid #E8E8E8;
        overflow: hidden;
    }

        .term-categories > .top-bar form input {
            position: relative;
            width: 100%;
            height: 40px;
            border: 0;
            padding: 0 18px 0 50px;
            font-size: 14px;
            line-height: 40px
        }

        .term-categories > .top-bar form button {
            background-color: transparent;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 0;
            top: 0;
            border: 0;
            font-size: 22px;
            color: #878787;
            line-height: 45px;
            text-align: right;
        }

    .term-categories > .top-bar .select-ddl {
        width: 100%;
        background-color: #fff;
        border: 1px solid #E8E8E8;
        position: relative;
    }

        .term-categories > .top-bar .select-ddl select {
            width: 100%;
            padding: 0 15px 0 0;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            border: 0;
        }

    .term-categories .switch-field {
        width: 100%;
        overflow: hidden;
        border: 1px solid #E8E8E8;
    }

        .term-categories .switch-field input {
            border: 0 none;
            clip: rect(0px, 0px, 0px, 0px);
            height: 1px;
            overflow: hidden;
            position: absolute;
            width: 1px;
        }

        .term-categories .switch-field label {
            background-color: #fff;
            float: right;
            color: #333;
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            padding: 5px 10px;
            text-align: center;
            text-shadow: none;
            transition: all 0.1s ease-in-out 0s;
            margin-bottom: 0;
            width: 33.33%;
            height: 38px;
            line-height: 30px
        }

            .term-categories .switch-field label:hover {
                cursor: pointer;
            }

        .term-categories .switch-field input:checked + label {
            background-color: #2aaf27;
            color: #fff
        }

    .term-categories .aside-section header h3 {
        font-size: 17px;
        line-height: 22px;
        padding: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 10px
    }

    .term-categories .filter-by-price header h3 {
        margin-bottom: 30px
    }

    .term-categories .filter-by-price .price-range {
        padding: 0 35px 15px
    }

    .term-categories .filter-by-price .max-price {
        width: auto;
        display: inline-table;
        float: left;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        left: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-price .min-price {
        width: auto;
        display: inline-table;
        float: right;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        right: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-category ul {
        padding: 0 5px 10px
    }

        .term-categories .filter-by-category ul li {
            padding: 5px 15px;
            font-size: 14px;
            line-height: 20px
        }

            .term-categories .filter-by-category ul li input {
                position: relative;
                top: 3px;
                margin-left: 3px
            }

    .mar-circle-statistic {
        word-wrap: break-word;
        line-height: 17px;
        padding-top: 25px;
        font-weight: bold;
    }
}

/* دسکتاپ بزرگ (عرض 1201px تا 1440px) */
@media (min-width: 1201px) and (max-width: 1440px) {


    .hero-slider {
        position: relative;
        height: 500px;
        overflow: hidden;
        background: url('./img/fl-12.jpg') center/cover no-repeat;
    }

    .slider-content {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .profile-img {
        border-radius: 50%;
        border: 5px solid rgba(255,255,255,0.3);
        animation: fadeInLeft 1s ease-out;
        margin-top: 5%;
    }

    .floating-circles {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .circle {
        position: absolute;
        border-radius: 50%;
        opacity: 0.6;
        animation: float 6s ease-in-out infinite;
    }


        .circle:nth-child(1) {
            top: 5%;
            left: 5%;
            animation-delay: 0s;
        }

        .circle:nth-child(2) {
            top: 5%;
            right: 5%;
            animation-delay: 1.5s;
        }

        .circle:nth-child(3) {
            bottom: 5%;
            left: 5%;
            animation-delay: 3s;
        }

        .circle:nth-child(4) {
            bottom: 5%;
            right: 5%;
            animation-delay: 4.5s;
        }

    .text-content h1 {
        font-size: 3.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 1rem;
        animation: fadeInRight 1s ease-out;
    }

    .text-content h2 {
        font-size: 1.8rem;
        font-weight: 400;
        color: rgba(255,255,255,0.9);
        animation: fadeInRight 1s ease-out 0.3s both;
    }


    .circle:nth-child(1) {
        width: 130px;
        height: 130px;
    }

    .circle:nth-child(2) {
        width: 130px;
        height: 130px;
    }

    .circle:nth-child(3) {
        width: 130px;
        height: 130px;
    }

    .circle:nth-child(4) {
        width: 130px;
        height: 130px;
    }


    .profile-img {
        width: 300px;
        height: auto;
    }


    .my-img {
        position: absolute;
        left: 8%;
        width: 21%;
        margin: 10px;
    }

    .h1-banner {
        position: absolute;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        font-size: 2.5rem;
        font-weight: 900;
        text-align: center;
        left: 22%;
        top: 11%;
    }

    .h3-banner {
        width: 1000px;
        height: 70px;
        border-radius: 50px;
        background-color: #023047;
        position: absolute;
        top: 160%;
        left: 25%;
        transform: translate(-50%, -50%);
        padding: 2% 2% 2% 2%;
        color: white;
    }

    .h3-banner-text {
        font-size: 25px;
        font-weight: 300;
    }

    .mytitle {
        font-weight: 900;
        /*margin: 0;*/
        font-size: 26px;
        padding-top: 10px;
    }

    .box-home-1 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }


    .box-home-2 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-3 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-4 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .pd-statistic-circle {
        padding-right: 5%;
    }

    .span-home-1 {
        font-size: 20px;
    }

    .span-home-2 {
        font-size: 20px;
    }


    .span-home-3 {
        font-size: 20px;
    }


    .span-home-4 {
        font-size: 20px;
    }


    .term-categories .switch-field:after {
        display: block;
        clear: both;
        content: '';
        visibility: hidden;
        height: 0;
        line-height: 0
    }

    .term-categories .aside-section {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0 0 5px #ccc;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        background-color: #fff
    }

    .term-categories .pagination {
        width: auto;
        margin: 10px auto 40px;
        display: flex;
    }

        .term-categories .pagination i {
            position: relative;
            top: 2px
        }

    .term-categories .top-bar {
        background-color: #fff;
        box-shadow: 0 0 6px #ccc;
        padding: 15px 20px 20px;
        margin-bottom: 25px;
        position: relative;
    }

    .term-categories > .top-bar > header {
        position: relative;
        height: 45px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb
    }

        .term-categories > .top-bar > header h1 {
            font-size: 20px;
            line-height: 25px
        }

            .term-categories > .top-bar > header h1 span {
                color: #2aaf27
            }

        .term-categories > .top-bar > header > span {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            color: #333;
            padding: 0 15px;
            border-radius: 30px;
            line-height: 30px;
            background-color: #f2f2f2
        }

    .term-categories > .top-bar form {
        position: relative;
        width: 100%;
        height: 40px;
        border: 1px solid #E8E8E8;
        overflow: hidden;
    }

        .term-categories > .top-bar form input {
            position: relative;
            width: 100%;
            height: 40px;
            border: 0;
            padding: 0 18px 0 50px;
            font-size: 14px;
            line-height: 40px
        }

        .term-categories > .top-bar form button {
            background-color: transparent;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 0;
            top: 0;
            border: 0;
            font-size: 22px;
            color: #878787;
            line-height: 45px;
            text-align: right;
        }

    .term-categories > .top-bar .select-ddl {
        width: 100%;
        background-color: #fff;
        border: 1px solid #E8E8E8;
        position: relative;
    }

        .term-categories > .top-bar .select-ddl select {
            width: 100%;
            padding: 0 15px 0 0;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            border: 0;
        }

    .term-categories .switch-field {
        width: 100%;
        overflow: hidden;
        border: 1px solid #E8E8E8;
    }

        .term-categories .switch-field input {
            border: 0 none;
            clip: rect(0px, 0px, 0px, 0px);
            height: 1px;
            overflow: hidden;
            position: absolute;
            width: 1px;
        }

        .term-categories .switch-field label {
            background-color: #fff;
            float: right;
            color: #333;
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            padding: 5px 10px;
            text-align: center;
            text-shadow: none;
            transition: all 0.1s ease-in-out 0s;
            margin-bottom: 0;
            width: 33.33%;
            height: 38px;
            line-height: 30px
        }

            .term-categories .switch-field label:hover {
                cursor: pointer;
            }

        .term-categories .switch-field input:checked + label {
            background-color: #2aaf27;
            color: #fff
        }

    .term-categories .aside-section header h3 {
        font-size: 17px;
        line-height: 22px;
        padding: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 10px
    }

    .term-categories .filter-by-price header h3 {
        margin-bottom: 30px
    }

    .term-categories .filter-by-price .price-range {
        padding: 0 35px 15px
    }

    .term-categories .filter-by-price .max-price {
        width: auto;
        display: inline-table;
        float: left;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        left: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-price .min-price {
        width: auto;
        display: inline-table;
        float: right;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        right: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-category ul {
        padding: 0 5px 10px
    }

        .term-categories .filter-by-category ul li {
            padding: 5px 15px;
            font-size: 14px;
            line-height: 20px
        }

            .term-categories .filter-by-category ul li input {
                position: relative;
                top: 3px;
                margin-left: 3px
            }

    .mar-circle-statistic {
        word-wrap: break-word;
        line-height: 20px;
        padding-top: 45px;
        font-weight: bold;
    }
}

/* صفحه خیلی بزرگ (عرض 1441px به بالا) */
@media (min-width: 1441px) and (max-width: 1680px) {

    .hero-slider {
        position: relative;
        height: 600px;
        overflow: hidden;
        background: url('./img/fl-12.jpg') center/cover no-repeat;
    }

    .slider-content {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .profile-img {
        border-radius: 50%;
        border: 5px solid rgba(255,255,255,0.3);
        animation: fadeInLeft 1s ease-out;
        margin-top: 10%;
    }

    .floating-circles {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .circle {
        position: absolute;
        border-radius: 50%;
        opacity: 0.6;
        animation: float 6s ease-in-out infinite;
    }


        .circle:nth-child(1) {
            top: 5%;
            left: 5%;
            animation-delay: 0s;
        }

        .circle:nth-child(2) {
            top: 5%;
            right: 5%;
            animation-delay: 1.5s;
        }

        .circle:nth-child(3) {
            bottom: 5%;
            left: 5%;
            animation-delay: 3s;
        }

        .circle:nth-child(4) {
            bottom: 5%;
            right: 5%;
            animation-delay: 4.5s;
        }

    .text-content h1 {
        font-size: 3.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 1rem;
        animation: fadeInRight 1s ease-out;
    }

    .text-content h2 {
        font-size: 1.8rem;
        font-weight: 400;
        color: rgba(255,255,255,0.9);
        animation: fadeInRight 1s ease-out 0.3s both;
    }


    .circle:nth-child(1) {
        width: 150px;
        height: 150px;
    }

    .circle:nth-child(2) {
        width: 150px;
        height: 150px;
    }

    .circle:nth-child(3) {
        width: 150px;
        height: 150px;
    }

    .circle:nth-child(4) {
        width: 150px;
        height: 150px;
    }


    .profile-img {
        width: 300px;
        height: auto;
    }

    .my-img {
        position: absolute;
        left: 8%;
        width: 21%;
        margin: 10px;
    }

    .h1-banner {
        position: absolute;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        font-size: 2.5rem;
        font-weight: 900;
        text-align: center;
        left: 22%;
        top: 11%;
    }

    .h3-banner {
        width: 1200px;
        height: 70px;
        border-radius: 50px;
        background-color: #023047;
        position: absolute;
        top: 180%;
        left: 25%;
        transform: translate(-50%, -50%);
        padding: 2% 2% 2% 2%;
        color: white;
    }

    .h3-banner-text {
        font-size: 25px;
        font-weight: 300;
    }

    .mytitle {
        font-weight: 900;
        /*margin: 0;*/
        font-size: 26px;
        padding-top: 10px;
    }

    .box-home-1 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-2 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-3 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-4 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .pd-statistic-circle {
        padding-right: 20%;
    }

    .span-home-1 {
        font-size: 20px;
    }

    .span-home-2 {
        font-size: 20px;
    }


    .span-home-3 {
        font-size: 20px;
    }


    .span-home-4 {
        font-size: 20px;
    }


    .term-categories .switch-field:after {
        display: block;
        clear: both;
        content: '';
        visibility: hidden;
        height: 0;
        line-height: 0
    }

    .term-categories .aside-section {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0 0 5px #ccc;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        background-color: #fff
    }

    .term-categories .pagination {
        width: auto;
        margin: 10px auto 40px;
        display: flex;
    }

        .term-categories .pagination i {
            position: relative;
            top: 2px
        }

    .term-categories .top-bar {
        background-color: #fff;
        box-shadow: 0 0 6px #ccc;
        padding: 15px 20px 20px;
        margin-bottom: 25px;
        position: relative;
    }

    .term-categories > .top-bar > header {
        position: relative;
        height: 45px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb
    }

        .term-categories > .top-bar > header h1 {
            font-size: 20px;
            line-height: 25px
        }

            .term-categories > .top-bar > header h1 span {
                color: #2aaf27
            }

        .term-categories > .top-bar > header > span {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            color: #333;
            padding: 0 15px;
            border-radius: 30px;
            line-height: 30px;
            background-color: #f2f2f2
        }

    .term-categories > .top-bar form {
        position: relative;
        width: 100%;
        height: 40px;
        border: 1px solid #E8E8E8;
        overflow: hidden;
    }

        .term-categories > .top-bar form input {
            position: relative;
            width: 100%;
            height: 40px;
            border: 0;
            padding: 0 18px 0 50px;
            font-size: 14px;
            line-height: 40px
        }

        .term-categories > .top-bar form button {
            background-color: transparent;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 0;
            top: 0;
            border: 0;
            font-size: 22px;
            color: #878787;
            line-height: 45px;
            text-align: right;
        }

    .term-categories > .top-bar .select-ddl {
        width: 100%;
        background-color: #fff;
        border: 1px solid #E8E8E8;
        position: relative;
    }

        .term-categories > .top-bar .select-ddl select {
            width: 100%;
            padding: 0 15px 0 0;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            border: 0;
        }

    .term-categories .switch-field {
        width: 100%;
        overflow: hidden;
        border: 1px solid #E8E8E8;
    }

        .term-categories .switch-field input {
            border: 0 none;
            clip: rect(0px, 0px, 0px, 0px);
            height: 1px;
            overflow: hidden;
            position: absolute;
            width: 1px;
        }

        .term-categories .switch-field label {
            background-color: #fff;
            float: right;
            color: #333;
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            padding: 5px 10px;
            text-align: center;
            text-shadow: none;
            transition: all 0.1s ease-in-out 0s;
            margin-bottom: 0;
            width: 33.33%;
            height: 38px;
            line-height: 30px
        }

            .term-categories .switch-field label:hover {
                cursor: pointer;
            }

        .term-categories .switch-field input:checked + label {
            background-color: #2aaf27;
            color: #fff
        }

    .term-categories .aside-section header h3 {
        font-size: 17px;
        line-height: 22px;
        padding: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 10px
    }

    .term-categories .filter-by-price header h3 {
        margin-bottom: 30px
    }

    .term-categories .filter-by-price .price-range {
        padding: 0 35px 15px
    }

    .term-categories .filter-by-price .max-price {
        width: auto;
        display: inline-table;
        float: left;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        left: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-price .min-price {
        width: auto;
        display: inline-table;
        float: right;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        right: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-category ul {
        padding: 0 5px 10px
    }

        .term-categories .filter-by-category ul li {
            padding: 5px 15px;
            font-size: 14px;
            line-height: 20px
        }

            .term-categories .filter-by-category ul li input {
                position: relative;
                top: 3px;
                margin-left: 3px
            }

    .mar-circle-statistic {
        word-wrap: break-word;
        line-height: 17px;
        padding-top: 45px;
        font-weight: bold;
    }
}


@media (min-width: 1681px) and (max-width: 1820px) {


    .hero-slider {
        position: relative;
        height: 600px;
        overflow: hidden;
        background: url('./img/fl-12.jpg') center/cover no-repeat;
    }

    .slider-content {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .profile-img {
        border-radius: 50%;
        border: 5px solid rgba(255,255,255,0.3);
        animation: fadeInLeft 1s ease-out;
        margin-top: 10%;
    }

    .floating-circles {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .circle {
        position: absolute;
        border-radius: 50%;
        opacity: 0.6;
        animation: float 6s ease-in-out infinite;
    }


        .circle:nth-child(1) {
            top: 5%;
            left: 5%;
            animation-delay: 0s;
        }

        .circle:nth-child(2) {
            top: 5%;
            right: 5%;
            animation-delay: 1.5s;
        }

        .circle:nth-child(3) {
            bottom: 5%;
            left: 5%;
            animation-delay: 3s;
        }

        .circle:nth-child(4) {
            bottom: 5%;
            right: 5%;
            animation-delay: 4.5s;
        }

    .text-content h1 {
        font-size: 3.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 1rem;
        animation: fadeInRight 1s ease-out;
    }

    .text-content h2 {
        font-size: 1.8rem;
        font-weight: 400;
        color: rgba(255,255,255,0.9);
        animation: fadeInRight 1s ease-out 0.3s both;
    }

    .circle:nth-child(1) {
        width: 150px;
        height: 150px;
    }

    .circle:nth-child(2) {
        width: 150px;
        height: 150px;
    }

    .circle:nth-child(3) {
        width: 150px;
        height: 150px;
    }

    .circle:nth-child(4) {
        width: 150px;
        height: 150px;
    }

    .profile-img {
        width: 330px;
        height: auto;
    }

    .my-img {
        position: absolute;
        left: 8%;
        width: 19%;
        margin: 10px;
    }

    .h1-banner {
        position: absolute;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        font-size: 2.5rem;
        font-weight: 900;
        text-align: center;
        left: 22%;
        top: 11%;
    }

    .h3-banner {
        width: 1200px;
        height: 70px;
        border-radius: 50px;
        background-color: #023047;
        position: absolute;
        top: 180%;
        left: 25%;
        transform: translate(-50%, -50%);
        padding: 2% 2% 2% 2%;
        color: white;
    }

    .h3-banner-text {
        font-size: 25px;
        font-weight: 300;
    }

    .mytitle {
        font-weight: 900;
        /*margin: 0;*/
        font-size: 26px;
        padding-top: 10px;
    }

    .box-home-1 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-2 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-3 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-4 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .pd-statistic-circle {
        padding-right: 20%;
    }


    .span-home-1 {
        font-size: 20px;
    }

    .span-home-2 {
        font-size: 20px;
    }


    .span-home-3 {
        font-size: 20px;
    }


    .span-home-4 {
        font-size: 20px;
    }


    .term-categories .switch-field:after {
        display: block;
        clear: both;
        content: '';
        visibility: hidden;
        height: 0;
        line-height: 0
    }

    .term-categories .aside-section {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0 0 5px #ccc;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        background-color: #fff
    }

    .term-categories .pagination {
        width: auto;
        margin: 10px auto 40px;
        display: flex;
    }

        .term-categories .pagination i {
            position: relative;
            top: 2px
        }

    .term-categories .top-bar {
        background-color: #fff;
        box-shadow: 0 0 6px #ccc;
        padding: 15px 20px 20px;
        margin-bottom: 25px;
        position: relative;
    }

    .term-categories > .top-bar > header {
        position: relative;
        height: 45px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb
    }

        .term-categories > .top-bar > header h1 {
            font-size: 20px;
            line-height: 25px
        }

            .term-categories > .top-bar > header h1 span {
                color: #2aaf27
            }

        .term-categories > .top-bar > header > span {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            color: #333;
            padding: 0 15px;
            border-radius: 30px;
            line-height: 30px;
            background-color: #f2f2f2
        }

    .term-categories > .top-bar form {
        position: relative;
        width: 100%;
        height: 40px;
        border: 1px solid #E8E8E8;
        overflow: hidden;
    }

        .term-categories > .top-bar form input {
            position: relative;
            width: 100%;
            height: 40px;
            border: 0;
            padding: 0 18px 0 50px;
            font-size: 14px;
            line-height: 40px
        }

        .term-categories > .top-bar form button {
            background-color: transparent;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 0;
            top: 0;
            border: 0;
            font-size: 22px;
            color: #878787;
            line-height: 45px;
            text-align: right;
        }

    .term-categories > .top-bar .select-ddl {
        width: 100%;
        background-color: #fff;
        border: 1px solid #E8E8E8;
        position: relative;
    }

        .term-categories > .top-bar .select-ddl select {
            width: 100%;
            padding: 0 15px 0 0;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            border: 0;
        }

    .term-categories .switch-field {
        width: 100%;
        overflow: hidden;
        border: 1px solid #E8E8E8;
    }

        .term-categories .switch-field input {
            border: 0 none;
            clip: rect(0px, 0px, 0px, 0px);
            height: 1px;
            overflow: hidden;
            position: absolute;
            width: 1px;
        }

        .term-categories .switch-field label {
            background-color: #fff;
            float: right;
            color: #333;
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            padding: 5px 10px;
            text-align: center;
            text-shadow: none;
            transition: all 0.1s ease-in-out 0s;
            margin-bottom: 0;
            width: 33.33%;
            height: 38px;
            line-height: 30px
        }

            .term-categories .switch-field label:hover {
                cursor: pointer;
            }

        .term-categories .switch-field input:checked + label {
            background-color: #2aaf27;
            color: #fff
        }

    .term-categories .aside-section header h3 {
        font-size: 17px;
        line-height: 22px;
        padding: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 10px
    }

    .term-categories .filter-by-price header h3 {
        margin-bottom: 30px
    }

    .term-categories .filter-by-price .price-range {
        padding: 0 35px 15px
    }

    .term-categories .filter-by-price .max-price {
        width: auto;
        display: inline-table;
        float: left;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        left: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-price .min-price {
        width: auto;
        display: inline-table;
        float: right;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        right: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-category ul {
        padding: 0 5px 10px
    }

        .term-categories .filter-by-category ul li {
            padding: 5px 15px;
            font-size: 14px;
            line-height: 20px
        }

            .term-categories .filter-by-category ul li input {
                position: relative;
                top: 3px;
                margin-left: 3px
            }

    .mar-circle-statistic {
        word-wrap: break-word;
        line-height: 17px;
        padding-top: 45px;
        font-weight: bold;
    }

}


@media (min-width: 1821px) and (max-width: 2200px) {

    .hero-slider {
        position: relative;
        height: 600px;
        overflow: hidden;
        background: url('./img/fl-12.jpg') center/cover no-repeat;
    }

    .slider-content {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .profile-img {
        border-radius: 50%;
        border: 5px solid rgba(255,255,255,0.3);
        animation: fadeInLeft 1s ease-out;
        margin-top: 10%;
    }

    .floating-circles {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .circle {
        position: absolute;
        border-radius: 50%;
        opacity: 0.6;
        animation: float 6s ease-in-out infinite;
    }

        .circle:nth-child(1) {
            top: 5%;
            left: 5%;
            animation-delay: 0s;
        }

        .circle:nth-child(2) {
            top: 5%;
            right: 5%;
            animation-delay: 1.5s;
        }

        .circle:nth-child(3) {
            bottom: 5%;
            left: 5%;
            animation-delay: 3s;
        }

        .circle:nth-child(4) {
            bottom: 5%;
            right: 5%;
            animation-delay: 4.5s;
        }

    .text-content h1 {
        font-size: 3.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 1rem;
        animation: fadeInRight 1s ease-out;
    }

    .text-content h2 {
        font-size: 1.8rem;
        font-weight: 400;
        color: rgba(255,255,255,0.9);
        animation: fadeInRight 1s ease-out 0.3s both;
    }

    .circle:nth-child(1) {
        width: 150px;
        height: 150px;
    }

    .circle:nth-child(2) {
        width: 150px;
        height: 150px;
    }

    .circle:nth-child(3) {
        width: 150px;
        height: 150px;
    }

    .circle:nth-child(4) {
        width: 150px;
        height: 150px;
    }

    .profile-img {
        width: 350px;
        height: auto;
    }

    .my-img {
        position: absolute;
        left: 8%;
        width: 16%;
        margin: 10px;
    }

    .h1-banner {
        position: absolute;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        font-size: 2.5rem;
        font-weight: 900;
        text-align: center;
        left: 22%;
        top: 11%;
    }

    .h3-banner {
        width: 1200px;
        height: 70px;
        border-radius: 50px;
        background-color: #023047;
        position: absolute;
        top: 155%;
        left: 25%;
        transform: translate(-50%, -50%);
        padding: 2% 2% 2% 2%;
        color: white;
    }

    .h3-banner-text {
        font-size: 25px;
        font-weight: 300;
    }

    .mytitle {
        font-weight: 900;
        /*margin: 0;*/
        font-size: 26px;
        padding-top: 10px;
    }

    .box-home-1 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-2 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-3 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .box-home-4 {
        border: 1px solid white;
        margin-top: 17%;
        margin-right: 5%;
        background-color: #8ECAE6;
        z-index: 9;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transform-style: preserve-3d;
        perspective: 1000px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    }

    .pd-statistic-circle {
        padding-right: 20%;
    }


    .span-home-1 {
        font-size: 22px;
    }

    .span-home-2 {
        font-size: 22px;
    }


    .span-home-3 {
        font-size: 22px;
    }


    .span-home-4 {
        font-size: 22px;
    }



    .term-categories .switch-field:after {
        display: block;
        clear: both;
        content: '';
        visibility: hidden;
        height: 0;
        line-height: 0
    }

    .term-categories .aside-section {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0 0 5px #ccc;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        background-color: #fff
    }

    .term-categories .pagination {
        width: auto;
        margin: 10px auto 40px;
        display: flex;
    }

        .term-categories .pagination i {
            position: relative;
            top: 2px
        }

    .term-categories .top-bar {
        background-color: #fff;
        box-shadow: 0 0 6px #ccc;
        padding: 15px 20px 20px;
        margin-bottom: 25px;
        position: relative;
    }

    .term-categories > .top-bar > header {
        position: relative;
        height: 45px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb
    }

        .term-categories > .top-bar > header h1 {
            font-size: 20px;
            line-height: 25px
        }

            .term-categories > .top-bar > header h1 span {
                color: #2aaf27
            }

        .term-categories > .top-bar > header > span {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            color: #333;
            padding: 0 15px;
            border-radius: 30px;
            line-height: 30px;
            background-color: #f2f2f2
        }

    .term-categories > .top-bar form {
        position: relative;
        width: 100%;
        height: 40px;
        border: 1px solid #E8E8E8;
        overflow: hidden;
    }

        .term-categories > .top-bar form input {
            position: relative;
            width: 100%;
            height: 40px;
            border: 0;
            padding: 0 18px 0 50px;
            font-size: 14px;
            line-height: 40px
        }

        .term-categories > .top-bar form button {
            background-color: transparent;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 0;
            top: 0;
            border: 0;
            font-size: 22px;
            color: #878787;
            line-height: 45px;
            text-align: right;
        }

    .term-categories > .top-bar .select-ddl {
        width: 100%;
        background-color: #fff;
        border: 1px solid #E8E8E8;
        position: relative;
    }

        .term-categories > .top-bar .select-ddl select {
            width: 100%;
            padding: 0 15px 0 0;
            font-size: 14px;
            height: 38px;
            line-height: 38px;
            border: 0;
        }

    .term-categories .switch-field {
        width: 100%;
        overflow: hidden;
        border: 1px solid #E8E8E8;
    }

        .term-categories .switch-field input {
            border: 0 none;
            clip: rect(0px, 0px, 0px, 0px);
            height: 1px;
            overflow: hidden;
            position: absolute;
            width: 1px;
        }

        .term-categories .switch-field label {
            background-color: #fff;
            float: right;
            color: #333;
            display: inline-block;
            font-size: 13px;
            font-weight: normal;
            padding: 5px 10px;
            text-align: center;
            text-shadow: none;
            transition: all 0.1s ease-in-out 0s;
            margin-bottom: 0;
            width: 33.33%;
            height: 38px;
            line-height: 30px
        }

            .term-categories .switch-field label:hover {
                cursor: pointer;
            }

        .term-categories .switch-field input:checked + label {
            background-color: #2aaf27;
            color: #fff
        }

    .term-categories .aside-section header h3 {
        font-size: 17px;
        line-height: 22px;
        padding: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 10px
    }

    .term-categories .filter-by-price header h3 {
        margin-bottom: 30px
    }

    .term-categories .filter-by-price .price-range {
        padding: 0 35px 15px
    }

    .term-categories .filter-by-price .max-price {
        width: auto;
        display: inline-table;
        float: left;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        left: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-price .min-price {
        width: auto;
        display: inline-table;
        float: right;
        font-size: 12px;
        line-height: 25px;
        position: relative;
        right: -15px;
        padding-top: 10px
    }

    .term-categories .filter-by-category ul {
        padding: 0 5px 10px
    }

        .term-categories .filter-by-category ul li {
            padding: 5px 15px;
            font-size: 14px;
            line-height: 20px
        }

            .term-categories .filter-by-category ul li input {
                position: relative;
                top: 3px;
                margin-left: 3px
            }

    .mar-circle-statistic {
        word-wrap: break-word;
        line-height: 17px;
        padding-top: 35px;
        font-weight: bold;
    }
}

.logo-zibal-checkout {
    height: 32px;
    width: 95px;
}

.arrow-animate {
    animation: moveUpDown 2s linear infinite;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* سبد خرید */

.cart-item-image {
    max-width: 100px;
    height: auto;
}

.quantity-selector input {
    max-width: 60px; /* محدود کردن عرض فیلد تعداد */
}

.card.sticky-lg-top {
    position: sticky;
    top: 20px; /* کمی فاصله از بالا */
}
/* استایل برای راست به چپ بودن */
.form-control, .btn, .input-group {
    text-align: right; /* راست چین کردن متن در ورودی‌ها و دکمه‌ها */
}

.quantity-selector .form-control {
    border-right: none; /* حذف مرز راست در input تعداد */
    border-left: none; /* حذف مرز چپ */
}

.quantity-selector .btn {
    min-width: 35px; /* تنظیم حداقل عرض دکمه‌ها */
}
/* اطمینان از راست چین بودن آیتم‌های سبد خرید */
.cart-item .col-md-5, .cart-item .col-md-3 {
    text-align: right;
}
/* برای راست چین کردن آیکون‌ها */
.bi {
    margin-left: .5rem;
}
/* تنظیمات برای ریسپانسیو بودن */
@media (max-width: 991.98px) {
    .card.sticky-lg-top {
        position: static; /* برداشتن چسبندگی در صفحه‌های کوچک */
        margin-top: 20px;
    }
}




/*نمایش تعداد آیتم های سبدخرید*/
.cart-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 0.2em 0.5em;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1;
    min-width: 20px; /* حداقل عرض برای جایگیری عدد */
    text-align: center;
}

.cart-icon {
    font-size: 1.5rem;
}

.position-relative {
    position: relative !important;
}
/* استایل برای منوی کشویی دوره‌ها */
.cart-dropdown-menu {
    min-width: 250px; /* عرض حداقل برای نمایش نام دوره‌ها */
    padding: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .175);
    border-radius: 0.375rem;
    max-height: 300px; /* حداکثر ارتفاع قبل از اسکرول */
    overflow-y: auto; /* فعال کردن اسکرول در صورت زیاد شدن آیتم‌ها */
}

    .cart-dropdown-menu h6 {
        margin-bottom: 0.75rem;
        font-size: 1.1rem;
    }

    .cart-dropdown-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .cart-dropdown-menu li {
        margin-bottom: 5px;
        font-size: 0.9rem;
        border-bottom: 1px solid #eee; /* خط جدا کننده بین آیتم‌ها */
        padding-bottom: 5px;
    }

        .cart-dropdown-menu li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

.empty-cart-message {
    font-size: 0.9rem;
    color: #6c757d;
}






/*استایل نوار اعلان*/
.top-banner {
    width: 100%;
    background: #7fa7d6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 15px;
    color: white;
    font-weight: bold;
}
.banner-btn {
    padding: 2px 2px;
    color: #0a231c;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 50px;
    background-color: ghostwhite;
}

top-banner {
    width: 100%;
    background: #7fa7d6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2px 10px;
    color: white;
    font-weight: bold;
}

.top-banner p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}




/*new Product Theme*/
/* --- Breadcrumb Customization --- */
.mk-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    /* کدهای اضافه شده برای اسکرول افقی */
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px; /* ایجاد کمی فاصله در پایین */
    /* مخفی کردن نوار اسکرول در فایرفاکس و IE */
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-size: 16px;
  /*  display: flex;
    justify-content: center;*/
}


@media (max-width: 768px) {
    .mk-breadcrumb {
        .mk-breadcrumb {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            font-size: 0.85rem;
            margin-bottom: 0.5rem;
            margin-top: 1.5rem;
            /* کدهای اضافه شده برای اسکرول افقی */
            overflow-x: auto;
            white-space: nowrap;
            padding-bottom: 5px; /* ایجاد کمی فاصله در پایین */
            /* مخفی کردن نوار اسکرول در فایرفاکس و IE */
            -ms-overflow-style: none;
            scrollbar-width: none;
            font-size: 16px;
            display: flex;
            padding-right:20px;
/*            justify-content: center;
*/        }
        /* سمت راست در موبایل */
    }
}

    /* مخفی کردن نوار اسکرول در کروم و سافاری */
    .mk-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .mk-breadcrumb a,
    .mk-breadcrumb span {
        color: var(--mk-magenta);
        text-decoration: none;
        font-weight: 500;
        /* جلوگیری از کوچک شدن المان‌ها و شکستن متن */
        white-space: nowrap;
        flex-shrink: 0;
    }

        .mk-breadcrumb a:hover {
            color: #009696;
        }

    .mk-breadcrumb i {
        color: var(--mk-magenta);
        font-size: 0.65rem;
        margin-top: 2px;
        flex-shrink: 0;
    }

/* --- Timer Box Customization --- */
.mk-discount-box {
    background-color: var(--mk-timer-bg);
    border-radius: 12px;
    padding: 16px 24px;
}

.mk-discount-text {
    color: var(--mk-magenta);
    font-weight: 800;
    font-size: 1.1rem;
}

/* --- Timer Layout --- */
.mk-timer-wrapper {
    direction: ltr; /* اجبار به چپ‌چین برای ترتیب درست ساعت و دقیقه */
    display: flex;
    align-items: flex-start;
}

.mk-timer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 40px;
}

.mk-timer-number {
    color: var(--mk-magenta);
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1;
}

.mk-timer-label {
    color: #888;
    font-size: 0.65rem;
    margin-top: 6px;
}

.mk-timer-colon {
    color: var(--mk-magenta);
    font-size: 1.2rem;
    font-weight: 800;
    margin: -2px 8px 0 8px; /* تنظیم ارتفاع دو نقطه با اعداد */
    line-height: 1;
}



/* استایل توضیحات دوره */
.mk-course-desc {
    text-align: justify;
    font-size: 1rem;
    max-width: 95%; /* برای اینکه خطوط خیلی طولانی نشوند */
}

/* رنگ متن لینک‌ها و مدرس */
.mk-text-teal {
    color: var(--mk-teal) !important;
}

    .mk-text-teal:hover {
        color: #009999 !important; /* کمی تیره‌تر در حالت هاور */
    }

/* استایل آمار و اطلاعات */
.mk-stats-row {
    font-size: 0.85rem;
}

/* نقطه جداکننده (•) */
.mk-dot {
    color: #ccc;
    font-size: 0.6rem;
}

/* ستاره‌ها */
.mk-stars {
    font-size: 0.75rem;
}

.mk-star-empty {
    color: #e0e0e0; /* رنگ ستاره خالی (طوسی روشن) */
}

/* فونت سایز کوچک برای متن امتیاز */
.font-12 {
    font-size: 0.75rem;
}

/* استایل آواتار مدرس */
.mk-avatar {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border: 1px solid #eee;
}


/* فعال کردن اسکرول نرم برای کل صفحه (بسیار مهم برای هدایت به لینک‌ها) */
html {
    scroll-behavior: smooth;
}

/* 
  این ویژگی بسیار مهم است! 
  وقتی روی لینک کلیک می‌کنید، تگ h2 زیر منوی چسبنده مخفی نمی‌شود و یک فاصله 100 پیکسلی از بالا می‌گیرد.
*/
.mk-section {
    scroll-margin-top: 100px;
}

/* استایل منوی ناوبری (بک‌گراند طوسی روشن) */
.mk-sticky-nav-container {
    position: sticky;
    top: 70px; /* فاصله از بالای صفحه هنگام اسکرول */
    z-index: 1020; /* قرارگیری روی بقیه عناصر */
    background-color: rgba(255, 255, 255, 0.95); /* برای خوانایی بهتر بک‌گراند سفید شفاف */
    backdrop-filter: blur(5px);
}

.mk-page-nav {
    background-color: #f6f7fa; /* رنگ پس زمینه کل منو */
    border-radius: 50px;
    border: 1px solid var(--mk-magenta);
}

    /* استایل لینک‌های منو */
    .mk-page-nav .nav-link {
        color: #4a4a4a;
        font-size: 0.95rem;
        font-weight: 500;
       /* padding: 0.6rem 1.5rem;*/
        border-radius: 8px;
        white-space: nowrap; /* جلوگیری از شکستن خط در موبایل */
        transition: all 0.3s ease;
    }

        /* استایل لینک فعال (دکمه فیروزه‌ای کم‌رنگ) */
        .mk-page-nav .nav-link.active,
        .mk-page-nav .nav-link:hover {
            background-color: #fff; /* فیروزه‌ای خیلی روشن */
            color: var(--mk-magenta); /* فیروزه‌ای تیره */
            font-weight: bold;
            border: 1px solid var(--mk-magenta);
        }

    /* پنهان کردن اسکرول بار در حالت موبایل برای منو */
    .mk-page-nav::-webkit-scrollbar {
        display: none;
    }

.mk-page-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* ---- استایل‌های آکاردئون (فصل‌ها) ---- */
.mk-accordion {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

    .mk-accordion .accordion-item {
        border: none;
        border-bottom: 1px solid #ebebeb;
    }

        .mk-accordion .accordion-item:last-child {
            border-bottom: none;
        }

    /* حذف رنگ آبی مزاحم بوتسترپ هنگام کلیک روی آکاردئون */
    .mk-accordion .accordion-button {
        background-color: #ffffff;
        color: inherit;
        box-shadow: none !important;
        padding: 1.25rem;
    }

        .mk-accordion .accordion-button:not(.collapsed) {
            background-color: #fafbfc;
            color: #000;
        }

        /* تغییر رنگ فلش آکاردئون */
        .mk-accordion .accordion-button::after {
            background-size: 1rem;
        }

/* استایل متن آمار (font-12 در کدهای قبلی هم بود، اینجا تکرار شده محض اطمینان) */
.font-12 {
    font-size: 0.75rem;
}




/* فاصله چسبندگی سایدبار از بالا (برای اینکه زیر منوی نویگیشن نرود) */
.mk-sidebar-wrapper {
    top: 90px;
    z-index: 1000;
}

/* فونت سایزهای کمکی */
.font-12 {
    font-size: 0.75rem;
}

.font-13 {
    font-size: 0.82rem;
}

.cursor-pointer {
    cursor: pointer;
}

/* استایل عکس ویدیو و گرادیانت روی آن */
.mk-video-preview {
    background-color: #000;
}

.mk-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
    transition: background 0.3s ease;
}

.mk-video-preview:hover .mk-video-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 100%);
}

.mk-play-btn {
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    transition: transform 0.3s ease;
}

.mk-video-preview:hover .mk-play-btn {
    transform: scale(1.1);
    background-color: rgba(255,255,255,0.4);
}

/* رنگ سرخابی مکتب‌خونه */
.mk-bg-magenta {
    background-color: var(--mk-magenta) !important;
}

.mk-text-teal {
    color: var(--mk-magenta) !important;
}

/* دکمه پر سرخابی */
.mk-btn-magenta {
    background-color: var(--mk-magenta);
    border: none;
    transition: all 0.3s ease;
}

    .mk-btn-magenta:hover {
        background-color: var(--mk-magenta-hover);
    }

/* دکمه توخالی سرخابی */
.mk-btn-outline-magenta {
    background-color: transparent;
    border: 1px solid var(--mk-magenta);
    color: var(--mk-magenta);
    transition: all 0.3s ease;
    text-align: center;
}

    .mk-btn-outline-magenta:hover {
        background-color: var(--mk-magenta);
        color: white;
        text-align: center;
    }

/* باکس اسنپ‌پی */
.mk-snapp-box {
    background-color: var(--mk-light-blue-bg);
    border: 1px solid #e1eeff;
}

.mk-snapp-logo {
    background-color: var(--mk-snapp-blue);
}

/* باکس دسترسی کامل (سبز/فیروزه‌ای روشن) */
.mk-full-access-box {
    background-color: var(--mk-light-teal-bg);
}

.mk-teal-divider {
    border-top: 1px solid var(--mk-teal);
    opacity: 0.3;
}

/* تنظیم آیکون‌های لیست ویژگی‌ها */
.mk-course-features i {
    width: 20px;
    text-align: center;
    color: #999;
}



/* استایل‌های نوار چسبان موبایل */
.mk-mobile-bottom-bar {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* ایجاد یک سایه نرم در بالای باکس */
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08) !important;
    z-index: 1040; /* قرارگیری روی تمام المان‌های صفحه */
}

/* تنظیم دقیق بج تخفیف طبق عکس */
.mk-discount-badge {
    border-radius: 8px !important; /* گوشه‌های کمی نرم‌تر از حالت pill کامل */
    font-size: 0.75rem;
    font-weight: 700;
}

/* برای جلوگیری از رفتن محتوای انتهای صفحه به زیر نوار چسبان در موبایل */
@media (max-width: 991.98px) {
    body {
        /* به اندازه ارتفاع این نوار، به پایین صفحه پدینگ می‌دهیم */
        padding-bottom: 90px;
    }
}




/* استایل برای نمایش میانگین ستاره‌ها (اعشاری) */
.star-rating-display {
    position: relative;
    display: inline-block;
    color: #e0e0e0; /* رنگ ستاره‌های خالی */
    font-size: 1.5rem;
}

    .star-rating-display::before {
        content: '★★★★★';
    }

    .star-rating-display .stars-inner {
        position: absolute;
        top: 0;
        right: 0; /* برای حالت RTL */
        white-space: nowrap;
        overflow: hidden;
        color: #ffc107; /* رنگ ستاره‌های پر شده (زرد/نارنجی) */
    }

        .star-rating-display .stars-inner::before {
            content: '★★★★★';
        }

/* استایل برای ستاره‌های قابل کلیک داخل Modal */
.rate {
    display: flex;
    flex-direction: row-reverse; /* برای کارکرد صحیح انتخاب ستاره‌ها در CSS */
    justify-content: center;
}

    .rate:not(:checked) > input {
        position: absolute;
        appearance: none;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 2.5rem;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700; /* رنگ ستاره‌های انتخاب شده بر اساس عکس شما (خاکستری تیره) */
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #8a8a8a; /* رنگ ستاره‌ها هنگام هاور */
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #ffc700;
    }

/* رنگ دکمه ثبت نظر (سبز آبی کله غازی) */
.btn-teal {
    background-color: #00a693;
    color: white;
    border-radius: 8px;
}

    .btn-teal:hover {
        background-color: #008f7e;
        color: white;
    }

textarea.form-control {
    border-radius: 12px;
    resize: none;
}

.rating-wrapper {
    display: inline-flex;
    align-items: center;
    direction: rtl; /* برای چیدمان راست‌چین */
    font-family: 'dana', 'Tahoma', Arial, sans-serif; /* ✅ */
    gap: 8px; /* فاصله بین عناصر */
}

/* استایل کانتینر ستاره‌ها */
.star-rating-box {
    position: relative;
    display: inline-block;
    font-size: 24px; /* اندازه ستاره‌ها */
    color: #e4e5e9; /* رنگ ستاره‌های خالی (خاکستری) */
    direction: ltr; /* ستاره‌ها باید از چپ به راست پر شوند */
}

    .star-rating-box::before {
        content: '★★★★★';
    }

/* استایل ستاره‌های طلایی که روی ستاره‌های خالی قرار می‌گیرند */
.star-rating-filled {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden; /* این ویژگی باعث برش خوردن ستاره برای نمایش اعشاری می‌شود */
    color: #ffc107; /* رنگ ستاره‌های پر شده (زرد/طلایی) */
}

    .star-rating-filled::before {
        content: '★★★★★';
    }

.rating-number {
    font-size: 22px;
    font-weight: bold;
    color: #4a5568; /* رنگ عدد امتیاز */
    margin-top: 5px;
}

.rating-count {
    color: #718096;
    font-size: 15px;
    margin-top: 5px;
}


/* استایل نگهدارنده کل ویدئو */
.modern-video-wrapper {
    aspect-ratio: 16 / 9; /* حفظ تناسب تصویر استاندارد ویدئو */
    background-color: #000;
}

/* استایل لایه رویی تاریک و شیشه‌ای */
.modern-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

    /* کلاسی که جاوا اسکریپت برای مخفی کردن نرم لایه استفاده می‌کند */
    .modern-video-overlay.is-hidden {
        opacity: 0;
        visibility: hidden;
    }

/* استایل دکمه پلی با افکت Glassmorphism */
.play-btn-glass {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background 0.3s ease;
    animation: pulse-glow 2s infinite;
}

/* افکت هاور (رفتن موس روی دکمه) */
.modern-video-overlay:hover .play-btn-glass {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.35);
}

/* سایه برای خوانایی بهتر متن روی پس‌زمینه روشن */
.text-shadow {
    text-shadow: 1px 2px 4px rgba(0,0,0,0.8);
}

/* انیمیشن تپش (Pulse) برای دکمه پلی */
@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}



/* تنظیمات کلی باکس محتوا */
.course-curriculum {
    font-family: 'dana', 'Tahoma', sans-serif; /* ✅ */
    max-width: 600px;
    margin: 0 auto;
    color: #333;
}

/* هدر و متا دیتا */
.curriculum-header {
    text-align: right;
    margin-bottom: 20px;
}

    .curriculum-header h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

.curriculum-meta {
    font-size: 14px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

/* استایل باکس آکاردئون */
.chapter-box {
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.chapter-title {
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
    list-style: none; /* حذف فلش پیش‌فرض در برخی مرورگرها */
}

    /* حذف فلش پیش‌فرض تگ details */
    .chapter-title::-webkit-details-marker {
        display: none;
    }

    /* آیکون فلش باز و بسته شدن */
    .chapter-title .chevron {
        width: 12px;
        height: 12px;
        border-left: 2px solid #555;
        border-bottom: 2px solid #555;
        transform: rotate(-45deg);
        transition: transform 0.3s ease;
    }

.chapter-box[open] .chapter-title .chevron {
    transform: rotate(135deg);
}

/* لیست جلسات */
.lessons-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eaeaea;
}

.lesson-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

    .lesson-item:last-child {
        border-bottom: none;
    }

/* سمت راست هر جلسه (آیکون و نام) */
.lesson-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.play-icon {
    color: #999;
}

.lesson-name {
    font-size: 15px;
    color: #444;
}

/* سمت چپ هر جلسه (دکمه و زمان) */
.lesson-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.view-link {
    color: #3b9b94; /* رنگ سبز دکمه مشاهده */
    text-decoration: none;
    font-size: 14px;
}

    .view-link:hover {
        text-decoration: underline;
    }

.lesson-time {
    font-size: 14px;
    color: #555;
}

.lesson-count {
    font-size: 14px;
    color: #555;
    padding-right: 70%;
}


/* استایل‌های پایه باکس */
.chapter-box {
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
}

.chapter-title {
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
    user-select: none; /* جلوگیری از انتخاب شدن متن هنگام کلیک سریع */
}

    /* آیکون فلش با انیمیشن چرخش */
    .chapter-title .chevron {
        width: 12px;
        height: 12px;
        border-left: 2px solid #555;
        border-bottom: 2px solid #555;
        transform: rotate(-45deg);
        transition: transform 0.4s ease; /* سرعت چرخش فلش */
    }

/* چرخش فلش زمانی که باکس باز است */
.chapter-box.is-open .chevron {
    transform: rotate(135deg);
}

/* --- تنظیمات انیمیشن باز و بسته شدن --- */
.accordion-content {
    display: grid;
    grid-template-rows: 0fr; /* در حالت بسته ارتفاع صفر است */
    transition: grid-template-rows 0.4s ease-out; /* سرعت باز و بسته شدن - 0.4 ثانیه */
}

.accordion-inner {
    overflow: hidden; /* مخفی کردن محتوا وقتی باکس بسته است */
}

/* در حالت باز، ارتفاع به اندازه محتوا تغییر می‌کند */
.chapter-box.is-open .accordion-content {
    grid-template-rows: 1fr;
}

/* خط بالای لیست جلسات */
.lessons-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eaeaea;
    
}

.badge-preview {
    background-color: #dcfce7;
    color: #166534;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
}


.btn-custom-delete {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}


/* رنگ بندی طرح حاشیه دار */
.outline-danger {
    background-color: transparent;
    color: #dc3545;
    border: 1.5px solid #dc3545;
}

    .outline-danger:hover {
        background-color: #dc3545;
        color: white;
        box-shadow: 0 4px 10px rgba(220, 53, 69, 0.25);
    }

/* انیمیشن آیکون سطل زباله */
.btn-custom-delete i.icon-anim {
    transition: transform 0.3s ease;
}

.outline-danger:hover i.icon-anim {
    transform: scale(1.1) rotate(-8deg); /* بزرگ شدن و کج شدن ریز آیکون */
}



.logo-image {
    width: 100px; /* عرض دلخواه */
    height: 100px; /* ارتفاع دلخواه */
    object-fit: contain; /* حفظ نسبت تصویر */
    border-radius: 50%; /* اگه می‌خوای دایره‌ای باشه */
}

/* یا اگه می‌خوای background دایره‌ای داشته باشه: */
.icon-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

    .icon-wrapper .logo-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


.wallet-balance-box {
    display: flex;
    align-items: center;
    justify-content: center; /* وسط چین کردن محتوا */
    background-color: #f8f9fa; /* یک پس‌زمینه خاکستری بسیار روشن */
    border: 1px solid #e9ecef; /* حاشیه ملایم */
    border-radius: 12px; /* گوشه‌های گرد */
    padding: 12px 20px;
    margin: 15px auto; /* فاصله از بالا و پایین */
    width: 90%; /* عرض باکس نسبت به منو */
    box-sizing: border-box;
}

.wallet-label {
    font-size: 14px;
    color: #6c757d; /* رنگ متن کمی کم‌رنگ‌تر برای لیبل */
    margin-left: 8px; /* فاصله با مبلغ در حالت راست‌چین */
}

.wallet-amount {
    font-size: 16px;
    color: #198754; /* رنگ سبز برای مبلغ (حس مثبت و مالی) */
    font-weight: bold;
}

.wallet-currency {
    font-size: 12px;
    color: #878a8f;
    font-weight: normal;
    margin-right: 4px; /* فاصله بین عدد و کلمه تومان */
}




/* استایل کلی کارت دوره */
.course-card {
    border-radius: 12px;
    background-color: #fcfcfc;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .course-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }

    /* گرد کردن عکس بالای کارت */
    .course-card .card-img-top {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        object-fit: cover;
        height: 200px; /* میتوانید بسته به سایز عکس خود تغییر دهید */
    }

/* بج (لیبل) تخفیف */
.discount-badge {
    background-color: var(--primary); /* رنگ سبز مشابه عکس */
    font-size: 0.85rem;
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: normal;
}

/* استایل بخش اطلاعات پایین کارت (مدت، جلسه، نوع) */
.course-stats span {
    font-size: 0.75rem;
}

.course-stats .fw-bold {
    font-size: 0.8rem;
    color: #333;
}

/* تنظیمات رنگ قیمت */
.price-section .text-danger {
    color: #e11d48 !important; /* قرمز ملایم تر مشابه عکس */
}





.navbar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-nav .nav-link {
    color: #fff !important;
    padding: 0.8rem 1.5rem !important;
    margin: 0 0.2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 500;
}

    .navbar-nav .nav-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 3px;
        background: #fff;
        transform: translateX(-50%);
        transition: width 0.3s ease;
    }

    .navbar-nav .nav-link:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: translateY(-2px);
    }

        .navbar-nav .nav-link:hover::before {
            width: 80%;
        }

    .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, 0.2);
    }

.dropdown-menu {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    margin-top: 0.5rem;
}

.dropdown-item {
    color: #000000 !important;
    padding: 0.7rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin: 0.2rem 0.5rem;
}

    .dropdown-item:hover {
        background: linear-gradient(180deg, #E4E4E4 0%, #FFFFFF 100%);
        transform: translateX(-5px);
    }



.support-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    direction: rtl;
}

.support-btn {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    width: 120px;
}

    .support-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5);
    }

    .support-btn i {
        font-size: 20px;
    }

.support-menu {
    position: absolute;
    bottom: 70px;
    right: 0;
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .support-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.support-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #6b7280;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s;
}

    .support-close:hover {
        color: #ef4444;
    }

.support-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.support-option {
    background: linear-gradient(135deg, #7c2d12 0%, #991b1b 100%);
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
}

.support-menu.active .support-option {
    animation: slideUp 0.4s ease forwards;
}

    .support-menu.active .support-option:nth-child(1) {
        animation-delay: 0.1s;
    }

    .support-menu.active .support-option:nth-child(2) {
        animation-delay: 0.2s;
    }

    .support-menu.active .support-option:nth-child(3) {
        animation-delay: 0.3s;
    }

    .support-menu.active .support-option:nth-child(4) {
        animation-delay: 0.4s;
    }

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.support-option:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(124, 45, 18, 0.4);
}

.support-option i {
    font-size: 22px;
}







@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}


.dir-ltr{
    direction:ltr;
}


.download-btn {
    font-size: 0.78rem;
    padding: 2px 10px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

    .download-btn:hover {
        background-color: #198754;
        color: #fff;
    }



.faq-title {
    font-weight: bold;
    border: 2px solid #333;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 8px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}


.custome-accordion-header {
    background-color: rgb(248 249 250);
    border-radius: var(--bs-border-radius-xl);
}



/* سرچ باکس موبایل - مشابه ایران کتاب */
.mobile-search-wrapper {
    padding: 12px 15px;
}

.mobile-search-box {
    position: relative;
    background: white;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 8px 15px;
    display: flex;
    align-items: center;
    border: 2px solid #ff6b35;
}

.mobile-search-icon {
    background: none;
    border: none;
    color: #666;
    padding: 0;
    margin-left: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mobile-search-input {
    border: none;
    outline: none;
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding: 6px 0;
    background: transparent;
}

    .mobile-search-input:focus {
        outline: none;
    }

    .mobile-search-input::placeholder {
        color: #999;
    }

/* مخفی کردن در دسکتاپ */
@media (min-width: 992px) {
    .mobile-search-wrapper {
        display: none !important;
    }
}
