﻿body {
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'IRANSans', 'Tahoma', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

#components-reconnect-modal {
    display: none !important;
}

a {
    color: black;
    text-decoration: none;
    direction: rtl;
}

.m {
    margin: 0em 5em;
}

header .header1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

    header .header1 img {
        width: 2.3em;
        padding: 0 0.7em;
        height: auto;
    }

    header .header1 .social {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0 0 0 1em;
    }

    header .header1 .autority img {
        width: 4em;
        height:auto;
    }


    header .header1 .autority {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0 3em 0 0;
    }

        header .header1 .autority #login:hover {
            color: #00000033;
        }

        header .header1 .autority #login::after {
            content: "/";
        }

    header .header1 a {
        color: rgb(255 255 255);
        text-decoration: none;
        font-weight: bolder;
    }

    header .header1 .autority #register:hover {
        color: #00abb6;
    }

    header .header1 .autority #register::after {
        content: "|";
        margin: 0 0.7em;
    }

@media only screen and (max-width: 700px) {
    .social p {
        display: none;
    }

    #Favarite {
        display: none;
    }

    header .header1 .autority #register::after {
        content: "";
        margin: 0 0;
    }
}

#login {
    padding: 0 0.3em
}

#Favarite {
    padding: 0 0.3em;
}

.header1 .social p {
    margin: 0 0 0 0.8em;
    font-weight: bolder;
}

.header1 .social #imginstagram {
    width: 3em;
}

.header2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0.4em;
}

    .header2 .formsearch {
        flex: 2;
        display: flex;
        width: 100%;
    }

        .header2 .formsearch #formsearch {
            width: 100%;
        }


    .header2 .logo {
        flex: 2;
        display: flex;
        justify-content: flex-start;
    }

        .header2 .logo img {
            width: 15em;
            height: auto;
            padding: 1em;
            margin-right: 4em;
            background-color: #f8f9fa00 !important;
        }

    .header2 .info {
        display: flex;
        flex-direction: row;
        flex: 3;
        align-items: center;
        position: relative;
        justify-content: center;
    }

        .header2 .info p {
            padding: 1em;
            font-weight: bold;
            font-size: larger;
        }

        .header2 .info div {
            display: flex;
            align-items: center;
            margin: 1em;
            position: relative;
        }

    .header2 .suport {
        font-weight: bold;
    }

    .header2 #art {
        right: -12;
        top: 50;
        background-color: #00d6e3;
        color: wheat;
        position: absolute;
        width: 0.7em;
        padding: 0.5em;
        border-radius: 30em;
        height: 0.7em;
        display: flex;
        align-items: center;
    }

    .header2 #cart {
        display: contents;
        font-weight: bold;
    }

        .header2 #cart img {
            width: 2em;
            height:auto;
        }

    .header2 #backup {
        width: 2.5em;
        height: auto;
    }

    .header2 span {
        font-weight: bold;
        font-size: medium;
    }

header .header2 .search {
    flex: 3;
    display: flex;
}

header .header2 button {
    width: 8em;
    border-top-right-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
    border: 1px solid #c4c4c4;
    border-left: 0;
    background: linear-gradient(135deg, #667eea, #764ba2);
    transition: all 0.3s ease;
}

header .header2 button:hover {
    background: linear-gradient(135deg, #764ba2, #667eea);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

    header .header2 button img {
        width: 1.5em;
        color: white;
        height:auto;
    }

.header2 .search input {
    width: 100%;
    border-radius: 0.4em 0 0 0.4em;
    background-color: #f5f5f5;
    border: 1px solid #c4c4c4;
    border-right: 0;
    font-size: 1.5em;
    padding: 0.4em 1em 0.4em 1em;
    margin: 0;
}

header .header2 button:hover {
    cursor: pointer;
}

.header3 {
    display: flex;
    flex-direction: row;
 border-top: 1px solid #dedede;
    align-items: center;
}

    .header3 #menu-link:hover {
        color: #bda9a9;
    }

    .header3 #menu {
        font-size: medium;
        font-weight: bold;
    }

        .header3 #menu:hover {
            cursor: pointer;
        }

    .header3 .menu {
        padding: 1em;
        display: flex;
        flex-wrap: wrap;
    }

        .header3 .menu #menu::after {
            content: '';
            display: block;
            width: 0;
            height: 2px;
            background: #00d9e6;
            transition: width .3s;
        }

        .header3 .menu #menu:hover::after {
            width: 100%;
            transition: width .3s;
        }

        .header3 .menu div {
            margin: 0.1em;
        }

    .header3 #menu i {
        margin: 0 0.5em;
    }

    .header3 #menu {
        display: block;
    }

    .header3 .menu .submenu {
        display: none;
    }

        .header3 .menu .submenu .sub-submenu {
            display: none;
        }

    .header3 .menu .menucontect {
        position: relative;
        z-index: 10000;
    }

        .header3 .menu .menucontect ul {
            display: contents;
        }

        .header3 .menu .menucontect:hover .submenu {
            list-style: none;
            padding: 1em;
            z-index: 10000;
            width: auto;
            position: relative;
            background-color: white;
            margin-top: 0;
            color: #788fff;
            cursor: pointer;
        }

        .header3 .menu .menucontect .submenu {
            font-weight: bolder;
            font-size: 1.2em;
            display: flex;
            align-items: center;
        }

            .header3 .menu .menucontect .submenu i {
                font-weight: bolder;
                font-size: 1.2em;
                margin: 0 0.4em;
            }

            .header3 .menu .menucontect .submenu:hover .sub-submenu {
                list-style: none;
                padding: 1em;
                display: block;
                z-index: 10000;
                margin-right: 2em;
                background-color: white;
                margin-top: 0;
                position: absolute;
                right: 116;
                width: max-content;
                top: 10;
                cursor: pointer;
            }

    .header3 .icon-toggle {
        display: none;
        font-size: xx-large;
        margin: 1em;
        cursor: pointer;
    }

.menu .responsive {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.menu .responsive {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header3 .responsive .menucontect div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: max-content;
    background-color: #bdf0ff;
    width: max-content;
    /* position: absolute; */
    margin: 0;
}

@media only screen and (max-width: 991px) {

    .header3 .menu div {
        display: none;
    }

    .header3 .menucontect ul {
        margin-right: 2em;
    }

    .header3 .menu .icon-toggle {
        display: block;
    }

    .menu.responsive div {
        float: none;
        display: block;
        text-align: left;
    }

    .header3 .menu {
        padding: 0em;
        display: flex;
        flex-direction: column;
        direction: rtl;
        height: max-content;
        align-items: flex-start;
    }

        .header3 .menu .menucontect:hover div:not(.sub-submenu) {
            position: relative !important;
            background-color: #dff3ff !important;
            margin: 0 3em 0 0 !important;
        }

        .header3 .menu .menucontect a {
            text-align: justify !important;
        }
}

#linksubmenu {
    display: flex;
    display: flex;
    font-size: small;
    padding: 0.4em 1em 0.4em 1em;
}

    #linksubmenu:hover {
        color: black;
        width: 100%;
    }

        #linksubmenu:hover .sub-submenu {
            display: flex;
        }
/*slider---------------*/
.slider {
    width: 100%;
    background-size: cover;
    margin: 1.5em 0;
    position: relative;
}

    .slider img {
        opacity: 0.1;
        height: auto;
        width: 100%;
        animation: fade-in 0.8s cubic-bezier(0.12, 0.02, 0.84, 0.96) forwards;
    }

@keyframes fade-in {
    0% {
        opacity: 0.1;
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }


    100% {
        opacity: 1;
    }
}

.sliderrow {
    position: absolute;
    display: flex;
    width: 100%;
    margin: 0 2em;
    justify-content: space-between;
    top: 50%;
}

    .sliderrow button i {
        color: white;
        font-size: xx-large;
    }

    .sliderrow button {
        background-color: #ffffff00;
        border: 3px solid white;
        padding: 1em;
    }

        .sliderrow button:hover {
            cursor: pointer;
            background-color: #fa7c1f7a;
        }

.slider .text {
    width: 40%;
    text-align: justify;
    padding: 1em 2em;
}

.slider h1 {
    font-size: xx-large;
    color: white;
}

.slider p {
    font-size: x-large;
    color: white;
    line-height: 2.3em;
}

@media only screen and (max-width:1038px) {
    .slider .text {
        width: 80%;
        padding: 2em;
    }

    .slider p {
        font-size: medium;
    }
}

.dot {
    position: absolute;
    bottom: 1em;
    width: 100%;
    display: flex;
    padding: 1em;
    align-items: center;
    justify-content: center;
}

    .dot .dot-dot {
        padding: 0.4em;
        margin: 0.2em;
        border: 0;
        border-radius: 20em;
        cursor: pointer;
    }

        .dot .dot-dot:hover {
            background-color: #e1caca;
        }

.Avtivedot {
    width: 3em;
    background-color: yellow;
}

}
/*--------wg-------*/
.wg .text {
    display: flex;
    flex-direction: column;
    margin: 0 2em 1em 2em;
}

.wg h2 {
    font-size: xx-large;
}

.wg .text h2 {
    margin-bottom: 0;
}

.wg {
    background-color: white;
}

    .wg .text p {
        font-size: larger;
        text-align: justify;
    }

.service p {
    font-size: larger;
}

.service .bodyservice {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .service .bodyservice img {
        width: 7em;
    }

    .service .bodyservice div {
        text-align: center;
        padding: 0.8em;
    }

        .service .bodyservice div:hover {
            scale: 1.2;
        }

    .service .bodyservice p {
        font-weight: bold;
    }

.titel-line {
    display: flex;
    align-items: center;
}

    .titel-line h2 .red {
        color: red;
        font-size: xx-large;
    }

    .titel-line::after {
        width: 100%;
        height: 2px;
        background-color: rgb(149 166 171);
        position: absolute;
        right: 320px;
        margin-left: 2em;
        content: '';
    }

    .titel-line h2 {
        font-size: xx-large;
        color: #fa7c1f;
    }

.titel h2 {
    font-size: xx-large;
}

.off {
    /*background-color: #c80404;*/
    color: white;
}

    .off p {
        padding: 1em 2em;
        font-size: larger;
        font-weight: bold;
        margin-bottom: 0;
    }

.Lastcourse {
 width:100%;
}

.Active-card-course {
    display: grid !important;
}

.NoActive-card-course {
    display: none !important;
}

.card-course h2 {
    margin-bottom: 0;
}


.card-Allcourse {
    display: flex;
    padding: 1em;
    flex-wrap: wrap;
    margin: 0.5em 0 2em 0.5em;
    border: 1px solid #85828266;
    width: 100%;
}

.card img {
    width: 20em;
    height: 20em;
    object-fit: cover;
}
#cardcourseimg {
    width: 20em;
    height: auto;
    object-fit: cover;
}
.card-course .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1em;
    background-color: white;
    margin: 1em;
    position: relative;
    overflow: hidden;
}

.card-Allcourse .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1em;
    background-color: white;
    margin: 1em;
    position: relative;
    overflow: hidden;
}

.card-course .payment {
    border-top: 1px solid #95a6ab;
    display: flex;
    width: 100%;
    padding: 1em 1em 0 1em;
    flex-direction: row;
    justify-content: space-between;
}

.card-Allcourse .payment {
    border-top: 1px solid #95a6ab;
    display: flex;
    width: 100%;
    padding: 1em 1em 0 1em;
    flex-direction: row;
    justify-content: space-between;
}

.card-course .payment span {
    font-weight: bold;
}

    .card-course .payment span i {
        font-size: 1.2em;
    }

.card-Allcourse .payment span {
    font-weight: bold;
}

.card .payment .mony {
    color: #fd3737;
}

.Lastcourse .titel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .Lastcourse .titel h2 {
        color: #00453d85;
        font-weight: bolder;
    }

.Lastcourse .more {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 2em;
}

    .Lastcourse .more a {
        margin: 0 0 0 5em;
        background-color: #724dbc;
        padding: 1em;
        color: white;
    }

    .Lastcourse .more h2 {
        font-size: larger;
        display: contents;
    }

    .Lastcourse .more img {
        width: 3em;
        margin-top: 6;
    }

.Lastcourse2 {
    margin: 2em 0;
}

.card2-course {
    display: grid;
    grid-template-columns: auto;
    padding: 1em;
    margin: 0 5em;
    margin-top:11em;
}

.Lastcourse2 .card2 img {
    width: 20em;
    height: fit-content;
}

.card2-course .card2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding: 1em;
    background-color: white;
    margin: 1em;
}

    .card2-course .card2 p {
        font-size: larger;
    }

    .card2-course .card2 .body h2 {
        color: #fa7c1f;
    }

    .card2-course .card2 .body {
        text-align: justify;
        margin: 2em;
        width: 100%;
    }

    .card2-course .card2 .view {
        text-align: left;
    }

.checkedstar {
    color: #e3e300;
}

.view #View {
    color: red;
}

.view #author {
    color: #00B0F0;
}

.view .fa-eye {
    margin: 0 0 0 0.3em;
    padding: 0 0.3em 0 0;
}

.view .fa-user-o {
    margin: 0 0 0 0.3em;
    padding: 0 0.3em 0 0;
}
/*----*/
.question {
    display: flex;
    flex-direction: column;
}

    .question .question-d {
        display: flex;
        align-items: center;
        margin-bottom: 1em;
    }

        .question .question-d img {
            width: 3em;
        }

        .question .question-d a {
            font-size: x-large;
            margin-right: 0.3em;
        }

.Forme {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 2em 0;
}

    .Forme .text-forme {
        margin: 0 3em;
        width: 70em;
    }

@media only screen and (max-width: 1450px) {
    .card-course {
        display: grid;
        grid-template-columns: auto auto auto;
        padding: 1em;
        margin: 0 5em;
    }
}

@media only screen and (max-width: 706px) {
    .footer .linkfooter {
        display: flex;
        padding: 2em 2em;
        flex-direction: column;
        direction: initial;
        width: 100%;
    }
}

@media only screen and (max-width: 1118px) {
    .card-course {
        display: grid;
        grid-template-columns: auto auto;
        padding: 1em;
        margin: 0 5em;
    }
}

@media only screen and (max-width: 767px) {
    .card-course {
        display: grid;
        grid-template-columns: auto;
        padding: 1em;
        margin: 0 5em;
        justify-content: center;
    }
}

@media only screen and (max-width: 1000px) {
    .card2-course .card2 {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .card2-course {
        display: grid;
        grid-template-columns: auto;
        padding: 1em;
        margin: 0;
        margin-top: 11em;
    }
}
@media only screen and (max-width:584px) {
    .card2-course .card2 p {
        width: 280px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.SCart1 .Emptycart img {
    width: 25em;
}

.SCart1 .Emptycart {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .SCart1 .Emptycart .cart-h-gray {
        color: #9b9494;
        margin-top: 0;
    }

.btn-blue {
    background-color: aliceblue;
    padding: 1em;
}

.alert-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f6fbff;
    width: max-content;
    padding: 2em;
    border: 5px solid #ffecec;
}

    .alert-success p {
        margin: 0.3em;
        font-size: x-large;
    }

    .alert-success button {
        margin-top: 2em;
        font-size: x-large;
    }

#getTokenForm {
    display: flex;
    justify-content: center;
}

.emoji {
    font-size: xxx-large;
    margin: 0;
}

.errorBpanel {
}

/*footer*/
.footer {
    font-family: RF;
    color: white;
    background-color: #2a2c2b;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border-top: 4px solid #784cba;
}

.footer-img img {
    width: 40em;
    height: fit-content;
}

.footer .footer-body {
    width: max-content;
    margin: 0px 3em;
    display: flex;
    flex: 1 1 0%;
    direction: ltr;
    flex-direction: column;
    align-items: flex-end;
}

.footer .footer-img {
    flex: 1.5;
    display: flex;
    justify-content: center;
}

.footer h2 {
    font-size: 6em;
    font-weight: bolder;
    display: inline-flex;
    margin: 0;
    align-items: center;
    flex-direction: row-reverse;
}

.footer .linkfooter a i {
    padding: 0 0.5em 0 0;
}

.footer .linkfooter a:hover {
    transition: 0.2s;
    margin-left: 0.8em;
}

@media only screen and (max-width: 612px) {
    .footer .footer1 div {
        margin-right: 0em !important;
    }

    .footer-img img {
        width: 30em !important;
    }
}

@media only screen and (max-width: 1162px) {
    .footer .footer-body {
        align-items: center;
    }

    .footer .footer-img {
        display: none;
    }
}


.footer .footer1 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

    .footer .footer1 div {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 1em;
    }

        .footer .footer1 div img {
            width: 3em
        }

        .footer .footer1 div a {
            padding: 0 0.4em;
        }

    .footer .footer1 span {
        color: #784cba;
        font-size: 1em;
    }

.footer .footer-body p {
    font-size: 1.2em;
    font-weight: bolder;
    direction: rtl;
}

.footer .fotterenamad {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.footer .linkfooter {
    display: flex;
    padding: 2em 2em;
    flex-direction: column;
    direction: initial
}

    .footer .linkfooter p {
        font-size: x-large;
        border-bottom: 2px solid #ffffff;
        margin: 0 0 1em 0;
    }

    .footer .linkfooter a {
        font-size: x-large;
        margin: 0.1em 0;
        color: white;
        direction: ltr;
    }

#copyright {
    direction: ltr;
}

.offer {
    margin: 1% 20%;
    display: flex;
    justify-content: center;
}

    .offer .offer-btn {
        flex: 0;
        background-color: red;
        border: 0;
        padding: 0.2em 2em;
        color: white;
        font-size: large;
        outline: none;
        cursor: pointer;
    }

    .offer .offer-text {
        flex: 1;
        padding: 0.7em;
        margin: 0 0.8em 0 0;
        outline: none;
    }

    .offer .offer-btn:hover {
        background-color: #c71111;
    }

.tabtitel {
    border-bottom: 1px solid black;
    width: 90%;
    display: flex;
    justify-content: center;
}





.section-center {
    display: flex;
    align-items: center;
}

.section-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-widget.ui-widget-content {
    padding: 1em 0;
    background-color: #eafeff;
    z-index: 10000;
}

.spanoff {
    text-decoration: line-through;
    padding: 0 0.2em;
    color: red;
}

.dicount {
    position: absolute;
    background-color: #ff0000;
    padding: 0.2em 0.7em;
    left: -50;
    color: white;
}

.card:hover .dicount {
    transform: translateX(0%);
    animation: slide-in-off 0.5s forwards;
}

@keyframes slide-in-off {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(50%);
    }
}

.cartprice {
    display: flex;
    flex-direction: column;
}

.header3 .menu .menucontect:hover div:not(.sub-submenu) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: max-content;
    background-color: #ffffffed;
    width: 100%;
    position: absolute;
    margin: 0;
    border-radius: 0.5em;
    padding: 0.5em;
}

.header3 .menu .menucontect div {
    display: none;
}

.header3 .menu .menucontect div {
    background-color: white;
}

.menucontect a {
    font-size: medium;
    font-weight: bold;
    padding: 0 0.5em;
    text-wrap: nowrap;
}

.page {
    margin: 2em 8em;
    padding: 1em 3em;
}

    .page .blog-post-title {
        color: #8686d9;
        border-bottom: 2px solid #fbf2f2;
    }

.ad-container {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 100000000000;
}

.ad-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: min-content;
}

    .ad-content p {
        text-align: justify;
        /*padding:1em;*/
    }
    .ad-content img {
        width: 30em;
    }

    .close-btn {
        margin-top: 10px;
        padding: 10px 20px;
        background-color: #afa9ff;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

header {
    width: 100%;
}

@media only screen and (max-width:607px) {
    .m {
        margin: 0em 1em;
    }
}

@media only screen and (max-width:423px) {
    .Lastcourse2 {
        margin: 0;
    }
}

@media only screen and (max-width:1491px) {
    .slider {
        margin: 3em 0;
    }
}


@media only screen and (max-width:995px) {
    .header2 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 0.4em;
    }
        .header2 .formsearch {
            flex: 2;
            display: flex;
            width: auto;
        }
}



@media only screen and (max-width:595px) {
    .header2 .info div {
        margin: 0;
    }

    .slider {
        margin: 0;
    }
}

@media only screen and (max-width:595px) {

    .titel-line::after {
        content: none;
    }

    .moreVideo .detailmoreVideo {
        display: block;
        flex-direction: row;
        justify-content: space-between;
        border: 2px dashed #f3efef;
        cursor: pointer;
        margin: 1em 0 0 0;
    }

    .titel-line {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width:755px) {

    #scrollToTop {
        display: none !important;
    }
}

@media only screen and (max-width:922px) {

    .card-course {
        margin: 0 !important;
    }
}

@media only screen and (max-width:950px) {
    .page {
        margin: 2em 0 !important;
        padding: 1em 0em !important;
    }
}

@media only screen and (max-width:1388px) {
    .ContactUs .info .W1 {
        display: none;
    }
    .ContactUs .info .W2 {
        display: none;
    }
    .ContactUs .info .W3 {
        display: none;
    }
    .ContactUs .info {
        z-index: 500;
        display: none;
        margin: 0;
        flex: 0.6;
    }

    .cardContactUs {
        margin: 2em 0.3em !important;
        height: fit-content;
    }

    .ContactUs {
        display: flex;
        justify-content: center;
    }
    .form .D2 {
        display: flex;
        align-items: center;
        margin: 0.5em 0;
        display: flex;
        flex-wrap: wrap;
    }
}

#scrollToTop {
    position: fixed;
    background-color: #04443c;
    border: 0;
    width: 10em;
    font-size: larger;
    bottom: 7em;
    left: 10;
    z-index: 20000;
    color: white;
    display: flex;
    border-radius: 10em;
    /* padding: 1em; */
    animation: mover 2s infinite alternate;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    outline: navajowhite;
}
    #scrollToTop p{
        color:white;
    }
    .ShowAlert {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        z-index: 100000000000;
    }

    .ShowAlert div {
        background-color: #80e7ff;
        width: fit-content;
        padding: 2em;
        text-align: center;
        color: white;
    }

        .ShowAlert div h2 {
            font-size: large;
        }

        .ShowAlert div p {
            font-size: large;
        }


#NotificationJs {
    display: none;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
#NotificationSendEmailJs {
    display: none;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
.ActiveTagcourse {
    background-color: #eff3f9 !important;
}

.sendemailnews {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1em 0;
    background-color: #2a2c2b;
}
    .sendemailnews div {
        display: flex;
        background-color: #ecf4fd;
        border-radius: 0.8em;
        width: max-content;
    }
    .sendemailnews div input {
        font-size: x-large;
        background-color: #ecf4fd;
    }
        .sendemailnews div a {
            font-size: large;
            width: 100%;
            background-color: #00d6e3;
            color: white;
            padding: 0.5em;
            border-radius: 0.5em;
            display: flex;
            align-items: center;
        }
.advertitop {
    position: relative;
}
.advertitop img{
    width: 100%;
}
    .advertitop #countdown {
        position: absolute;
        top: 0;
        left: 20em;
        font-size: medium;
        color: #000000;
        background-color: #ecf4fd73;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
        .advertitop #countdown p {
            display: flex;
            flex-direction: column;
            font-size: x-small;
            padding: 0 0.5em;
        }
        .advertitop #countdown span{
            font-size: x-large;
        }
#adContainer #logo {
    width: 5em;
}
















/* Modern Header Styles - Enhanced UI/UX */

:root {
    --header-bg: #ffffff;
    --header-border: #e5e7eb;
    --header-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    --header-height: 70px;
    --header-top-height: 45px;
    --primary-color: #3b82f6;
    --primary-hover: #2563eb;
    --secondary-color: #64748b;
    --accent-color: #f59e0b;
    --success-color: #10b981;
    --danger-color: #ef4444;
    --text-primary: #111827;
    --text-secondary: #6b7280;
    --border-color: #e5e7eb;
    --backdrop-blur: blur(10px);
    --transition-fast: 0.15s ease;
    --transition-normal: 0.3s ease;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --border-radius: 0.5rem;
    --border-radius-lg: 0.75rem;
    --z-header: 1000;
    --z-dropdown: 1010;
    --z-mobile-nav: 1020;
}

/* Skip Link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: var(--primary-color);
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    z-index: 10000;
    transition: top var(--transition-fast);
}

    .skip-link:focus {
        top: 6px;
    }

/* Top Banner */
.top-banner {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
    color: white;
    padding: 8px 0;
    position: relative;
    text-align: center;
    font-size: 14px;
}

.banner-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
}

.banner-image {
    max-height: 30px;
    border-radius: 4px;
}

.banner-close {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: background-color var(--transition-fast);
}

    .banner-close:hover {
        background: rgba(255, 255, 255, 0.1);
    }

/* Modern Header */
.modern-header {
    position: sticky;
    top: 0;
    background: var(--header-bg);
    border-bottom: 1px solid var(--header-border);
    box-shadow: var(--header-shadow);
    z-index: var(--z-header);
    transition: all var(--transition-normal);
}

    .modern-header.scrolled {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: var(--backdrop-blur);
        box-shadow: var(--shadow-lg);
    }

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Header Top */
.header-top {
    background: #f8fafc;
    border-bottom: 1px solid var(--border-color);
    height: var(--header-top-height);
}

.header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    font-size: 14px;
}

/* Auth Section */
.auth-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-menu {
    position: relative;
}

.user-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    padding: 6px 12px;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all var(--transition-fast);
    color: var(--text-primary);
}

    .user-toggle:hover {
        background: #e5e7eb;
    }

.user-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--border-color);
}

.user-name {
    font-weight: 500;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
    min-width: 200px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all var(--transition-normal);
    z-index: var(--z-dropdown);
}

.user-menu.active .user-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: var(--text-primary);
    text-decoration: none;
    transition: background-color var(--transition-fast);
}

    .dropdown-item:hover {
        background: #f3f4f6;
    }

    .dropdown-item.logout {
        color: var(--danger-color);
        border-top: 1px solid var(--border-color);
        margin-top: 8px;
        padding-top: 12px;
    }

.dropdown-divider {
    height: 1px;
    background: var(--border-color);
    margin: 8px 0;
}

.auth-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.auth-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: var(--border-radius);
    font-size: 14px;
    font-weight: 500;
    transition: all var(--transition-fast);
}

.login-btn {
    color: var(--primary-color);
    background: transparent;
}

    .login-btn:hover {
        background: rgba(59, 130, 246, 0.1);
    }

.register-btn {
    background: var(--primary-color);
    color: white;
}

    .register-btn:hover {
        background: var(--primary-hover);
    }

.downloads-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-secondary);
    text-decoration: none;
    padding: 6px 12px;
    border-radius: var(--border-radius);
    transition: all var(--transition-fast);
    font-size: 14px;
}

    .downloads-link:hover {
        color: var(--primary-color);
        background: rgba(59, 130, 246, 0.1);
    }

/* Social Links */
.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-text {
    font-size: 13px;
    color: var(--text-secondary);
    margin-left: 8px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-decoration: none;
    transition: all var(--transition-fast);
    font-size: 14px;
}

    .social-link.whatsapp {
        background: #25d366;
        color: white;
    }

    .social-link.instagram {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        color: white;
    }

    .social-link.telegram {
        background: #0088cc;
        color: white;
    }

    .social-link:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }

/* Header Main */
.header-main {
    height: var(--header-height);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 2rem;
}

/* Logo Section */
.logo-section {
    flex-shrink: 0;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-primary);
}

.logo-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-primary);
}

.brand-tagline {
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1;
}

/* Search Section */
.search-section {
    flex: 1;
    max-width: 500px;
    margin: 0 2rem;
}

.search-form {
    width: 100%;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    transition: all var(--transition-fast);
}

    .search-container:focus-within {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }

.search-input {
    flex: 1;
    padding: 14px 16px;
    border: none;
    background: transparent;
    font-size: 16px;
    color: var(--text-primary);
    outline: none;
}

    .search-input::placeholder {
        color: var(--text-secondary);
    }

.search-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 14px 20px;
    cursor: pointer;
    transition: background-color var(--transition-fast);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .search-btn:hover {
        background: var(--primary-hover);
    }

.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid var(--border-color);
    border-top: none;
    border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
    max-height: 300px;
    overflow-y: auto;
    z-index: var(--z-dropdown);
    display: none;
}

    .search-suggestions.show {
        display: block;
    }

.suggestion-item {
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color var(--transition-fast);
    border-bottom: 1px solid #f3f4f6;
}

    .suggestion-item:hover {
        background: #f3f4f6;
    }

    .suggestion-item:last-child {
        border-bottom: none;
    }

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-shrink: 0;
}

/* Cart Section */
.cart-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-primary);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: var(--border-radius);
    transition: all var(--transition-fast);
}

    .cart-link:hover {
        background: #f3f4f6;
    }

.cart-icon {
    position: relative;
    font-size: 20px;
}

.cart-count {
    position: absolute;
    top: -8px;
    left: -8px;
    background: var(--primary-color);
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-text {
    font-size: 14px;
    font-weight: 500;
}

/* Support Section */
.support-section {
    display: flex;
    align-items: center;
}

.support-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary);
    font-size: 14px;
}

.support-icon {
    color: var(--success-color);
    font-size: 16px;
}

.support-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.support-label {
    font-weight: 500;
    color: var(--text-primary);
}

.support-number {
    font-size: 12px;
    direction: ltr;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: var(--border-radius);
    transition: all var(--transition-fast);
}

    .mobile-menu-toggle:hover {
        background: #f3f4f6;
    }

.hamburger-line {
    width: 100%;
    height: 2px;
    background: var(--text-primary);
    transition: all var(--transition-normal);
    transform-origin: center;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
}

/* Navigation */
.main-navigation {
    background: white;
    border-bottom: 1px solid var(--border-color);
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0;
}

.nav-link,
.nav-item > .nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 15px 20px;
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all var(--transition-fast);
}

    .nav-link:hover,
    .nav-item:hover > .nav-link {
        color: var(--primary-color);
        background: rgba(59, 130, 246, 0.05);
    }

    .nav-link.active {
        color: var(--primary-color);
        background: rgba(59, 130, 246, 0.1);
    }

        .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 30px;
            height: 3px;
            background: var(--primary-color);
            border-radius: 2px 2px 0 0;
        }

/* Dropdown */
.nav-item {
    position: relative;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-icon {
    font-size: 12px;
    transition: transform var(--transition-fast);
}

.nav-item:hover .dropdown-icon {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
    min-width: 220px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all var(--transition-normal);
    z-index: var(--z-dropdown);
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: block;
    padding: 12px 20px;
    color: var(--text-primary);
    text-decoration: none;
    transition: all var(--transition-fast);
    position: relative;
}

    .dropdown-item:hover {
        background: #f3f4f6;
        color: var(--primary-color);
        padding-right: 24px;
    }

    .dropdown-item.disabled {
        color: var(--text-secondary);
        cursor: not-allowed;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

/* Submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.submenu-icon {
    font-size: 10px;
    transition: transform var(--transition-fast);
}

.dropdown-submenu:hover .submenu-icon {
    transform: rotate(-90deg);
}

.submenu-dropdown {
    position: absolute;
    top: 0;
    right: 100%;
    background: white;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
    min-width: 200px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all var(--transition-normal);
    z-index: var(--z-dropdown);
}

.dropdown-submenu:hover .submenu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.submenu-item {
    display: block;
    padding: 10px 16px;
    color: var(--text-primary);
    text-decoration: none;
    transition: all var(--transition-fast);
}

    .submenu-item:hover {
        background: #f3f4f6;
        color: var(--primary-color);
        padding-right: 20px;
    }

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: white;
    border-left: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    z-index: var(--z-mobile-nav);
    transition: right var(--transition-normal);
    overflow-y: auto;
}

    .mobile-nav.active {
        right: 0;
    }

.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.mobile-logo {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.mobile-nav-close {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--text-primary);
    cursor: pointer;
    padding: 8px;
    border-radius: var(--border-radius);
    transition: background-color var(--transition-fast);
}

    .mobile-nav-close:hover {
        background: #f3f4f6;
    }

.mobile-nav-content {
    padding: 1rem 0;
}

.mobile-search {
    padding: 0 1rem 1rem;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 1rem;
}

.mobile-search-container {
    display: flex;
    background: #f8fafc;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
}

.mobile-search-input {
    flex: 1;
    padding: 12px;
    border: none;
    background: transparent;
    font-size: 16px;
    color: var(--text-primary);
    outline: none;
}

.mobile-search-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    color: var(--text-primary);
    text-decoration: none;
    border-bottom: 1px solid #f3f4f6;
    transition: all var(--transition-fast);
}

    .mobile-nav-link:hover {
        background: #f8fafc;
        color: var(--primary-color);
        padding-right: 1.5rem;
    }

.mobile-nav-item.has-submenu > .mobile-nav-link {
    cursor: pointer;
}

.submenu-arrow {
    font-size: 12px;
    transition: transform var(--transition-fast);
}

.mobile-nav-item.submenu-open .submenu-arrow {
    transform: rotate(180deg);
}

.mobile-submenu {
    background: #f8fafc;
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-normal);
}

    .mobile-submenu.active {
        max-height: 500px;
    }

.submenu-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1rem;
    background: #e5e7eb;
    border-bottom: 1px solid var(--border-color);
}

.submenu-back {
    background: transparent;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
    font-size: 16px;
    padding: 4px;
    border-radius: var(--border-radius);
    transition: background-color var(--transition-fast);
}

    .submenu-back:hover {
        background: rgba(59, 130, 246, 0.1);
    }

.submenu-title {
    font-weight: 600;
    color: var(--text-primary);
}

.mobile-sub-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 1rem;
    color: var(--text-primary);
    text-decoration: none;
    border-bottom: 1px solid #e5e7eb;
    transition: all var(--transition-fast);
}

    .mobile-sub-link:hover {
        background: white;
        color: var(--primary-color);
        padding-right: 1.5rem;
    }

    .mobile-sub-link.disabled {
        color: var(--text-secondary);
        cursor: not-allowed;
    }

.mobile-sub-item.has-children > .mobile-sub-link {
    cursor: pointer;
}

.child-arrow {
    font-size: 10px;
    transition: transform var(--transition-fast);
}

.mobile-sub-item.child-open .child-arrow {
    transform: rotate(180deg);
}

.mobile-child-menu {
    background: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-normal);
}

    .mobile-child-menu.active {
        max-height: 300px;
    }

.mobile-child-link {
    display: block;
    padding: 10px 2rem;
    color: var(--text-secondary);
    text-decoration: none;
    border-bottom: 1px solid #f3f4f6;
    transition: all var(--transition-fast);
    font-size: 14px;
}

    .mobile-child-link:hover {
        background: #f8fafc;
        color: var(--primary-color);
        padding-right: 2.5rem;
    }

.mobile-auth-section {
    padding: 1rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    gap: 8px;
}

.mobile-auth-btn {
    flex: 1;
    padding: 12px;
    text-align: center;
    border-radius: var(--border-radius-lg);
    text-decoration: none;
    font-weight: 500;
    transition: all var(--transition-fast);
}

    .mobile-auth-btn.login {
        background: transparent;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }

        .mobile-auth-btn.login:hover {
            background: var(--primary-color);
            color: white;
        }

    .mobile-auth-btn.register {
        background: var(--primary-color);
        color: white;
    }

        .mobile-auth-btn.register:hover {
            background: var(--primary-hover);
        }

/* Mobile Overlay */
.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: calc(var(--z-mobile-nav) - 1);
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
}

    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }

/* Scroll Progress */
.scroll-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--primary-color);
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.1s;
}

/* Scroll to Top */
.scroll-to-top {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-lg);
    transition: all var(--transition-normal);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 100;
}

    .scroll-to-top.visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .scroll-to-top:hover {
        background: var(--primary-hover);
        transform: translateY(-2px);
        box-shadow: var(--shadow-xl);
    }

    .scroll-to-top span {
        font-size: 10px;
        margin-top: 2px;
        line-height: 1;
    }

/* Notification Toast */
.notification-toast {
    position: fixed;
    top: 100px;
    right: 2rem;
    background: var(--success-color);
    color: white;
    padding: 1rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all var(--transition-normal);
}

    .notification-toast.show {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

.notification-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.notification-icon {
    font-size: 18px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .support-section {
        display: none;
    }

    .header-actions {
        gap: 1rem;
    }

    .search-section {
        margin: 0 1rem;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .header-top {
        display: none;
    }

    .header-content {
        gap: 1rem;
    }

    .search-section {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .nav-links {
        display: none;
    }

    .brand-tagline {
        display: none;
    }

    .cart-text {
        display: none;
    }

    .container {
        padding: 0 0.5rem;
    }
}

@media (max-width: 480px) {
    .logo-image {
        width: 40px;
        height: 40px;
    }

    .brand-name {
        font-size: 16px;
    }

    .header-actions {
        gap: 0.5rem;
    }

    .cart-link,
    .downloads-link {
        padding: 6px 8px;
    }

    .mobile-nav {
        width: 100%;
        right: -100%;
    }

    .scroll-to-top {
        bottom: 1rem;
        left: 1rem;
        width: 45px;
        height: 45px;
    }

    .notification-toast {
        right: 1rem;
        left: 1rem;
        top: 80px;
    }
}

/* Print Styles */
@media print {
    .modern-header,
    .scroll-to-top,
    .notification-toast,
    .mobile-overlay {
        display: none !important;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --header-bg: #ffffff;
        --text-primary: #000000;
        --text-secondary: #333333;
        --border-color: #000000;
        --primary-color: #0000ff;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .scroll-progress {
        transition: none;
    }
}

/*Swich*/
/* --- سوئیچ تمیز و مدرن --- */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
    margin: 0;
}



.sliderSW {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

    .sliderSW:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    }

input:checked + .sliderSW {
    background-color: #2196F3;
}

input:focus + .sliderSW {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderSW:before {
    transform: translateX(24px);
}

/* حالت گرد (round) */
.round {
    border-radius: 34px;
}

    .round:before {
        border-radius: 50%;
    }

.inputHomeFooter {
    width: 100%;
    border-radius: 0;
}